@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:500,500i,600,700,800&display=swap");
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 {
  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 */
  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 {
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  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;
}

/* ===========================================================================
  MIXINS SPECIFICALLY FOR THIS SITE
  =========================================================================== */
/* ===========================================================================
  FLEXBOX STUFF
  =========================================================================== */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 1.3em 0 0.5em;
  line-height: 1.5em;
  color: #000;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
  margin-bottom: 0;
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, .h1 + p, .h2 + p, .h3 + p, .h4 + p, .h5 + p, .h6 + p {
  margin-top: 0;
}

p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

.page-content .elementor h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
}

.inline-purple-button {
  display: block;
  font: normal 600 13px/1em "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9f4175;
}

.small-title {
  font: normal bold 13px/1em "Montserrat", sans-serif;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.date {
  color: #000;
  font-size: 14px;
}

.media-outlet {
  color: #b9b9b9;
  font: normal bold 14px/22px "Montserrat", sans-serif;
  display: block;
}

html {
  font-size: 62.5%;
}

html, body {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

body {
  font: normal 500 1.6rem/1.6em "Montserrat", sans-serif;
}
body a {
  color: #9f4175;
  text-decoration: none;
}

.elementor-widget-container .featured-post a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  text-decoration: none;
  min-height: 36vw;
  color: #fff;
}
.elementor-widget-container .featured-post a .image {
  width: 55%;
  object-fit: cover;
  position: relative;
  display: block;
  margin: 50px;
  transition: all 0.3s;
}
.elementor-widget-container .featured-post a .image:hover {
  transform: scale(0.98);
}
.elementor-widget-container .featured-post a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 67vh;
}
.elementor-widget-container .featured-post a > div.content {
  padding: 75px 50px;
  max-width: 70rem;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.elementor-widget-container .featured-post a h2 {
  font-size: 4.5rem;
  line-height: 1em;
  margin: 0.5em 0;
  color: #fff;
}
.elementor-widget-container .featured-post a .purple-button {
  margin-top: 3rem;
}
@media only screen and (max-width: 1150px) {
  .elementor-widget-container .featured-post a {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .elementor-widget-container .featured-post a > div.content {
    box-sizing: border-box;
    width: 50%;
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .elementor-widget-container .featured-post a .image {
    box-sizing: border-box;
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    margin: 0;
  }
  .elementor-widget-container .featured-post a h2 {
    font-size: 3.5rem;
    line-height: 1em;
    margin: 0.5em 0;
    color: #fff;
  }
}
@media only screen and (max-width: 850px) {
  .elementor-widget-container .featured-post a {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .elementor-widget-container .featured-post a > div.content, .elementor-widget-container .featured-post a .image {
    width: 100%;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .elementor-widget-container .featured-post a > div.content {
    padding: 0 50px 50px;
    max-width: none;
    order: 2;
    text-align: left;
  }
  .elementor-widget-container .featured-post a > div.content .meta, .elementor-widget-container .featured-post a > div.content .purple-button {
    margin: 0 auto 0 0;
  }
  .elementor-widget-container .featured-post a .image {
    order: 1;
    padding: 50px;
  }
}
@media only screen and (max-width: 650px) {
  .elementor-widget-container .featured-post a .image {
    padding: 15px;
  }
  .elementor-widget-container .featured-post a > div.content {
    padding: 15px 15px 30px;
  }
}

.meta {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.purple-button {
  display: inline-block;
  background-color: #9f4175;
  padding: 1em 2em;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  transition: all 0.3s;
}
.purple-button:hover {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  color: #9f4175;
}

.smaller-featured-post a:not(.author-link) {
  display: block;
  text-decoration: none;
  margin: -30px;
  padding: 30px;
  transition: all 0.3s;
}
.smaller-featured-post a:not(.author-link):hover {
  background-color: #f6ecf1;
  margin-top: 0px;
  margin-bottom: -60px;
}
.smaller-featured-post a:not(.author-link):hover h2, .smaller-featured-post a:not(.author-link):hover p {
  color: #9f4175;
}
.smaller-featured-post a:not(.author-link):hover .inline-purple-button {
  border-bottom: 1px solid #9f4175;
}
.smaller-featured-post a:not(.author-link) > img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  margin-bottom: 30px;
}
.smaller-featured-post .meta {
  color: #9f4175;
}
.smaller-featured-post h2 {
  margin: 10px 0 30px;
  font-weight: 700;
  color: #000;
  font-size: 32px;
  line-height: 1.1em;
}
.smaller-featured-post p {
  color: #000;
}
.smaller-featured-post .inline-purple-button {
  margin-top: 50px;
  display: inline-block;
}
.smaller-featured-post.light-text h2, .smaller-featured-post.light-text p, .smaller-featured-post.light-text .meta, .smaller-featured-post.light-text .author-link span {
  color: #fff;
}
.smaller-featured-post.light-text a:hover {
  background-color: #9f4175;
  margin: -30px;
}
.smaller-featured-post.light-text a:hover h2, .smaller-featured-post.light-text a:hover p, .smaller-featured-post.light-text a:hover .meta, .smaller-featured-post.light-text a:hover .author-link span {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .smaller-featured-post a:not(.author-link) {
    margin: 0;
    padding: 30px;
  }
  .smaller-featured-post a:not(.author-link):hover {
    margin: 0;
  }
}
@media only screen and (max-width: 650px) {
  .smaller-featured-post a:not(.author-link) {
    padding: 15px;
  }
  .smaller-featured-post .inline-purple-button {
    margin-top: 10px;
  }
}

.divider-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 2px solid #000;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.divider-header > span {
  padding: 15px 0;
}
.divider-header .pr-dropdown {
  display: none;
}
.divider-header ul {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-left: 30px;
}
.divider-header ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.divider-header ul > li:before {
  display: none;
}
.divider-header ul li {
  padding: 15px 15px;
  display: block;
  border-bottom: 4px solid transparent;
  position: relative;
  bottom: -3px;
  font: normal 500 13px/1em "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}
.divider-header ul li.active, .divider-header ul li:hover {
  border-color: #9f4175;
  color: #9f4175;
  cursor: pointer;
}
.divider-header ul li.active {
  font-weight: 700;
}
@media only screen and (max-width: 1250px) {
  .divider-header {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1000px) {
  .divider-header {
    padding: 0 15px;
  }
  .divider-header ul {
    display: none;
  }
  .divider-header .pr-dropdown {
    display: block;
  }
  .divider-header .pr-dropdown select {
    font: normal bold 18px/1em "Montserrat", sans-serif;
    padding: 10px 20px;
    margin: 10px 0;
    border: 1px solid #9f4175;
  }
}
@media only screen and (max-width: 650px) {
  .divider-header .pr-dropdown select {
    font: normal bold 13px/1em "Montserrat", sans-serif;
    padding: 5px 10px;
    margin: 10px 0 10px 10px;
  }
}

#policy-research .sections {
  position: relative;
  padding: 40px 0;
}
#policy-research .sections section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
}
#policy-research .sections section a {
  display: block;
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  padding: 40px 40px 100px;
  box-sizing: border-box;
  margin: 0;
  opacity: 0;
  position: relative;
  top: -15px;
  transition: position 0.3s, opacity 0.3s;
}
#policy-research .sections section a:nth-child(2) {
  transition-delay: 0.1s;
}
#policy-research .sections section a:nth-child(3) {
  transition-delay: 0.2s;
}
#policy-research .sections section a:nth-child(4) {
  transition-delay: 0.3s;
}
#policy-research .sections section a .meta {
  color: #9f4175;
}
#policy-research .sections section a h3 {
  font: normal 700 24px/1.1em "Montserrat", sans-serif;
  color: #000;
  margin: 10px 0;
}
#policy-research .sections section a:hover {
  background-color: #f6ecf1;
}
#policy-research .sections section a .author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px;
}
#policy-research .sections section a .author img {
  width: 40px;
  height: 40px;
  border-radius: 99px;
  margin-right: 10px;
}
#policy-research .sections section a .author span {
  color: #000;
}
#policy-research .sections section.active {
  opacity: 1;
  z-index: 2;
  visibility: visible;
  pointer-events: all;
  position: relative;
}
#policy-research .sections section.active a {
  opacity: 1;
  top: 0;
}
@media only screen and (max-width: 1000px) {
  #policy-research {
    padding: 0;
  }
  #policy-research .sections {
    padding: 20px 0;
  }
  #policy-research .sections section a {
    -webkit-box-flex: 0 0 33.333%;
    -moz-box-flex: 0 0 33.333%;
    -webkit-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    width: 33.333%;
    padding: 50px 25px 75px;
  }
  #policy-research .sections section a h3 {
    font-size: 20px;
  }
  #policy-research .sections section a:nth-child(4) {
    display: none !important;
  }
  #policy-research .sections section a .author {
    padding: 0 25px 25px;
  }
}
@media only screen and (max-width: 700px) {
  #policy-research {
    margin-top: 40px;
  }
  #policy-research .sections section a {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    padding: 20px 15px 40px;
  }
  #policy-research .sections section a:nth-child(3) {
    display: none !important;
  }
  #policy-research .sections section a .author {
    padding: 0 15px 0;
  }
}
@media only screen and (max-width: 500px) {
  #policy-research .sections section {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #policy-research .sections section a {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding: px 25px 75px;
  }
}

