/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

article img {
  margin: 10px 0;
  max-width: 100%;
  height: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Typography
   ========================================================================== */
body {
  color: #2a2a2a;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 28.8px;
}

::-moz-selection {
  background-color: #ff3b00;
  color: white;
}

::selection {
  background-color: #ff3b00;
  color: white;
}

/*	Headers
/*--------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  color: #171717;
  clear: both;
  margin: 10px 0;
}

h1 {
  font-size: 45px;
  line-height: 1.2em;
}

h2 {
  font-size: 40px;
  line-height: 1.2em;
}

h3 {
  font-size: 35px;
  line-height: 1.2em;
}

h4 {
  font-size: 30px;
  line-height: 1.2em;
}

h5 {
  font-size: 25px;
  line-height: 1.3em;
}

h6 {
  font-size: 20px;
  line-height: 1.8em;
}

h1.page-title {
  margin-bottom: 50px;
}

/*	Text Elements
/*--------------------------------------*/
strong {
  font-weight: 900;
}

em {
  font-style: italic;
}

hr {
  border: none;
  margin: 30px 0;
}

.hero figcaption,
.hero-thumb figcaption,
p.caption {
  font-size: 9px;
  font-weight: 300;
  line-height: normal;
  font-style: italic;
  text-align: right;
  margin: 3px 0 5px;
}

article p {
  margin: 15px 0;
}
article h1 + p,
article h1 + ul,
article h1 + ol,
article h1 + dl,
article h2 + p,
article h2 + ul,
article h2 + ol,
article h2 + dl,
article h3 + p,
article h3 + ul,
article h3 + ol,
article h3 + dl,
article h4 + p,
article h4 + ul,
article h4 + ol,
article h4 + dl,
article h5 + p,
article h5 + ul,
article h5 + ol,
article h5 + dl,
article h6 + p,
article h6 + ul,
article h6 + ol,
article h6 + dl {
  margin-top: 5px;
}
article ul,
article ol {
  padding: 0 0 0 40px;
}
article li {
  margin: 10px 0;
  list-style-type: disc;
}
article ol li {
  list-style-type: decimal;
}
article ol li li {
  list-style-type: lower-alpha;
}
article cite {
  font-style: italic;
  font-size: 0.8em;
}
article blockquote {
  display: block;
  width: 80%;
  margin: 15px auto;
}
article blockquote p {
  color: #ff3b00;
  font-weight: 300;
  font-style: italic;
  font-size: 22px;
}
article dt {
  font-weight: 600;
}
article dd {
  margin: 0 0 25px 0;
  font-weight: normal;
}

/*	Links
/*--------------------------------------*/
a:link,
a:visited {
  text-decoration: none;
  color: #ff3b00;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

a:hover,
a:focus,
a:active {
  color: #001670;
}

article a:visited {
  color: #ff3b00;
}

a:link.black-link,
a:visited.black-link {
  color: #2a2a2a;
}

a:hover.black-link,
a:focus.black-link,
a:active.black-link {
  color: #ff3b00;
}

a:link.blue-link,
a:visited.blue-link {
  color: #001670;
}

a:hover.blue-link,
a:focus.blue-link,
a:active.blue-link {
  color: #ff3b00;
}

/*	Accessibility
/*--------------------------------------*/
.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.skip {
  float: left;
}

.skip:focus {
  position: static;
  width: auto;
  height: auto;
}

/* Basic Styles
   ========================================================================== */
.content {
  margin: 0 auto;
}

.page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  width: 80%;
  margin: 40px auto 70px;
  min-height: 50vh;
}
.page-container article {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.page-container aside {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-template-page-full-width .page-container {
  display: block;
}

article figure img {
  margin: 0;
}

article img {
  margin: 20px 0;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}

img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.wp-caption-text {
  font-size: 12.5px;
  font-weight: 800;
}

.mobile {
  display: none;
}

/* Header
   ========================================================================== */
.main-header {
  position: relative;
  z-index: 30;
  padding: 20px 5%;
  top: 0;
  background-color: white;
}
.main-header .hamburger-icon {
  cursor: pointer;
  position: relative;
  z-index: 10;
  display: inline-block;
}
.main-header .bar1,
.main-header .bar2,
.main-header .bar3 {
  height: 7px;
  margin: 8px 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 50px;
  background-color: #ff3b00;
  border-radius: 3px;
}
.main-header .change .bar1 {
  -webkit-transform: rotate(45deg) translate(13px, 16px);
  transform: rotate(45deg) translate(13px, 16px);
  background-color: #fff;
}
.main-header .change .bar2 {
  opacity: 0;
}
.main-header .change .bar3 {
  -webkit-transform: rotate(-45deg) translate(5px, -8px);
  transform: rotate(-45deg) translate(5px, -8px);
  background-color: #fff;
}
.main-header .toggle-nav {
  background-color: rgba(51, 51, 51, 0.97);
  text-align: center;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 75px 70px 25px;
}
.main-header .toggle-nav ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.main-header .toggle-nav ul li {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  padding: 15px 0;
}
.main-header .toggle-nav ul li:last-of-type {
  border-bottom: none;
}
.main-header .toggle-nav ul li a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-header .toggle-nav ul li a:hover {
  color: #ff3b00;
}
.main-header .logo {
  display: inline-block;
  margin-left: 20px;
}
.main-header h2 {
  font-size: 22px;
  letter-spacing: -0.14px;
  font-style: italic;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  vertical-align: top;
  margin: 25px 0 0 10px;
}
.main-header .right-nav {
  float: right;
  width: 450px;
  text-align: right;
}
.main-header .buttons {
  display: inline-block;
  padding: 0;
}
.main-header .buttons li {
  list-style-type: none;
  display: inline-block;
}
.main-header .buttons li a {
  font-size: 14px;
  font-weight: 500;
  padding: 4px 15px;
  text-transform: uppercase;
}
.main-header .buttons li.orange a {
  color: #ff3b00;
  border: 4px solid #ff3b00;
}
.main-header .buttons li.orange a:hover {
  color: #001670;
  border: 4px solid #001670;
}
.main-header .buttons li.black a {
  color: rgba(255, 255, 255, 0.95);
  background-color: #2a2a2a;
  border: 4px solid #2a2a2a;
}
.main-header .buttons li.black a:hover {
  background-color: #ff3b00;
  border: 4px solid #ff3b00;
}
.main-header .social-links {
  display: inline-block;
  margin: 23px 0 0 5px;
  vertical-align: top;
}
.main-header .social-links a {
  display: inline-block;
  padding: 0px 3px;
  margin-left: 3px;
}
.main-header .social-links a #Shape {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.main-header .social-links a:hover #Shape {
  fill: #ff3b00;
}
.main-header .social-links svg {
  height: 20px;
}
.main-header .social-links a path {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.main-header .social-links .rss svg #Generic_Feed-icon {
  fill: #2a2a2a;
}
.main-header .social-links .rss:hover svg #Generic_Feed-icon {
  fill: #ff3b00;
}
.main-header .social-links .header-search #Search {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.main-header .social-links .header-search:hover #Search {
  fill: #ff3b00;
}
.main-header .search-wrapper {
  position: fixed;
  top: 50px;
  z-index: 300;
  left: 25%;
  width: 50%;
  padding: 20px;
  background-color: rgba(255, 59, 0, 0.8901960784);
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-header .search-wrapper form {
  display: inline-block;
  width: calc(100% - 45px);
}
.main-header .search-wrapper input {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  padding: 9px 15px;
  width: 64%;
  display: inline-block;
}
.main-header .search-wrapper input::-webkit-input-placeholder {
  color: #fff;
}
.main-header .search-wrapper input::-moz-placeholder {
  color: #fff;
}
.main-header .search-wrapper input:-ms-input-placeholder {
  color: #fff;
}
.main-header .search-wrapper input::-ms-input-placeholder {
  color: #fff;
}
.main-header .search-wrapper input::placeholder {
  color: #fff;
}
.main-header .search-wrapper input[type="submit"] {
  width: 34%;
  margin-left: 1%;
  font-weight: 500;
  background-color: white;
  color: #ff3b00;
  border-color: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.main-header .search-wrapper input[type="submit"]:hover {
  background-color: #001670;
  color: #fff;
}
.main-header .search-wrapper #search-close {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 8px;
  z-index: 100;
}
.main-header .search-wrapper #search-close:hover #Page-1 circle {
  fill: #001670;
}
.main-header.sticky-header {
  position: sticky;
  position: -webkit-sticky;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.91)),
    color-stop(27%, rgba(0, 0, 0, 0.7)),
    color-stop(96%, rgba(60, 0, 0, 0))
  );
  background-image: linear-gradient(
    -180deg,
    rgba(0, 0, 0, 0.91) 0%,
    rgba(0, 0, 0, 0.7) 27%,
    rgba(60, 0, 0, 0) 96%
  );
  background-color: transparent;
}
.main-header.sticky-header .logo svg {
  width: 200px;
}
.main-header.sticky-header .buttons,
.main-header.sticky-header h2 {
  display: none;
}
.main-header.sticky-header .social-links {
  margin-top: 0;
}
.main-header.sticky-header .social-links .rss svg #Generic_Feed-icon {
  fill: rgba(255, 255, 255, 0.95);
}
.main-header.sticky-header .white {
  fill: rgba(255, 255, 255, 0.95);
}
.main-header.sticky-header #progressbar {
  background-color: rgba(248, 247, 246, 0.7215686275);
  padding: 0px;
  width: 50%;
  top: -38px;
  left: 300px;
  z-index: 300;
  position: relative;
}
.main-header.sticky-header #progressbar div {
  background-color: #ff3b00;
  width: 40%;
  /* Adjust with JavaScript */
  height: 20px;
  max-width: 100%;
}

