@charset "UTF-8";
/* MediaDei defaults */
/* ================= */
* {
  box-sizing: border-box; }

a {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 1em;
  font-weight: normal; }

ul, ol, li {
  margin: 0; }

/* ====================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: 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.
 */
/**
 * 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 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

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

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

td,
th {
  padding: 0; }

@font-face {
  font-family: 'SortsMillGoudy';
  src: url("../fonts/OFLGoudyStM.woff") format("woff"), url("../fonts/OFLGoudyStM.otf") format("opentype");
  /* Compatibility */
  font-style: normal; }
@font-face {
  font-family: 'SortsMillGoudy-SC';
  src: url("../fonts/Goudy_OldStyle_SSi_Small_Caps_.ttf") format("truetype");
  font-style: normal; }
@font-face {
  font-family: 'SortsMillGoudy';
  src: url("../fonts/OFLGoudyStM-Italic.woff") format("woff"), url("../fonts/OFLGoudyStM-Italic.otf") format("opentype");
  /* Compatibility */
  font-style: italic; }
.grid-pad {
  padding: 20px 0 20px 20px; }

.grid-pad > [class*='col-']:last-of-type {
  padding-right: 20px; }

.grid:after {
  content: "";
  display: table;
  clear: both; }

.grid-1 {
  width: 100%; }

.grid-2-3 {
  width: 66%;
  float: left; }

.grid-1-2 {
  width: 50%;
  float: left; }

.grid-1-3 {
  width: 33%;
  float: left; }

.grid-1-4 {
  width: 25%;
  float: left; }

.grid-1-6 {
  width: 16.5%;
  float: left; }

.grid-4-5 {
  width: 80%;
  float: left; }

.grid-1-5 {
  width: 20%;
  float: left; }

.bg-grey {
  background-color: #FCFCFC !important; }

a.button {
  display: table;
  margin: 0 auto; }
  a.button:hover {
    text-decoration: none !important; }
  a.button div.centered-button {
    display: table;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZmExOGMiIHN0b3Atb3BhY2l0eT0iMC4zOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') repeat scroll 0 0%, #f5e3bf none repeat scroll 0 0;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(191, 161, 140, 0.38))) repeat scroll 0 0%, #f5e3bf none repeat scroll 0 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(191, 161, 140, 0.38) 100%) repeat scroll 0 0%, #f5e3bf none repeat scroll 0 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(191, 161, 140, 0.38) 100%) repeat scroll 0 0%, #f5e3bf none repeat scroll 0 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(191, 161, 140, 0.38) 100%) repeat scroll 0 0%, #f5e3bf none repeat scroll 0 0;
    border: 1px solid #a9a9a9;
    border-radius: 6px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5), 0 -2px 6px rgba(255, 255, 255, 0.75) inset;
    color: #554F4B !important;
    letter-spacing: 1px;
    padding: 7px 18px 5px 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin: 40px auto;
    font-size: 1.3em;
    cursor: pointer; }
    a.button div.centered-button:active {
      position: relative;
      top: 1px; }

.smallcaps {
  font-family: "SortsMillGoudy-SC", "SortsMillGoudy", serif;
  letter-spacing: 0.5px;
  line-height: 1; }

span.simple-dropcaps {
  font-size: 2.4em;
  float: left;
  line-height: 0.5;
  padding-top: 14px;
  margin-right: 10px;
  color: #635c57; }
  span.simple-dropcaps + .smallcaps {
    display: inline-block;
    text-indent: -10px; }

p.capital-ornate {
  text-indent: -10px; }
  p.capital-ornate .A {
    float: left;
    line-height: 0;
    color: transparent;
    background: url("../images/_ornateA.jpg") no-repeat scroll left top/100% auto white;
    margin: 3px 12px 0 0;
    font-size: 5em;
    padding: 39px 7px 29px; }
  p.capital-ornate .C {
    float: left;
    line-height: 0;
    color: transparent;
    background: url("../images/_ornateC.jpg") no-repeat scroll left top/100% auto white;
    margin: 2px 12px 0 0;
    font-size: 5em;
    padding: 39px 10px 31px; }
  p.capital-ornate .D {
    float: left;
    line-height: 0;
    color: transparent;
    background: url("../images/_ornateD.jpg") no-repeat scroll left top/100% auto white;
    margin: 3px 12px 0 0;
    font-size: 5.1em;
    padding: 40px 11px 30px; }
  p.capital-ornate .F {
    float: left;
    line-height: 0;
    color: transparent;
    background: url("../images/_ornateF.jpg") no-repeat scroll left top/100% auto white;
    margin: 3px 12px 0 0;
    font-size: 5.1em;
    padding: 40px 18px 26px; }
  p.capital-ornate .I {
    float: left;
    line-height: 0;
    color: transparent;
    background: url("../images/_ornateI.jpg") no-repeat scroll left top/100% auto white;
    margin: 3px 12px 0 0;
    font-size: 5.1em;
    padding: 40px 28px 26px; }
  p.capital-ornate .N {
    float: left;
    line-height: 0;
    color: transparent;
    background: url("../images/_ornateN.jpg") no-repeat scroll left top/100% auto white;
    margin: 3px 12px 0 0;
    font-size: 4.9em;
    padding: 38px 12px 31px; }
  p.capital-ornate .T {
    float: left;
    line-height: 0;
    color: transparent;
    background: url("../images/_ornateT.jpg") no-repeat scroll left top/100% auto white;
    margin: 4px 22px 0 0;
    font-size: 5.5em;
    padding: 39px 12px 29px; }

h1.custom-heading.style-1, h2.custom-heading.style-1, h3.custom-heading.style-1, h4.custom-heading.style-1, h5.custom-heading.style-1, h6.custom-heading.style-1 {
  font-size: 2em;
  text-align: center;
  width: 80%;
  margin: 100px auto 60px;
  padding-bottom: 10px;
  border-bottom: 1px solid #390E65; }
  h1.custom-heading.style-1.has-image, h2.custom-heading.style-1.has-image, h3.custom-heading.style-1.has-image, h4.custom-heading.style-1.has-image, h5.custom-heading.style-1.has-image, h6.custom-heading.style-1.has-image {
    position: relative; }
  h1.custom-heading.style-1 figure, h2.custom-heading.style-1 figure, h3.custom-heading.style-1 figure, h4.custom-heading.style-1 figure, h5.custom-heading.style-1 figure, h6.custom-heading.style-1 figure {
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 120px;
    height: 120px;
    border: 1px solid #7D7D7D;
    border-radius: 100%; }
    h1.custom-heading.style-1 figure img, h2.custom-heading.style-1 figure img, h3.custom-heading.style-1 figure img, h4.custom-heading.style-1 figure img, h5.custom-heading.style-1 figure img, h6.custom-heading.style-1 figure img {
      display: block;
      width: 100%;
      height: auto; }

h3.issue-paragraph-heading {
  font-style: italic;
  font-size: 1.7em;
  text-align: center;
  margin: 50px auto 10px; }

p.issue-paragraph {
  max-width: 470px;
  margin: 0 auto 50px;
  hyphens: auto; }
  @media (max-width: 500px) {
    p.issue-paragraph {
      max-width: none;
      width: 80%; } }

div.thumbnail-paragraph-widget {
  margin: 40px auto;
  width: 600px;
  min-height: 200px; }
  div.thumbnail-paragraph-widget img.attachment-post-thumbnail {
    float: left;
    width: 260px;
    height: auto;
    display: block;
    margin: 0px 20px 0px 0px;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 1px white, 0px 0px 0px 2px #C3C3C3, 0px 3px 3px 0px rgba(0, 0, 0, 0.5); }
  @media (max-width: 700px) {
    div.thumbnail-paragraph-widget {
      width: inherit; }
      div.thumbnail-paragraph-widget img.attachment-post-thumbnail {
        float: none;
        width: 70%;
        margin: 0 auto; }
      div.thumbnail-paragraph-widget p {
        margin: 40px auto 60px;
        width: 80%; } }

div.icon-paragraph-widget {
  width: 400px;
  margin: 20px auto; }
  div.icon-paragraph-widget div.icon {
    width: 68px;
    height: 68px;
    border: 1px solid #cac8c2;
    float: left;
    margin-left: -76px;
    margin-top: 8px;
    border-radius: 100%;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35); }
    div.icon-paragraph-widget div.icon.pie-chart {
      background: #F6F3E9 url("../images/pie-icon.png") no-repeat center center/60% auto; }
    div.icon-paragraph-widget div.icon.line-chart {
      background: #F6F3E9 url("../images/line-icon.png") no-repeat center center/52% auto; }
    div.icon-paragraph-widget div.icon.bar-chart {
      background: #F6F3E9 url("../images/bar-icon.png") no-repeat center center/54% auto; }
  div.icon-paragraph-widget p {
    background-color: #F7F7F7;
    padding: 7px 10px 7px 16px;
    border: 1px solid rgba(151, 151, 151, 0.25);
    border-radius: 4px;
    position: relative; }
    div.icon-paragraph-widget p:before {
      content: "";
      position: absolute;
      top: -10%;
      left: -7px;
      width: 10px;
      height: 122%;
      background-color: white;
      box-shadow: 5px 0px 4px -4px rgba(0, 0, 0, 0.4); }
  @media (max-width: 500px) {
    div.icon-paragraph-widget {
      position: relative;
      left: 32px; }
      div.icon-paragraph-widget div.icon {
        position: relative;
        z-index: 1;
        margin-left: -71px;
        top: -3px; } }

div.colored-section-break {
  height: 10px;
  background-color: #787594;
  margin: 40px 0px; }

div.line-section-break {
  border-bottom: 1px solid #979797;
  margin: 40px 0px; }

.gold-frame {
  border: 5px solid #FFE795;
  box-shadow: inset 0px -1px 0px 0px white, inset 0px 1px 0px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px 2px #E8D09C, 0px 2px 14px rgba(0, 0, 0, 0.3);
  border-radius: 0px; }

ul.purple-arrow {
  width: 56%;
  margin: 0 auto 60px; }
  ul.purple-arrow li {
    list-style: none;
    line-height: 1.3;
    margin-bottom: 10px;
    position: relative; }
    ul.purple-arrow li:before {
      border-bottom: 8px solid transparent;
      border-left: 8px solid #8d7ba8;
      border-top: 8px solid transparent;
      content: "";
      height: 0;
      left: -18px;
      position: absolute;
      top: 2px;
      width: 0; }
  @media (max-width: 800px) {
    ul.purple-arrow {
      width: 80%; } }

ul.mdash {
  padding: 0px 40px;
  line-height: 1.3; }
  ul.mdash.top-level {
    padding-top: 20px;
    border-top: 2px solid #dfdfdf; }
  ul.mdash li {
    margin-bottom: 5px;
    list-style-position: outside;
    padding-left: 1.7em;
    text-indent: -1.7em; }
    ul.mdash li:before {
      content: "\2014\a0";
      margin-right: 0.5em; }
    ul.mdash li ul {
      margin: 5px 0px 0px 0px;
      padding: 0px; }

ul.font-awesome {
  padding: 0px 40px;
  line-height: 1.3; }
  ul.font-awesome.top-level {
    padding-top: 20px;
    border-top: 2px solid #dfdfdf; }
  ul.font-awesome li {
    list-style-image: url("../images/fa-check-circle-1x.png");
    margin-bottom: 5px; }
    ul.font-awesome li ul {
      margin: 5px 0px 0px 0px;
      padding: 0px; }
      ul.font-awesome li ul li {
        list-style-type: none;
        list-style-image: none;
        list-style-position: outside;
        padding-left: 1.7em;
        text-indent: -1.7em; }
        ul.font-awesome li ul li:before {
          content: "\2014\a0";
          margin-right: 0.5em; }

div.accordion {
  max-width: 660px;
  margin: 0px auto 20px; }
  div.accordion a.accordion-button-anchor {
    display: block;
    color: #554F4B;
    z-index: 1;
    cursor: pointer; }
    div.accordion a.accordion-button-anchor.accordion-button {
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZjdkZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyZDliYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdf7de), color-stop(100%, #e2d9ba));
      background-image: -moz-linear-gradient(top, #fdf7de, #e2d9ba);
      background-image: -webkit-linear-gradient(top, #fdf7de, #e2d9ba);
      background-image: linear-gradient(to bottom, #fdf7de, #e2d9ba);
      border: 1px solid #A598A9;
      border-radius: 4px;
      padding: 9px 14px;
      margin: 0 auto;
      box-shadow: 0px 2px 2px rgba(100, 100, 100, 0.5);
      position: relative; }
      div.accordion a.accordion-button-anchor.accordion-button:active {
        top: 1px;
        box-shadow: 0px 1px 1px rgba(100, 100, 100, 0.5); }
      div.accordion a.accordion-button-anchor.accordion-button p.button-text {
        margin: 0;
        font-style: italic;
        text-shadow: 0px 2px 1px white;
        font-size: 1.2em; }
        div.accordion a.accordion-button-anchor.accordion-button p.button-text:before {
          content: "+";
          margin-right: 0.5em; }
    div.accordion a.accordion-button-anchor.open.accordion-button p.button-text:before {
      content: "–";
      margin-right: 0.5em; }
    div.accordion a.accordion-button-anchor.open + .hidden-content {
      height: auto;
      padding: 30px 30px 15px;
      position: relative;
      top: -10px;
      opacity: 1; }
  div.accordion .hidden-content {
    opacity: 0;
    height: 0px;
    overflow: hidden;
    -moz-transition: height 0.3s ease 0s, opacity 0.3s ease 0s, padding 0.3s ease 0s;
    -o-transition: height 0.3s ease 0s, opacity 0.3s ease 0s, padding 0.3s ease 0s;
    -webkit-transition: height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
    -webkit-transition-delay: 0s, 0s, 0s;
    transition: height 0.3s ease 0s, opacity 0.3s ease 0s, padding 0.3s ease 0s;
    margin-top: -5px;
    background-color: #FCFCFA;
    border: 1px solid #D3D3C9;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.21);
    margin: 0 auto;
    width: 92%;
    padding: 0px 30px 0; }
  @media (max-width: 800px) {
    div.accordion {
      width: 80% !important;
      display: table !important;
      margin: 0 auto 20px !important; } }
  @media (max-width: 500px) {
    div.accordion {
      width: 92% !important; } }
  div.accordion p.hidden-text a:hover {
    text-decoration: underline; }

div.event-widget {
  padding: 30px 0px;
  margin: 80px 0px;
  color: white;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkNDY3ZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZDQ2N2YiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), url("../images/event-widget.jpg") no-repeat center center/100% auto;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(93, 70, 127, 0.5)), color-stop(100%, rgba(93, 70, 127, 0.5))), url("../images/event-widget.jpg") no-repeat center center/100% auto;
  background: -moz-linear-gradient(rgba(93, 70, 127, 0.5), rgba(93, 70, 127, 0.5)), url("../images/event-widget.jpg") no-repeat center center/100% auto;
  background: -webkit-linear-gradient(rgba(93, 70, 127, 0.5), rgba(93, 70, 127, 0.5)), url("../images/event-widget.jpg") no-repeat center center/100% auto;
  background: linear-gradient(rgba(93, 70, 127, 0.5), rgba(93, 70, 127, 0.5)), url("../images/event-widget.jpg") no-repeat center center/100% auto; }
  div.event-widget h2 {
    font-size: 2.5em;
    text-align: center;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); }
  div.event-widget time {
    display: table;
    margin: 10px auto 15px; }
    div.event-widget time div.fa-calendar, div.event-widget time p {
      display: inline-block; }
    div.event-widget time div.fa-calendar {
      margin-right: 30px;
      font-size: 1.7em;
      color: rgba(255, 255, 255, 0.7); }
    div.event-widget time p {
      margin: 0px;
      font-size: 1.7em;
      font-style: italic;
      color: white;
      text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); }
  div.event-widget div.inner-content {
    width: 75%;
    margin: 0 auto;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid #4E4E4E;
    padding: 10px 40px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0)));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)); }
    div.event-widget div.inner-content p span {
      color: white; }
  div.event-widget a {
    color: white;
    font-style: italic;
    display: table;
    margin: 20px auto 0px; }
    div.event-widget a:hover {
      text-decoration: underline; }
  @media (max-width: 700px) {
    div.event-widget {
      background-size: auto 100%; }
      div.event-widget div.inner-content {
        width: 90%; } }