.in-the-news-posts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.in-the-news-posts > a {
  display: block;
  padding: 30px;
  margin-top: 30px;
  box-sizing: border-box;
  -webkit-box-flex: 0 0 20%;
  -moz-box-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.in-the-news-posts > a h4 {
  font-size: 20px;
  margin-top: 20px;
  line-height: 1.1em;
}
.in-the-news-posts > a img {
  height: 22px;
  display: block;
  width: auto !important;
  object-fit: contain;
  object-position: bottom left;
}
.in-the-news-posts > a:hover {
  background-color: #f6ecf1;
}
.in-the-news-posts > a:hover h4 {
  color: #9f4175;
}
.in-the-news-posts > a:hover .media-outlet {
  color: #000;
}
.in-the-news-posts > a:hover img {
  filter: brightness(-200%);
}
.in-the-news-posts > a .date {
  margin: auto 0 0 0;
}
@media only screen and (max-width: 1000px) {
  .in-the-news-posts > a {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .in-the-news-posts > a:nth-child(5) {
    display: none;
  }
}
@media only screen and (max-width: 875px) {
  .in-the-news-posts > a {
    -webkit-box-flex: 0 0 33.333%;
    -moz-box-flex: 0 0 33.333%;
    -webkit-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
  }
  .in-the-news-posts > a:nth-child(4) {
    display: none;
  }
  .in-the-news-posts > a h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .in-the-news-posts > a {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 15px;
  }
  .in-the-news-posts > a:nth-child(3) {
    display: none;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.archive-header {
  background-color: #15516c;
  padding: 7rem 0;
}
.archive-header .meta, .archive-header h1 {
  color: #fff;
}
.archive-header h1 {
  font-size: 6rem;
  margin: 0;
}

#results {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 950px) {
  #results {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #results #articles, #results #search {
    width: 100%;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
  }
  #results #search {
    background-color: rgba(246, 236, 241, 0.5);
  }
  #results #search #expand-search {
    display: block;
  }
}