.pop-up-div {
  background-color: #ff3b00;
  background-color: rgb(255, 135, 44);
  color: rgba(255, 255, 255, 0.95);
  padding: 20px 10% 50px;
  display: none;
}
.pop-up-div h1 {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.95);
}
.pop-up-div p {
  margin: 0 auto;
}
.pop-up-div .progress-wrapper {
  position: absolute;
  right: -18px;
  bottom: -50px;
  text-align: center;
}
.pop-up-div .progress-wrapper p {
  font-weight: 600;
  margin-top: -5px;
}
.pop-up-div .up-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pop-up-div .donate-progress-wrapper {
  margin-top: 10px;
  position: relative;
}
.pop-up-div .donate-bar-outer {
  background-color: #ffffff;
}
.pop-up-div .donate-bar-inner {
  height: 15px;
  background-color: #000000;
  width: 50%;
  position: relative;
}
.pop-up-div .donate-goal-wrap {
  margin-left: auto;
  width: 90px;
  display: block;
  margin-top: 10px;
}
.pop-up-div .donate-goal-wrap svg {
  display: block;
  margin-left: auto;
  display: none;
}
.pop-up-div .donate-goal-wrap p {
  font-size: 20px;
  font-weight: 600;
  text-align: right;
}
.pop-up-div .popup-donate-wrapper {
  text-align: left;
  font-size: 0;
  margin-top: 50px;
}
.pop-up-div .popup-donate-wrapper ul {
  padding: 0;
}
.pop-up-div .popup-donate-wrapper li {
  display: inline-block;
}
.pop-up-div .popup-donate-wrapper a {
  font-weight: 600;
  text-align: center;
  color: #2a2a2a;
  background: white;
  border: 3px solid #2a2a2a;
  font-size: 25px;
  display: inline-block;
  padding: 7px 0;
  min-width: 100px;
  margin-right: 15px;
}
.pop-up-div .popup-donate-wrapper a:hover {
  border-color: white;
  background-color: #2a2a2a;
  color: white;
}
.pop-up-div #close-btn-popup {
  float: right;
  cursor: pointer;
}
.pop-up-div #close-btn-popup:hover {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* Footer
   ========================================================================== */