h2.doc-cat {
  font-size: 1.5em;
  font-style: italic;
  padding: 6px 0px 6px 54px;
  box-shadow: 0 6px 5px -6px black;
  width: 640px;
  margin: 0 auto;
  position: relative; }

div.doc-list {
  max-width: 610px;
  margin: 0 auto 40px; }
  div.doc-list ul {
    padding: 20px 20px 10px;
    background-color: #FFFEFA;
    border: 1px solid #C9C7BF;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
    div.doc-list ul li {
      padding-left: 20px;
      margin: 0px 0px 10px 40px; }
      div.doc-list ul li a {
        display: inline-block;
        color: #554F4B;
        vertical-align: middle; }
        div.doc-list ul li a.pdf {
          width: 44px;
          height: 17px;
          margin: 0px 6px;
          background: url("../images/icon-pdf.png") no-repeat center center/100% auto; }
        div.doc-list ul li a.docx {
          width: 44px;
          height: 15px;
          margin: 0px 6px;
          background: url("../images/icon-docx.png") no-repeat center center/100% auto; }

h2.resource-container-heading {
  font-size: 1.7em;
  font-style: italic;
  text-align: center;
  padding: 6px 0px;
  margin: 90px auto 0;
  box-shadow: 0 6px 5px -6px black;
  position: relative;
  width: 620px; }

div.resource-container {
  max-width: 580px;
  margin: 0 auto 90px; }
  div.resource-container ul {
    padding: 40px 20px;
    background-color: #FFFEFA;
    border: 1px solid #C9C7BF;
    margin: 0 auto;
    text-align: center;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
    div.resource-container ul a {
      margin: 0px auto;
      display: table; }
      div.resource-container ul a:hover {
        text-decoration: underline; }
    div.resource-container ul li {
      padding-left: 20px;
      margin: 0px 0px 10px 40px;
      list-style: none; }
    div.resource-container ul a {
      display: inline-block;
      vertical-align: middle; }
      div.resource-container ul a.pdf {
        width: 44px;
        height: 17px;
        margin: 0px 6px;
        background: url("../images/icon-pdf.png") no-repeat center center/100% auto; }
      div.resource-container ul a.docx {
        width: 44px;
        height: 15px;
        margin: 0px 6px;
        background: url("../images/icon-docx.png") no-repeat center center/100% auto; }

div.resource-list h2.resource-list-title {
  font-size: 1.7em;
  font-style: italic;
  margin-bottom: 14px;
  text-align: center; }
div.resource-list ul {
  margin: 0 auto;
  display: table; }
  div.resource-list ul li {
    margin-bottom: 8px;
    padding-left: 12px; }
    div.resource-list ul li a:hover {
      text-decoration: underline; }

h2.audio-player-heading {
  text-align: center;
  font-size: 1.5em;
  margin: 40px auto 20px; }

div.audio-player {
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5), 0px 5px 14px rgba(0, 0, 0, 0.25);
  border-radius: 3px; }
  div.audio-player span.anchor {
    display: none;
    position: fixed; }
    div.audio-player span.anchor:target + div.audio-track {
      background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzdiN2I3YiIgc3RvcC1vcGFjaXR5PSIwLjA3Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='), #FFFAEE;
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(123, 123, 123, 0.07)), color-stop(100%, rgba(0, 0, 0, 0))), #FFFAEE;
      background: -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(123, 123, 123, 0.07), rgba(0, 0, 0, 0)), #FFFAEE;
      background: -webkit-linear-gradient(rgba(255, 255, 255, 0.5), rgba(123, 123, 123, 0.07), rgba(0, 0, 0, 0)), #FFFAEE;
      background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(123, 123, 123, 0.07), rgba(0, 0, 0, 0)), #FFFAEE;
      box-shadow: 0 1px 4px 3px rgba(0, 0, 0, 0.3);
      position: relative; }
      div.audio-player span.anchor:target + div.audio-track:hover {
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzdiN2I3YiIgc3RvcC1vcGFjaXR5PSIwLjA3Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='), #FFFAEE;
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(123, 123, 123, 0.07)), color-stop(100%, rgba(0, 0, 0, 0))), #FFFAEE;
        background: -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(123, 123, 123, 0.07), rgba(0, 0, 0, 0)), #FFFAEE;
        background: -webkit-linear-gradient(rgba(255, 255, 255, 0.5), rgba(123, 123, 123, 0.07), rgba(0, 0, 0, 0)), #FFFAEE;
        background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(123, 123, 123, 0.07), rgba(0, 0, 0, 0)), #FFFAEE; }
      div.audio-player span.anchor:target + div.audio-track:first-of-type {
        border-top: none; }
      div.audio-player span.anchor:target + div.audio-track:last-of-type {
        border-bottom: none; }
      div.audio-player span.anchor:target + div.audio-track p.audio-title {
        padding: 6px 0px 0px 20px; }
        div.audio-player span.anchor:target + div.audio-track p.audio-title a:hover {
          cursor: default; }
      div.audio-player span.anchor:target + div.audio-track p.audio-author {
        display: block;
        padding: 0px 0px 4px 20px; }
      div.audio-player span.anchor:target + div.audio-track div.line {
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        height: 1px;
        width: 96%;
        margin: 0 auto;
        box-shadow: 0px 1px 0px 0px white; }
      div.audio-player span.anchor:target + div.audio-track p.audio-description {
        display: block;
        padding: 6px 20px 10px 20px; }
      div.audio-player span.anchor:target + div.audio-track audio {
        width: 100%;
        display: block; }
  div.audio-player div.audio-track {
    background: white; }
    div.audio-player div.audio-track:hover {
      background: #dfdfdf; }
    div.audio-player div.audio-track.dark-bg {
      background: #F3F3F3; }
      div.audio-player div.audio-track.dark-bg:hover {
        background: #dfdfdf; }
  div.audio-player p {
    margin: 0px;
    font-size: 0.9em; }
    div.audio-player p.audio-title {
      font-style: italic;
      font-size: 1.3em;
      padding: 12px 0px 12px 20px; }
      div.audio-player p.audio-title a {
        color: #554F4B;
        display: block; }
    div.audio-player p.audio-author {
      display: none; }
    div.audio-player p.audio-description {
      display: none; }
  div.audio-player div.line {
    display: none; }
  div.audio-player audio {
    display: none; }
  @media (max-width: 500px) {
    div.audio-player {
      max-width: 460px; } }

html {
  font-family: "SortsMillGoudy", serif;
  font-size: 15px;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  color: #554F4B;
  min-width: 500px; }

body {
  background-color: #fafafa; }

input[type="text"], input[type="email"], textarea {
  width: 100%;
  background-color: #FFFEFB;
  padding: 10px;
  border: 1px solid #979797;
  border-radius: 5px;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3);
  transition: border 0.2s ease-in-out 0s; }
  input[type="text"]#sub-email, input[type="email"]#sub-email, textarea#sub-email {
    width: 200px;
    float: left; }
  input[type="text"]#pray-email, input[type="email"]#pray-email, textarea#pray-email {
    width: 212px;
    float: left; }
  input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
    border-color: #129fea; }
  input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, textarea:-moz-placeholder {
    color: #D7D6D4;
    font-style: italic; }
  input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, textarea::-moz-placeholder {
    color: #D7D6D4;
    font-style: italic; }
  input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #D7D6D4;
    font-style: italic; }
  input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #D7D6D4;
    font-style: italic; }
  input[type="text"][aria-invalid="true"], input[type="email"][aria-invalid="true"], textarea[aria-invalid="true"] {
    border: 1px solid red;
    transition: border 0.2s ease-in-out 0s; }
  input[type="text"] + span, input[type="email"] + span, textarea + span {
    font-size: 0.9em;
    margin-top: 4px; }

#subscribe {
  display: none; }
  #subscribe:target {
    display: block;
    position: fixed;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 110%;
    top: -40px; }
    #subscribe:target .mc4wp-form {
      margin: 0 auto;
      max-width: 520px;
      padding: 20px 40px;
      background-color: #F4F1F5;
      border: 1px solid #D2CBD5;
      border-radius: 4px;
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
      #subscribe:target .mc4wp-form div.form-nav {
        margin-bottom: 20px; }
        #subscribe:target .mc4wp-form div.form-nav .close {
          color: #554F4B;
          padding: 2px 5px;
          margin-bottom: 4px;
          border-radius: 2px;
          float: right; }
          #subscribe:target .mc4wp-form div.form-nav .close:hover {
            box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.5); }
          #subscribe:target .mc4wp-form div.form-nav .close:active {
            box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.8); }
        #subscribe:target .mc4wp-form div.form-nav h1 {
          text-align: center;
          font-size: 1.8em;
          font-style: italic; }
      #subscribe:target .mc4wp-form div.form-elements p {
        margin: 8px 0px; }
        #subscribe:target .mc4wp-form div.form-elements p.first-name, #subscribe:target .mc4wp-form div.form-elements p.email, #subscribe:target .mc4wp-form div.form-elements p.city {
          float: left; }
        #subscribe:target .mc4wp-form div.form-elements p.last-name, #subscribe:target .mc4wp-form div.form-elements p.parish, #subscribe:target .mc4wp-form div.form-elements p.state {
          float: right; }
        #subscribe:target .mc4wp-form div.form-elements p.first-name {
          width: 49%; }
        #subscribe:target .mc4wp-form div.form-elements p.last-name {
          width: 49%; }
        #subscribe:target .mc4wp-form div.form-elements p.email {
          width: 49%; }
        #subscribe:target .mc4wp-form div.form-elements p.parish {
          width: 49%; }
        #subscribe:target .mc4wp-form div.form-elements p.city {
          width: 49%; }
        #subscribe:target .mc4wp-form div.form-elements p.state {
          width: 49%; }
        #subscribe:target .mc4wp-form div.form-elements p input[type="text"], #subscribe:target .mc4wp-form div.form-elements p input[type="email"] {
          margin-top: 4px;
          margin-right: 10px; }
        #subscribe:target .mc4wp-form div.form-elements p textarea {
          resize: vertical; }
        #subscribe:target .mc4wp-form div.form-elements p input[type="checkbox"] {
          width: 20px;
          margin: 0px 4px 0px 0px; }
      #subscribe:target .mc4wp-form div.interests {
        margin-bottom: 20px; }
        #subscribe:target .mc4wp-form div.interests p {
          margin: 10px 0 10px;
          padding-top: 12px;
          box-shadow: 0 -1px 0 white, 0 -2px 0 rgba(0, 0, 0, 0.1); }
        #subscribe:target .mc4wp-form div.interests label {
          display: block;
          float: left;
          width: 50%;
          margin-bottom: 4px;
          font-size: 0.9em; }
          #subscribe:target .mc4wp-form div.interests label input {
            font-size: 1.1em; }
      #subscribe:target .mc4wp-form input[type="submit"] {
        color: #46565D;
        width: 160px;
        display: block;
        margin: 0 auto;
        padding: 10px 35px 8px;
        background-color: #F5E3BF;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZmExOGMiIHN0b3Atb3BhY2l0eT0iMC4zOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(191, 161, 140, 0.38)));
        background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(191, 161, 140, 0.38));
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(191, 161, 140, 0.38));
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(191, 161, 140, 0.38));
        border: 1px solid #979797;
        border-radius: 9px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        text-shadow: 0px 1px 0px white;
        font-size: 1.05em;
        letter-spacing: 0.5px; }
        #subscribe:target .mc4wp-form input[type="submit"]:hover {
          background-color: #ffeec9; }
        #subscribe:target .mc4wp-form input[type="submit"]:active {
          position: relative;
          top: 1px;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
      #subscribe:target .mc4wp-form .mc4wp-success {
        color: green;
        background-color: #DFFFDF;
        border: 1px solid green;
        border-radius: 4px;
        padding: 10px; }
        #subscribe:target .mc4wp-form .mc4wp-success p {
          margin: 0; }

div.subscribe {
  padding: 60px 0px; }
  div.subscribe p {
    display: table;
    margin: 0 auto 20px;
    letter-spacing: 0.5px; }
  div.subscribe form {
    display: table;
    margin: 0 auto; }
    div.subscribe form input, div.subscribe form a.button {
      float: left; }
    div.subscribe form input {
      margin-right: 18px; }

.page-wrap {
  max-width: 960px;
  margin: 0 auto;
  background-color: white;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); }

a {
  color: #1461A3; }

p {
  line-height: 1.3; }

.page-wrap > p {
  clear: both; }

.alignleft,
img.alignleft {
  float: left;
  margin-right: 1.5em; }
  .alignleft:after,
  img.alignleft:after {
    content: "";
    clear: both; }

.alignright,
img.alignright {
  float: right;
  margin-left: 1.5em; }
  .alignright:after,
  img.alignright:after {
    content: "";
    clear: both; }

.aligncenter,
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block; }
  .aligncenter:after,
  img.aligncenter:after {
    content: "";
    clear: both; }

.size-full,
img.size-full {
  max-width: 100%;
  height: auto; }
  .size-full:after,
  img.size-full:after {
    content: "";
    clear: both; }

.qa-twitter .grid .twitter .tweets iframe {
  background-color: rgba(0, 0, 0, 0.02); }

a.twitter-timeline {
  /* Buttonish */
  display: inline-block;
  padding: 6px 12px 6px 30px;
  margin: 10px 0;
  border: #ccc solid 1px;
  border-radius: 3px;
  background: #f8f8f8 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNzIgNzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDcyIDcyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IHg9IjAiIGZpbGw9Im5vbmUiIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIvPg0KPHBhdGggZmlsbD0iIzU1YWNlZSIgZD0iTTY4LjgxMiwxNS4xNDFjLTIuMzQ4LDEuMDM5LTQuODY5LDEuNzQzLTcuNTE5LDIuMDZjMi43MDMtMS42Miw0Ljc3OC00LjE4Nyw1Ljc1Ni03LjI0NGMtMi41MjksMS41LTUuMzMsMi41OTItOC4zMTMsMy4xNzYNCglDNTYuMzQ5LDEwLjU5MSw1Mi45NDgsOSw0OS4xODIsOWMtNy4yMjksMC0xMy4wOTIsNS44NjEtMTMuMDkyLDEzLjA5M2MwLDEuMDI2LDAuMTE4LDIuMDIxLDAuMzM4LDIuOTgxDQoJYy0xMC44ODUtMC41NDgtMjAuNTI4LTUuNzU3LTI2Ljk4Ny0xMy42NzljLTEuMTI2LDEuOTM2LTEuNzcxLDQuMTg0LTEuNzcxLDYuNTgxYzAsNC41NDIsMi4zMTIsOC41NTEsNS44MjQsMTAuODk4DQoJYy0yLjE0Ni0wLjA2OS00LjE2NS0wLjY1Ny01LjkzLTEuNjM4Yy0wLjAwMiwwLjA1NS0wLjAwMiwwLjExLTAuMDAyLDAuMTYyYzAsNi4zNDUsNC41MTMsMTEuNjM4LDEwLjUwNCwxMi44NA0KCWMtMS4xMDEsMC4yOTgtMi4yNTYsMC40NTctMy40NDksMC40NTdjLTAuODQ2LDAtMS42NjctMC4wNzgtMi40NjUtMC4yMzFjMS42NjcsNS4yLDYuNDk5LDguOTg2LDEyLjIzLDkuMDkNCgljLTQuNDgyLDMuNTEyLTEwLjEyOSw1LjYwNi0xNi4yNiw1LjYwNmMtMS4wNTUsMC0yLjA5Ni0wLjA2MS0zLjEyMi0wLjE4NGM1Ljc5NCwzLjcxNywxMi42NzYsNS44ODIsMjAuMDY3LDUuODgyDQoJYzI0LjA4MywwLDM3LjI1MS0xOS45NDksMzcuMjUxLTM3LjI0OWMwLTAuNTY2LTAuMDE0LTEuMTM0LTAuMDM5LTEuNjk0QzY0LjgzOCwyMC4wNjgsNjcuMDU4LDE3Ljc2NSw2OC44MTIsMTUuMTQxeiIvPg0KPC9zdmc+DQo=") 8px 8px no-repeat;
  background-size: 1em 1em;
  /* Text */
  font: normal 12px/18px Helvetica, Arial, sans-serif;
  color: #333;
  white-space: nowrap; }