#search {
  -webkit-box-flex: 0 0 350px;
  -moz-box-flex: 0 0 350px;
  -webkit-flex: 0 0 350px;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
  padding: 100px 50px 50px 0;
  box-sizing: border-box;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#14000000",GradientType=1 );
  /* IE6-9 */
}
#search #expand-search {
  display: none;
}
#search button {
  padding: 10px;
  background-color: transparent;
  color: #9f4175;
  border: 0;
  font: normal bold 14px/1em "Montserrat", sans-serif;
  letter-spacing: 0;
  margin: 10px 0 0 -10px;
}
#search button:hover {
  text-decoration: underline;
  cursor: pointer;
}
#search input[type=search] {
  background-color: transparent;
  border: 0;
  width: 100%;
  border-bottom: 3px solid #000;
  font: normal normal 1.6rem/3em "Montserrat", sans-serif;
  color: #000;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: center right;
}
#search .group {
  margin-top: 50px;
}
#search .group:first-child {
  margin-top: 0;
}
#search .group h2 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1em;
}
#search .group h2 span {
  display: block;
  font: normal bold 1.6rem/1em "Montserrat", sans-serif;
  opacity: 0.5;
}
#search .group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#search .group ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#search .group ul > li:before {
  display: none;
}
#search .group ul label {
  position: relative;
  font: normal 600 1.6rem/1.2em "Montserrat", sans-serif;
  padding: 0.7rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#search .group ul label:hover {
  text-decoration: underline;
}
#search .group ul.post_type label:before, #search .group ul.category label:before, #search .group ul.media-type label:before, #search .group ul.feature label:before {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  border: 3px solid #000;
  margin: 0 10px 0 0;
}
#search .group ul.post_type label:after, #search .group ul.category label:after, #search .group ul.media-type label:after, #search .group ul.feature label:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  color: #9f4175;
  font-size: 2.5rem;
  opacity: 0;
  transition: opacity 0.3s;
}
#search .group ul.post_type input, #search .group ul.category input, #search .group ul.media-type input, #search .group ul.feature input {
  display: none;
}
#search .group ul.post_type input:checked + label, #search .group ul.category input:checked + label, #search .group ul.media-type input:checked + label, #search .group ul.feature input:checked + label {
  font-weight: 700;
  text-decoration: underline;
}
#search .group ul.post_type input:checked + label:after, #search .group ul.category input:checked + label:after, #search .group ul.media-type input:checked + label:after, #search .group ul.feature input:checked + label:after {
  opacity: 1;
}
#search .group ul.resource_author {
  height: 350px;
  overflow: hidden;
  position: relative;
}
#search .group ul.resource_author img {
  width: 40px;
  height: 40px;
  border-radius: 99px;
  margin-right: 10px;
  opacity: 0.7;
  transition: opacity 0.3s;
}
#search .group ul.resource_author label span {
  font-weight: normal;
  font-style: italic;
  margin-left: 10px;
}
#search .group ul.resource_author input {
  display: none;
}
#search .group ul.resource_author input:checked + label {
  font-weight: 700;
  text-decoration: underline;
}
#search .group ul.resource_author input:checked + label:after {
  opacity: 1;
}
#search .group ul.resource_author input:checked + label img {
  opacity: 1;
}
#search .group ul.post_tag {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 150px;
  overflow: hidden;
}
#search .group ul.post_tag li {
  display: inline-block;
  white-space: nowrap;
}
#search .group ul.post_tag li label {
  font-size: 1.2rem;
  line-height: 1em;
  background-color: #eee;
  display: block;
  padding: 3px 7px;
  margin: 3px;
  border-radius: 5px;
}
#search .group ul.post_tag input {
  display: none;
}
#search .group ul.post_tag input:checked + label {
  font-weight: 700;
}
#search .group ul.post_tag input:checked + label:after {
  opacity: 1;
}
#search .group ul.post_tag input:checked + label img {
  opacity: 1;
}
#search .group.has_collapse > ul {
  position: relative;
}
#search .group.has_collapse > ul:after {
  content: " ";
  display: block;
  height: 60px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(251, 251, 251, 0) 0%, #fbfbfb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(251, 251, 251, 0) 0%, #fbfbfb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(251, 251, 251, 0) 0%, #fbfbfb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00fbfbfb", endColorstr="#fbfbfb",GradientType=0 );
  /* IE6-9 */
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: 0;
}
#search .group.expanded > ul {
  height: auto;
}
#search .group.expanded > ul:after {
  opacity: 0;
}
@media only screen and (max-width: 1250px) {
  #search {
    padding: 50px;
    background-color: rgba(246, 236, 241, 0.2);
    width: 300px;
    -webkit-box-flex: 0 0 300px;
    -moz-box-flex: 0 0 300px;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
  }
  #search .group h2 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 950px) {
  #search #filter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px;
  }
  #search #filter .group {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    box-sizing: border-box;
    padding: 0 15px;
    display: none;
  }
  #search #filter .group:first-child {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: block;
  }
  #search #filter .group.tags {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    order: 9;
  }
  #search #filter .group h2 {
    font-size: 2rem;
  }
  #search #filter .group label {
    font-size: 14px;
  }
  #search #filter .group .resource_author {
    height: 200px;
  }
  #search #filter .group .resource_author img {
    width: 30px;
    height: 30px;
  }
  #search #filter .group.expanded ul {
    height: auto !important;
  }
  #search #filter #expand-search {
    margin-left: auto;
    margin-right: 0;
  }
  #search #filter.open .group {
    display: block;
  }
}
@media only screen and (max-width: 780px) {
  #search {
    padding: 25px;
  }
  #search #filter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px;
  }
  #search #filter .group {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