footer {
  background-color: #171717;
  color: rgba(255, 255, 255, 0.95);
  padding: 50px 10%;
}
footer nav {
  margin-left: -12px;
}
footer nav ul {
  padding: 0;
  margin: 0;
}
footer nav li {
  list-style-type: none;
  display: inline-block;
  margin: 10px 10px 10px 0;
}
footer nav a {
  border: 2px solid transparent;
  padding: 5px 10px;
  font-size: 15px;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
  color: rgba(255, 255, 255, 0.95) !important;
}
footer nav a:hover {
  border: 2px solid white;
}
footer .social-links {
  margin-top: 30px;
}
footer .social-links a {
  display: inline-block;
  margin-right: 15px;
}
footer .social-links a #Shape {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
footer .social-links a:hover #Shape {
  fill: #ff3b00;
}
footer .social-links svg {
  height: 20px;
}
footer .logo {
  display: inline-block;
  padding: 20px 0 20px 0;
}
footer .logo svg {
  width: 200px;
}
footer .copyright {
  margin-top: 0;
  text-transform: uppercase;
}
footer a.privacy {
  text-transform: uppercase;
  text-decoration: underline;
}
footer a.privacy:link,
footer a.privacy:visited {
  color: rgba(255, 255, 255, 0.95);
}
footer a.privacy:hover {
  color: #ff3b00;
}