a.twitter-timeline:hover,
a.twitter-timeline:focus {
  background-color: #dedede; }

/* Color Highlight for keyboard navigation */
a.twitter-timeline:focus {
  outline: none;
  border-color: #0089cb; }

a.icon div.icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #625B51;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZmExOGMiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), #F5E3BF;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(191, 161, 140, 0.5))), #F5E3BF;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7), rgba(191, 161, 140, 0.5)), #F5E3BF;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7), rgba(191, 161, 140, 0.5)), #F5E3BF;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(191, 161, 140, 0.5)), #F5E3BF;
  border: 1px solid rgba(183, 162, 123, 0.5);
  text-shadow: 0px 1px 0px white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  padding: 0.5em 0;
  text-align: center;
  font-size: 1.35em;
  margin-right: 10px;
  line-height: 0.9em; }
  a.icon div.icon.small {
    width: 28px;
    height: 28px;
    font-size: 0.9em; }
  a.icon div.icon.has-fade {
    opacity: 0.2;
    color: #93897a; }
  a.icon div.icon:hover {
    opacity: 1;
    background-color: #ffffe5;
    color: #625B51; }
  a.icon div.icon:active {
    position: relative;
    top: 1px;
    box-shadow: 0px 0px 0px black; }

a.button {
  color: #46565D;
  display: inline-block;
  position: relative; }
  a.button.donate {
    top: 13px; }
  a.button div.button {
    display: table;
    padding: 10px 35px 8px;
    background-color: #F5E3BF;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZmExOGMiIHN0b3Atb3BhY2l0eT0iMC4zOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(191, 161, 140, 0.38)));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(191, 161, 140, 0.38));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(191, 161, 140, 0.38));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(191, 161, 140, 0.38));
    border: 1px solid #979797;
    border-radius: 9px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 1px 0px white;
    font-size: 1.05em;
    letter-spacing: 0.5px; }
    a.button div.button:hover {
      background-color: #ffeec9; }
    a.button div.button:active {
      position: relative;
      top: 1px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }

div.raised-button-widget.purple-box {
  background-color: #F4F1F5;
  border-radius: 4px;
  border: 1px solid #D2CBD5;
  width: 600px;
  height: 180px;
  padding: 20px 40px;
  margin: 50px auto; }
div.raised-button-widget p.box-title {
  font-size: 1.1em;
  text-align: center;
  margin: 10px auto 20px; }
div.raised-button-widget p.button-title {
  text-align: center;
  font-style: italic;
  font-size: 2em;
  margin-top: 50px; }
  div.raised-button-widget p.button-title.pregnant {
    font-size: 1em;
    font-style: normal;
    margin-top: 20px; }

div.raised-button-container {
  margin: 0 auto;
  position: relative;
  border-radius: 4px; }
  div.raised-button-container.lead-life-ministry {
    background-color: #E5E3E6;
    border: 1px solid #D2CBD5;
    border-radius: 3px;
    width: 460px;
    height: 56px; }
  div.raised-button-container.need-help {
    background-color: #F4F1F5;
    border: 1px solid #D2CBD5;
    width: 600px;
    height: 56px; }
  div.raised-button-container.pregnant {
    background-color: #FCFCFA;
    border: 1px solid #D3D3C9;
    width: 600px;
    height: 54px; }
  div.raised-button-container div.raised-button-container-contents {
    display: table;
    margin: -7px auto 0; }
    div.raised-button-container div.raised-button-container-contents a.raised-button div.raised-button {
      border-radius: 5px;
      width: 66px;
      height: 66px;
      padding: 10px 25px 8px;
      font-size: 2.8em;
      color: #46565D;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5), inset 0px -2px 11px 1px rgba(255, 255, 255, 0.75); }
      div.raised-button-container div.raised-button-container-contents a.raised-button div.raised-button:active {
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), inset 0px -2px 11px 1px rgba(255, 255, 255, 0.75); }
    div.raised-button-container div.raised-button-container-contents div.links {
      display: table-cell;
      vertical-align: middle;
      padding-left: 15px; }
      div.raised-button-container div.raised-button-container-contents div.links #hidden-email,
      div.raised-button-container div.raised-button-container-contents div.links #hidden-phone,
      div.raised-button-container div.raised-button-container-contents div.links #hidden-email2,
      div.raised-button-container div.raised-button-container-contents div.links #hidden-phone2 {
        display: block;
        width: 175px;
        margin: 0 auto;
        color: #554F4B;
        padding: 1px 0px; }
        div.raised-button-container div.raised-button-container-contents div.links #hidden-email:hover,
        div.raised-button-container div.raised-button-container-contents div.links #hidden-phone:hover,
        div.raised-button-container div.raised-button-container-contents div.links #hidden-email2:hover,
        div.raised-button-container div.raised-button-container-contents div.links #hidden-phone2:hover {
          text-decoration: underline; }
  @media (max-width: 800px) {
    div.raised-button-container {
      max-width: 70%; } }
  @media (max-width: 500px) {
    div.raised-button-container {
      max-width: 400px; } }

div.pray-for-life {
  background-color: #F4F1F5;
  border-radius: 4px;
  border: 1px solid #D2CBD5;
  width: 560px;
  height: 180px;
  padding: 20px 40px;
  margin: 50px auto; }
  div.pray-for-life h2 {
    font-size: 1.5em;
    width: 85%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
    box-shadow: 0px 2px 0px 0px white; }
  div.pray-for-life p {
    color: #777370;
    margin-left: 80px;
    margin-bottom: 4px;
    font-style: italic; }
  div.pray-for-life form {
    display: table;
    margin: 0 auto; }
    div.pray-for-life form input {
      margin-right: 18px; }
    div.pray-for-life form a.button {
      float: right;
      display: block; }
  @media (max-width: 800px) {
    div.pray-for-life {
      width: 480px; } }
  @media (max-width: 500px) {
    div.pray-for-life {
      width: 440px; } }

.italic {
  font-style: italic; }

h1.page-title, .sub-section-title {
  font-style: italic;
  margin: 0 0 30px;
  text-align: center; }
  h1.page-title.has-subtitle, .sub-section-title.has-subtitle {
    margin-bottom: 0px; }

h1.page-title {
  font-size: 2.7em; }

.sub-section-title {
  font-size: 2.2em; }

span.page-title-subtext {
  font-style: italic;
  font-size: 2em;
  display: table;
  margin: 0 auto 30px; }

.top-p {
  width: 70%;
  margin: 0 auto 70px; }

.border-top {
  border-top: 8px solid #787594; }

.border-bottom {
  border-bottom: 8px solid #787594; }

a.img-heading-section {
  display: block;
  width: 100%;
  height: 315px;
  padding: 100px 20px 0;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjMGMyMSIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzBjMjEiIHN0b3Atb3BhY2l0eT0iMC43Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), url("../images/get-involved-bg.jpg") no-repeat center -140px/100% auto;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(28, 12, 33, 0.7)), color-stop(100%, rgba(28, 12, 33, 0.7))), url("../images/get-involved-bg.jpg") no-repeat center -140px/100% auto;
  background: -moz-linear-gradient(rgba(28, 12, 33, 0.7), rgba(28, 12, 33, 0.7)), url("../images/get-involved-bg.jpg") no-repeat center -140px/100% auto;
  background: -webkit-linear-gradient(rgba(28, 12, 33, 0.7), rgba(28, 12, 33, 0.7)), url("../images/get-involved-bg.jpg") no-repeat center -140px/100% auto;
  background: linear-gradient(rgba(28, 12, 33, 0.7), rgba(28, 12, 33, 0.7)), url("../images/get-involved-bg.jpg") no-repeat center -140px/100% auto; }
  a.img-heading-section:hover {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjMGMyMSIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzBjMjEiIHN0b3Atb3BhY2l0eT0iMC44Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), url("../images/get-involved-bg.jpg") no-repeat center -140px/100% auto;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(28, 12, 33, 0.8)), color-stop(100%, rgba(28, 12, 33, 0.8))), url("../images/get-involved-bg.jpg") no-repeat center -140px/100% auto;
    background: -moz-linear-gradient(rgba(28, 12, 33, 0.8), rgba(28, 12, 33, 0.8)), url("../images/get-involved-bg.jpg") no-repeat center -140px/100% auto;
    background: -webkit-linear-gradient(rgba(28, 12, 33, 0.8), rgba(28, 12, 33, 0.8)), url("../images/get-involved-bg.jpg") no-repeat center -140px/100% auto;
    background: linear-gradient(rgba(28, 12, 33, 0.8), rgba(28, 12, 33, 0.8)), url("../images/get-involved-bg.jpg") no-repeat center -140px/100% auto; }
  a.img-heading-section h2, a.img-heading-section p {
    display: table;
    margin: 0 auto;
    color: white;
    text-shadow: 0px 7px 14px rgba(0, 0, 0, 0.8), 0px 2px 4px rgba(0, 0, 0, 0.8); }
  a.img-heading-section h2 {
    font-size: 2.5em;
    letter-spacing: 3.5px;
    padding-bottom: 12px;
    text-transform: uppercase; }
  a.img-heading-section div.line {
    margin: 0px auto;
    max-width: 650px;
    height: 2px;
    border-bottom: 2px solid #c8c8c8;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8); }
  a.img-heading-section p {
    letter-spacing: 0.5px;
    padding-top: 18px; }
  @media (max-width: 800px) {
    a.img-heading-section {
      background-position: center 0;
      background-size: 100% auto; }
      a.img-heading-section:hover {
        background-position: center 0;
        background-size: 100% auto; } }
  @media (max-width: 500px) {
    a.img-heading-section {
      background-position: center 0;
      background-size: 100% auto; }
      a.img-heading-section:hover {
        background-position: center 0;
        background-size: 100% auto; } }

div.donate {
  padding: 0 45px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjI0Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM5Njk2OTYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMjciLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), url("../images/transparent-lines.png") repeat-x center center/100% 100% #2D2A58;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.24)), color-stop(50%, rgba(150, 150, 150, 0)), color-stop(100%, rgba(255, 255, 255, 0.27))), url("../images/transparent-lines.png") repeat-x center center/100% 100% #2D2A58;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.24), rgba(150, 150, 150, 0), rgba(255, 255, 255, 0.27)), url("../images/transparent-lines.png") repeat-x center center/100% 100% #2D2A58;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.24), rgba(150, 150, 150, 0), rgba(255, 255, 255, 0.27)), url("../images/transparent-lines.png") repeat-x center center/100% 100% #2D2A58;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.24), rgba(150, 150, 150, 0), rgba(255, 255, 255, 0.27)), url("../images/transparent-lines.png") repeat-x center center/100% 100% #2D2A58; }
  div.donate div.content-wrapper {
    display: table;
    margin: 0 auto;
    padding: 15px 0 35px; }
    div.donate div.content-wrapper p {
      margin: 0 15px 0 0;
      display: inline-block;
      color: white;
      text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
      letter-spacing: 0.5px; }
  @media (max-width: 800px) {
    div.donate {
      padding: 0 25px; }
      div.donate div.content-wrapper {
        padding: 30px 40px 35px; }
      div.donate p {
        max-width: 50%; }
      div.donate a.button.donate {
        top: 5px;
        left: 30px; } }

.posts {
  width: 95%;
  margin: 0 auto 10px;
  position: relative;
  font-size: 15px; }
  .posts time.circle {
    position: relative;
    bottom: 60px;
    height: 80px;
    width: 80px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #DCD8CE;
    text-transform: uppercase;
    background-color: #FFFEFA;
    color: #777370;
    text-align: center; }
    .posts time.circle .top {
      padding: 19px 0 7px;
      letter-spacing: 2.6px;
      font-size: 0.8em; }
    .posts time.circle .bottom {
      font-size: 2em;
      border-top: 1px solid #e9e9e9;
      box-shadow: inset 0 1px 0 white;
      width: 50%;
      margin: 0 auto;
      line-height: 0.9em; }
    @media (max-width: 800px) {
      .posts time.circle {
        display: none; } }
    @media (max-width: 500px) {
      .posts time.circle {
        display: none; } }
  .posts figure {
    position: relative;
    z-index: 2;
    width: 220px;
    height: 160px;
    overflow: hidden;
    display: inline-block;
    margin: 0px;
    border: 1px solid #979797;
    box-shadow: 6px 1px 2px -5px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    background-color: white; }
    .posts figure img {
      display: block;
      width: auto;
      height: 100%; }
    @media (max-width: 800px) {
      .posts figure {
        width: 33%;
        height: 210px; } }
    @media (max-width: 500px) {
      .posts figure {
        width: 100%;
        height: 240px;
        box-shadow: 1px 6px 2px -5px rgba(0, 0, 0, 0.5), 0 2px 9px rgba(0, 0, 0, 0.6); } }
  .posts div.title-content {
    position: relative;
    z-index: 1;
    margin-left: -6px;
    margin-bottom: 7px;
    width: 62%;
    height: 145px;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #DCD8CE;
    background-color: #FFFEFA;
    padding: 14px 14px 14px 20px;
    /* removed from Home Page
    div.social-buttons{
    	a div.icon{
    		font-size: 0.9em;
    		width: 26px;
    		height: 26px;  
    		margin-right: 2px;
    	}
    }*/ }
    .posts div.title-content time.pub-date {
      font-style: italic;
      font-size: 0.9em;
      color: #8f8a86; }
    .posts div.title-content h2 a {
      color: #554F4B;
      font-size: 1.4em;
      max-width: 80%; }
      .posts div.title-content h2 a:hover {
        text-decoration: underline; }
    @media (max-width: 800px) {
      .posts div.title-content {
        height: 195px;
        width: 67%; } }
    @media (max-width: 500px) {
      .posts div.title-content {
        margin: 0 auto;
        width: 96%;
        height: auto;
        padding: 20px 14px 0px 14px;
        display: table;
        border-radius: 0;
        top: -10px;
        margin-bottom: 30px; }
        .posts div.title-content h2 {
          margin-bottom: 5px; }
        .posts div.title-content h2 a {
          font-size: 1.3em;
          max-width: 100%; }
        .posts div.title-content p {
          color: #8f8a86; } }

a.older-posts,
a.older-qa-posts {
  margin: 40px auto;
  display: table;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #554F4B;
  letter-spacing: 2px; }
  a.older-posts:hover,
  a.older-qa-posts:hover {
    text-decoration: underline; }

section {
  padding: 80px 0px; }

.qa-posts > .title {
  font-size: 1.5em;
  margin-top: -40px;
  margin-bottom: 20px;
  text-align: center; }
.qa-posts article.qa {
  max-width: 80%;
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  padding: 20px 30px 0px 30px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.005);
  margin: 0 auto 40px; }
  .qa-posts article.qa .title a {
    font-size: 1.3em;
    color: #554F4B; }
  .qa-posts article.qa a:hover {
    text-decoration: underline; }
  .qa-posts article.qa time {
    font-size: 0.9em;
    color: #aa9e96; }
  .qa-posts article.qa p {
    font-size: 1.1; }
    .qa-posts article.qa p:first-of-type:before {
      content: "Q | ";
      color: #FF0000; }
.qa-posts .more-link {
  display: none; }
@media (max-width: 500px) {
  .qa-posts {
    display: none; } }

.pagination {
  margin: 60px auto 0;
  display: table; }
  .pagination .page-numbers:not(.prev):not(.next) {
    font-size: 1.2em;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    text-align: center;
    padding-top: 5px;
    padding-left: 1px;
    background-color: rgba(255, 254, 250, 0.3);
    border: 1px solid rgba(220, 216, 206, 0.3); }
    .pagination .page-numbers:not(.prev):not(.next):hover {
      text-decoration: none;
      background-color: #FFFEFA;
      border: 1px solid #DCD8CE; }
    .pagination .page-numbers:not(.prev):not(.next):active {
      background-color: #FAF8F0 !important;
      border: 1px solid #C7C0AF !important; }
  .pagination .prev, .pagination .next {
    text-transform: lowercase;
    font-variant: small-caps;
    letter-spacing: 2px;
    padding: 0 10px; }
  .pagination a, .pagination span {
    margin-left: 5px; }
  .pagination a {
    color: #554F4B; }
    .pagination a:hover {
      text-decoration: underline; }
  .pagination .dots {
    background-color: transparent !important;
    border: 1px solid transparent !important;
    cursor: default; }
    .pagination .dots:hover {
      background-color: transparent !important;
      border: 1px solid transparent !important; }
  .pagination .current {
    background-color: #FAF8F0 !important;
    border: 1px solid #C7C0AF !important;
    cursor: pointer; }

header {
  position: relative;
  z-index: 3;
  	/*span#menu:target {
  
  		& ~ nav div.buttons-right a.menu{
  			&.open{
  				display: none;
  			}
  			&.close{
  				display: block;
  			}
  		}
  	}*/ }
  header nav {
    width: 100%;
    background-color: #60517F;
    border-bottom: 1px solid #807DA9;
    box-shadow: 0px 5px 4px -2px rgba(0, 0, 0, 0.7);
    padding: 7px 12px;
    position: relative;
    z-index: 3; }
    header nav a.ribbon div.top-ribbon {
      background-color: #F1CE18;
      height: 54px;
      position: absolute;
      left: 10px;
      top: -4px;
      width: 52px;
      z-index: 3; }
      header nav a.ribbon div.top-ribbon:after {
        content: "";
        border-width: 18px 26px;
        border-style: solid;
        border-color: transparent #F1CE18;
        position: absolute;
        right: 0px;
        top: 35px; }
      header nav a.ribbon div.top-ribbon p {
        font-style: italic;
        -moz-hyphens: none;
        -ms-hyphens: none;
        -webkit-hyphens: none;
        hyphens: none;
        font-size: 0.95em;
        line-height: 1.2;
        color: #252553;
        text-shadow: 0px 1px 1px white;
        text-align: center;
        padding: 0px 5px;
        margin-top: 12px;
        position: relative;
        top: 0px;
        left: 0px; }
        header nav a.ribbon div.top-ribbon p:hover {
          cursor: pointer; }
      header nav a.ribbon div.top-ribbon:hover {
        background-color: #fddc32; }
        header nav a.ribbon div.top-ribbon:hover:after {
          border-color: transparent #fddc32; }
    header nav a.ribbon div.bottom-ribbon {
      background-color: #B9A74E;
      height: 54px;
      position: absolute;
      left: 8px;
      top: -1px;
      width: 56px;
      z-index: 2; }
      header nav a.ribbon div.bottom-ribbon:before {
        content: "";
        border-width: 19px 28px;
        border-style: solid;
        border-color: transparent #B9A74E;
        position: absolute;
        right: 0px;
        top: 35px; }
    header nav a.ribbon div.ribbon-shadow {
      background-color: rgba(0, 0, 0, 0.5);
      height: 54px;
      position: absolute;
      left: 7px;
      top: 1px;
      width: 58px;
      z-index: 1;
      filter: blur(1.5px); }
      header nav a.ribbon div.ribbon-shadow:before {
        content: "";
        border-width: 19px 29px;
        border-style: solid;
        border-color: transparent rgba(0, 0, 0, 0.5);
        position: absolute;
        right: 0px;
        top: 35px; }
    header nav div.buttons-left,
    header nav div.buttons-right,
    header nav div.menu-wrap {
      font-size: 0.9em; }
      header nav div.buttons-left a,
      header nav div.buttons-right a,
      header nav div.menu-wrap a {
        display: table;
        float: left;
        margin-right: 5px; }
        header nav div.buttons-left a.menu,
        header nav div.buttons-right a.menu,
        header nav div.menu-wrap a.menu {
          margin-left: 12px;
          margin-right: 0px; }
        header nav div.buttons-left a div.button,
        header nav div.buttons-right a div.button,
        header nav div.menu-wrap a div.button {
          color: white;
          text-shadow: 0px 1px 0px black;
          padding: 7px 10px;
          border: 1px solid rgba(225, 213, 241, 0.4);
          border-radius: 4px;
          box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
          background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjA5Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMTEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), rgba(24, 22, 48, 0.4);
          background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.09)), color-stop(100%, rgba(0, 0, 0, 0.11))), rgba(24, 22, 48, 0.4);
          background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.09), rgba(0, 0, 0, 0.11)), rgba(24, 22, 48, 0.4);
          background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.09), rgba(0, 0, 0, 0.11)), rgba(24, 22, 48, 0.4);
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0.09), rgba(0, 0, 0, 0.11)), rgba(24, 22, 48, 0.4); }
          header nav div.buttons-left a div.button.fa,
          header nav div.buttons-right a div.button.fa,
          header nav div.menu-wrap a div.button.fa {
            font-size: 1.3em;
            padding: 6px 10px 7px;
            cursor: pointer; }
          header nav div.buttons-left a div.button:hover,
          header nav div.buttons-right a div.button:hover,
          header nav div.menu-wrap a div.button:hover {
            background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEyIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), rgba(24, 22, 48, 0.4);
            background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.12)), color-stop(100%, rgba(0, 0, 0, 0.08))), rgba(24, 22, 48, 0.4);
            background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.08)), rgba(24, 22, 48, 0.4);
            background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.08)), rgba(24, 22, 48, 0.4);
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.08)), rgba(24, 22, 48, 0.4); }
          header nav div.buttons-left a div.button:active,
          header nav div.buttons-right a div.button:active,
          header nav div.menu-wrap a div.button:active {
            position: relative;
            top: 1px;
            box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5); }
    header nav div.buttons-left {
      float: left;
      margin-left: 70px; }
    header nav a.logo {
      margin: -7px 0;
      padding: 8px 20px 8px 40px;
      position: absolute;
      left: 40%;
      top: 9px; }
      header nav a.logo:hover {
        background-color: rgba(0, 0, 0, 0.1); }
      header nav a.logo:active {
        background-color: rgba(0, 0, 0, 0.15); }
      header nav a.logo:before {
        content: "";
        background: url("../images/logo-flame-white.svg") no-repeat center center/100% auto;
        width: 21px;
        height: 32px;
        position: absolute;
        top: 5px;
        left: 15px; }
      header nav a.logo h1 {
        margin: 0 auto;
        font-size: 1em;
        color: white;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
        position: relative;
        padding-left: 5px;
        line-height: 0.8;
        white-space: pre-line; }
        header nav a.logo h1 span:last-of-type {
          font-size: 1.2em;
          letter-spacing: 2.2px; }
    header nav div.buttons-right {
      float: right; }
    header nav div.menu-wrap {
      float: right; }
    @media (max-width: 700px) {
      header nav div.buttons-left,
      header nav div.buttons-right {
        display: none; }
      header nav a.logo {
        left: 35%; } }
  header div.navigation-menu {
    width: 300px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 50px 0px 20px;
    display: none;
    z-index: 2;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
    header div.navigation-menu.open {
      display: block; }
    header div.navigation-menu a {
      padding: 10px 10px 10px 48px;
      display: block;
      color: white; }
      header div.navigation-menu a:hover {
        background-color: rgba(0, 0, 0, 0.5); }
      header div.navigation-menu a:active {
        background-color: rgba(0, 0, 0, 0.7); }
  header div.navigation-menu-mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    line-height: 1.4;
    overflow-y: scroll;
    padding-bottom: 300px;
    padding-top: 20px;
    font-style: italic;
    background: url("../images/logo-flame-black-transparency.svg") no-repeat -10px -20px/40% auto, #60517F;
    display: none; }
    header div.navigation-menu-mobile.open {
      display: block; }
    header div.navigation-menu-mobile .home {
      font-size: 1.3em;
      font-style: normal;
      white-space: pre-line;
      font-variant: small-caps;
      letter-spacing: 1px;
      display: block;
      text-align: center;
      color: rgba(255, 255, 255, 0.6);
      line-height: 1;
      margin-bottom: 40px; }
      header div.navigation-menu-mobile .home span:last-of-type {
        font-size: 1.4em; }
    header div.navigation-menu-mobile .link {
      color: white;
      display: table;
      font-size: 1.4em;
      text-align: center;
      margin: 0 auto 15px; }
      header div.navigation-menu-mobile .link:hover {
        text-decoration: underline; }
      header div.navigation-menu-mobile .link:active {
        color: #bebebe; }
    header div.navigation-menu-mobile .button {
      width: 300px;
      font-style: normal;
      text-shadow: 0px 1px 0px black;
      padding: 7px 10px;
      border: 1px solid rgba(225, 213, 241, 0.4);
      border-radius: 4px;
      box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
      background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjA5Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMTEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), rgba(24, 22, 48, 0.4);
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.09)), color-stop(100%, rgba(0, 0, 0, 0.11))), rgba(24, 22, 48, 0.4);
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.09), rgba(0, 0, 0, 0.11)), rgba(24, 22, 48, 0.4);
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.09), rgba(0, 0, 0, 0.11)), rgba(24, 22, 48, 0.4);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.09), rgba(0, 0, 0, 0.11)), rgba(24, 22, 48, 0.4); }
      header div.navigation-menu-mobile .button.last {
        margin-bottom: 40px; }
      header div.navigation-menu-mobile .button:hover {
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEyIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), rgba(24, 22, 48, 0.4);
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.12)), color-stop(100%, rgba(0, 0, 0, 0.08))), rgba(24, 22, 48, 0.4);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.08)), rgba(24, 22, 48, 0.4);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.08)), rgba(24, 22, 48, 0.4);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.08)), rgba(24, 22, 48, 0.4);
        text-decoration: none; }
      header div.navigation-menu-mobile .button:active {
        position: relative;
        top: 1px;
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5); }
    header div.navigation-menu-mobile div.fa.fa-times {
      color: white;
      position: fixed;
      right: 20px;
      top: 20px;
      cursor: pointer; }
  header div.hero-img {
    overflow: hidden;
    max-height: 500px; }
    header div.hero-img img {
      width: 100%;
      height: auto;
      position: relative;
      display: block; }
    header div.hero-img div.trending-wrapper {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.03);
      z-index: 1;
      -moz-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      max-width: 200px;
      display: none; }
      header div.hero-img div.trending-wrapper.open {
        display: block; }
      header div.hero-img div.trending-wrapper div.trending-issues {
        position: relative;
        top: 34%; }
        header div.hero-img div.trending-wrapper div.trending-issues h2 {
          color: #585858;
          text-align: center;
          font-size: 1.1em;
          border-bottom: 1px solid rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
          padding: 5px 0; }
        header div.hero-img div.trending-wrapper div.trending-issues a.all-issues {
          color: #585858;
          text-align: center; }
        header div.hero-img div.trending-wrapper div.trending-issues ul {
          border-bottom: 1px solid rgba(255, 255, 255, 0.2);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
          background-color: rgba(255, 255, 255, 0.1);
          padding: 14px 10px 4px 30px; }
          header div.hero-img div.trending-wrapper div.trending-issues ul li {
            margin-bottom: 10px;
            padding-left: 10px;
            font-size: 0.9em; }
            header div.hero-img div.trending-wrapper div.trending-issues ul li a {
              color: #393939; }
              header div.hero-img div.trending-wrapper div.trending-issues ul li a:hover {
                text-decoration: underline; }
        header div.hero-img div.trending-wrapper div.trending-issues a.all-issues {
          display: block;
          padding: 7px 0px;
          color: #585858; }
          header div.hero-img div.trending-wrapper div.trending-issues a.all-issues:hover {
            background-color: rgba(0, 0, 0, 0.03); }
          header div.hero-img div.trending-wrapper div.trending-issues a.all-issues:active {
            background-color: rgba(0, 0, 0, 0.08); }
    @media (max-width: 500px) {
      header div.hero-img div.trending-wrapper {
        height: auto;
        top: inherit;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        max-width: 100%;
        font-size: 1.15em;
        padding-top: 10px; }
        header div.hero-img div.trending-wrapper div.trending-issues ul {
          padding: 10px 5px 4px 10px;
          display: table;
          margin: 0 auto; }
        header div.hero-img div.trending-wrapper div.trending-issues ul li {
          display: inline-block;
          padding-right: 10px; } }

section.home {
  padding-bottom: 0; }
  section.home div.qa-twitter {
    padding: 80px 0px 80px 60px; }
    section.home div.qa-twitter div.grid div.ask {
      padding: 20px;
      width: 513px;
      height: 280px;
      box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.5);
      background: url("../images/ask-bg.png") no-repeat 190px 20px/65% auto; }
      section.home div.qa-twitter div.grid div.ask h2 {
        color: #C8C8C8;
        font-size: 2.2em;
        background-color: rgba(255, 255, 255, 0.5);
        width: 310px; }
      section.home div.qa-twitter div.grid div.ask div.line {
        border-bottom: 2px solid #E6E6E6;
        height: 2px;
        width: 230px;
        margin: 10px 0px 30px; }
      section.home div.qa-twitter div.grid div.ask p {
        font-size: 1.1em;
        width: 310px;
        line-height: 1.3;
        color: #585858;
        background-color: rgba(255, 255, 255, 0.5);
        margin: 0;
        padding: 20px 0 15px; }
        section.home div.qa-twitter div.grid div.ask p:before {
          content: "Q | ";
          color: #FF0000; }
      section.home div.qa-twitter div.grid div.ask a {
        color: #585858;
        font-size: 1.1em; }
        section.home div.qa-twitter div.grid div.ask a:before {
          content: "A | ";
          color: #FF0000; }
        section.home div.qa-twitter div.grid div.ask a:hover {
          text-decoration: underline; }
      section.home div.qa-twitter div.grid div.ask .more-link {
        display: none; }
    section.home div.qa-twitter div.grid div.twitter {
      margin-left: 30px;
      max-height: 280px;
      overflow: scroll; }
      section.home div.qa-twitter div.grid div.twitter h2 {
        color: #585858;
        font-size: 1.5em;
        float: left; }
      section.home div.qa-twitter div.grid div.twitter iframe.twitter-follow-button {
        float: right; }
      section.home div.qa-twitter div.grid div.twitter iframe.twitter-timeline html body div.timeline-Widget {
        font: 16px "SortsMillGoudy", serif !important; }
        section.home div.qa-twitter div.grid div.twitter iframe.twitter-timeline html body div.timeline-Widget div.timeline-Body div.timeline-Viewport ol.timeline-TweetList li.timeline-TweetList-tweet div.timeline-Tweet {
          border-bottom: 1px solid #E6E6E6; }
          section.home div.qa-twitter div.grid div.twitter iframe.twitter-timeline html body div.timeline-Widget div.timeline-Body div.timeline-Viewport ol.timeline-TweetList li.timeline-TweetList-tweet div.timeline-Tweet ul.timeline-Tweet-actions {
            display: none; }
    @media (max-width: 800px) {
      section.home div.qa-twitter {
        padding: 0;
        margin-bottom: 60px; }
        section.home div.qa-twitter div.grid div.ask {
          margin: 30px auto 60px;
          float: none; }
        section.home div.qa-twitter div.grid-1-3.twitter {
          max-width: 510px;
          width: 100%;
          float: none;
          margin: 0 auto !important; } }
    @media (max-width: 500px) {
      section.home div.qa-twitter {
        padding: 0;
        margin-bottom: 100px; }
        section.home div.qa-twitter div.grid div.ask {
          width: 100%;
          padding-top: 40px !important;
          margin-bottom: 80px;
          background-size: auto 100%;
          background-position: 130px 20px; }
          section.home div.qa-twitter div.grid div.ask:after {
            content: "";
            clear: both;
            display: table; }
          section.home div.qa-twitter div.grid div.ask h2, section.home div.qa-twitter div.grid div.ask .question {
            background-color: rgba(255, 255, 255, 0.7); }
        section.home div.qa-twitter div.grid-1-3.twitter {
          width: 100%;
          float: none;
          max-width: 360px;
          margin: 0 auto !important; } }
  @media (max-width: 500px) {
    section.home {
      margin-top: 120px; } }

section.about p.top-p {
  margin-bottom: 70px; }
section.about h2 {
  font-size: 2.1em;
  text-align: center;
  margin-bottom: 40px; }
section.about div.grid {
  max-width: 90%;
  margin: 0 auto; }
  section.about div.grid div.grid-1-2 {
    margin-bottom: 40px;
    padding-left: 90px;
    padding-right: 30px;
    height: 136px; }
    section.about div.grid div.grid-1-2 h3 {
      font-size: 1.3em;
      margin-bottom: 5px;
      text-align: left; }
    section.about div.grid div.grid-1-2 p {
      font-size: 14px;
      margin: 0; }
    section.about div.grid div.grid-1-2 div.position-icon {
      width: 68px;
      height: 68px;
      border: 1px solid #cac8c2;
      float: left;
      margin-left: -77px;
      margin-top: 25px;
      border-radius: 100%;
      box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35); }
      section.about div.grid div.grid-1-2 div.position-icon.abortion {
        background: #F6F3E9 url("../images/abortion-icon.png") no-repeat center center/52% auto; }
      section.about div.grid div.grid-1-2 div.position-icon.contraception {
        background: #F6F3E9 url("../images/contraception-icon.svg") no-repeat center center/52% auto; }
      section.about div.grid div.grid-1-2 div.position-icon.euthanasia {
        background: #F6F3E9 url("../images/euthanasia-icon.svg") no-repeat center center/52% auto; }
      section.about div.grid div.grid-1-2 div.position-icon.stem-cells {
        background: #F6F3E9 url("../images/stem-cells-icon.svg") no-repeat center center/52% auto; }
      section.about div.grid div.grid-1-2 div.position-icon.partial-birth-abortion {
        background: #F6F3E9 url("../images/partial-birth-abortion-icon.svg") no-repeat center center/52% auto; }
      section.about div.grid div.grid-1-2 div.position-icon.post-abortion-aftercare {
        background: #F6F3E9 url("../images/post-abortion-aftercare-icon.svg") no-repeat center center/52% auto; }
      section.about div.grid div.grid-1-2 div.position-icon.death-penalty {
        background: #F6F3E9 url("../images/death-penalty-icon.svg") no-repeat center center/52% auto; }
      section.about div.grid div.grid-1-2 div.position-icon.adoption {
        background: #F6F3E9 url("../images/adoption-icon.svg") no-repeat center center/52% auto; }
    @media (max-width: 800px) {
      section.about div.grid div.grid-1-2 {
        height: 150px; } }
    @media (max-width: 700px) {
      section.about div.grid div.grid-1-2 {
        width: 100%;
        height: inherit;
        margin-bottom: 20px; }
        section.about div.grid div.grid-1-2 div.position-icon {
          position: relative;
          top: -23px; } }
section.about h3 {
  font-size: 2.4em;
  text-align: center;
  margin-bottom: 20px; }
section.about .stand-with-us {
  /*
  background: rgb(250,250,250);
  //height: 300px;
  border: 1px solid rgb(200,200,200);
  text-align: center;
  padding-top: 50px;
  margin-top: 100px;
  margin-bottom: 100px;
  */
  padding: 30px 0px;
  margin: 80px 0px;
  color: white;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0MTU1OSIgc3RvcC1vcGFjaXR5PSIwLjQ0Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDQxNTU5IiBzdG9wLW9wYWNpdHk9IjAuNDQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), url("../images/event-widget.jpg") no-repeat center center/130% auto;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(68, 21, 89, 0.44)), color-stop(100%, rgba(68, 21, 89, 0.44))), url("../images/event-widget.jpg") no-repeat center center/130% auto;
  background: -moz-linear-gradient(rgba(68, 21, 89, 0.44), rgba(68, 21, 89, 0.44)), url("../images/event-widget.jpg") no-repeat center center/130% auto;
  background: -webkit-linear-gradient(rgba(68, 21, 89, 0.44), rgba(68, 21, 89, 0.44)), url("../images/event-widget.jpg") no-repeat center center/130% auto;
  background: linear-gradient(rgba(68, 21, 89, 0.44), rgba(68, 21, 89, 0.44)), url("../images/event-widget.jpg") no-repeat center center/130% auto; }
  section.about .stand-with-us h3 {
    border-bottom: 1px solid #979797;
    padding-bottom: 5px;
    width: 86%;
    margin: 0 auto 20px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5); }
  section.about .stand-with-us div.stand-with-us-slider .soliloquy-container {
    margin-bottom: 20px !important; }
    section.about .stand-with-us div.stand-with-us-slider .soliloquy-container.soliloquy-thumbnails-container {
      margin-bottom: 0px !important;
      max-height: 200px; }
  section.about .stand-with-us div.stand-with-us-slider .soliloquy-viewport:first-of-type {
    height: 200px;
    padding: 10px 0px; }
  section.about .stand-with-us div.stand-with-us-slider .soliloquy-viewport:last-of-type {
    width: 105% !important;
    height: 128px !important;
    padding-top: 12px;
    padding-left: 10px; }
  section.about .stand-with-us div.stand-with-us-slider .soliloquy-next, section.about .stand-with-us div.stand-with-us-slider .soliloquy-prev {
    margin-top: -32px;
    width: 52px;
    height: 52px; }
  section.about .stand-with-us div.stand-with-us-slider .soliloquy-next {
    right: 60px;
    background: url("../images/slider-arrow-right.png") no-repeat center center/60% auto; }
  section.about .stand-with-us div.stand-with-us-slider .soliloquy-prev {
    left: 60px;
    background: url("../images/slider-arrow-left.png") no-repeat center center/60% auto; }
  section.about .stand-with-us div.stand-with-us-slider .soliloquy-item.soliloquy-thumbnails-item {
    opacity: 1; }
    section.about .stand-with-us div.stand-with-us-slider .soliloquy-item.soliloquy-thumbnails-item .soliloquy-thumbnails-link {
      z-index: 2; }
      section.about .stand-with-us div.stand-with-us-slider .soliloquy-item.soliloquy-thumbnails-item .soliloquy-thumbnails-link:hover:after {
        background: rgba(54, 54, 54, 0); }
      section.about .stand-with-us div.stand-with-us-slider .soliloquy-item.soliloquy-thumbnails-item .soliloquy-thumbnails-link:after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(54, 54, 54, 0.54);
        z-index: 3;
        pointer-events: none; }
      section.about .stand-with-us div.stand-with-us-slider .soliloquy-item.soliloquy-thumbnails-item .soliloquy-thumbnails-link .soliloquy-thumbnails-image {
        width: 120px !important;
        height: 106px !important;
        border-radius: 0px;
        margin: 0 auto; }
        section.about .stand-with-us div.stand-with-us-slider .soliloquy-item.soliloquy-thumbnails-item .soliloquy-thumbnails-link .soliloquy-thumbnails-image:hover {
          border-radius: 0px !important;
          box-shadow: 0px 0px 0px 1px #575757, 0px 0px 0px 10px rgba(255, 255, 255, 0.29), 0px 2px 3px 0px rgba(0, 0, 0, 0.5); }
  section.about .stand-with-us div.stand-with-us-slider .soliloquy-item .soliloquy-image {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    margin: 0px 0px 0px 248px;
    border: 1px solid white;
    box-shadow: 0px 0px 0px 1px #3C3C3C, 0px 2px 8px 1px rgba(0, 0, 0, 0.7); }
  section.about .stand-with-us div.stand-with-us-slider .soliloquy-item .soliloquy-caption {
    width: 350px;
    padding: 15px 10px 10px 20px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.35);
    right: 16%;
    box-shadow: 7px 0 5px -5px rgba(0, 0, 0, 0.7) inset; }
    section.about .stand-with-us div.stand-with-us-slider .soliloquy-item .soliloquy-caption .soliloquy-caption-inside {
      text-align: left;
      background: transparent;
      hyphens: auto;
      font-size: 1em;
      padding: 0px; }
      section.about .stand-with-us div.stand-with-us-slider .soliloquy-item .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-title {
        font-weight: normal;
        margin-bottom: 10px; }
      section.about .stand-with-us div.stand-with-us-slider .soliloquy-item .soliloquy-caption .soliloquy-caption-inside p {
        line-height: 1.3 !important; }
        section.about .stand-with-us div.stand-with-us-slider .soliloquy-item .soliloquy-caption .soliloquy-caption-inside p .simple-dropcaps {
          color: white !important;
          position: relative; }
          section.about .stand-with-us div.stand-with-us-slider .soliloquy-item .soliloquy-caption .soliloquy-caption-inside p .simple-dropcaps:before {
            content: "“";
            font-family: georgia;
            font-size: 7em;
            position: absolute;
            top: -10px;
            left: -40px;
            color: rgba(255, 255, 255, 0.1); }
  section.about .stand-with-us .soliloquy-thumbnails-container .soliloquy-active-slide a img {
    border-radius: 0 !important;
    box-shadow: 0px 0px 0px 1px #575757, 0px 0px 0px 10px rgba(255, 255, 255, 0.29), 0px 2px 3px 0px rgba(0, 0, 0, 0.5) !important; }
  section.about .stand-with-us .soliloquy-thumbnails-container .soliloquy-active-slide a:after {
    background: rgba(54, 54, 54, 0) !important; }
  @media (max-width: 900px) {
    section.about .stand-with-us {
      height: 0;
      padding: 0;
      overflow: hidden;
      border-top: 8px solid #787594; }
      section.about .stand-with-us div.stand-with-us-slider {
        display: none; } }
section.about p.history {
  display: block;
  width: 600px;
  margin: 0 auto 30px; }
  section.about p.history .gold-frame.silent-img {
    float: right;
    width: 230px;
    height: 120px;
    background: url("../images/our-history-silent.png") no-repeat center center/90% auto;
    margin-top: -20px;
    display: block; }
  @media (max-width: 800px) {
    section.about p.history {
      width: 500px; } }
  @media (max-width: 500px) {
    section.about p.history {
      width: 360px; }
      section.about p.history .gold-frame.silent-img {
        float: none;
        margin: 0 0 20px;
        width: 100%; } }
section.about div.our-staff {
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  padding-top: 80px;
  padding-bottom: 20px;
  margin-top: 80px;
  background-color: #FCFCFC; }
  section.about div.our-staff h2 {
    font-style: italic; }
  section.about div.our-staff div.accordion {
    margin-bottom: 0px;
    width: 67%; }
    section.about div.our-staff div.accordion a.accordion-button-anchor div.accordion-staff {
      background-color: #f8f6fa;
      border-bottom: 1px solid #CAC8C8;
      padding: 10px 40px 10px 110px;
      position: relative;
      width: 95%;
      margin: 0 auto;
      z-index: 2; }
      section.about div.our-staff div.accordion a.accordion-button-anchor div.accordion-staff:after {
        content: "";
        display: table;
        clear: both; }
      section.about div.our-staff div.accordion a.accordion-button-anchor div.accordion-staff figure {
        border-radius: 100px;
        border: 1px solid white;
        box-shadow: 0px 0px 0px 2px #BABABA;
        margin: 0px;
        width: 130px;
        height: 130px;
        float: left;
        overflow: hidden; }
        section.about div.our-staff div.accordion a.accordion-button-anchor div.accordion-staff figure img {
          display: block;
          width: 100%;
          height: auto; }
    section.about div.our-staff div.accordion a.accordion-button-anchor p.accordion-staff-name, section.about div.our-staff div.accordion a.accordion-button-anchor p.accordion-staff-title {
      margin: 0px 0px 0px 190px; }
    section.about div.our-staff div.accordion a.accordion-button-anchor p.accordion-staff-name {
      font-size: 1.6em;
      margin-top: 35px; }
    section.about div.our-staff div.accordion a.accordion-button-anchor p.accordion-staff-title {
      font-style: italic;
      font-size: 1.2em; }
    section.about div.our-staff div.accordion a.accordion-button-anchor.open div.accordion-staff {
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZjdkZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyZDliYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdf7de), color-stop(100%, #e2d9ba));
      background-image: -moz-linear-gradient(top, #fdf7de, #e2d9ba);
      background-image: -webkit-linear-gradient(top, #fdf7de, #e2d9ba);
      background-image: linear-gradient(to bottom, #fdf7de, #e2d9ba);
      border: 1px solid #A598A9;
      border-radius: 4px;
      padding: 10px 40px 10px 110px;
      margin: 40px auto 0px;
      box-shadow: 0px 2px 3px rgba(193, 193, 193, 0.5);
      height: 100px;
      width: 100%; }
      section.about div.our-staff div.accordion a.accordion-button-anchor.open div.accordion-staff figure {
        margin: -30px 0;
        width: 150px;
        height: 150px; }
      section.about div.our-staff div.accordion a.accordion-button-anchor.open div.accordion-staff p.accordion-staff-name {
        margin-top: 15px; }
    section.about div.our-staff div.accordion div.hidden-content {
      width: 95%; }
  @media (max-width: 800px) {
    section.about div.our-staff div.accordion {
      margin: 0 auto !important; } }
  @media (max-width: 700px) {
    section.about div.our-staff div.accordion a.accordion-button-anchor div.accordion-staff {
      padding: 10px 40px 10px 50px; }
    section.about div.our-staff div.accordion span.anchor:target +
    a.accordion-button-anchor div.accordion-staff {
      padding: 10px 40px 10px 50px; }
    section.about div.our-staff div.accordion a.accordion-button-anchor p.accordion-staff-name {
      margin: 20px 0px 0px 160px; }
    section.about div.our-staff div.accordion a.accordion-button-anchor p.accordion-staff-title {
      margin: 0px 0px 0px 160px; } }
section.about div.more-staff {
  width: 600px;
  margin: 80px auto 0;
  border: 1px solid #C9C7BF;
  border-radius: 4px;
  padding: 20px 50px;
  background-color: #FFFEFA; }
  section.about div.more-staff div.board-of-directors h3 {
    text-align: center;
    font-style: italic;
    font-size: 1.4em;
    border-bottom: 1px solid #E2E0E0;
    padding: 10px 0px 4px; }
  section.about div.more-staff div.board-of-directors div.members {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; }
    section.about div.more-staff div.board-of-directors div.members div.board-member {
      margin-bottom: 10px; }
      section.about div.more-staff div.board-of-directors div.members div.board-member p {
        margin: 0px; }
      section.about div.more-staff div.board-of-directors div.members div.board-member p.name {
        font-size: 1.1em; }
      section.about div.more-staff div.board-of-directors div.members div.board-member p.title {
        font-style: italic;
        color: #777370; }
  @media (max-width: 700px) {
    section.about div.more-staff {
      width: 500px; } }
  @media (max-width: 500px) {
    section.about div.more-staff {
      width: 360px; }
      section.about div.more-staff div.board-of-directors div.members {
        column-count: 1; } }

section.issue div.column {
  width: 49%;
  display: inline-block;
  vertical-align: top; }
section.issue div.accordion {
  margin: 0px 20px 20px; }
section.issue div.get-involved {
  display: table;
  width: 90%;
  margin: 0 auto;
  padding: 0 20px; }
  section.issue div.get-involved div.resource-list {
    padding: 0px 0px 20px 60px;
    display: table-cell;
    width: 100%;
    position: relative;
    z-index: 1; }
    section.issue div.get-involved div.resource-list h3.list-heading {
      font-size: 1.5em;
      margin-top: 20px;
      margin-bottom: 10px; }
    section.issue div.get-involved div.resource-list ul {
      margin-left: 22px; }
      section.issue div.get-involved div.resource-list ul li {
        margin-bottom: 10px;
        padding-left: 10px;
        font-size: 1.1em; }
        section.issue div.get-involved div.resource-list ul li a {
          font-style: italic; }
          section.issue div.get-involved div.resource-list ul li a:hover {
            text-decoration: underline; }
  section.issue div.get-involved a.button-container {
    display: table-cell;
    vertical-align: middle;
    position: relative; }
    section.issue div.get-involved a.button-container div.button {
      width: 220px;
      height: 280px;
      position: relative;
      z-index: 2;
      white-space: pre-line;
      text-align: center;
      background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), url("../images/take-action-button.jpg") no-repeat center center/100% auto;
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3))), url("../images/take-action-button.jpg") no-repeat center center/100% auto;
      background: -moz-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/take-action-button.jpg") no-repeat center center/100% auto;
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/take-action-button.jpg") no-repeat center center/100% auto;
      background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/take-action-button.jpg") no-repeat center center/100% auto;
      border: 1px solid white;
      border-radius: 4px;
      box-shadow: 0px 0px 0px 1px #A5A493, 0px 2px 5px rgba(0, 0, 0, 0.5);
      color: #FFED63;
      font-size: 2.2em;
      text-transform: uppercase;
      letter-spacing: 3px;
      text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5), 0 2px 14px black;
      padding-top: 70px;
      line-height: 0.8; }
      section.issue div.get-involved a.button-container div.button .line {
        background-color: #C8B063;
        height: 1px;
        display: inline-block;
        width: 150px;
        margin-bottom: 12px; }
      section.issue div.get-involved a.button-container div.button:hover {
        opacity: 0.9; }
      section.issue div.get-involved a.button-container div.button:active {
        position: relative;
        top: 1px;
        box-shadow: 0px 0px 0px 1px #A5A493, 0px 1px 2px rgba(0, 0, 0, 0.5); }
    section.issue div.get-involved a.button-container div.arrow {
      color: #F8F8F8;
      font-size: 12em;
      text-shadow: 0px -1px 0px rgba(153, 153, 153, 0.3);
      position: absolute;
      top: 110px;
      left: -110px; }
  @media (max-width: 800px) {
    section.issue div.get-involved {
      display: block; }
      section.issue div.get-involved div.resource-list {
        display: block;
        padding: 20px 20px 20px 60px;
        background-color: rgba(0, 0, 0, 0.02); }
      section.issue div.get-involved a.button-container {
        display: table;
        margin: 50px auto 40px; }
        section.issue div.get-involved a.button-container div.button {
          width: 370px;
          height: 180px;
          padding-top: 25px; }
        section.issue div.get-involved a.button-container div.fa-arrow-right {
          top: -5px; } }
section.issue div.subscribe {
  background-color: #FCFCFC;
  border-top: 1px solid #D6D6D6;
  margin-top: 40px; }
@media (max-width: 700px) {
  section.issue div.column {
    width: 100%; } }

section.issues div.bubbles.grid {
  width: 100%;
  min-height: 700px;
  margin-top: 90px;
  margin-bottom: 0px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), url("../images/bubbles-bg.png") no-repeat center center/100% auto;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))), url("../images/bubbles-bg.png") no-repeat center center/100% auto;
  background: -moz-linear-gradient(#ffffff, rgba(255, 255, 255, 0)), url("../images/bubbles-bg.png") no-repeat center center/100% auto;
  background: -webkit-linear-gradient(#ffffff, rgba(255, 255, 255, 0)), url("../images/bubbles-bg.png") no-repeat center center/100% auto;
  background: linear-gradient(#ffffff, rgba(255, 255, 255, 0)), url("../images/bubbles-bg.png") no-repeat center center/100% auto; }
  section.issues div.bubbles.grid div.grid-1-3 {
    width: 33%;
    margin-bottom: 60px; }
    section.issues div.bubbles.grid div.grid-1-3:nth-of-type(4) {
      margin-left: 150px; }
    section.issues div.bubbles.grid div.grid-1-3:nth-of-type(5) {
      margin-left: 20px; }
    section.issues div.bubbles.grid div.grid-1-3 a.bubble-link {
      display: table;
      margin: 0 auto; }
      section.issues div.bubbles.grid div.grid-1-3 a.bubble-link div.bubble {
        width: 156px;
        height: 156px;
        border: 2px solid white;
        border-radius: 100%;
        box-shadow: 0px 0px 0px 1px #BABABA, 0 2px 4px rgba(0, 0, 0, 0.3);
        overflow: hidden; }
        section.issues div.bubbles.grid div.grid-1-3 a.bubble-link div.bubble img {
          width: auto;
          height: 100%; }
        section.issues div.bubbles.grid div.grid-1-3 a.bubble-link div.bubble.bubble-1 {
          background: url("../images/issue-bubble-1.jpg") no-repeat -29px 0px/150% auto; }
        section.issues div.bubbles.grid div.grid-1-3 a.bubble-link div.bubble.bubble-2 {
          background: url("../images/issue-bubble-2.jpg") no-repeat -46px 0px/150% auto; }
        section.issues div.bubbles.grid div.grid-1-3 a.bubble-link div.bubble.bubble-3 {
          background: url("../images/issue-bubble-3.jpg") no-repeat right center/150% auto; }
        section.issues div.bubbles.grid div.grid-1-3 a.bubble-link div.bubble.bubble-4 {
          background: url("../images/issue-bubble-4.jpg") no-repeat center center/150% auto; }
        section.issues div.bubbles.grid div.grid-1-3 a.bubble-link div.bubble.bubble-5 {
          background: url("../images/issue-bubble-5.jpg") no-repeat -6px center/150% auto; }
        section.issues div.bubbles.grid div.grid-1-3 a.bubble-link div.bubble.bubble-6 {
          background: url("../images/issue-bubble-6.jpg") no-repeat center center/150% auto; }
        section.issues div.bubbles.grid div.grid-1-3 a.bubble-link div.bubble.bubble-7 {
          background: url("../images/issue-bubble-7.jpg") no-repeat -60px center/150% auto; }
        section.issues div.bubbles.grid div.grid-1-3 a.bubble-link div.bubble.bubble-8 {
          background: url("../images/issue-bubble-8.jpg") no-repeat center center/190% auto; }
        section.issues div.bubbles.grid div.grid-1-3 a.bubble-link div.bubble:hover {
          opacity: 0.9; }
        section.issues div.bubbles.grid div.grid-1-3 a.bubble-link div.bubble:active {
          position: relative;
          top: 1px;
          box-shadow: 0px 0px 0px 1px #BABABA, 0 1px 2px rgba(0, 0, 0, 0.2); }
    section.issues div.bubbles.grid div.grid-1-3 p.bubble-title {
      text-align: center;
      font-size: 1.3em;
      margin: 0;
      padding-top: 10px; }
  @media (max-width: 800px) {
    section.issues div.bubbles.grid {
      background-size: auto 100%; } }
  @media (max-width: 700px) {
    section.issues div.bubbles.grid div.grid-1-3 {
      width: 49%;
      margin-left: 0 !important; } }
section.issues div.colored-section-break {
  margin-top: 0px; }

section.pregnant {
  padding-bottom: 0px; }
  section.pregnant h2.msg {
    padding: 20px 0px;
    text-align: center;
    width: 670px;
    margin: 0 auto 50px;
    border: 1px solid #A598A9;
    border-radius: 6px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZjdkZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyZDliYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdf7de), color-stop(100%, #e2d9ba));
    background-image: -moz-linear-gradient(top, #fdf7de, #e2d9ba);
    background-image: -webkit-linear-gradient(top, #fdf7de, #e2d9ba);
    background-image: linear-gradient(to bottom, #fdf7de, #e2d9ba);
    box-shadow: 0px 2px 3px rgba(193, 193, 193, 0.5);
    font-style: italic;
    font-size: 1.3em;
    position: relative; }
    section.pregnant h2.msg:after {
      content: "";
      position: absolute;
      width: 126px;
      height: 126px;
      top: -35px;
      left: 80px;
      border: 1px solid #BABABA;
      border-radius: 100%;
      box-shadow: inset 0px 0px 0px 1px white;
      background: white url("../images/portrait-georgette.jpg") no-repeat center center/100% auto; }
  section.pregnant p.msg-p {
    width: 470px;
    margin: 0 auto;
    position: relative; }
    section.pregnant p.msg-p:before {
      content: "“";
      color: #F7F5F3;
      font-size: 13em;
      font-family: georgia;
      position: absolute;
      top: -50px;
      left: -90px; }
  section.pregnant div.development-slider {
    height: 426px;
    padding: 30px 0px;
    margin: 100px 0px;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkNDY3ZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZDQ2N2YiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), url("../images/development-slider.jpg") no-repeat center center/100% auto;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(93, 70, 127, 0.5)), color-stop(100%, rgba(93, 70, 127, 0.5))), url("../images/development-slider.jpg") no-repeat center center/100% auto;
    background: -moz-linear-gradient(rgba(93, 70, 127, 0.5), rgba(93, 70, 127, 0.5)), url("../images/development-slider.jpg") no-repeat center center/100% auto;
    background: -webkit-linear-gradient(rgba(93, 70, 127, 0.5), rgba(93, 70, 127, 0.5)), url("../images/development-slider.jpg") no-repeat center center/100% auto;
    background: linear-gradient(rgba(93, 70, 127, 0.5), rgba(93, 70, 127, 0.5)), url("../images/development-slider.jpg") no-repeat center center/100% auto; }
    section.pregnant div.development-slider div.top {
      display: table;
      margin: 0 auto 16px; }
      section.pregnant div.development-slider div.top div.slider-icon {
        float: left;
        background: url("../images/abortion-icon.png") no-repeat center center/100% auto;
        width: 47px;
        height: 58px;
        margin-right: 10px; }
      section.pregnant div.development-slider div.top h2 {
        display: inline-block;
        color: white;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
        font-size: 1.6em;
        font-style: italic; }
    section.pregnant div.development-slider div.inner-content {
      width: 82%;
      margin: 0 auto;
      border-top: 1px solid rgba(0, 0, 0, 0.25);
      border-bottom: 1px solid #4E4E4E;
      padding: 20px 40px 0px;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0)));
      background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
      background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)); }
      section.pregnant div.development-slider div.inner-content .soliloquy-viewport {
        width: 102% !important;
        margin-left: -9px;
        height: 250px !important;
        padding: 6px; }
        section.pregnant div.development-slider div.inner-content .soliloquy-viewport .soliloquy-item {
          border: 1px solid #916417;
          box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.66), 0px 4px 6px 0px rgba(0, 0, 0, 0.5), 0px 0px 15px 2px rgba(255, 255, 255, 0.5) inset; }
          section.pregnant div.development-slider div.inner-content .soliloquy-viewport .soliloquy-item .soliloquy-image {
            position: relative;
            z-index: -1; }
        section.pregnant div.development-slider div.inner-content .soliloquy-viewport .soliloquy-caption {
          bottom: -40px; }
          section.pregnant div.development-slider div.inner-content .soliloquy-viewport .soliloquy-caption .soliloquy-caption-inside {
            background: transparent;
            padding-bottom: 0;
            line-height: 1.1; }
      section.pregnant div.development-slider div.inner-content .soliloquy-next, section.pregnant div.development-slider div.inner-content .soliloquy-prev {
        margin-top: -52px;
        width: 52px;
        height: 52px; }
      section.pregnant div.development-slider div.inner-content .soliloquy-next {
        right: -60px;
        background: url("../images/slider-arrow-right.png") no-repeat center center/60% auto; }
      section.pregnant div.development-slider div.inner-content .soliloquy-prev {
        left: -60px;
        background: url("../images/slider-arrow-left.png") no-repeat center center/60% auto; }
  section.pregnant p.contact-text {
    text-align: center; }
    section.pregnant p.contact-text.title {
      font-size: 1.5em;
      margin: 60px auto 10px; }
  section.pregnant div.considering-abortion div.grid {
    padding-top: 20px;
    width: 80%;
    margin: 0 auto; }
  section.pregnant div.considering-abortion a.considering-button {
    display: table;
    margin: 0 auto;
    box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.5); }
    section.pregnant div.considering-abortion a.considering-button:active {
      position: relative;
      top: 1px;
      box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.5); }
    section.pregnant div.considering-abortion a.considering-button div.considering-button {
      width: 298px;
      height: 254px;
      display: table-cell;
      vertical-align: middle;
      box-shadow: 0px 0px 0px 1px white, 0px 0px 0px 2px #BABABA;
      border-radius: 2px;
      border: 1px solid #979797; }
      section.pregnant div.considering-abortion a.considering-button div.considering-button.options {
        background: url("../images/pregnant-options.jpg") no-repeat center center/106% auto; }
      section.pregnant div.considering-abortion a.considering-button div.considering-button.voices {
        background: url("../images/pregnant-voices.jpg") no-repeat center center/114% auto; }
      section.pregnant div.considering-abortion a.considering-button div.considering-button.contact {
        width: 428px;
        height: 156px;
        background: url("../images/pregnant-contact.jpg") no-repeat center center/130% auto;
        padding: 45px 0px; }
      section.pregnant div.considering-abortion a.considering-button div.considering-button:hover {
        opacity: 0.9; }
      section.pregnant div.considering-abortion a.considering-button div.considering-button div.text {
        padding: 4px 0px;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0.6)), color-stop(50%, #000000), color-stop(75%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0)));
        background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), #000000, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), #000000, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), #000000, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)); }
        section.pregnant div.considering-abortion a.considering-button div.considering-button div.text.contact {
          position: relative;
          width: 100%;
          padding: 8px 0px; }
          section.pregnant div.considering-abortion a.considering-button div.considering-button div.text.contact div.fa.fa-envelope-o {
            position: absolute;
            top: 44%;
            left: 50%;
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            font-size: 3em;
            color: rgba(125, 125, 125, 0.5);
            text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5); }
        section.pregnant div.considering-abortion a.considering-button div.considering-button div.text p {
          color: white;
          margin: 0 auto;
          text-align: center; }
          section.pregnant div.considering-abortion a.considering-button div.considering-button div.text p.top {
            font-style: italic; }
          section.pregnant div.considering-abortion a.considering-button div.considering-button div.text p.left, section.pregnant div.considering-abortion a.considering-button div.considering-button div.text p.right {
            width: 40%;
            font-size: 0.95em;
            font-style: italic;
            line-height: 1.1;
            text-align: left; }
          section.pregnant div.considering-abortion a.considering-button div.considering-button div.text p.left {
            float: left;
            padding-left: 15px; }
          section.pregnant div.considering-abortion a.considering-button div.considering-button div.text p.right {
            float: right;
            padding-right: 15px; }
  section.pregnant div.colored-section-break {
    margin-top: 80px;
    margin-bottom: 0px; }
  section.pregnant div.subscribe {
    background-color: #FCFCFC;
    padding-top: 40px; }
  @media (max-width: 800px) {
    section.pregnant div.development-slider {
      background-size: auto 100%; }
    section.pregnant div.development-slider div.inner-content .soliloquy-viewport .soliloquy-caption {
      bottom: -70px;
      display: block !important; }
    section.pregnant div.considering-abortion div.grid {
      width: 90%; }
    section.pregnant div.considering-abortion a.considering-button div.considering-button.options,
    section.pregnant div.considering-abortion a.considering-button div.considering-button.voices {
      background-size: auto 110%; }
    section.pregnant div.considering-abortion a.considering-button {
      margin: 0 20px; } }
  @media (max-width: 500px) {
    section.pregnant h2.msg {
      width: 440px;
      text-align: right;
      padding-right: 60px; }
      section.pregnant h2.msg:after {
        left: 30px; }
    section.pregnant p.msg-p {
      width: 370px; }
    section.pregnant div.development-slider div.inner-content .soliloquy-viewport .soliloquy-caption {
      bottom: -90px; }
    section.pregnant div.considering-abortion div.grid {
      width: 95%; }
    section.pregnant div.considering-abortion a.considering-button {
      margin: 0 10px; } }

section.lead-life-ministry p.top-p {
  width: 60%; }
section.lead-life-ministry h3.life-paragraph-heading {
  font-style: italic;
  font-size: 1.55em;
  text-align: center;
  margin: 30px auto 10px;
  wwhite-space: pre-line; }
section.lead-life-ministry div.leaders {
  padding-top: 40px; }
  section.lead-life-ministry div.leaders h2 {
    width: 660px;
    margin: 0 auto 60px;
    border-bottom: 1px solid #390E65;
    padding-bottom: 10px;
    font-size: 2em;
    text-align: center;
    position: relative; }
    section.lead-life-ministry div.leaders h2:nth-of-type(2) {
      margin-top: 120px; }
    section.lead-life-ministry div.leaders h2 div.header-img {
      width: 120px;
      height: 120px;
      border-radius: 100%;
      border: 1px solid #D6D6D6;
      position: absolute;
      top: -40px;
      left: 90px; }
      section.lead-life-ministry div.leaders h2 div.header-img.life-leaders {
        background: url("../images/lead-life-ministry-bubble-1.jpg") no-repeat -65px center/170% auto; }
      section.lead-life-ministry div.leaders h2 div.header-img.chapter-leaders {
        background: url("../images/lead-life-ministry-bubble-2.jpg") no-repeat -40px center/150% auto; }

section.get-involved p.top-p {
  width: 500px;
  margin: 0 auto 50px; }
section.get-involved a.priests-pastors-link {
  display: table;
  margin: 0 auto; }
section.get-involved div.grid.choices {
  margin-bottom: 50px; }
  section.get-involved div.grid.choices.lower-grid {
    width: 520px;
    margin: 0 auto; }
  section.get-involved div.grid.choices div.grid-1-3 a.bubble, section.get-involved div.grid.choices div.grid-1-2 a.bubble {
    display: table;
    margin: 0 auto; }
    section.get-involved div.grid.choices div.grid-1-3 a.bubble div.bubble, section.get-involved div.grid.choices div.grid-1-2 a.bubble div.bubble {
      width: 190px;
      height: 190px;
      margin: 0 auto 15px;
      border-radius: 100%;
      border: 2px solid white;
      box-shadow: 0px 0px 0px 1px #BABABA, 0 2px 4px rgba(0, 0, 0, 0.3);
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
      background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0));
      background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0));
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0)); }
      section.get-involved div.grid.choices div.grid-1-3 a.bubble div.bubble.bubble-1, section.get-involved div.grid.choices div.grid-1-2 a.bubble div.bubble.bubble-1 {
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='), url("../images/get-involved-bubble-1.jpg") no-repeat center center/100% auto;
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0))), url("../images/get-involved-bubble-1.jpg") no-repeat center center/100% auto;
        background: -moz-linear-gradient(rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0)), url("../images/get-involved-bubble-1.jpg") no-repeat center center/100% auto;
        background: -webkit-linear-gradient(rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0)), url("../images/get-involved-bubble-1.jpg") no-repeat center center/100% auto;
        background: linear-gradient(rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0)), url("../images/get-involved-bubble-1.jpg") no-repeat center center/100% auto; }
      section.get-involved div.grid.choices div.grid-1-3 a.bubble div.bubble.bubble-2, section.get-involved div.grid.choices div.grid-1-2 a.bubble div.bubble.bubble-2 {
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='), url("../images/get-involved-bubble-2.jpg") no-repeat center center/100% auto;
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0))), url("../images/get-involved-bubble-2.jpg") no-repeat center center/100% auto;
        background: -moz-linear-gradient(rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0)), url("../images/get-involved-bubble-2.jpg") no-repeat center center/100% auto;
        background: -webkit-linear-gradient(rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0)), url("../images/get-involved-bubble-2.jpg") no-repeat center center/100% auto;
        background: linear-gradient(rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0)), url("../images/get-involved-bubble-2.jpg") no-repeat center center/100% auto; }
      section.get-involved div.grid.choices div.grid-1-3 a.bubble div.bubble.bubble-3, section.get-involved div.grid.choices div.grid-1-2 a.bubble div.bubble.bubble-3 {
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='), url("../images/get-involved-bubble-3.jpg") no-repeat center center/100% auto;
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0))), url("../images/get-involved-bubble-3.jpg") no-repeat center center/100% auto;
        background: -moz-linear-gradient(rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0)), url("../images/get-involved-bubble-3.jpg") no-repeat center center/100% auto;
        background: -webkit-linear-gradient(rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0)), url("../images/get-involved-bubble-3.jpg") no-repeat center center/100% auto;
        background: linear-gradient(rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0)), url("../images/get-involved-bubble-3.jpg") no-repeat center center/100% auto; }
      section.get-involved div.grid.choices div.grid-1-3 a.bubble div.bubble.bubble-4, section.get-involved div.grid.choices div.grid-1-2 a.bubble div.bubble.bubble-4 {
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='), url("../images/get-involved-bubble-4.jpg") no-repeat center center/100% auto;
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0))), url("../images/get-involved-bubble-4.jpg") no-repeat center center/100% auto;
        background: -moz-linear-gradient(rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0)), url("../images/get-involved-bubble-4.jpg") no-repeat center center/100% auto;
        background: -webkit-linear-gradient(rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0)), url("../images/get-involved-bubble-4.jpg") no-repeat center center/100% auto;
        background: linear-gradient(rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0)), url("../images/get-involved-bubble-4.jpg") no-repeat center center/100% auto; }
      section.get-involved div.grid.choices div.grid-1-3 a.bubble div.bubble.bubble-5, section.get-involved div.grid.choices div.grid-1-2 a.bubble div.bubble.bubble-5 {
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='), url("../images/get-involved-bubble-5.jpg") no-repeat center center/100% auto;
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0))), url("../images/get-involved-bubble-5.jpg") no-repeat center center/100% auto;
        background: -moz-linear-gradient(rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0)), url("../images/get-involved-bubble-5.jpg") no-repeat center center/100% auto;
        background: -webkit-linear-gradient(rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0)), url("../images/get-involved-bubble-5.jpg") no-repeat center center/100% auto;
        background: linear-gradient(rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0)), url("../images/get-involved-bubble-5.jpg") no-repeat center center/100% auto; }
      section.get-involved div.grid.choices div.grid-1-3 a.bubble div.bubble:hover, section.get-involved div.grid.choices div.grid-1-2 a.bubble div.bubble:hover {
        opacity: 0.9; }
      section.get-involved div.grid.choices div.grid-1-3 a.bubble div.bubble:active, section.get-involved div.grid.choices div.grid-1-2 a.bubble div.bubble:active {
        position: relative;
        top: 1px;
        box-shadow: 0px 0px 0px 1px #BABABA, 0 1px 2px rgba(0, 0, 0, 0.2); }
  section.get-involved div.grid.choices div.grid-1-3 h3.bubble-title, section.get-involved div.grid.choices div.grid-1-2 h3.bubble-title {
    text-align: center;
    margin: 0px auto;
    max-width: 240px;
    font-size: 1.3em; }
    section.get-involved div.grid.choices div.grid-1-3 h3.bubble-title a, section.get-involved div.grid.choices div.grid-1-2 h3.bubble-title a {
      color: #554F4B; }
      section.get-involved div.grid.choices div.grid-1-3 h3.bubble-title a:hover, section.get-involved div.grid.choices div.grid-1-2 h3.bubble-title a:hover {
        text-decoration: underline; }
  section.get-involved div.grid.choices div.grid-1-3 .life-affirming, section.get-involved div.grid.choices div.grid-1-2 .life-affirming {
    text-align: left !important;
    line-height: 1.3;
    padding-left: 10px; }
    section.get-involved div.grid.choices div.grid-1-3 .life-affirming .arrow, section.get-involved div.grid.choices div.grid-1-2 .life-affirming .arrow {
      display: inline-block;
      font-size: 0.7em;
      height: 22px;
      vertical-align: bottom; }
  section.get-involved div.grid.choices div.grid-1-3 p.bubble-text, section.get-involved div.grid.choices div.grid-1-2 p.bubble-text {
    font-style: italic;
    margin: 0px auto;
    padding: 10px 0px 0px;
    max-width: 200px;
    color: #777370;
    text-align: center;
    font-size: 1.1em; }
  @media (max-width: 800px) {
    section.get-involved div.grid.choices div.grid-1-3:nth-of-type(1),
    section.get-involved div.grid.choices div.grid-1-3:nth-of-type(2) {
      width: 49%; }
    section.get-involved div.grid.choices div.grid-1-3:nth-of-type(3) {
      margin-top: 30px;
      width: 100%; }
    section.get-involved div.grid.choices div.grid-1-2 {
      width: 48%; } }
section.get-involved div.colored-section-break {
  margin: 0px; }
section.get-involved div.subscribe {
  background-color: #F4F1F5;
  border-top: 1px solid #D2CBD5;
  border-bottom: 1px solid #D2CBD5; }
section.get-involved div#priests-pastors-section {
  padding: 60px 0px; }
  section.get-involved div#priests-pastors-section h2 {
    text-align: center;
    font-size: 2.7em;
    font-style: italic;
    margin-bottom: 40px; }

section.take-action div.grid div.grid-1-2 p.box-title, section.take-action div.grid div.grid-1-3 p.box-title {
  font-size: 1.6em;
  font-style: italic;
  text-align: center;
  color: #777370;
  margin: 5px; }
section.take-action div.grid div.grid-1-2 div.box, section.take-action div.grid div.grid-1-3 div.box {
  padding: 40px 64px;
  border-radius: 6px;
  border: 1px solid #BABABA;
  margin: 0 auto;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='), #F1F0EA;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))), #F1F0EA;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)), #F1F0EA;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)), #F1F0EA;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)), #F1F0EA; }
  section.take-action div.grid div.grid-1-2 div.box ol, section.take-action div.grid div.grid-1-2 div.box ul, section.take-action div.grid div.grid-1-2 div.box li, section.take-action div.grid div.grid-1-3 div.box ol, section.take-action div.grid div.grid-1-3 div.box ul, section.take-action div.grid div.grid-1-3 div.box li {
    margin: 0;
    padding: 0; }
section.take-action div.grid div.grid-1-2 {
  font-size: 0.9em; }
  section.take-action div.grid div.grid-1-2:first-of-type {
    padding-left: 70px; }
  section.take-action div.grid div.grid-1-2:last-of-type {
    padding-right: 70px; }
  section.take-action div.grid div.grid-1-2 div.box {
    width: 300px;
    height: 240px;
    padding: 30px 30px 10px 40px;
    overflow: hidden;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
    section.take-action div.grid div.grid-1-2 div.box ol li {
      margin-bottom: 20px;
      text-shadow: 0px 2px 0px white;
      font-size: 1.1em; }
      section.take-action div.grid div.grid-1-2 div.box ol li a:hover {
        text-decoration: underline; }
  @media (max-width: 800px) {
    section.take-action div.grid div.grid-1-2:first-of-type {
      padding-left: 0;
      float: none;
      width: auto;
      margin: 0 auto 40px; }
      section.take-action div.grid div.grid-1-2:first-of-type div.box {
        width: 500px;
        height: auto; }
    section.take-action div.grid div.grid-1-2:last-of-type {
      padding-right: 0;
      float: none;
      width: auto;
      margin: 0 auto 40px; }
      section.take-action div.grid div.grid-1-2:last-of-type div.box {
        width: 500px;
        height: auto; } }
  @media (max-width: 500px) {
    section.take-action div.grid div.grid-1-2:first-of-type {
      width: 90%; }
      section.take-action div.grid div.grid-1-2:first-of-type div.box {
        width: 400px; }
    section.take-action div.grid div.grid-1-2:last-of-type {
      width: 90%; }
      section.take-action div.grid div.grid-1-2:last-of-type div.box {
        width: 400px; } }
section.take-action div.grid div.grid-1-3:first-of-type {
  padding-left: 60px; }
section.take-action div.grid div.grid-1-3:last-of-type {
  padding-right: 60px; }
section.take-action div.grid div.grid-1-3 div.box {
  width: 230px;
  height: 240px;
  margin: 0 auto; }
  section.take-action div.grid div.grid-1-3 div.box.pray {
    box-shadow: inset 2px solid white;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='), url("../images/take-action-pray.jpg") no-repeat -90px center/auto 100%, #F1F0EA;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))), url("../images/take-action-pray.jpg") no-repeat -90px center/auto 100%, #F1F0EA;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)), url("../images/take-action-pray.jpg") no-repeat -90px center/auto 100%, #F1F0EA;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)), url("../images/take-action-pray.jpg") no-repeat -90px center/auto 100%, #F1F0EA;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)), url("../images/take-action-pray.jpg") no-repeat -90px center/auto 100%, #F1F0EA; }
  section.take-action div.grid div.grid-1-3 div.box.interest {
    padding: 12px 25px; }
  section.take-action div.grid div.grid-1-3 div.box.activity {
    padding: 50px 35px; }
  section.take-action div.grid div.grid-1-3 div.box label {
    display: block;
    line-height: 1.8;
    padding: 4px 30px;
    border-radius: 3px; }
    section.take-action div.grid div.grid-1-3 div.box label:hover {
      background-color: rgba(0, 0, 0, 0.03); }
    section.take-action div.grid div.grid-1-3 div.box label:active {
      background-color: rgba(0, 0, 0, 0.08); }
    section.take-action div.grid div.grid-1-3 div.box label input {
      width: 20px;
      height: 20px;
      vertical-align: middle; }
@media (max-width: 800px) {
  section.take-action div.grid div.grid-1-3:nth-of-type(1) {
    padding-left: 0px;
    float: none;
    width: 70%;
    margin: 0 auto 30px; }
    section.take-action div.grid div.grid-1-3:nth-of-type(1) div.box {
      width: 100%;
      background-size: 100% auto;
      background-position: center center;
      height: 200px; }
  section.take-action div.grid div.grid-1-3:nth-of-type(2) {
    padding-right: 0;
    float: none;
    width: 50%;
    display: inline-block; }
    section.take-action div.grid div.grid-1-3:nth-of-type(2) div.box {
      width: 85%; }
  section.take-action div.grid div.grid-1-3:nth-of-type(3) {
    padding-right: 0;
    float: none;
    width: 49%;
    display: inline-block; }
    section.take-action div.grid div.grid-1-3:nth-of-type(3) div.box {
      width: 85%; } }
@media (max-width: 500px) {
  section.take-action div.grid div.grid-1-3:nth-of-type(1) {
    width: 80%; }
    section.take-action div.grid div.grid-1-3:nth-of-type(1) div.box {
      height: 180px; }
  section.take-action div.grid div.grid-1-3:nth-of-type(2) div.box {
    width: 85%;
    padding: 20px;
    height: 250px; }
  section.take-action div.grid div.grid-1-3:nth-of-type(3) {
    padding-right: 0;
    float: none;
    width: 49%;
    display: inline-block;
    vertical-align: top; }
    section.take-action div.grid div.grid-1-3:nth-of-type(3) div.box {
      width: 85%;
      padding: 50px 15px;
      height: 250px; } }
section.take-action div.what-can-i-do {
  background-color: #FCFCFC;
  border-bottom: 1px solid #D6D6D6;
  padding: 55px 0px;
  position: relative;
  margin-bottom: 70px; }
  section.take-action div.what-can-i-do:before {
    content: "";
    position: absolute;
    bottom: -36px;
    left: 50%;
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    width: 70px;
    height: 70px;
    background-color: #FCFCFC;
    border-right: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6; }
section.take-action div.you-can ul.choice {
  background-color: #F4F1F5;
  padding: 40px 80px;
  border: 1px solid #D2CBD5;
  width: 616px;
  margin: 0 auto 90px;
  border-radius: 4px;
  display: none; }
  section.take-action div.you-can ul.choice li {
    list-style: none;
    line-height: 1.3;
    margin-bottom: 10px;
    position: relative; }
    section.take-action div.you-can ul.choice li:before {
      border-bottom: 8px solid transparent;
      border-left: 8px solid #8d7ba8;
      border-top: 8px solid transparent;
      content: "";
      height: 0;
      left: -18px;
      position: absolute;
      top: 2px;
      width: 0; }
  section.take-action div.you-can ul.choice.initial {
    display: block; }
  @media (max-width: 800px) {
    section.take-action div.you-can ul.choice {
      width: 85%; } }

section.need-help div.help-wrapper {
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  width: 440px;
  margin: 60px auto;
  padding: 18px 50px 15px;
  position: relative; }
  section.need-help div.help-wrapper p.next-to-button {
    width: 160px;
    font-size: 1.05em;
    display: inline-table;
    margin: 0 15px 0 8px; }
  section.need-help div.help-wrapper a.button {
    vertical-align: top; }
section.need-help div.list-with-image {
  margin: 0 auto 70px;
  width: 800px;
  background-color: #F4F1F5;
  border: 1px solid #D2CBD5;
  border-radius: 4px;
  overflow: hidden; }
  section.need-help div.list-with-image div.list-img {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='), url("../images/need-help-list.jpg") no-repeat center center/100% auto;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0))), url("../images/need-help-list.jpg") no-repeat center center/100% auto;
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 0)), url("../images/need-help-list.jpg") no-repeat center center/100% auto;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 0)), url("../images/need-help-list.jpg") no-repeat center center/100% auto;
    background: linear-gradient(rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 0)), url("../images/need-help-list.jpg") no-repeat center center/100% auto;
    width: 33%;
    display: table-cell;
    box-shadow: 2px 0 6px -2px black;
    position: relative;
    z-index: 2; }
  section.need-help div.list-with-image ul {
    width: 66%;
    display: table-cell;
    padding: 10px 40px;
    list-style: none;
    line-height: 1.2; }
    section.need-help div.list-with-image ul li {
      font-size: 1.2em;
      margin-bottom: 20px;
      position: relative; }
      section.need-help div.list-with-image ul li:first-of-type {
        margin-top: 15px; }
      section.need-help div.list-with-image ul li:before {
        content: "";
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #8D7BA8;
        top: 2px;
        left: -18px;
        position: absolute; }
  @media (max-width: 800px) {
    section.need-help div.list-with-image {
      width: 600px; }
      section.need-help div.list-with-image div.list-img {
        background-size: 120% auto; } }
  @media (max-width: 500px) {
    section.need-help div.list-with-image {
      width: 90%; }
      section.need-help div.list-with-image div.list-img {
        background-size: auto 100%; } }