#articles {
  padding: 100px 0 50px 100px;
}
@media only screen and (max-width: 1250px) {
  #articles {
    padding: 50px;
  }
}
@media only screen and (max-width: 700px) {
  #articles {
    padding: 30px 15px;
  }
  #articles .posts-info {
    margin-bottom: 15px;
  }
}

#mecep-menu {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 2vw;
}
#mecep-menu #hamburger-menu {
  display: none;
}
#mecep-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#mecep-menu > ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#mecep-menu > ul > li:before {
  display: none;
}
#mecep-menu > ul > li {
  position: relative;
}
#mecep-menu > ul > li i {
  font-size: 12px;
}
#mecep-menu > ul > li > a {
  font: normal bold 15px/1em "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.1em;
  display: block;
  text-decoration: none;
  padding: 25px;
}
#mecep-menu > ul > li:hover > a, #mecep-menu > ul > li.open > a {
  background-color: #f6ecf1;
}
#mecep-menu > ul > li .menu-menu {
  background-color: #f6ecf1;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 45px;
  display: none;
  z-index: 999;
}
#mecep-menu > ul > li .menu-menu .section {
  font: normal 500 20px/1em "Montserrat", sans-serif;
  display: block;
}
#mecep-menu > ul > li .menu-menu .left + .right {
  padding-left: 65px;
}
#mecep-menu > ul > li .menu-menu .left + .right .main-links {
  margin-top: 25px;
}
#mecep-menu > ul > li:hover .menu-menu, #mecep-menu > ul > li.open .menu-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#mecep-menu .main-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mecep-menu .main-links > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#mecep-menu .main-links > li:before {
  display: none;
}
#mecep-menu .main-links li {
  margin: 12px 0;
}
#mecep-menu .main-links li:last-child {
  margin-bottom: 0;
}
#mecep-menu .main-links a {
  font: normal 600 17px/1.2em "Montserrat", sans-serif;
  color: #000;
  white-space: nowrap;
}
#mecep-menu .main-links a span {
  border-bottom: 2px solid #f6ecf1;
}
#mecep-menu .main-links a:hover span {
  border-color: #9f4175;
}
#mecep-menu .sub-links {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 25px;
}
#mecep-menu .sub-links > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#mecep-menu .sub-links > li:before {
  display: none;
}
#mecep-menu .sub-links li {
  margin: 12px 0;
}
#mecep-menu .sub-links li:last-child {
  margin-bottom: 0;
}
#mecep-menu .sub-links li > a {
  padding-left: 25px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font: normal normal 17px/1.2em "Montserrat", sans-serif;
}
#mecep-menu .sub-links li > a span {
  border-bottom: 2px solid #f6ecf1;
}
#mecep-menu .sub-links li > a:before {
  content: " ";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #9f4175;
  top: 50%;
  left: 0;
  position: absolute;
}
#mecep-menu .sub-links li > a:hover span {
  border-color: #9f4175;
}
@media only screen and (max-width: 1450px) {
  #mecep-menu > ul > li > a {
    padding: 15px 15px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 700px) {
  #mecep-menu .section {
    font-size: 14px !important;
    font-weight: bold !important;
  }
  #mecep-menu > ul {
    display: none;
    position: absolute;
    z-index: 999;
    width: 370px;
    top: 100%;
    right: 0;
    padding-bottom: 10px;
    background-color: #f6ecf1;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  #mecep-menu > ul > li {
    width: 100%;
    background-color: #f6ecf1;
  }
  #mecep-menu > ul > li > a {
    font: normal 500 20px/1em "Montserrat", sans-serif !important;
    text-transform: none;
    letter-spacing: 0;
    border-top: 1px solid rgba(159, 65, 117, 0.1);
    padding-top: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  #mecep-menu > ul > li > a i {
    font-size: 16px;
  }
  #mecep-menu > ul > li:hover a {
    background-color: transparent;
  }
  #mecep-menu > ul > li .menu-menu {
    padding: 15px 15px 15px 30px !important;
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    background-color: transparent;
    box-sizing: border-box;
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #mecep-menu > ul > li .menu-menu .left, #mecep-menu > ul > li .menu-menu .right {
    box-sizing: border-box;
    width: 100%;
  }
  #mecep-menu > ul > li .menu-menu .right {
    padding-left: 0 !important;
    margin-top: 0;
    padding: 0;
  }
  #mecep-menu > ul > li .menu-menu .right .section {
    display: none;
  }
  #mecep-menu > ul > li .menu-menu .right a {
    padding: 10px 5px !important;
  }
  #mecep-menu > ul > li .menu-menu .right:first-child .main-links {
    margin-top: -10px !important;
  }
  #mecep-menu > ul > li .menu-menu .sub-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #mecep-menu > ul > li .menu-menu .sub-links > li {
    margin: 0 5px 5px 0 !important;
  }
  #mecep-menu > ul > li .menu-menu .sub-links > li > a {
    padding: 10px 15px !important;
    background-color: #fff;
    border-radius: 5px;
    font-size: 12px !important;
    font-weight: bold;
  }
  #mecep-menu > ul > li .menu-menu .sub-links > li > a span {
    border-bottom: none;
  }
  #mecep-menu > ul > li .menu-menu .sub-links > li > a:before {
    display: none;
  }
  #mecep-menu > ul > li .menu-menu .main-links a span {
    display: inline-block;
    border-color: rgba(159, 65, 117, 0.2);
  }
  #mecep-menu > ul > li .menu-menu .main-links a:hover span {
    border-color: #9f4175;
  }
  #mecep-menu #hamburger-menu {
    display: block;
    background-color: transparent;
    border: 0;
    padding: 15px;
  }
  #mecep-menu #hamburger-menu i {
    font-size: 25px;
    color: #9f4175;
  }
  #mecep-menu.open > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #mecep-menu.open #hamburger-menu {
    background-color: #f6ecf1;
  }
}