/* Sidebar
   ========================================================================== */
aside .donate {
  background-color: #ffeadb;
  padding: 20px;
  margin-top: 50px;
}
aside .donate h2 {
  margin-top: 0;
  font-size: 25px;
  text-align: center;
}
aside .full-sign-up-wrapper {
  border: 2px solid #171717;
  padding: 25px;
  margin-top: 50px;
}
aside .full-sign-up-wrapper h2 {
  font-size: 25px;
}
aside .related-posts {
  margin-top: 50px;
}
aside .related-posts h2 {
  font-size: 25px;
  color: #171717;
}
aside .related-posts ul {
  padding: 0;
  margin: 0 auto;
  width: 90%;
}
aside .related-posts li {
  list-style-type: none;
  margin-bottom: 40px;
}
aside .related-posts img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
aside .related-posts time {
  font-size: 12px;
  line-height: 12px;
  display: block;
}
aside .related-posts .author-link {
  font-size: 16px;
  font-weight: 600;
}
aside .related-posts h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
}

/* Forms
   ========================================================================== */
article form {
  width: 80%;
  margin: 20px auto 75px;
}
article form label .label {
  font-size: 16px;
  font-weight: 500;
  color: #171717;
}
article form label input {
  margin-top: 5px;
  border: 1px solid #ff3b00;
  padding: 5px 10px;
  min-width: 280px;
  width: 50%;
}
article form label textarea {
  margin-top: 5px;
  border: 1px solid #ff3b00;
  padding: 10px;
  height: 300px;
  font-size: 18px;
  line-height: 28px;
  resize: none;
  width: 100%;
}
article form input[type="submit"] {
  color: rgba(255, 255, 255, 0.95);
  padding: 15px 30px;
  border: none;
  background-color: #ff3b00;
  background-color: rgb(255, 135, 44);
  width: 50%;
  min-width: 280px;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
article form input[type="submit"]:hover {
  background-color: #001670;
}

/* Buttons
   ========================================================================== */
aside .button,
.modal .button {
  background-color: #ff3b00;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  padding: 12px 40px;
  margin: 7px 0;
  display: block;
  font-size: 25px;
  font-weight: 900;
}
aside .button:hover,
.modal .button:hover {
  background-color: #171717;
}

/* Animate
   ========================================================================== */
.fade-in-from-left {
  opacity: 0;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fade-in-from-left.animated {
  -webkit-animation-name: fade-from-left;
  animation-name: fade-from-left;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@-webkit-keyframes fade-from-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  45% {
    opacity: 0.5;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fade-from-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  45% {
    opacity: 0.5;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-from-bottom {
  opacity: 0;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
}

.fade-in-from-bottom.animated {
  -webkit-animation-name: fade-from-bottom;
  animation-name: fade-from-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@-webkit-keyframes fade-from-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade-from-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-from-right {
  opacity: 0;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

.fade-in-from-right.animated {
  -webkit-animation-name: fade-from-right;
  animation-name: fade-from-right;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@-webkit-keyframes fade-from-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fade-from-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* Homepage
   ========================================================================== */
.page-template-page-home .story-collection {
  background-color: #efefef;
  padding: 60px 10%;
}
.page-template-page-home .story-collection:nth-child(even) {
  background-color: #e2e6eb;
}
.page-template-page-home .story-collection h2 {
  font-size: 25px;
  margin-bottom: 65px;
}
.page-template-page-home .story-collection .collection-featured-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page-template-page-home
  .story-collection
  .collection-featured-article
  .hero-thumb {
  -webkit-box-flex: 1.2;
  -ms-flex: 1.2;
  flex: 1.2;
}
.page-template-page-home
  .story-collection
  .collection-featured-article
  .hero-thumb
  img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.page-template-page-home
  .story-collection
  .collection-featured-article
  .hero-thumb
  figcaption {
  text-align: left;
}
.page-template-page-home
  .story-collection
  .collection-featured-article
  .article-details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 60px 0 0 -70px;
  padding: 20px;
  background-color: white;
}
.page-template-page-home
  .story-collection
  .collection-featured-article
  .article-details
  .authors {
  font-size: 15px;
  font-weight: 900;
  font-family: "Playfair Display", serif;
  margin: 0;
}
.page-template-page-home
  .story-collection
  .collection-featured-article
  .article-details
  .authors
  span {
  font-style: italic;
}
.page-template-page-home
  .story-collection
  .collection-featured-article
  .article-details
  h3 {
  font-size: 25px;
  margin: 0;
}
.page-template-page-home
  .story-collection
  .collection-featured-article
  .article-details
  .featured-summary {
  font-weight: 500;
}
.page-template-page-home .story-collection .article-container {
  width: 100%;
  margin: 0;
}
.page-template-page-home .story-collection .article-container li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.page-template-page-home .story-collection .article-container li .hero-thumb {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.page-template-page-home
  .story-collection
  .article-container
  li
  .hero-thumb
  figcaption {
  text-align: left;
}
.page-template-page-home
  .story-collection
  .article-container
  li
  .article-details {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.page-template-page-home
  .story-collection
  .article-container
  li
  .article-details
  .authors {
  font-size: 15px;
  line-height: 21px;
}
.page-template-page-home
  .story-collection
  .article-container
  li
  .article-details
  h3 {
  font-size: 17px;
}
.page-template-page-home
  .story-collection
  .article-container
  li
  .article-details
  .featured-summary {
  font-size: 12px;
  line-height: 15px;
}
.page-template-page-home .read-more-btn {
  text-align: center;
}
.page-template-page-home .read-more-btn a {
  font-size: 16px;
  font-weight: 900;
  padding: 10px 20px;
  border: 2px solid #171717;
}
.page-template-page-home .read-more-btn a:hover {
  border: 2px solid #ff3b00;
}
.page-template-page-home .latest-container {
  width: 80%;
  margin: 100px auto 70px;
}
.page-template-page-home .latest-container h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
.page-template-page-home .latest-container .article-container {
  width: 100%;
  margin: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page-template-page-home .latest-container .article-container .article-list {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  gap: 50px 90px;
}
.page-template-page-home .latest-container .article-container h3 {
  font-size: 30px;
}
.page-template-page-home .latest-container .article-container aside {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 3px solid #ff3b00;
  padding: 20px;
  margin-top: -50px;
}
.page-template-page-home .latest-container .article-container aside h2 {
  font-size: 25px;
}
.page-template-page-home .latest-container .article-container aside li {
  list-style-type: none;
}
.page-template-page-home .latest-container .article-container aside .see-more {
  text-transform: lowercase;
  font-size: 14px;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 30px;
}
.page-template-page-home .latest-container .article-container aside h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.page-template-page-home
  .latest-container
  .article-container
  aside
  .around-the-web {
  padding: 0;
}
.page-template-page-home
  .latest-container
  .article-container
  aside
  .around-the-web
  li {
  margin-bottom: 25px;
}
.page-template-page-home
  .latest-container
  .article-container
  aside
  .around-the-web
  .publication-author {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 900;
  display: block;
}
.page-template-page-home
  .latest-container
  .article-container
  aside
  .around-the-web
  .publication {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  font-style: italic;
  display: block;
}
.page-template-page-home
  .latest-container
  .article-container
  aside
  .around-the-web
  h3 {
  margin-top: 5px;
}
.page-template-page-home
  .latest-container
  .article-container
  aside
  .recent-jobs {
  padding: 0;
}
.page-template-page-home
  .latest-container
  .article-container
  aside
  .recent-jobs
  .location {
  font-size: 15px;
  font-weight: 500;
}
.page-template-page-home aside .donate {
  padding: 50px 5%;
}
.page-template-page-home aside .donate h2 {
  font-size: 40px;
}
.page-template-page-home aside .donate .donate-btn {
  text-align: center;
}
.page-template-page-home aside .donate .button {
  display: inline-block;
}
.page-template-page-home aside .donate .donate-description {
  width: 60%;
  margin: 0 auto;
}
.page-template-page-home .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-template-page-home .modal .modal-content {
  background-color: white;
  border-radius: 5px;
  padding: 50px;
  width: 600px;
  text-align: center;
  position: relative;
}
.page-template-page-home .modal .close-button {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 10px;
  right: 10px;
  height: 40px;
  width: 40px;
  background-color: black;
  border: solid 4px white;
  border-radius: 20px;
  padding: 5px 5px 5px 5px;
  cursor: pointer;
  -webkit-box-shadow: 0px -1px 28px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -1px 28px -9px rgba(0, 0, 0, 0.75);
}
.page-template-page-home .modal h1 {
  font-size: 35px;
  margin: 0 0 30px 0;
}
.page-template-page-home .modal .button {
  max-width: 120px;
  margin: 50px auto 0 auto;
  font-weight: 500;
  text-transform: uppercase;
}
.page-template-page-home .modal img {
  width: 100%;
  height: auto;
}
.page-template-page-home .modal .carousel {
  padding: 0;
}
.page-template-page-home .modal .carousel .slick-dots li button::before {
  font-size: 10px;
}

/* Articles
   ========================================================================== */
.single-article .article-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  width: 80%;
  margin: 40px auto 0px;
}
.single-article .article-top .article-details {
  -webkit-box-flex: 0.95;
  -ms-flex: 0.95;
  flex: 0.95;
}
.single-article .article-top .article-details time {
  font-size: 14px;
  color: #171717;
}
.single-article .article-top .article-details h1 {
  font-size: 35px;
  margin-top: 0;
}
.single-article .article-top .article-details h1 span {
  color: #ff3b00;
}
.single-article .article-top .article-details .authors {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 900;
}
.single-article .article-top .article-details .authors span {
  font-weight: 900;
  font-style: italic;
}
.single-article .article-top .video-article-wrapper,
.single-article .article-top .hero {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.single-article .article-top .hero img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}
.single-article .article-top .video-article-wrapper .container-video {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.container-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-article .share {
  margin: 15px 0;
  font-weight: 900;
}
.single-article .share span {
  margin-right: 10px;
}
.single-article .share a {
  display: inline-block;
  margin-right: 10px;
}
.single-article .share a:hover #Shape {
  fill: #ff3b00;
}
.single-article .share #Shape {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.single-article .share .print {
  display: block;
  font-size: 13px;
  margin-top: 10px;
  width: 200px;
}
.single-article .share .print svg {
  margin-right: 8px;
}
.single-article article figure {
  margin-top: 40px;
  margin-bottom: 40px;
}
.single-article article .author-profile {
  border: 1px solid #2a2a2a;
  padding: 35px 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.single-article article .author-profile .author-headshot {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.single-article article .author-profile .author-headshot img {
  width: 100px;
  height: auto;
  border-radius: 50%;
}
/* .single-article article .author-profile .author-headshot img:hover {
  -webkit-filter: drop-shadow(2px 4px 10px #001670);
  filter: drop-shadow(2px 4px 10px #001670);
} */
.single-article article .author-profile .author-info {
  -webkit-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
}

.single-series .hero h1 {
  font-size: 75px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 2px 2px 9px black;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5%;
  max-width: 50%;
}
.single-article article .author-profile .author-info h3 {
  font-size: 20px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
.single-article article .author-profile .author-info .author-link {
  font-weight: 900;
}
.single-article article .author-profile .author-info .author-bio {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.page-template-page-articles-list
  .article-container
  .article-list
  .featured-summary {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

/* Authors
   ========================================================================== */
.single-authors .page-container {
  gap: 60px;
}
.single-authors .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.single-authors .size-square-thumb {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.single-authors .author-info {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.single-authors h1 {
  font-size: 35px;
}
.single-authors .social a + a {
  margin-left: 5px;
}
.single-authors aside h2 {
  font-size: 25px;
  margin-bottom: 30px;
}
.single-authors aside h3 {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-top: 0;
}
.single-authors aside .authors {
  font-size: 14px;
  font-weight: 900;
  font-family: "Playfair Display", serif;
  margin-bottom: 0;
}
.single-authors aside .article-list {
  padding: 0;
}
.single-authors aside .article-list li {
  list-style-type: none;
}
.single-authors aside .see-more {
  text-transform: lowercase;
  font-size: 14px;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 30px;
}

/* Issues
   ========================================================================== */
.single-issues .hero {
  position: relative;
  height: 400px;
  background-position: center;
  background-size: cover;
}
.single-issues .hero h1 {
  font-size: 75px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 2px 2px 9px black;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5%;
  max-width: 50%;
}

.featured-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  width: 80%;
  margin: 40px auto 70px;
}
.featured-article h2,
.featured-article h3 {
  font-size: 35px;
}
.featured-article .authors {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 900;
  margin: 0;
}
.featured-article .authors span {
  font-weight: 900;
  font-style: italic;
}
.featured-article .featured-summary {
  font-weight: 300;
}
.featured-article .hero-thumb {
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
}
.featured-article .hero-thumb img {
  width: 100%;
  height: auto;
}
.featured-article .article-details {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.article-container {
  width: 80%;
  margin: 40px auto 70px;
}
.article-container .article-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 130px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 130px;
  padding: 0;
}
.article-container .article-list li {
  list-style-type: none;
}
.article-container .article-list .hero-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}
.article-container .article-list .authors {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-weight: 900;
}
.article-container .article-list h3 {
  font-size: 25px;
  margin-top: 0;
}
.article-container .article-list .featured-summary {
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}

.page-template-page-series-list .issues-container,
.page-template-page-issues-list .issues-container {
  width: 80%;
  margin: 40px auto 70px;
  min-height: 50vh;
}
.page-template-page-series-list .issue-list,
.page-template-page-issues-list .issue-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 130px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 130px;
  padding: 0;
}
.page-template-page-series-list .issue-list li,
.page-template-page-issues-list .issue-list li {
  list-style-type: none;
}
.page-template-page-series-list .issue-list .hero-thumb img,
.page-template-page-issues-list .issue-list .hero-thumb img {
  width: 100%;
  height: auto;
}
.page-template-page-series-list .issue-list h2,
.page-template-page-issues-list .issue-list h2 {
  font-size: 25px;
}

/* Jobs
   ========================================================================== */
.single-job header h3 {
  font-size: 25px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-top: 20px;
}
.single-job header .employment-type {
  font-size: 20px;
  font-weight: 500;
}
.single-job header .location {
  margin-top: 10px;
}
.single-job .job-description {
  margin-top: 30px;
}
.single-job .more-jobs {
  font-size: 14px;
  font-weight: 500;
  text-transform: lowercase;
}

.page-template-page-jobs-list .intro-content {
  width: 80%;
}
.page-template-page-jobs-list .jobs-container .jobs-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5% 1fr 5% 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 5%;
  padding: 0;
}
.page-template-page-jobs-list .jobs-container .jobs-list li {
  list-style-type: none;
  background-color: #ffeadb;
  padding: 20px;
  min-height: 260px;
}
.page-template-page-jobs-list .jobs-container .jobs-list h3 {
  font-size: 25px;
  margin-top: 0;
}
.page-template-page-jobs-list .jobs-container .jobs-list .organization {
  font-weight: 500;
  margin: 10px 0;
}
.page-template-page-jobs-list .jobs-container .jobs-list .location {
  font-weight: 300;
  font-style: italic;
  margin: 10px 0;
}
.page-template-page-jobs-list .jobs-container form {
  margin-bottom: 80px;
  width: 100%;
}
.page-template-page-jobs-list .jobs-container form label {
  font-weight: 500;
  margin-right: 10px;
}
.page-template-page-jobs-list .jobs-container form #job-search {
  padding: 7px 5px;
  width: 200px;
  border: 1px solid #2a2a2a;
  margin-right: 20px;
}
.page-template-page-jobs-list .jobs-container form select {
  border: 1px solid #2a2a2a;
  padding: 10px;
  font-size: 14px;
  min-width: 150px;
  margin-right: 20px;
  vertical-align: top;
}
.page-template-page-jobs-list .jobs-container form fieldset {
  margin-top: 20px;
  padding: 0;
  border: none;
}
.page-template-page-jobs-list .jobs-container form button {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  background-color: #2a2a2a;
  padding: 10px;
  border: none;
}

/* Around the World
   ========================================================================== */
.page-template-page-resources-list .resources-container .resources-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 130px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 130px;
  padding: 0;
}
.page-template-page-resources-list .resources-container .resources-list li {
  list-style-type: none;
  border-left: 8px solid #ff3b00;
  padding: 5px 0 5px 15px;
}
.page-template-page-resources-list
  .resources-container
  .resources-list
  .authors {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-weight: 900;
}
.page-template-page-resources-list .resources-container .resources-list h3 {
  font-size: 25px;
  margin-top: 0;
}
.page-template-page-resources-list
  .resources-container
  .resources-list
  .publication-author {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  display: block;
}
.page-template-page-resources-list
  .resources-container
  .resources-list
  .publication {
  font-size: 13px;
  line-height: 20px;
  font-style: italic;
  display: block;
}
.page-template-page-resources-list .resources-container .resources-list h3 {
  margin-top: 5px;
}

/* Search Page
   ========================================================================== */
.search .search-container {
  width: 80%;
  margin: 40px auto 70px;
  min-height: 50vh;
}
.search .search-container form {
  margin-bottom: 80px;
}
.search .search-container form label {
  font-weight: 500;
  color: #001670;
  margin-right: 10px;
}
.search .search-container form #main-search {
  padding: 7px 5px;
  width: 200px;
  border: 1px solid #ff3b00;
}
.search .search-container form select {
  border: 1px solid #ff3b00;
  padding: 5px;
  font-size: 14px;
  min-width: 150px;
  margin-right: 20px;
  border-radius: 0;
  background: white;
}
.search .search-container form fieldset {
  margin-top: 20px;
  padding: 0;
  border: none;
}
.search .search-container article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.search .search-container article .hero-thumb {
  width: 300px;
}
.search .search-container article .hero-thumb img {
  width: 100%;
  height: auto;
  margin: 0;
  min-height: 220px;
  object-fit: cover;
  height: 100%;
  max-height: 270px;
}
.search .search-container article .article-details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.search .search-container article .article-details time {
  color: #ff3b00;
  font-size: 15px;
  font-weight: 300;
}
.search .search-container article .article-details .authors {
  font-family: "Playfair Display", serif;
  font-weight: 900;
}
.search .search-container article .article-details h2 {
  font-size: 20px;
}
.search .search-container article .article-details .featured-summary {
  font-weight: 400;
}
.search .search-container article .article-details .series {
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  color: #001670;
}

/* 404
   ========================================================================== */
.error404 .content {
  text-align: center;
}
.error404 h1 {
  font-size: 35px;
}

/* clear search */
a.clear-btn {
  font-size: 13px;
  display: block;
  margin-top: 20px;
  border-bottom: 1px solid #ff3b00;
  width: fit-content;
  line-height: 1.3;
  max-width: 85px;
}

a.clear-btn:hover {
  border-bottom: 1px solid transparent;
}


.ig-wrapper a,
.ig-wrapper a:visited,
.ig-wrapper a:hover, 
.ig-wrapper a:focus {
	color:unset !important
}
