/* normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
  color: white;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0;
  padding: 0 0 1em;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `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;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@viewport {
  width: device-width;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

html,
button,
body,
input,
select,
textarea {
  color: #444;
  font: 100%/1.5 "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
}

main {
  display: block;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
  height: 10em;
  width: 100%;
}

input,
textarea {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  color: #444;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=password],
textarea {
  border: 1px solid #c2cacf;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
  border-radius: 0.125rem;
  background-color: white;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.2rem 0.625rem;
  min-height: 2.4em;
  width: 100%;
  -webkit-appearance: none;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus {
  border: 1px solid #48687d;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  outline: none;
}

input[type=tel] {
  max-width: 8.5em;
}

textarea {
  max-width: 40em;
  padding: 0.375rem 0.625rem;
  width: 100%;
  -webkit-appearance: none;
}

.custom-select {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  border: 1px solid #c2cacf;
  border-radius: 0.125rem;
  background-color: white;
  font-size: 14px;
  font-size: 0.875rem;
}

select {
  /* Make sure the select is wider than the container so we can clip the arrow */
  width: 110%;
  max-width: 110%;
  min-width: 110%;
  /* Remove select styling */
  appearance: none;
  -webkit-appearance: none;
  /* Ugly Firefox way of doing it */
  -moz-appearance: window;
  text-indent: 0.01px;
  text-overflow: "";
  /* Magic font size number to prevent iOS text zoom */
  font-size: 16px;
  font-size: 1rem;
  background: none;
  border: none;
  color: #444;
  outline: none;
  /* Padding works surpringly well */
  padding: 5px 19% 6px 0.625em;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  line-height: 1.2;
  margin: 0.2em;
}

@-moz-document url-prefix() {
  select {
    padding: 0.35em 19% 0.1em 0.625em;
    width: -moz-calc(100% + 40px);
    max-width: -moz-calc(100% + 40px);
    min-width: -moz-calc(100% + 40px);
  }
}
@media all and (-ms-high-contrast: none) {
  select {
    padding: 0.35em 19% 0 0.625em;
  }
}
/* This hides native custom-select button arrow in IE */
select::-ms-expand {
  display: none;
}

/* Custom arrow - could be an image, SVG, icon font, etc. */
.custom-select::before {
  background-color: white;
  border-left: 1px solid #d0d6da;
  content: "";
  height: 80%;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 10%;
  width: 1.75rem;
  z-index: 1;
}

.custom-select::after {
  background: none;
  color: #bbb;
  content: "";
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 0.375rem solid #48687d;
  width: 0;
  height: 0;
  font-size: 14px;
  font-family: sans-serif;
  padding: 0;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -3px;
  z-index: 1;
  /* This hack makes the select behind the arrow clickable in some browsers */
  pointer-events: none;
}

/* Hover style - tricky because we're clipping the overflow */
.custom-select:hover {
  border: 1px solid #2f8b83;
}

/* Focus style */
select:focus {
  text-decoration: underline;
  outline: none;
}

/* This hides focus around selected option in FF */
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

a {
  color: #038294;
  font-weight: bold;
  transition: all 0.2s ease;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
  text-decoration: none;
}

.button,
[type=submit],
button {
  border: none;
  border-radius: 0.375rem;
  background-color: #038294;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  padding: 0.5rem 1rem;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  transition: all 0.2s ease;
}
.button:hover,
[type=submit]:hover,
button:hover {
  background-color: #025662;
  color: white;
  text-decoration: none;
}
.button:focus,
[type=submit]:focus,
button:focus {
  outline: 1px dotted #038294;
  outline-offset: 0.125rem;
}
.button:active,
[type=submit]:active,
button:active {
  transform: translateY(2px);
}

body {
  background: #f4f1ea;
}

.skip-to-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -9999;
}
.skip-to-main:active, .skip-to-main:focus {
  background-color: #48687d;
  color: white;
  border-radius: 0 0 0.625rem 0;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  overflow: auto;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.625rem 1rem;
  z-index: 9999;
}

.persecutionblog-top {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://assets.persecution.com/public/graphics/minisites/persecutionblog/header.jpg) center top no-repeat;
  background-size: cover;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 1.25rem;
}

.persecutionblog-logo {
  font-size: 16px;
  font-size: 1rem;
  width: 12rem;
}
@media (min-width: 60em) {
  .persecutionblog-logo {
    width: 15rem;
  }
}
.persecutionblog-top .persecutionblog-logo {
  margin-bottom: 2.5rem;
}