body .author-link {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
body .author-link img {
  width: 60px;
  height: 60px;
  margin: 0 20px 0 0;
  border-radius: 999px;
}
body .author-link span {
  display: block;
  color: #000;
}
body .author-link span strong {
  font-weight: normal;
}
body .author-linka span strong {
  color: #9f4175;
}

.posts-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-top: 1px solid #000;
  border-bottom: 3px solid #000;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 50px;
  font: normal 500 16px/1.2em "Montserrat", sans-serif;
  margin-bottom: 50px;
}
.posts-info .page-count {
  font-size: 13px;
}
.posts-info .page-count strong {
  font-size: 16px;
}
.posts-info .next-prev {
  margin: 0 auto 0 20px;
  font-size: 13px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.posts-info .next-prev a {
  padding: 15px 10px;
  display: block;
}

.small-caps {
  font: normal bold 10px/1em "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#articles article {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  margin: 0 -50px;
  padding: 50px;
  overflow: hidden;
  position: relative;
}
#articles article .content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 50px;
  background: transparent;
}
#articles article .content p, #articles article .content h1 {
  color: #000;
}
#articles article .content .meta {
  margin-bottom: 10px;
  display: block;
}
#articles article .content .meta a:hover {
  text-decoration: underline;
}
#articles article .content h1 {
  font: normal 600 28px/1.1em "Montserrat", sans-serif;
}
#articles article .side-meta {
  box-sizing: border-box;
  -webkit-box-flex: 0 0 200px;
  -moz-box-flex: 0 0 200px;
  -webkit-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  padding-left: 30px;
  font: normal 500 14px/1.3em "Montserrat", sans-serif;
  border-left: 1px solid #000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
}
#articles article .side-meta > * {
  margin: 15px 0;
}
#articles article .side-meta > *:first-child {
  margin-top: 0;
}
#articles article .side-meta > *:last-child {
  margin-bottom: 0;
}
#articles article .side-meta > img {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 300px;
  opacity: 0;
  margin: 0;
  z-index: 1;
  object-fit: cover;
  transition: all 0.3s;
}
#articles article .author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#articles article .author img {
  width: 30px;
  height: 30px;
  border-radius: 40px;
  margin-right: 15px;
}
#articles article .author span:before {
  content: "by ";
  color: #000;
}
#articles article .author:hover span {
  text-decoration: underline;
}
#articles article .tags a:hover {
  text-decoration: underline;
}
#articles article .small-caps {
  display: block;
  margin-bottom: 3px;
}
#articles article.active {
  background-color: #f6ecf1;
}
#articles article.active .content {
  z-index: 2;
  background: linear-gradient(to right, #f6ecf1 0%, #f6ecf1 83%, rgba(246, 236, 241, 0) 100%);
}
#articles article.active.has-image .side-meta {
  border-color: #f6ecf1;
}
#articles article.active.has-image .side-meta > *:not(img) {
  opacity: 0;
}
#articles article.active.has-image .side-meta > img {
  left: -100px;
  opacity: 0.75;
}
@media only screen and (max-width: 1250px) {
  #articles article {
    padding: 25px;
    margin: 0 -25px;
  }
  #articles article .content h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 700px) {
  #articles article {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 25px;
  }
  #articles article:nth-child(2n-1) {
    background-color: rgba(239, 245, 250, 0.7);
  }
  #articles article .content, #articles article .side-meta {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
    padding: 0;
  }
  #articles article.active .content {
    background-color: transparent;
    background-image: none;
  }
  #articles article.active .date, #articles article.active .tags, #articles article.active .author {
    opacity: 1 !important;
  }
  #articles article.active img {
    display: none;
  }
  #articles article .side-meta {
    padding: 0 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  #articles article .side-meta .date, #articles article .side-meta .tags {
    margin: 0;
  }
  #articles article .side-meta > a, #articles article .side-meta .date {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    box-sizing: border-box;
  }
  #articles article .side-meta > a {
    padding-right: 15px;
  }
}