section.need-help p {
  width: 530px;
  margin: 20px auto; }
  @media (max-width: 800px) {
    section.need-help p {
      width: 400px; } }
  @media (max-width: 500px) {
    section.need-help p {
      width: 400px; } }

section.pastoral-resources p.top-p {
  max-width: 526px;
  margin: 0 auto 60px; }

section.teaching-resources p.top-p {
  max-width: 526px;
  margin: 0 auto 60px; }

section.single-post {
  padding-bottom: 0px; }
  section.single-post div.post {
    width: 80%;
    margin: 0 auto;
    padding: 40px 0 20px;
    position: relative;
    font-size: 1.1em; }
    section.single-post div.post h1.title {
      font-size: 2.1em;
      margin: 0 auto 5px;
      max-width: 540px;
      text-align: center; }
    section.single-post div.post time.pub-date {
      display: table;
      margin: 0 auto;
      color: #777370; }
      section.single-post div.post time.pub-date.bottom {
        margin: 30px 0px 0px; }
    section.single-post div.post div.line {
      border-bottom: 1px solid #979797;
      height: 1px;
      width: 100%;
      margin: 30px auto; }
      section.single-post div.post div.line.bottom {
        margin: 10px 0px 10px; }
    section.single-post div.post ul, section.single-post div.post ol {
      padding-left: 30px; }
    section.single-post div.post a:hover {
      text-decoration: underline; }
  @media (max-width: 700px) {
    section.single-post {
      padding-top: 40px; }
      section.single-post div.post {
        width: 85%; } }

section.single-post.qa div.post,
section.archives.qa div.post {
  background-color: rgba(0, 0, 0, 0.02);
  padding: 40px 50px 20px;
  border-radius: 6px; }
  section.single-post.qa div.post h1.title,
  section.archives.qa div.post h1.title {
    font-size: 1.7em; }
  section.single-post.qa div.post time.circle,
  section.archives.qa div.post time.circle {
    display: none; }
  section.single-post.qa div.post .content,
  section.archives.qa div.post .content {
    font-size: 1.1em; }
    section.single-post.qa div.post .content p:first-of-type,
    section.archives.qa div.post .content p:first-of-type {
      font-style: italic; }
      section.single-post.qa div.post .content p:first-of-type:before,
      section.archives.qa div.post .content p:first-of-type:before {
        content: "Q | ";
        color: #FF0000; }
    section.single-post.qa div.post .content span[id^="more-"],
    section.archives.qa div.post .content span[id^="more-"] {
      display: block;
      position: relative;
      overflow: hidden; }
  section.single-post.qa div.post .pub-date.bottom,
  section.archives.qa div.post .pub-date.bottom {
    display: none; }

div.social-buttons {
  display: inline-block;
  margin-left: 10px; }

section.terms-privacy p, section.terms-privacy address {
  width: 80%;
  margin: 0 auto 30px; }
section.terms-privacy address {
  line-height: 1.3; }
section.terms-privacy h2, section.terms-privacy h3 {
  margin: 0 auto;
  max-width: 430px;
  font-size: 1.5em;
  text-align: center;
  font-style: italic; }
section.terms-privacy h3 {
  margin: 0px auto 20px;
  padding-top: 20px; }
section.terms-privacy ol {
  width: 280px;
  margin: 50px auto; }
  section.terms-privacy ol li {
    margin-bottom: 10px;
    padding-left: 10px; }
    section.terms-privacy ol li a {
      color: #554F4B; }
      section.terms-privacy ol li a:hover {
        text-decoration: underline; }
section.terms-privacy div.donate p {
  width: 320px; }

section.contact h1.page-title {
  margin-bottom: 0px; }
section.contact div.contact-form {
  margin: 0 auto;
  width: 80%;
  padding: 50px 140px 0px;
  background-color: #F4F1F5;
  border: 1px solid #D2CBD5;
  border-radius: 4px; }
  section.contact div.contact-form p.name, section.contact div.contact-form p.phone {
    float: left; }
  section.contact div.contact-form p.zip, section.contact div.contact-form p.email {
    float: right; }
  section.contact div.contact-form p.name {
    width: 55%; }
  section.contact div.contact-form p.zip {
    width: 40%; }
  section.contact div.contact-form p.phone {
    width: 40%; }
  section.contact div.contact-form p.email {
    width: 55%; }
  section.contact div.contact-form p span input, section.contact div.contact-form p span textarea {
    width: 100%;
    background-color: #FFFEFB;
    margin-top: 4px;
    margin-right: 12px;
    padding: 10px;
    border: 1px solid #979797;
    border-radius: 5px;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3);
    transition: border 0.2s ease-in-out 0s; }
    section.contact div.contact-form p span input:focus, section.contact div.contact-form p span textarea:focus {
      border-color: #129fea; }
    section.contact div.contact-form p span input:-moz-placeholder, section.contact div.contact-form p span textarea:-moz-placeholder {
      color: #D7D6D4;
      font-style: italic; }
    section.contact div.contact-form p span input::-moz-placeholder, section.contact div.contact-form p span textarea::-moz-placeholder {
      color: #D7D6D4;
      font-style: italic; }
    section.contact div.contact-form p span input:-ms-input-placeholder, section.contact div.contact-form p span textarea:-ms-input-placeholder {
      color: #D7D6D4;
      font-style: italic; }
    section.contact div.contact-form p span input::-webkit-input-placeholder, section.contact div.contact-form p span textarea::-webkit-input-placeholder {
      color: #D7D6D4;
      font-style: italic; }
    section.contact div.contact-form p span input[aria-invalid="true"], section.contact div.contact-form p span textarea[aria-invalid="true"] {
      border: 1px solid red;
      transition: border 0.2s ease-in-out 0s; }
    section.contact div.contact-form p span input + span, section.contact div.contact-form p span textarea + span {
      font-size: 0.9em;
      margin-top: 4px; }
  section.contact div.contact-form p span textarea {
    resize: vertical; }
  section.contact div.contact-form p input[type="submit"] {
    color: #46565D;
    display: table;
    margin: 0 auto;
    padding: 10px 35px 8px;
    background-color: #F5E3BF;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZmExOGMiIHN0b3Atb3BhY2l0eT0iMC4zOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(191, 161, 140, 0.38)));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(191, 161, 140, 0.38));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(191, 161, 140, 0.38));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(191, 161, 140, 0.38));
    border: 1px solid #979797;
    border-radius: 9px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 1px 0px white;
    font-size: 1.05em;
    letter-spacing: 0.5px; }
    section.contact div.contact-form p input[type="submit"]:hover {
      background-color: #ffeec9; }
    section.contact div.contact-form p input[type="submit"]:active {
      position: relative;
      top: 1px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
  section.contact div.contact-form .contact-captcha {
    display: table;
    margin: 0 auto; }
section.contact > p {
  text-align: center;
  padding-top: 30px;
  line-height: 1.5; }
  section.contact > p a {
    color: #554F4B; }
    section.contact > p a:hover {
      text-decoration: underline; }
@media (max-width: 800px) {
  section.contact div.contact-form {
    width: 85%;
    padding: 50px 90px 0px; } }
@media (max-width: 500px) {
  section.contact div.contact-form {
    padding: 50px 40px 0px; } }

footer {
  background-color: #2D2A58;
  box-shadow: 0px -3px 0px #2D2A58;
  border-top: 2px solid white; }
  footer div.grid {
    padding: 10px; }
    footer div.grid div.grid-box {
      border-right: 1px solid rgba(196, 196, 196, 0.24);
      padding: 20px;
      color: white;
      height: 80px;
      float: left; }
      footer div.grid div.grid-box:nth-of-type(4) {
        border-right: none;
        padding: 20px 0 20px 20px; }
      footer div.grid div.grid-box.brand {
        width: 18%;
        padding: 20px 10px 20px 40px; }
        footer div.grid div.grid-box.brand p {
          line-height: 1; }
      footer div.grid div.grid-box.address {
        width: 23%;
        line-height: 1.2; }
        footer div.grid div.grid-box.address address {
          display: table;
          font-style: normal;
          margin: 0 auto; }
      footer div.grid div.grid-box.contact {
        width: 29%;
        padding: 20px 10px 20px 10px;
        line-height: 1.2; }
        footer div.grid div.grid-box.contact a.underline:hover {
          text-decoration: underline; }
        footer div.grid div.grid-box.contact address {
          font-style: normal;
          display: table;
          margin: 0 auto; }
          footer div.grid div.grid-box.contact address a.contact .icon {
            width: 40px;
            height: 40px;
            font-size: 21px;
            margin-top: -3px;
            line-height: 0.7; }
      footer div.grid div.grid-box.social {
        width: 29%; }
      footer div.grid div.grid-box p {
        margin: 0 auto;
        width: 100px; }
        footer div.grid div.grid-box p.logo {
          position: relative;
          padding-left: 5px; }
          footer div.grid div.grid-box p.logo:before {
            content: "";
            background: url("../images/logo-flame-white.svg") no-repeat center center/100% auto;
            width: 25px;
            height: 35px;
            position: absolute;
            top: 0px;
            left: -25px; }
        footer div.grid div.grid-box p.logo-bottom {
          font-size: 1.2em;
          letter-spacing: 1.5px;
          padding-left: 7px; }
      footer div.grid div.grid-box a {
        color: white; }
        footer div.grid div.grid-box a.contact {
          float: left; }
        footer div.grid div.grid-box a.terms-privacy {
          font-size: 0.8em; }
          footer div.grid div.grid-box a.terms-privacy:hover {
            text-decoration: underline; }
      footer div.grid div.grid-box div.icon-row {
        margin: -4px auto 9px;
        display: table; }
      footer div.grid div.grid-box div.icon {
        height: 35px;
        width: 35px;
        font-size: 18px; }
  footer div.inset-prayer {
    background-color: #787594;
    background-image: linear-gradient to top, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.44);
    color: #E7E7E7;
    margin: 0 auto;
    padding: 25px 200px 20px;
    font-size: 1em;
    border-radius: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.48);
    box-shadow: inset 0px 10px 5px -7px rgba(0, 0, 0, 0.5); }
    footer div.inset-prayer h3 {
      margin: 0 auto 15px;
      display: table;
      color: rgba(255, 255, 255, 0.52);
      letter-spacing: 1.3px;
      font-size: 0.75em;
      text-transform: uppercase; }
      footer div.inset-prayer h3:last-of-type {
        margin: 5px auto 0px; }
    footer div.inset-prayer div.sentences {
      margin: 0 auto;
      -moz-column-count: 2;
      -webkit-column-count: 2;
      column-count: 2;
      font-size: 0.85em; }
      footer div.inset-prayer div.sentences p {
        padding-left: 1.5em;
        text-indent: -1.5em;
        margin: 0px 0px 10px; }
  @media (max-width: 800px) {
    footer {
      margin-top: 80px; }
      footer div.grid {
        padding: 20px 0 40px; }
      footer div.grid div.grid-box.brand {
        width: 50%;
        border-right: none;
        border-bottom: 1px solid rgba(196, 196, 196, 0.24);
        font-size: 1.2em;
        padding-left: 20px;
        padding-top: 15px; }
      footer div.grid div.grid-box.address {
        width: 49%;
        border-right: none;
        border-bottom: 1px solid rgba(196, 196, 196, 0.24); }
      footer div.grid div.grid-box.contact {
        width: 50%;
        border-right: none;
        padding-top: 30px; }
      footer div.grid div.grid-box.social {
        width: 49%;
        border-right: none;
        padding-top: 30px; }
        footer div.grid div.grid-box.social div.icon-row {
          display: table;
          margin: 0 auto; }
        footer div.grid div.grid-box.social a.icon:first-of-type {
          display: inline-block;
          margin-bottom: 10px; }
        footer div.grid div.grid-box.social .terms-privacy {
          text-align: center; }
      footer div.inset-prayer {
        padding: 30px 50px; } }
  @media (max-width: 500px) {
    footer {
      margin-top: 80px; }
      footer div.grid {
        padding: 20px 0 40px; }
      footer div.grid div.grid-box.brand {
        width: 50%;
        border-right: none;
        border-bottom: 1px solid rgba(196, 196, 196, 0.24);
        font-size: 1.2em;
        padding-left: 20px;
        padding-top: 15px; }
      footer div.grid div.grid-box.address {
        width: 49%;
        border-right: none;
        border-bottom: 1px solid rgba(196, 196, 196, 0.24); }
      footer div.grid div.grid-box.contact {
        width: 50%;
        border-right: none;
        padding-top: 30px; }
        footer div.grid div.grid-box.contact address {
          display: inline-block;
          width: 240px; }
      footer div.grid div.grid-box.social {
        width: 49%;
        border-right: none;
        padding-top: 30px; }
        footer div.grid div.grid-box.social div.icon-row {
          display: block;
          margin: 0px 0 0 -10px; }
        footer div.grid div.grid-box.social a.icon:first-of-type {
          display: inline-block;
          margin-bottom: 10px; }
        footer div.grid div.grid-box.social .terms-privacy {
          display: block;
          margin-left: 20px;
          margin-top: 5px; }
      footer div.inset-prayer {
        padding: 30px 20px; } }