.persecutionblog-logo__link {
  display: block;
  padding: 0.275rem 0 0.2375rem;
  border-radius: 0.25rem;
}
@media (min-width: 36em) {
  .persecutionblog-logo__link {
    padding-top: 0.3125rem;
    padding-bottom: 0;
  }
}
.persecutionblog-logo__link:focus {
  outline: none;
}
.persecutionblog-logo__link:focus-visible {
  outline: 1px solid rgba(199, 187, 101, 0.5);
  outline-offset: 0.25rem;
}
.persecutionblog-logo__link span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.persecutionblog-logo__link path,
.persecutionblog-logo__link ellipse,
.persecutionblog-logo__link polygon {
  fill: white;
}

.persecutionblog-top__title {
  color: #f5eabe;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
}
@media (min-width: 48em) {
  .persecutionblog-top__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.persecutionblog-top__description {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 1.875rem;
  max-width: 30rem;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 48em) {
  .persecutionblog-top__description {
    font-size: 14px;
    font-size: 0.875rem;
    max-width: 54rem;
  }
}
@media (min-width: 60em) {
  .persecutionblog-top__description {
    font-size: 16px;
    font-size: 1rem;
  }
}

.persecutionblog-nav {
  padding: 0.5rem 1rem;
}
@media (max-width: 84em) {
  .persecutionblog-nav {
    padding: 0;
    position: relative;
  }
}
.persecutionblog-nav ul {
  display: flex;
  margin: 0;
  padding: 1.25rem 0 0;
  list-style: none;
}
.persecutionblog-nav a {
  border-radius: 0.5rem;
  color: #f5eabe;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
}
@media (min-width: 48em) {
  .persecutionblog-nav a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 60em) {
  .persecutionblog-nav a {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.625rem 1.25rem;
  }
}
.persecutionblog-nav a:hover {
  background-color: rgba(245, 234, 190, 0.25);
  color: white;
}

.persecutionblog-main {
  padding: 3.125rem 1.875rem 5rem;
}
@media (min-width: 48em) {
  .persecutionblog-main {
    padding: 5rem 3.75rem 7.5rem;
  }
}

.site-footer {
  background-color: #2a2e2f;
  padding: 5rem 0 3.75rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 84em) {
  .site-footer {
    padding-top: 5.625rem;
    padding-bottom: 4.375rem;
  }
}

.site-footer__inner {
  margin: 0 auto;
  max-width: 75rem;
  padding: 0 1.875rem;
}
@media (min-width: 48em) {
  .site-footer__inner {
    padding: 0 2.5rem;
  }
}
@media (min-width: 60em) {
  .site-footer__inner {
    padding: 0 3.75rem;
  }
}
@media (min-width: 72em) {
  .site-footer__inner {
    padding: 0 6.25rem;
  }
}

.site-footer__top {
  display: grid;
  gap: 0.625rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 36em) {
  .site-footer__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.site-footer--minimal .site-footer__top {
  justify-content: center;
}
@media (min-width: 36em) {
  .site-footer--minimal .site-footer__top {
    display: grid;
  }
}
@media (min-width: 48em) {
  .site-footer--minimal .site-footer__top {
    display: flex;
    justify-content: space-between;
  }
}

.site-footer--minimal .social-icons {
  justify-content: center;
}
@media (min-width: 48em) {
  .site-footer--minimal .social-icons {
    justify-content: flex-start;
  }
}

.site-footer__main {
  display: grid;
  gap: 2.5rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 1.875rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 48em) {
  .site-footer__main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 72em) {
  .site-footer__main {
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
  }
}

.site-footer__links {
  font-size: 14px;
  font-size: 0.875rem;
}
.site-footer__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.625rem;
}
.site-footer__links strong {
  color: #f5eabe;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 1.125rem;
}
.site-footer__links a {
  color: white;
  text-decoration: none;
}
.site-footer__links a:hover {
  text-decoration: underline;
}
.site-footer__links a span {
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  display: block;
  margin-top: -0.25em;
  opacity: 0.65;
  font-weight: normal;
  letter-spacing: 0.15em;
}

.site-footer__end {
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  color: white;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 48em) {
  .site-footer__end {
    align-items: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.site-footer--minimal .site-footer__end {
  border-top: none;
  padding-top: 0;
}

.site-footer__copyright {
  text-align: center;
  padding-bottom: 2.5rem;
}
@media (min-width: 48em) {
  .site-footer__copyright {
    padding: 0;
    text-align: left;
  }
}

.site-footer__copyright-main,
.site-footer__copyright-address {
  font-size: 12px;
  font-size: 0.75rem;
}
.site-footer__copyright-main a,
.site-footer__copyright-address a {
  color: #f5eabe;
}

.site-footer__copyright-address {
  margin-bottom: 0.3125rem;
}

@media (min-width: 48em) {
  .site-footer__copyright-br {
    display: none;
  }
}

.site-footer__copyright-bull {
  display: block;
  height: 0;
  text-indent: -9999px;
}
@media (min-width: 48em) {
  .site-footer__copyright-bull {
    display: inline-block;
    height: auto;
    margin: 0 0.25rem;
    text-indent: 0;
  }
}

.site-footer__copyright-sub {
  font-size: 10px;
  font-size: 0.625rem;
}
@media (min-width: 48em) {
  .site-footer__copyright-sub {
    margin-bottom: 0;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.site-footer__copyright-sub a {
  color: white;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.site-footer__copyright-sub a:hover {
  border-bottom: none;
}

.site-footer__organizations {
  list-style: none;
  padding: 0 0 1.25rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 15rem;
  margin: 0 auto;
}
@media (min-width: 24em) {
  .site-footer__organizations {
    max-width: none;
    padding-bottom: 0;
    margin: 0;
  }
}
.site-footer__organizations li {
  margin-bottom: 0.625rem;
}
@media (min-width: 24em) {
  .site-footer__organizations li {
    margin-bottom: 0;
  }
}
@media (min-width: 24em) {
  .site-footer__organizations li:last-child {
    border-left: 0.1rem solid rgba(255, 255, 255, 0.375);
    margin-left: 1rem;
    padding-left: 1rem;
  }
}

.site-footer__organization {
  background-image: url(https://assets.persecution.com/public/graphics/site/sprites.png?v=20210819);
  background-size: 300px 220px;
  display: block;
  height: 3rem;
  margin: 0 0.25rem;
  overflow: hidden;
  text-indent: -9999px;
  width: 3rem;
}
@media (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .site-footer__organization {
    background-image: url(https://assets.persecution.com/public/graphics/site/sprites@2x.png?v=20210819);
  }
}
.site-footer__organization:hover {
  opacity: 0.7;
}
.site-footer__organization:focus {
  outline: 1px dotted #c7bb65;
  outline-offset: 0.25rem;
  border-radius: 50%;
}

.site-footer__organization--efca {
  background-position: 0 -172px;
}

.site-footer__organization--ica {
  background-position: -59px -172px;
}

.site-footer__organization--cfc {
  background-position: -116px -172px;
  width: 4.25rem;
}
.site-footer__organization--cfc:focus {
  border-radius: 0.25rem;
}

.site-footer__organization--ncol {
  background: url(https://assets.persecution.com/public/graphics/site/icon_poweredbyncol.svg) center no-repeat;
  background-size: contain;
  width: 66px;
}
.site-footer__organization--ncol:focus {
  border-radius: 0.25rem;
}

.site-footer__desc {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.85);
  font-size: 9px;
  font-size: 0.5625rem;
  margin: 0 0 0.5rem;
  text-align: center;
  line-height: 1.5;
}
.site-footer__desc span {
  opacity: 0.4;
  position: relative;
  margin: 0 0.375rem;
}
@media (min-width: 84em) {
  .site-footer__desc span {
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 0 0.3125rem;
    top: 0.1rem;
  }
}
.site-footer__desc a {
  color: rgba(255, 255, 255, 0.85);
  font-weight: normal;
  text-underline-offset: 2px;
}
.site-footer__desc a:hover {
  text-decoration: none;
}

.site-footer__tax {
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.85);
}

.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  gap: 0.875rem;
}

.social-icon {
  background-image: url(https://assets.persecution.com/public/graphics/site/sprites.png?v=20210819);
  background-size: 300px 220px;
  display: block;
  height: 2rem;
  text-indent: -9999px;
  width: 2rem;
  overflow: hidden;
}
@media (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .social-icon {
    background-image: url(https://assets.persecution.com/public/graphics/site/sprites@2x.png?v=20210819);
  }
}
.social-icon:hover {
  opacity: 0.7;
}
.social-icon:focus {
  outline: 1px dotted #c7bb65;
  outline-offset: 0.25rem;
  border-radius: 50%;
}

.social-icon--facebook {
  background-position: 0 -125px;
}

.social-icon--twitter {
  background-position: -47px -125px;
}

.social-icon--pinterest {
  background-position: -94px -125px;
}

.social-icon--youtube {
  background-position: -142px -125px;
}

.social-icon--instagram {
  background-position: -189px -125px;
}

.site-contact-form-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 25rem;
  padding-top: 1.25rem;
  grid-column: 1/3;
}
@media (min-width: 48em) {
  .site-contact-form-wrap {
    grid-column: 1/5;
  }
}
@media (min-width: 72em) {
  .site-contact-form-wrap {
    margin: 0;
    padding-top: 0;
    max-width: 16.25rem;
  }
}

.site-contact-form-wrap--button {
  padding: 0 1rem 2.5rem;
  text-align: center;
}

.site-contact-form.is-highlighting {
  animation-name: highlightContactForm;
  animation-duration: 0.5s;
  animation-delay: 0.75s;
}
.site-contact-form .field {
  position: relative;
}
.site-contact-form label {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  position: absolute;
  top: 0.5rem;
  left: 0.625rem;
}
.site-contact-form label.is-floating {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.site-contact-form textarea,
.site-contact-form [type=text],
.site-contact-form [type=email] {
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: white;
  transition: border-color 0.25s;
}
.site-contact-form textarea:hover,
.site-contact-form [type=text]:hover,
.site-contact-form [type=email]:hover {
  border-color: rgba(255, 255, 255, 0.375);
}
.site-contact-form textarea:focus,
.site-contact-form [type=text]:focus,
.site-contact-form [type=email]:focus {
  border-color: #c7bb65;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}
.site-contact-form [type=submit] {
  background: #038294;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
}
.site-contact-form [type=submit]:hover {
  background-image: linear-gradient(to bottom, #aa9a57, #6a6036);
  color: white;
}
.site-contact-form [type=submit]:focus {
  outline: 1px dotted #c7bb65;
}

@keyframes highlightContactForm {
  0% {
    transform: none;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: none;
  }
}
.site-contact-form__title {
  color: #f5eabe;
  display: block;
  font-weight: normal;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.site-contact-form__field-companyname {
  display: none;
}

.site-contact-form__field-submit input[type=submit]:hover {
  background: #025662;
}

.persecutionblog-post {
  display: grid;
  margin: 0 auto;
  max-width: 40rem;
}
@media (min-width: 60em) {
  .persecutionblog-post {
    max-width: 54rem;
  }
}

.persecutionblog-post__title-wrap {
  margin-bottom: 1.25rem;
}
@media (min-width: 48em) {
  .persecutionblog-post__title-wrap {
    margin-bottom: 0;
  }
}

.persecutionblog-post__title {
  color: #038294;
  font-weight: normal;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: -0.015em;
  line-height: 1.15;
  margin: 0 0 0.625rem;
  text-align: center;
  text-wrap: balance;
}
@media (min-width: 48em) {
  .persecutionblog-post__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (min-width: 60em) {
  .persecutionblog-post__title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.persecutionblog-post__title a {
  text-decoration: none;
}
.persecutionblog-post__title a:hover {
  text-decoration: underline;
}

.persecutionblog-post__date {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  margin-bottom: 0.25rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .persecutionblog-post__date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.persecutionblog-post__info {
  order: 3;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.5rem;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  padding: 1.25rem;
  margin: 1.25rem 0 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 48em) {
  .persecutionblog-post__info {
    flex-direction: row;
    gap: 2.5rem;
    order: inherit;
    justify-content: center;
  }
}

.persecutionblog-post__info-section:first-child {
  min-width: max-content;
}

.persecutionblog-post__info-title {
  font-size: 11px;
  font-size: 0.6875rem;
  font-style: italic;
}
.persecutionblog-post__info-title strong {
  font-style: normal;
}

.persecutionblog-post__info-content {
  font-size: 13px;
  font-size: 0.8125rem;
}

.persecutionblog-post__category {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
}

.persecutionblog-post__tags {
  font-size: 0.7rem;
  color: #888;
  display: block;
}
@media (min-width: 48em) {
  .persecutionblog-post__tags {
    font-size: 0.8125rem;
  }
}

@media (min-width: 60em) {
  .persecutionblog-post__content {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.persecutionblog-list {
  display: grid;
  gap: 3.75rem;
  margin: 0 auto;
  max-width: 70rem;
}
@media (min-width: 48em) {
  .persecutionblog-list {
    gap: 2.5rem;
    grid-template-columns: 1fr 12.5rem;
  }
}
@media (min-width: 60em) {
  .persecutionblog-list {
    gap: 3.75rem;
    grid-template-columns: 1fr 20rem;
  }
}

@media (min-width: 48em) {
  .persecutionblog-list__side {
    grid-column: 2;
  }
}

.persecutionblog-list__main {
  grid-column: 1;
  grid-row: 1;
}

.persecutionblog-results {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 2.5rem;
  padding: 1.25rem 2.5rem;
  text-align: center;
}

.persecutionblog-cards {
  display: grid;
  gap: 1.25rem;
}

.persecutionblog-card__content {
  background-color: white;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  color: #444;
  display: block;
  font-weight: normal;
  padding: 1.25rem;
  text-decoration: none;
}
@media (min-width: 48em) {
  .persecutionblog-card__content {
    padding: 2.5rem;
  }
}
.persecutionblog-card__content:hover {
  background-color: rgba(3, 130, 148, 0.05);
  box-shadow: none;
}

.persecutionblog-card__date {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.persecutionblog-card__title {
  color: #038294;
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0 0 0.625rem;
}
@media (min-width: 72em) {
  .persecutionblog-card__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.persecutionblog-card__read-more {
  color: #038294;
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
}

.persecutionblog-card__info {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  padding: 1.25rem;
}
@media (min-width: 48em) {
  .persecutionblog-card__info {
    padding: 1rem 2.5rem;
  }
}

.persecutionblog-search {
  margin-bottom: 2.5rem;
}

.persecutionblog-search__form {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.625rem;
}

.persecutionblog-search__label {
  font-size: 0px;
  font-size: 0rem;
  position: absolute;
  left: -9999px;
}

.persecutionblog-search__button {
  background-image: url("https://assets.persecution.com/public/graphics/minisites/persecutionblog/icon_search_white.svg");
  background-position: center;
  background-size: 1.75rem;
  width: 3rem;
  background-repeat: no-repeat;
  text-indent: -999rem;
}

.persecutionblog-search__results {
  font-style: italic;
  font-size: 14px;
  font-size: 0.875rem;
}

.persecutionblog-sidebar {
  display: grid;
  gap: 2.5rem;
}

.persecutionblog-sidebar__title {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 0.625rem;
}

.persecutionblog-sidebar__list {
  list-style: none;
  display: grid;
  gap: 0.3125rem;
  margin: 0;
  padding: 0;
}

.persecutionblog-sidebar__link {
  text-decoration: none;
  font-weight: normal;
}
.persecutionblog-sidebar__link:hover {
  text-decoration: underline;
}

.persecutionblog-pagination {
  border-top: 0.2rem solid rgba(0, 0, 0, 0.1);
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.persecutionblog-pagination__link {
  text-decoration: none;
  padding: 0.875rem 0.625rem;
}
.persecutionblog-pagination__link:hover {
  text-decoration: underline;
  color: #038294;
}

.persecutionblog-pagination__link--current {
  cursor: not-allowed;
  color: #444;
}
.persecutionblog-pagination__link--current:hover {
  text-decoration: none;
  color: #0e5b6e;
}

.persecutionblog-pagination__prev,
.persecutionblog-pagination__next {
  padding: 0.875rem 0.625rem;
}
.persecutionblog-pagination__prev::before,
.persecutionblog-pagination__next::before {
  content: "";
  display: block;
  border-right: 0.4rem solid #038294;
  border-bottom: 0.4rem solid transparent;
  border-top: 0.4rem solid transparent;
  transition: color 0.2 ease;
}
.persecutionblog-pagination__prev:hover::before,
.persecutionblog-pagination__next:hover::before {
  border-right: 0.4rem solid #444;
}

.persecutionblog-pagination__next::before {
  border-left: 0.4rem solid #038294;
  border-right: none;
}
.persecutionblog-pagination__next:hover::before {
  border-right: none;
  border-left: 0.4rem solid #444;
}

.persecutionblog-404 {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
  margin-bottom: 5rem;
  padding: 2.5rem 2.5rem;
  text-align: center;
}
.persecutionblog-404 h1 {
  margin: 0 0 0.625rem;
  font-size: 30px;
  font-size: 1.875rem;
}

.persecutionblog-archives {
  margin: 0 auto;
  max-width: 60rem;
}
.persecutionblog-archives h1 {
  font-size: 24px;
  font-size: 1.5rem;
}
.persecutionblog-archives h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 2.5rem 0 1.25rem;
}

.persecutionblog-archive__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}