.searched {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  padding-left: 135px;
}
.searched > strong {
  display: block;
  font: normal bold 10px/1.2em "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: absolute;
  top: 9px;
  left: 0;
}
.searched .reset {
  background-color: #f6ecf1;
  color: #9f4175;
  font: normal bold 10px/1em "Montserrat", sans-serif;
  display: block;
  padding: 5px 10px;
  margin-left: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.searched .reset i {
  margin-right: 5px;
}
.searched .reset:hover {
  background-color: #fff;
}
.searched div, .searched span {
  text-transform: capitalize;
}
.searched .name {
  display: inline-block;
  padding: 5px;
  background-color: #15516c;
  color: #fff;
  margin: 0 7px 0 20px;
  font: normal bold 12px/1em "Montserrat", sans-serif;
}
.searched .value {
  text-transform: capitalize;
  display: inline-block;
}
.searched .value:after {
  content: ",";
  margin-right: 5px;
}
.searched .value:last-child:after {
  content: " ";
}
@media only screen and (max-width: 700px) {
  .searched {
    padding-left: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .searched > strong {
    position: relative;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    top: 0;
    left: 0;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
  }
  .searched > div, .searched .reset {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 5px 0;
  }
  .searched .name, .searched .reset {
    margin-left: 0;
  }
}

#news-clip-header .media-outlet-image {
  filter: brightness(900%);
}
#news-clip-header span {
  color: #fff;
}

#news-content blockquote {
  border: 1px solid #9f4175;
  margin: 0 0 50px;
  padding: 35px;
  position: relative;
}
#news-content blockquote:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  top: 0;
  left: -60px;
  color: #9f4175;
  font-size: 60px;
  background-color: #fff;
  width: 70px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
#news-content blockquote p {
  margin-bottom: 0;
  font: italic 500 20px/1.4em "Arvo", serif;
}
#news-content .media-outlet-image {
  position: absolute;
  bottom: 0;
  right: 30px;
  transform: translateY(50%);
  padding: 10px;
  background-color: #fff;
}
#news-content h3 {
  font: normal 500 20px/1.4em "Montserrat", sans-serif;
}
#news-content h3 a {
  font-weight: bold;
}
#news-content a {
  border-bottom: 1px solid #9f4175;
}
#news-content a:hover {
  border-color: #6799c8;
}

.wp-caption-text {
  text-align: right;
  font: normal normal 13px/1.2em "Montserrat", sans-serif;
  color: #888;
  padding: 10px 0 0 0;
}

.elementor-text-editor p:last-child {
  margin-bottom: 0;
}
.elementor-text-editor a {
  border-bottom: 1px solid #9f4175;
}
.elementor-text-editor a:hover {
  color: #6799c8;
  border-color: #6799c8;
}

#social-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 0;
  margin-bottom: -10px;
}
#social-links a i {
  color: #fff;
  font-size: 24px;
}
#social-links a i:hover {
  color: #6799c8;
}

#footnotes {
  column-count: 3;
  column-gap: 40px;
}
#footnotes .footnote {
  page-break-inside: avoid;
  padding: 5px;
  break-inside: avoid;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 75%;
  line-height: 1.4em;
  margin-bottom: 5px;
  background-color: transparent;
  transform: background-color 0.8s 0.5s;
  border-radius: 5px;
}
#footnotes .footnote p {
  margin-bottom: 0;
}
#footnotes .footnote p a {
  word-break: break-word;
}
#footnotes .footnote .num {
  -webkit-box-flex: 0 0 30px;
  -moz-box-flex: 0 0 30px;
  -webkit-flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  font-weight: bold;
  color: #15516c;
}
#footnotes .footnote .num:hover {
  color: #9f4175;
  cursor: pointer;
}
#footnotes .footnote .content {
  display: inline-block;
}
#footnotes .footnote.highlight {
  background-color: #faf8c1;
}
@media only screen and (max-width: 700px) {
  #footnotes {
    column-count: 2;
    column-gap: 30px;
  }
  #footnotes .content p {
    font-size: 11px;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 500px) {
  #footnotes {
    column-count: 1;
    column-gap: 30px;
  }
  #footnotes .content p {
    font-size: 11px;
    line-height: 1.2em;
  }
}

.footnote-link {
  color: #6799c8;
  font-weight: bold;
  cursor: pointer;
  transform: background-color 0.8s 0.5s;
  background-color: transparent;
}
.footnote-link:hover {
  color: #9f4175;
}
.footnote-link.highlight {
  background-color: #faf8c1;
}

#main-header #header-search {
  flex-grow: 1;
  padding-left: 3vw;
  max-width: 300px;
}
#main-header #header-search .elementor-search-form__container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
#main-header #header-search .elementor-search-form__container input {
  flex-grow: 1;
  font-size: 16px;
}
@media only screen and (max-width: 1450px) {
  #main-header #header-logo {
    width: 200px;
  }
  #main-header #header-donate {
    font-size: 14px;
  }
  #main-header #header-social i {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1300px) {
  #main-header #header-search {
    display: none;
  }
}
@media only screen and (max-width: 1050px) {
  #main-header {
    padding: 10px 20px;
  }
  #main-header #header-social {
    display: none;
  }
}
@media only screen and (max-width: 975px) {
  #main-header {
    padding: 0;
  }
  #main-header #header-logo {
    width: 150px;
  }
  #main-header #mecep-menu > ul > li > a {
    font-size: 12px;
  }
  #main-header #header-donate a {
    font-size: 12px;
  }
  #main-header #header-donate {
    font-size: 14px;
  }
  #main-header #mecep-menu > ul > li .menu-menu {
    padding: 30px;
  }
  #main-header #mecep-menu > ul > li .menu-menu .section {
    font-size: 16px;
  }
  #main-header #mecep-menu .main-links {
    margin-top: 12px;
  }
  #main-header #mecep-menu .main-links li {
    margin: 0;
  }
  #main-header #mecep-menu .main-links li a {
    display: block;
    font-size: 14px;
    padding: 10px;
  }
  #main-header #mecep-menu .left + .right {
    padding-left: 30px;
  }
  #main-header #mecep-menu .sub-links {
    margin-top: 14px;
  }
  #main-header #mecep-menu .sub-links > li {
    padding: 0;
    margin: 0;
  }
  #main-header #mecep-menu .sub-links > li > a {
    font-size: 14px;
    padding: 10px 10px 10px 24px;
  }
}
@media only screen and (max-width: 800px) {
  #main-header #header-donate a {
    display: none;
  }
  #main-header #header-nav {
    margin: 0 0 0 auto;
  }
  #main-header #mecep-menu > ul > li .menu-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 700px) {
  #main-header #header-logo {
    width: 200px;
  }
}

.page-template-default:not(.elementor-page) .page-content {
  padding: 50px 30px;
  max-width: 700px;
  margin: 0 auto;
}
.page-template-default:not(.elementor-page) .page-content img {
  max-width: 100% !important;
}

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