/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * 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; }

html {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
  outline: none !important; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  line-height: 1.6;
  color: #161616;
  overflow-x: hidden; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
  width: 100%; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

figcaption {
  font-size: .8rem;
  margin-top: .5rem; }

a {
  color: #e9393a; }
  a:hover {
    text-decoration: none;
    color: #d71819; }

iframe {
  max-width: 100%; }

.bg-dark {
  background-color: #161616 !important; }

.bg-lightgrey {
  background-color: #f5f5f5 !important; }

.bg-stripe {
  background: url(../png/stripe_bg.png) top left repeat !important; }

.bg-stripe-2 {
  background: url(../png/stripe_bg_2.png) top left repeat !important; }

.light {
  color: #fff !important; }
  .light a,
  .light h1,
  .light h2,
  .light h3,
  .light h4,
  .light h5,
  .light h6,
  .light .h1,
  .light .home .home-latest-news .feature-story h3,
  .home .home-latest-news .feature-story .light h3,
  .light .h2,
  .light .h3,
  .light .h4,
  .light .h5,
  .light .h6 {
    color: #fff !important; }

.dark {
  color: #161616 !important; }
  .dark a {
    color: #161616 !important; }

.red {
  color: #e9393a !important; }

.content-row p:last-child {
  margin-bottom: 0; }

@media screen and (max-width: 768px) {
  .content-row .mobile-margin {
    margin-bottom: 1rem; } }

.vertical-align-center {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.vertical-align-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.row-padding-none {
  padding-top: 0;
  padding-bottom: 0; }

.row-padding-small {
  padding-top: calc(2rem + 1vw);
  padding-bottom: calc(2rem + 1vw); }
  @media screen and (max-width: 990px) {
    .row-padding-small {
      padding-top: 2rem;
      padding-bottom: 2rem; } }

.row-padding-medium {
  padding-top: calc(2rem + 2.5vw);
  padding-bottom: calc(2rem + 2.5vw); }
  @media screen and (max-width: 990px) {
    .row-padding-medium {
      padding-top: 2rem;
      padding-bottom: 2rem; } }

.row-padding-large {
  padding-top: calc(2rem + 5vw);
  padding-bottom: calc(2rem + 5vw); }
  @media screen and (max-width: 990px) {
    .row-padding-large {
      padding-top: 2rem;
      padding-bottom: 2rem; } }

.row-margin-none {
  margin-bottom: 0; }

.row-margin-small {
  margin-bottom: calc(2rem + 1vw); }
  @media screen and (max-width: 990px) {
    .row-margin-small {
      margin-bottom: calc(2rem); } }

.row-margin-medium {
  margin-bottom: calc(2rem + 2.5vw); }
  @media screen and (max-width: 990px) {
    .row-margin-medium {
      margin-bottom: calc(2rem); } }

.row-margin-large {
  margin-bottom: calc(2rem + 5vw); }
  @media screen and (max-width: 990px) {
    .row-margin-large {
      margin-bottom: calc(2rem); } }

article img {
  width: 100%; }

.article--is-partner .post-image {
  position: relative; }
  .article--is-partner .post-image:before {
    content: "Partner Content";
    background: #e9393a;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    padding: 5px 8px;
    max-width: 65%;
    z-index: 2;
    font-weight: 600;
    letter-spacing: 1px; }

.article--event .article__excerpt {
  font-size: 1rem; }

.article a {
  color: inherit; }
  .article a:focus,
  .article a:focus .entry-title {
    color: #e9393a !important; }

.article .post-image {
  overflow: hidden;
  display: block; }
  .article .post-image img {
    transition: transform .35s ease;
    transform-origin: center; }

.article:hover .post-image img {
  transform: scale(1.1); }

.article:hover .entry-title {
  text-decoration: underline; }

.article.content-loop-small:hover {
  text-decoration: underline; }
  .article.content-loop-small:hover img {
    transform: none; }

.red-overlay {
  position: relative; }
  .red-overlay:before {
    content: '';
    background-color: #e9393a;
    opacity: 0.93;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.site {
  position: relative; }

.entry-content a:not([class]) {
  color: #161616;
  border-bottom: #e9393a 1px solid; }
  .entry-content a:not([class]):hover {
    color: #e9393a; }

.g img {
  width: 100%; }

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../inter-thind8c0.html") format("woff2"), url("../inter-thind8c0-2.html") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("../inter-thinitalicd8c0.html") format("woff2"), url("../inter-thinitalicd8c0-2.html") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../inter-extralightd8c0.html") format("woff2"), url("../inter-extralightd8c0-2.html") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("../inter-extralightitalicd8c0.html") format("woff2"), url("../inter-extralightitalicd8c0-2.html") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../inter-lightd8c0.html") format("woff2"), url("../inter-lightd8c0-2.html") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../inter-lightitalicd8c0.html") format("woff2"), url("../inter-lightitalicd8c0-2.html") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../woff2/inter-regulard8c0.woff2") format("woff2"), url("../woff/inter-regulard8c0.woff") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../woff2/inter-italicd8c0.woff2") format("woff2"), url("../woff/inter-italicd8c0.woff") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../woff2/inter-mediumd8c0.woff2") format("woff2"), url("../woff/inter-mediumd8c0.woff") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../woff2/inter-mediumitalicd8c0.woff2") format("woff2"), url("../woff/inter-mediumitalicd8c0.woff") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../woff2/inter-semiboldd8c0.woff2") format("woff2"), url("../woff/inter-semiboldd8c0.woff") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../woff2/inter-semibolditalicd8c0.woff2") format("woff2"), url("../woff/inter-semibolditalicd8c0.woff") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../woff2/inter-boldd8c0.woff2") format("woff2"), url("../woff/inter-boldd8c0.woff") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../woff2/inter-bolditalicd8c0.woff2") format("woff2"), url("../woff/inter-bolditalicd8c0.woff") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../woff2/inter-extraboldd8c0.woff2") format("woff2"), url("../woff/inter-extraboldd8c0.woff") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../woff2/inter-extrabolditalicd8c0.woff2") format("woff2"), url("../woff/inter-extrabolditalicd8c0.woff") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../woff2/inter-blackd8c0.woff2") format("woff2"), url("../woff/inter-blackd8c0.woff") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../woff2/inter-blackitalicd8c0.woff2") format("woff2"), url("../woff/inter-blackitalicd8c0.woff") format("woff"); }

@font-face {
  font-family: 'Ellipsis';
  src: local("Arial");
  unicode-range: U+2026; }

html {
  font-size: 1.125rem;
  font-family: 'sans-serif';
  color: #161616; }

p {
  margin-bottom: 1em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.8;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.preheader {
  font-weight: 600;
  font-size: 0.6666rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #e9393a; }
  .preheader a {
    color: #e9393a; }
    .preheader a:visited {
      color: #e9393a; }
  .preheader--link:after {
    content: url(../svg/chevron.svg);
    margin-left: 5px;
    position: relative;
    transition: 0.2s ease right;
    right: 0; }
  .preheader--link:hover:after {
    right: -5px; }

h1,
.h1,
.home .home-latest-news .feature-story h3,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Merriweather", serif;
  clear: both;
  color: #161616;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 400; }
  h1 a,
  .h1 a,
  .home .home-latest-news .feature-story h3 a,
  h2 a,
  .h2 a,
  h3 a,
  .h3 a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 a,
  h6 a,
  .h6 a {
    color: #161616; }
    h1 a:visited,
    .h1 a:visited,
    .home .home-latest-news .feature-story h3 a:visited,
    h2 a:visited,
    .h2 a:visited,
    h3 a:visited,
    .h3 a:visited,
    h4 a:visited,
    .h4 a:visited,
    h5 a:visited,
    .h5 a:visited,
    h6 a:visited,
    .h6 a:visited {
      color: #161616; }

h1,
.h1,
.home .home-latest-news .feature-story h3 {
  font-size: 2.5rem; }
  @media screen and (max-width: 768px) {
    h1,
    .h1,
    .home .home-latest-news .feature-story h3 {
      font-size: 1.8rem; } }

h2,
.h2 {
  font-size: 1.6666rem; }

h3,
.h3 {
  font-size: 1.3333rem;
  line-height: 1.6; }

h4,
.h4 {
  font-size: 1.1111rem;
  line-height: 1.4; }

h5,
.h5 {
  font-size: 0.8333rem;
  line-height: 1.6; }

.has-large-font-size {
  font-family: "Merriweather", serif; }

body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Ellipsis", "Gothic A1", "Roboto", sans-serif;
  line-height: 1.7;
  font-weight: 500; }

.wp-block {
  max-width: 1200px; }

ul,
ol {
  margin: 0 0 1.5em 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn,
.site-header .mobile-menu-modal .menu-sub-header-menu-container ul.menu li a.btn,
.infinite-scroll #infinite-handle span button,
.wp-block-file .wp-block-file__button,
.button,
.wp-core-ui .button {
  border: 2px solid transparent;
  border-radius: 0;
  padding: 0.9em 1.6em;
  font-size: 0.8333rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
  display: inline-block; }
  button.btn-primary, button.button-primary,
  input[type="button"].btn-primary,
  input[type="button"].button-primary,
  input[type="reset"].btn-primary,
  input[type="reset"].button-primary,
  input[type="submit"].btn-primary,
  input[type="submit"].button-primary,
  .btn.btn-primary,
  .site-header .mobile-menu-modal .menu-sub-header-menu-container ul.menu li a.btn-primary.btn,
  .infinite-scroll #infinite-handle span button,
  .btn.button-primary,
  .site-header .mobile-menu-modal .menu-sub-header-menu-container ul.menu li a.button-primary.btn,
  .infinite-scroll #infinite-handle span button.button-primary,
  .wp-block-file .wp-block-file__button.btn-primary,
  .wp-block-file .wp-block-file__button.button-primary,
  .button.btn-primary,
  .button.button-primary,
  .wp-core-ui .button.btn-primary,
  .wp-core-ui .button.button-primary {
    background-color: #e9393a;
    border-color: #e9393a;
    color: #fff; }
    button.btn-primary:hover, button.btn-primary:active, button.btn-primary:focus, button.button-primary:hover, button.button-primary:active, button.button-primary:focus,
    input[type="button"].btn-primary:hover,
    input[type="button"].btn-primary:active,
    input[type="button"].btn-primary:focus,
    input[type="button"].button-primary:hover,
    input[type="button"].button-primary:active,
    input[type="button"].button-primary:focus,
    input[type="reset"].btn-primary:hover,
    input[type="reset"].btn-primary:active,
    input[type="reset"].btn-primary:focus,
    input[type="reset"].button-primary:hover,
    input[type="reset"].button-primary:active,
    input[type="reset"].button-primary:focus,
    input[type="submit"].btn-primary:hover,
    input[type="submit"].btn-primary:active,
    input[type="submit"].btn-primary:focus,
    input[type="submit"].button-primary:hover,
    input[type="submit"].button-primary:active,
    input[type="submit"].button-primary:focus,
    .btn.btn-primary:hover,
    .site-header .mobile-menu-modal .menu-sub-header-menu-container ul.menu li a.btn-primary.btn:hover,
    .infinite-scroll #infinite-handle span button:hover,
    .btn.btn-primary:active,
    .site-header .mobile-menu-modal .menu-sub-header-menu-container ul.menu li a.btn-primary.btn:active,
    .infinite-scroll #infinite-handle span button:active,
    .btn.btn-primary:focus,
    .site-header .mobile-menu-modal .menu-sub-header-menu-container ul.menu li a.btn-primary.btn:focus,
    .infinite-scroll #infinite-handle span button:focus,
    .btn.button-primary:hover,
    .site-header .mobile-menu-modal .menu-sub-header-menu-container ul.menu li a.button-primary.btn:hover,
    .infinite-scroll #infinite-handle span button.button-primary:hover,
    .btn.button-primary:active,
    .site-header .mobile-menu-modal .menu-sub-header-menu-container ul.menu li a.button-primary.btn:active,
    .infinite-scroll #infinite-handle span button.button-primary:active,
    .btn.button-primary:focus,
    .site-header .mobile-menu-modal .menu-sub-header-menu-container ul.menu li a.button-primary.btn:focus,
    .infinite-scroll #infinite-handle span button.button-primary:focus,
    .wp-block-file .wp-block-file__button.btn-primary:hover,
    .wp-block-file .wp-block-file__button.btn-primary:active,
    .wp-block-file .wp-block-file__button.btn-primary:focus,
    .wp-block-file .wp-block-file__button.button-primary:hover,
    .wp-block-file .wp-block-file__button.button-primary:active,
    .wp-block-file .wp-block-file__button.button-primary:focus,
    .button.btn-primary:hover,
    .button.btn-primary:active,
    .button.btn-primary:focus,
    .button.button-primary:hover,
    .button.button-primary:active,
    .button.button-primary:focus,
    .wp-core-ui .button.btn-primary:hover,
    .wp-core-ui .button.btn-primary:active,
    .wp-core-ui .button.btn-primary:focus,
    .wp-core-ui .button.button-primary:hover,
    .wp-core-ui .button.button-primary:active,
    .wp-core-ui .button.button-primary:focus {
      background-color: #d71819; }
  button.btn-dark,
  input[type="button"].btn-dark,
  input[type="reset"].btn-dark,
  input[type="submit"].btn-dark,
  .btn.btn-dark,
  .site-header .mobile-menu-modal .menu-sub-header-menu-container ul.menu li a.btn-dark.btn,
  .infinite-scroll #infinite-handle span button.btn-dark,
  .wp-block-file .wp-block-file__button.btn-dark,
  .button.btn-dark,
  .wp-core-ui .button.btn-dark {
    background-color: #161616;
    border-color: #161616; }
    button.btn-dark:hover, button.btn-dark:active, button.btn-dark:focus,
    input[type="button"].btn-dark:hover,
    input[type="button"].btn-dark:active,
    input[type="button"].btn-dark:focus,
    input[type="reset"].btn-dark:hover,
    input[type="reset"].btn-dark:active,
    input[type="reset"].btn-dark:focus,
    input[type="submit"].btn-dark:hover,
    input[type="submit"].btn-dark:active,
    input[type="submit"].btn-dark:focus,
    .btn.btn-dark:hover,
    .site-header .mobile-menu-modal .menu-sub-header-menu-container ul.menu li a.btn-dark.btn:hover,
    .infinite-scroll #infinite-handle span button.btn-dark:hover,
    .btn.btn-dark:active,
    .site-header .mobile-menu-modal .menu-sub-header-menu-container ul.menu li a.btn-dark.btn:active,
    .infinite-scroll #infinite-handle span button.btn-dark:active,
    .btn.btn-dark:focus,
    .site-header .mobile-menu-modal .menu-sub-header-menu-container ul.menu li a.btn-dark.btn:focus,
    .infinite-scroll #infinite-handle span button.btn-dark:focus,
    .wp-block-file .wp-block-file__button.btn-dark:hover,
    .wp-block-file .wp-block-file__button.btn-dark:active,
    .wp-block-file .wp-block-file__button.btn-dark:focus,
    .button.btn-dark:hover,
    .button.btn-dark:active,
    .button.btn-dark:focus,
    .wp-core-ui .button.btn-dark:hover,
    .wp-core-ui .button.btn-dark:active,
    .wp-core-ui .button.btn-dark:focus {
      background-color: #fff;
      color: #161616 !important; }


.btn.btn-primary,
.site-header .mobile-menu-modal .menu-sub-header-menu-container ul.menu li a.btn-primary.btn,
.infinite-scroll #infinite-handle span button,
.wp-block-file .wp-block-file__button {
  background-color: #e9393a;
  border-color: #e9393a;
  color: #fff; }
  
  .btn.btn-primary:hover,
  .site-header .mobile-menu-modal .menu-sub-header-menu-container ul.menu li a.btn-primary.btn:hover,
  .infinite-scroll #infinite-handle span button:hover,
  .btn.btn-primary:active,
  .site-header .mobile-menu-modal .menu-sub-header-menu-container ul.menu li a.btn-primary.btn:active,
  .infinite-scroll #infinite-handle span button:active,
  .btn.btn-primary:focus,
  .site-header .mobile-menu-modal .menu-sub-header-menu-container ul.menu li a.btn-primary.btn:focus,
  .infinite-scroll #infinite-handle span button:focus,
  .wp-block-file .wp-block-file__button:hover,
  .wp-block-file .wp-block-file__button:active,
  .wp-block-file .wp-block-file__button:focus {
    background-color: #d71819; }

.gform_confirmation_message {
  text-align: center;
  margin: 2rem 0;
  font-weight: 700; }

.gform_wrapper form .validation_error {
  color: #e9393a;
  text-align: left;
  font-weight: 500;
  margin: 1rem 0;
  padding: 2rem;
  background-color: #f5f5f5; }

.gform_wrapper form .gform_body ul.gform_fields {
  list-style: none;
  padding: 0;
  margin: 0; }
  .gform_wrapper form .gform_body ul.gform_fields li.gfield {
    margin-bottom: 1rem;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    width: 100%; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield + .gfield {
      margin-top: 1rem; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield.hidden_label label {
      display: none !important; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield > label {
      font-size: 0.9rem;
      font-weight: 500;
      margin-bottom: 0.3rem;
      letter-spacing: 0;
      color: #161616; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield > label .gfield_required {
        color: #e9393a;
        margin-left: 0.2rem;
        display: none; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield input,
    .gform_wrapper form .gform_body ul.gform_fields li.gfield select,
    .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea {
      width: 100%;
      border: 1px solid #e7e7e7;
      outline: 0;
      background-color: #fff;
      font-size: 1rem !important;
      padding: 1rem 1rem !important;
      line-height: 1.5 !important;
      transition: border 0.2s ease-out;
      box-shadow: none !important;
      appearance: none;
      border-radius: 0;
      margin: 0; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea.small {
      height: 100px; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox,
    .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio {
      list-style: none;
      padding: 0;
      margin-left: 0; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li input,
      .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li input {
        display: none; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li label,
      .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li label {
        padding: 1rem !important;
        width: 100%;
        transition: color 0.2s ease-out, background-color 0.2s ease-out;
        border: 1px solid #e7e7e7;
        cursor: pointer; }
        .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li label svg,
        .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li label svg {
          margin-right: 0.5rem; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li input[type="checkbox"]:checked + label,
      .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li input[type="radio"]:checked + label,
      .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li input[type="checkbox"]:checked + label,
      .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li input[type="radio"]:checked + label {
        color: #fff;
        font-weight: 400;
        background-color: #e9393a;
        border-color: #e9393a; }
        .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li input[type="checkbox"]:checked + label:before,
        .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li input[type="radio"]:checked + label:before,
        .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li input[type="checkbox"]:checked + label:before,
        .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li input[type="radio"]:checked + label:before {
          content: ""; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield.active > label {
      color: #e9393a; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield.active input,
    .gform_wrapper form .gform_body ul.gform_fields li.gfield.active select,
    .gform_wrapper form .gform_body ul.gform_fields li.gfield.active textarea {
      border: 1px solid #e9393a; }
  .gform_wrapper form .gform_body ul.gform_fields .gf_name_has_2 {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    width: auto; }
    .gform_wrapper form .gform_body ul.gform_fields .gf_name_has_2 > span {
      flex: 1;
      padding-left: 15px;
      padding-right: 15px; }

.gform_wrapper form .gform_footer {
  position: relative;
  margin-top: 1rem;
  padding: 0; }
  .gform_wrapper form .gform_footer input[type="submit"] {
    width: 100%;
    color: #fff;
    border: 0;
    padding: 1rem;
    line-height: 1 !important;
    background: #e9393a;
    cursor: pointer;
    transition: background-color 0.3s ease-out;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 0.8888rem;
    z-index: 2;
    position: relative; }
    .gform_wrapper form .gform_footer input[type="submit"]:hover {
      background-color: #d71819; }

.gform_wrapper img.gform_ajax_spinner {
  position: absolute;
  border-radius: 3px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e9393a;
  background-image: url("../svg/oval.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto; }

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px; }

@media (min-width: 567px) {
  #input_10_4 {
    column-count: 2; } }

@media (min-width: 992px) {
  #input_10_4 {
    column-count: 4; } }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.search-form {
  display: flex;
  justify-content: center; }
  .search-form input[type="search"] {
    border-radius: 0;
    padding: 0.5rem;
    border: 0;
    background-color: #f5f5f5;
    width: 20rem; }
    @media screen and (max-width: 768px) {
      .search-form input[type="search"] {
        width: 100%; } }
    .search-form input[type="search"]::placeholder {
      font-size: 0.888rem;
      color: #d7d7d7; }
  .search-form label {
    margin-bottom: 0; }
  .search-form .search-submit {
    background-color: #e9393a;
    color: #fff;
    border-radius: 0;
    border: 0;
    text-transform: uppercase; }
    .search-form .search-submit svg {
      height: 1rem; }
    .search-form .search-submit path {
      stroke: #fff; }

.container {
  padding-left: 7%;
  padding-right: 7%; }
  @media screen and (min-width: 576px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (min-width: 1440px) {
    .container {
      max-width: 1380px; } }

.small {
  font-size: 0.9rem; }

.paged-navigation {
  text-align: center; }
  .paged-navigation ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0; }
    .paged-navigation ul li {
      display: inline-block; }
      .paged-navigation ul li a {
        padding: 0.4rem 0.8rem;
        color: #161616;
        display: inline-block;
        background: transparent;
        border: 1px solid #f5f5f5; }
      .paged-navigation ul li.active a {
        color: #e9393a;
        background: #f5f5f5; }
      .paged-navigation ul li.active:hover a {
        background: #f5f5f5; }

#register-modal {
  font-family: Inter, sans-serif; }
  #register-modal .modal-content {
    background: #f5f5f5;
    border: none;
    border-radius: 0; }
  #register-modal .close {
    position: absolute;
    top: 16px;
    right: 16px; }
  #register-modal .modal-body {
    padding: 32px 48px 48px; }
  #register-modal .nav-pills .nav-link {
    font-size: 16px;
    padding: 6px 12px; }
    #register-modal .nav-pills .nav-link.active {
      background: #e9393a;
      border-radius: 0; }
  #register-modal #rcp_registration_form {
    padding: 0; }
    #register-modal #rcp_registration_form .rcp_login_link {
      display: none; }
    #register-modal #rcp_registration_form .rcp_subscription_fieldset .rcp_subscription_message {
      display: none; }
    #register-modal #rcp_registration_form .rcp_subscription_fieldset #rcp_subscription_levels {
      display: flex;
      margin-bottom: 0; }
      #register-modal #rcp_registration_form .rcp_subscription_fieldset #rcp_subscription_levels .rcp_subscription_level {
        flex: 1;
        margin-bottom: 0; }
        #register-modal #rcp_registration_form .rcp_subscription_fieldset #rcp_subscription_levels .rcp_subscription_level > input {
          display: none; }
          #register-modal #rcp_registration_form .rcp_subscription_fieldset #rcp_subscription_levels .rcp_subscription_level > input:checked + label {
            background: #e9393a;
            color: #fff; }
        #register-modal #rcp_registration_form .rcp_subscription_fieldset #rcp_subscription_levels .rcp_subscription_level .rcp_subscription_level_name {
          display: none; }
        #register-modal #rcp_registration_form .rcp_subscription_fieldset #rcp_subscription_levels .rcp_subscription_level .rcp_separator {
          display: none; }
        #register-modal #rcp_registration_form .rcp_subscription_fieldset #rcp_subscription_levels .rcp_subscription_level .rcp_level_separator {
          display: none; }
        #register-modal #rcp_registration_form .rcp_subscription_fieldset #rcp_subscription_levels .rcp_subscription_level .rcp_level_description {
          display: none; }
        #register-modal #rcp_registration_form .rcp_subscription_fieldset #rcp_subscription_levels .rcp_subscription_level label {
          display: flex;
          flex-direction: column-reverse;
          justify-content: flex-end;
          padding: 4px 16px;
          font-weight: 300;
          margin-bottom: 10px;
          font-size: 12px; }
    #register-modal #rcp_registration_form .rcp_registration_total {
      display: none; }
    #register-modal #rcp_registration_form .rcp_gateways_fieldset legend {
      display: none; }
    #register-modal #rcp_registration_form .rcp_gateways_fieldset label {
      width: 100%;
      color: #676767;
      background: #fff;
      font-size: 12px;
      line-height: 15px;
      padding: 15px 18px;
      display: inline-block;
      vertical-align: top;
      margin-right: 0; }
      @media (min-width: 768px) {
        #register-modal #rcp_registration_form .rcp_gateways_fieldset label {
          width: calc(50% - 8px);
          margin-right: -4px;
          height: 45px; } }
      @media (min-width: 768px) {
        #register-modal #rcp_registration_form .rcp_gateways_fieldset label:nth-of-type(even) {
          margin-left: 16px; } }
    #register-modal #rcp_registration_form .rcp_gateways_fieldset input {
      display: none; }
      #register-modal #rcp_registration_form .rcp_gateways_fieldset input:checked + label {
        background: #e9393a;
        color: #fff;
        display: inline-flex;
        justify-content: space-between; }
        #register-modal #rcp_registration_form .rcp_gateways_fieldset input:checked + label:after {
          content: '';
          background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuMzA1NjYgNC43MTM0MkwyLjc2NCA2Ljc0MTY3QzIuOTU1NjYgNy4wMjIyNSAzLjM0Mzc2IDcuMDk3NSAzLjYzMDA3IDYuOTA5NjdDMy42ODcyMSA2Ljg3MTc1IDMuNzM4NCA2LjgyNTA5IDMuNzgwMDcgNi43NzE0Mkw4LjQ0ODUyIDAuOTgzMDAyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
          width: 12px;
          height: 100%;
          background-size: contain;
          display: inline-block;
          background-repeat: no-repeat;
          vertical-align: middle;
          background-position: center;
          margin-bottom: 2px; }
    #register-modal #rcp_registration_form .rcp_user_fieldset p,
    #register-modal #rcp_registration_form .rcp_discounts_fieldset p {
      position: relative; }
      #register-modal #rcp_registration_form .rcp_user_fieldset p.rcp_field_half,
      #register-modal #rcp_registration_form .rcp_discounts_fieldset p.rcp_field_half {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-right: 0; }
        @media (min-width: 768px) {
          #register-modal #rcp_registration_form .rcp_user_fieldset p.rcp_field_half,
          #register-modal #rcp_registration_form .rcp_discounts_fieldset p.rcp_field_half {
            width: calc(50% - 8px);
            margin-right: -4px; } }
        @media (min-width: 768px) {
          #register-modal #rcp_registration_form .rcp_user_fieldset p.rcp_field_half:nth-child(even),
          #register-modal #rcp_registration_form .rcp_discounts_fieldset p.rcp_field_half:nth-child(even) {
            margin-left: 16px; } }
    #register-modal #rcp_registration_form .rcp_user_fieldset label,
    #register-modal #rcp_registration_form .rcp_discounts_fieldset label {
      height: 100%;
      margin: 0;
      width: 100%;
      padding: 15px 18px;
      font-family: Inter, sans-serif;
      font-size: 12px;
      line-height: 15px;
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none; }
    #register-modal #rcp_registration_form .rcp_user_fieldset input,
    #register-modal #rcp_registration_form .rcp_discounts_fieldset input {
      width: 100%;
      border: none;
      background: #fff;
      height: 45px;
      padding: 15px 18px;
      font-size: 12px;
      line-height: 15px;
      color: #676767;
      font-family: Inter, sans-serif; }
    #register-modal #rcp_registration_form .rcp_discounts_fieldset label {
      position: relative; }
    #register-modal #rcp_registration_form .rcp-button {
      width: 100%;
      border-radius: 0;
      border: none;
      background: #e9393a;
      color: #fff;
      padding: 14px;
      text-transform: uppercase; }
  #register-modal .rcp_discount_code_field_wrap {
    display: flex; }
  #register-modal #rcp_apply_discount {
    background: #e9393a;
    color: #fff; }
    #register-modal #rcp_apply_discount:hover {
      background-color: #d71819; }
  #register-modal .rcp_card_fieldset input {
    width: 100%;
    background: #fff;
    border: none;
    font-family: Inter, sans-serif; }
  #register-modal .rcp_card_fieldset #rcp_card_name_wrap {
    position: relative; }
    #register-modal .rcp_card_fieldset #rcp_card_name_wrap label {
      height: 100%;
      margin: 0;
      width: 100%;
      padding: 15px 18px;
      font-family: Inter, sans-serif;
      font-size: 12px;
      line-height: 15px;
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none; }
    #register-modal .rcp_card_fieldset #rcp_card_name_wrap input {
      height: 45px;
      padding: 15px 18px;
      font-size: 12px;
      line-height: 15px;
      color: #676767; }
  #register-modal .rcp_card_fieldset #rcp_card_wrap label {
    display: none; }

#login-modal {
  font-family: Inter, sans-serif;
  font-size: 12px; }
  #login-modal .modal-content {
    background: #f5f5f5;
    border: none;
    border-radius: 0; }
  #login-modal .close {
    position: absolute;
    top: 16px;
    right: 16px; }
  #login-modal .modal-body {
    padding: 32px 48px 48px; }
  #login-modal .rcp_lost_password,
  #login-modal .rcp_lost_password + p {
    display: inline-block;
    width: 50%;
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: -4px; }
  #login-modal .rcp_lost_password + p {
    text-align: right; }
  #login-modal .rcp_form input[type='email'],
  #login-modal .rcp_form input[type='password'],
  #login-modal .rcp_form input[type='text'] {
    width: 100%;
    box-shadow: none;
    background: #fff;
    border: none;
    padding: 15px 18px; }
  #login-modal .rcp_form label {
    font-size: 14px; }
  #login-modal .rcp-button {
    background: #e9393a;
    color: #fff; }

.error-404 {
  padding: calc(10vw) 0; }

.home .home-latest-news--takeover {
  padding-top: 0 !important; }
  .home .home-latest-news--takeover .feature-story {
    width: 100% !important;
    max-width: none;
    flex: none; }
    .home .home-latest-news--takeover .feature-story .post-image {
      min-width: 100vw;
      left: 50%;
      transform: translateX(-50%);
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
      @media (min-width: 768px) {
        .home .home-latest-news--takeover .feature-story .post-image {
          position: relative;
          max-height: 70vh; } }
      .home .home-latest-news--takeover .feature-story .post-image ~ * {
        max-width: 800px; }
      .home .home-latest-news--takeover .feature-story .post-image:after {
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        position: absolute; }
      .home .home-latest-news--takeover .feature-story .post-image img {
        max-width: none;
        height: 100%;
        width: auto;
        min-width: 100%; }
        @media (min-width: 768px) {
          .home .home-latest-news--takeover .feature-story .post-image img {
            height: auto; } }
    .home .home-latest-news--takeover .feature-story .article {
      margin-bottom: 0 !important; }
      .home .home-latest-news--takeover .feature-story .article__meta {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        text-align: center;
        padding: 2rem 0; }
        @media (min-width: 768px) {
          .home .home-latest-news--takeover .feature-story .article__meta {
            position: absolute;
            transform: translate(-50%, -50%); } }
    .home .home-latest-news--takeover .feature-story .entry-title {
      color: #fff;
      margin-bottom: 1rem !important; }
    .home .home-latest-news--takeover .feature-story .preheader {
      color: #fff; }
  .home .home-latest-news--takeover .latest-news {
    display: none; }

.home .home-latest-news .feature-story h3 {
  line-height: 1.3; }

.home .home-latest-news .feature-story .entry-content {
  font-size: 1rem; }

.home .home-latest-news .latest-news h2 {
  border-top: 1px solid #e9393a; }

body.page-template-wrap .entry-content > * {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

body.page-template-wrap .entry-content > .fullwidth {
  max-width: 100%; }

body.page-template-wrap .wp-block-image .aligncenter {
  text-align: center; }

body.page-template-wrap .gform_wrapper {
  position: relative;
  margin-top: 2rem; }
  body.page-template-wrap .gform_wrapper:before {
    z-index: 0;
    right: -15px;
    top: -15px;
    position: absolute;
    content: '';
    width: 66%;
    height: 34px;
    background: url(../png/stripe_bg.png) left top repeat; }
  body.page-template-wrap .gform_wrapper form {
    display: flex;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    flex-direction: column; }
    @media (min-width: 768px) {
      body.page-template-wrap .gform_wrapper form {
        flex-direction: row; } }
    body.page-template-wrap .gform_wrapper form .gform_body {
      flex: 1; }
      body.page-template-wrap .gform_wrapper form .gform_body ul.gform_fields li.gfield input {
        padding: 0.6rem !important; }
    body.page-template-wrap .gform_wrapper form .gform_footer {
      margin-top: 0; }
      body.page-template-wrap .gform_wrapper form .gform_footer input[type='submit'] {
        transition: 0.3s ease all; }

body.page-template-wrap .wp-block-image figure {
  width: 100%; }
  body.page-template-wrap .wp-block-image figure img {
    width: auto; }

body.page-template-wrap .alignwide {
  max-width: 1200px; }

body.page-template-wrap .alignfull {
  max-width: none;
  width: 100%; }

body.post-type-archive-event .filter-block,
body.post-type-archive-job .filter-block {
  margin-bottom: 4rem; }

body.post-type-archive-event .filter-select,
body.post-type-archive-job .filter-select {
  display: flex;
  justify-content: left;
  flex-wrap: wrap; }
  body.post-type-archive-event .filter-select .facetwp-facet,
  body.post-type-archive-job .filter-select .facetwp-facet {
    margin: 0 1rem 0.5rem 0rem; }

body.post-type-archive-event .event-post,
body.post-type-archive-job .event-post {
  display: flex;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 2rem; }
  body.post-type-archive-event .event-post + .event-post,
  body.post-type-archive-job .event-post + .event-post {
    margin-top: 2rem; }
  body.post-type-archive-event .event-post.partner .indicator,
  body.post-type-archive-job .event-post.partner .indicator {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 80px;
    height: 80px;
    background: #fff;
    border: solid 2px #e9393a;
    border-radius: 40px; }
    @media (min-width: 992px) {
      body.post-type-archive-event .event-post.partner .indicator,
      body.post-type-archive-job .event-post.partner .indicator {
        top: -40px;
        left: -40px; } }
  body.post-type-archive-event .event-post .details,
  body.post-type-archive-job .event-post .details {
    width: 100%;
    min-width: 75%;
    padding-top: 1rem; }
    @media (min-width: 992px) {
      body.post-type-archive-event .event-post .details,
      body.post-type-archive-job .event-post .details {
        padding-left: 2rem;
        padding-top: 0; } }

body.post-type-archive-event .category-navigation-title,
body.post-type-archive-job .category-navigation-title {
  position: relative;
  transform: none;
  left: auto; }

.date-details {
  font-size: 0.8rem; }
  .date-details span {
    display: inline-flex; }
    .date-details span + span {
      margin-left: 8px; }
    .date-details span:before {
      content: '';
      width: 20px;
      display: inline-block;
      background-repeat: no-repeat;
      background-size: auto 10px;
      background-position: center 5px;
      flex: none; }
  .date-details__date:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBkPSJNNDAwIDY0aC00OFYxMmMwLTYuNi01LjQtMTItMTItMTJoLTQwYy02LjYgMC0xMiA1LjQtMTIgMTJ2NTJIMTYwVjEyYzAtNi42LTUuNC0xMi0xMi0xMmgtNDBjLTYuNiAwLTEyIDUuNC0xMiAxMnY1Mkg0OEMyMS41IDY0IDAgODUuNSAwIDExMnYzNTJjMCAyNi41IDIxLjUgNDggNDggNDhoMzUyYzI2LjUgMCA0OC0yMS41IDQ4LTQ4VjExMmMwLTI2LjUtMjEuNS00OC00OC00OHptLTYgNDAwSDU0Yy0zLjMgMC02LTIuNy02LTZWMTYwaDM1MnYyOThjMCAzLjMtMi43IDYtNiA2eiIvPjwvc3ZnPg==); }
  .date-details__duration:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48cGF0aCBkPSJNMzY4IDQ4aDRjNi42MjcgMCAxMi01LjM3MyAxMi0xMlYxMmMwLTYuNjI3LTUuMzczLTEyLTEyLTEySDEyQzUuMzczIDAgMCA1LjM3MyAwIDEydjI0YzAgNi42MjcgNS4zNzMgMTIgMTIgMTJoNGMwIDgwLjU2NCAzMi4xODggMTY1LjgwNyA5Ny4xOCAyMDhDNDcuODk4IDI5OC4zODEgMTYgMzgzLjkgMTYgNDY0aC00Yy02LjYyNyAwLTEyIDUuMzczLTEyIDEydjI0YzAgNi42MjcgNS4zNzMgMTIgMTIgMTJoMzYwYzYuNjI3IDAgMTItNS4zNzMgMTItMTJ2LTI0YzAtNi42MjctNS4zNzMtMTItMTItMTJoLTRjMC04MC41NjQtMzIuMTg4LTE2NS44MDctOTcuMTgtMjA4QzMzNi4xMDIgMjEzLjYxOSAzNjggMTI4LjEgMzY4IDQ4em0tNDggMGMwIDI4LjY3Mi00LjU2NCA1NS44MS0xMi43MDEgODBINzYuNzAxQzY4LjU2NCAxMDMuODEgNjQgNzYuNjcyIDY0IDQ4aDI1NnptLTEyLjcwMSAzMzZINzYuNzAxQzk3LjQwNSAzMjIuNDUzIDE0MS4yNTMgMjgwIDE5MiAyODBzOTQuNTk1IDQyLjQ1MyAxMTUuMjk5IDEwNHoiLz48L3N2Zz4=); }
  .date-details__industry:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNNDk3Ljk0MSAyMjUuOTQxTDI4Ni4wNTkgMTQuMDU5QTQ4IDQ4IDAgMCAwIDI1Mi4xMTggMEg0OEMyMS40OSAwIDAgMjEuNDkgMCA0OHYyMDQuMTE4YTQ3Ljk5OCA0Ny45OTggMCAwIDAgMTQuMDU5IDMzLjk0MWwyMTEuODgyIDIxMS44ODJjMTguNzQ1IDE4Ljc0NSA0OS4xMzcgMTguNzQ2IDY3Ljg4MiAwbDIwNC4xMTgtMjA0LjExOGMxOC43NDUtMTguNzQ1IDE4Ljc0NS00OS4xMzcgMC02Ny44ODJ6TTI1OS44ODYgNDYzLjk5Nkw0OCAyNTIuMTE4VjQ4aDIwNC4xMThMNDY0IDI1OS44ODIgMjU5Ljg4NiA0NjMuOTk2ek0xOTIgMTQ0YzAgMjYuNTEtMjEuNDkgNDgtNDggNDhzLTQ4LTIxLjQ5LTQ4LTQ4IDIxLjQ5LTQ4IDQ4LTQ4IDQ4IDIxLjQ5IDQ4IDQ4eiIvPjwvc3ZnPg==); }
  .date-details__location:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48cGF0aCBkPSJNMTkyIDBDODUuOTAzIDAgMCA4Ni4wMTQgMCAxOTJjMCA3MS4xMTcgMjMuOTkxIDkzLjM0MSAxNTEuMjcxIDI5Ny40MjQgMTguNzg1IDMwLjExOSA2Mi42OTQgMzAuMDgzIDgxLjQ1NyAwQzM2MC4wNzUgMjg1LjIzNCAzODQgMjYzLjEwMyAzODQgMTkyIDM4NCA4NS45MDMgMjk3Ljk4NiAwIDE5MiAwem0wIDQ2NEM2NC41NzYgMjU5LjY4NiA0OCAyNDYuNzg4IDQ4IDE5MmMwLTc5LjUyOSA2NC40NzEtMTQ0IDE0NC0xNDRzMTQ0IDY0LjQ3MSAxNDQgMTQ0YzAgNTQuNTUzLTE1LjE2NiA2NS40MjUtMTQ0IDI3MnoiLz48L3N2Zz4=); }

body.post-type-archive-job .job-post {
  padding: 2rem;
  border: 1px solid #161616;
  position: relative; }
  body.post-type-archive-job .job-post.partner .indicator {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 80px;
    height: 80px;
    background: #fff;
    border: solid 2px #e9393a;
    border-radius: 40px; }
    @media (min-width: 992px) {
      body.post-type-archive-job .job-post.partner .indicator {
        top: -40px;
        left: -40px; } }
  body.post-type-archive-job .job-post .logo {
    min-width: 125px;
    flex: none;
    margin-bottom: 1rem; }
    @media (min-width: 992px) {
      body.post-type-archive-job .job-post .logo {
        margin-left: 2rem;
        margin-bottom: 0; } }
  body.post-type-archive-job .job-post + .job-post {
    margin-top: 2rem; }
  body.post-type-archive-job .job-post .date {
    font-size: 0.8rem; }

body.page.page-template-default .entry-content {
  padding-top: 2rem; }
  body.page.page-template-default .entry-content > * {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1230px) {
      body.page.page-template-default .entry-content > * {
        max-width: calc(100% - 30px); } }
    body.page.page-template-default .entry-content > *.alignfull, body.page.page-template-default .entry-content > *.full-width-contained {
      max-width: 100%; }
  body.page.page-template-default .entry-content > .content-row.full-width-contained:first-child {
    margin-top: -2rem; }

body.page-template-sidebar .entry-content .alignfull {
  left: 50%;
  transform: translateX(-50%);
  margin-left: 25%;
  width: 100vw; }

body.page-template-sidebar .entry-content > section > .container {
  padding-left: 0;
  padding-right: 0; }

body.page-template-sidebar .wp-block-cover-image.has-background-dim:before,
body.page-template-sidebar .wp-block-cover.has-background-dim:before {
  opacity: 0.3; }

.no-results .search-form {
  display: inline-flex; }

.post-password-form {
  margin: 2rem auto;
  max-width: 1380px;
  padding: 0 15px; }

.female-candidate-listing__image {
  position: relative;
  display: inline-block;
  overflow: hidden; }
  .female-candidate-listing__image__party {
    position: absolute;
    width: 100px;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: .5rem;
    margin: 1rem;
    max-width: 50%; }
  .female-candidate-listing__image > img {
    transition: transform .35s ease;
    transform-origin: center; }

.female-candidate-listing__meta {
  text-align: center;
  padding: 1rem; }

.female-candidate-listing:hover .female-candidate-listing__image > img {
  transform: scale(1.1); }

.single-female-candidate h3 a {
  color: #e9393a; }

.single-female-candidate__details {
  background: #f5f5f5;
  padding-top: 3rem;
  padding-bottom: 4rem; }
  .single-female-candidate__details__meta {
    margin-top: 2rem;
    margin-bottom: 2rem; }
    .single-female-candidate__details__meta > div {
      display: inline-block;
      margin-right: 2rem; }
  .single-female-candidate__details__socials {
    word-break: break-all;
    margin-top: 3rem; }
    .single-female-candidate__details__socials > ul {
      list-style: none;
      padding-left: 2rem;
      position: relative;
      margin-bottom: 0; }
      .single-female-candidate__details__socials > ul li {
        padding: 0;
        margin-bottom: 0; }
        .single-female-candidate__details__socials > ul li + li {
          margin-top: 1rem; }
        .single-female-candidate__details__socials > ul li a {
          color: #161616; }
          .single-female-candidate__details__socials > ul li a:hover {
            color: #e9393a; }
    .single-female-candidate__details__socials .dashicons {
      vertical-align: middle;
      position: absolute;
      left: 0;
      margin-top: .25rem;
      font-size: 1.25em; }

.single-female-candidate__related {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .single-female-candidate__related + .single-female-candidate__competitors {
    padding-top: 0; }

.single-female-candidate__competitors {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.female-candidates-back {
  text-transform: uppercase;
  color: #161616;
  display: inline-block;
  margin-bottom: 2rem; }

.female-candidates-title {
  margin-bottom: 2rem; }

.female-candidate-seat__details {
  background: #f5f5f5;
  padding-top: 3rem;
  padding-bottom: 4rem; }

.female-candidate-seat__candidates {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.facetwp-type-fselect .fs-wrap, .facetwp-type-fselect .fs-dropdown {
  max-width: 100%; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header {
  border-bottom: 1px solid #f1f1f1;
  z-index: 100;
  background: #fff;
  transition: .2s ease background; }
  @media (min-width: 992px) {
    .site-header {
      position: sticky;
      top: 0; } }
  .site-header .desktop .logo {
    max-width: 120px;
    padding: 1rem 0.5rem; }
    @media screen and (min-width: 1440px) {
      .site-header .desktop .logo {
        max-width: 220px; } }
  .site-header .desktop ul.menu {
    list-style: none;
    text-align: right;
    margin: 0;
    padding: 0; }
    .site-header .desktop ul.menu li {
      display: inline-block; }
      .site-header .desktop ul.menu li:hover > a:not(.btn) {
        color: #e9393a !important; }
      .site-header .desktop ul.menu li a {
        display: inline-block;
        transition: color 0.1s ease-out; }
    .site-header .desktop ul.menu li.menu-item-has-children {
      position: relative; }
      .site-header .desktop ul.menu li.menu-item-has-children:hover .sub-menu {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0); }
      .site-header .desktop ul.menu li.menu-item-has-children:hover:after {
        color: #e9393a; }
      .site-header .desktop ul.menu li.menu-item-has-children:after {
        content: "";
        background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhciIgZGF0YS1pY29uPSJjaGV2cm9uLWRvd24iIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1jaGV2cm9uLWRvd24gZmEtdy0xNCIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik00NDEuOSAxNjcuM2wtMTkuOC0xOS44Yy00LjctNC43LTEyLjMtNC43LTE3IDBMMjI0IDMyOC4yIDQyLjkgMTQ3LjVjLTQuNy00LjctMTIuMy00LjctMTcgMEw2LjEgMTY3LjNjLTQuNyA0LjctNC43IDEyLjMgMCAxN2wyMDkuNCAyMDkuNGM0LjcgNC43IDEyLjMgNC43IDE3IDBsMjA5LjQtMjA5LjRjNC43LTQuNyA0LjctMTIuMyAwLTE3eiI+PC9wYXRoPjwvc3ZnPg==);
        transition: color 0.1s ease-out;
        right: 0.5rem;
        top: 0;
        position: absolute;
        height: 100%;
        width: 10px;
        background-repeat: no-repeat;
        background-position: center; }
        @media screen and (max-width: 1200px) {
          .site-header .desktop ul.menu li.menu-item-has-children:after {
            right: 0.2rem; } }
  .site-header .desktop ul.sub-menu {
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    transform: translateY(1rem);
    min-width: 15rem;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    text-align: left;
    left: 0;
    padding: 0;
    margin: 0;
    background-color: #fff;
    max-width: none; }
    .site-header .desktop ul.sub-menu li {
      display: block; }
      .site-header .desktop ul.sub-menu li:hover a {
        background-color: #f5f5f5; }
      .site-header .desktop ul.sub-menu li a {
        padding: 0.5rem;
        width: 100%; }
  .site-header .desktop .primary ul.menu li a:not(.btn) {
    color: #161616;
    display: inline-block;
    padding: 1rem 1rem;
    font-size: 0.85rem;
    font-weight: 700; }
    @media (min-width: 1280px) {
      .site-header .desktop .primary ul.menu li a:not(.btn) {
        font-size: .95rem; } }
    @media screen and (max-width: 1200px) {
      .site-header .desktop .primary ul.menu li a:not(.btn) {
        padding: 1rem 1rem; } }
  .site-header .desktop .primary ul.menu li.menu-item-has-children a {
    padding-right: 1.5rem; }
  .site-header .desktop .primary .menu-main-menu-container {
    transition: transform 0.3s ease, opacity 0.3s ease-out;
    transform: translateX(0); }
  .site-header .desktop .header-search-wrapper {
    opacity: 0;
    pointer-events: none;
    visibility: invisible;
    position: absolute;
    right: 0.5rem;
    top: 1.5rem;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    display: flex;
    justify-content: center;
    align-items: center; }
    .site-header .desktop .header-search-wrapper .search-close {
      padding: 1rem;
      cursor: pointer; }
  .site-header .secondary ul.menu li a {
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    font-size: 0.6666rem;
    letter-spacing: 0.09em; }
    .site-header .secondary ul.menu li a.extra {
      background: #e9393a;
      position: relative;
      padding: .5rem 1.5rem;
      transition: .2s background ease; }
      .site-header .secondary ul.menu li a.extra:hover, .site-header .secondary ul.menu li a.extra:focus {
        color: #fff !important;
        background: #161616; }
        .site-header .secondary ul.menu li a.extra:hover > span, .site-header .secondary ul.menu li a.extra:focus > span {
          background: #e9393a; }
      .site-header .secondary ul.menu li a.extra > span {
        background: #161616;
        transform: matrix(1, -0.03, 0.02, 1, 0, 0);
        display: block;
        padding: 0 8px;
        letter-spacing: 4px;
        transition: inherit; }
  .site-header .mobile-menu-button {
    background-color: transparent;
    border-radius: 0;
    border: none;
    outline: none;
    padding: 1rem;
    padding-right: 0; }
  .site-header ul.social-media {
    list-style: none;
    margin: 0;
    padding: 0; }
    .site-header ul.social-media li {
      display: inline-block;
      margin-right: 0.5rem; }
      .site-header ul.social-media li:last-child {
        margin-right: 0; }
      .site-header ul.social-media li a:hover svg path, .site-header ul.social-media li a:focus svg path {
        fill: #e9393a; }
      .site-header ul.social-media li a svg {
        height: 0.75rem; }
        .site-header ul.social-media li a svg path {
          fill: #fff;
          stroke: #161616;
          transition: 0.2s ease fill; }
  .site-header .mobile-menu-modal {
    padding: 0 !important; }
    .site-header .mobile-menu-modal .search-menu-item {
      display: none !important; }
    .site-header .mobile-menu-modal .modal-body {
      padding: 0; }
    .site-header .mobile-menu-modal .modal-dialog {
      max-width: 100%;
      margin: 0;
      margin-left: 10%; }
      .site-header .mobile-menu-modal .modal-dialog .modal-content {
        min-height: 100vh;
        border-radius: 0;
        border: none; }
      .site-header .mobile-menu-modal .modal-dialog ul.social-media {
        text-align: center;
        margin-bottom: 2rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #f5f5f5; }
        .site-header .mobile-menu-modal .modal-dialog ul.social-media li a svg path {
          fill: #161616; }
      .site-header .mobile-menu-modal .modal-dialog .modal-header {
        align-items: center;
        padding: 0 15px;
        border-bottom: 1px solid #f5f5f5; }
        .site-header .mobile-menu-modal .modal-dialog .modal-header .close {
          opacity: 1;
          outline: none;
          font-size: 1.8rem;
          font-weight: 400;
          margin-right: 0; }
    .site-header .mobile-menu-modal .logo img {
      max-width: 120px;
      padding: 1rem; }
    .site-header .mobile-menu-modal .menu-main-menu-container {
      transform: translateX(0);
      transition: transform 0.3s ease-out, opacity 0.3s ease-out;
      opacity: 1;
      padding: 1rem 0; }
      .site-header .mobile-menu-modal .menu-main-menu-container ul.menu {
        list-style: none;
        padding: 0;
        margin: 0; }
        .site-header .mobile-menu-modal .menu-main-menu-container ul.menu > li {
          padding: 0.5rem 0; }
        .site-header .mobile-menu-modal .menu-main-menu-container ul.menu li a {
          color: #161616;
          padding: 0.2rem 1.5rem;
          display: inline-block;
          width: 100%; }
          .site-header .mobile-menu-modal .menu-main-menu-container ul.menu li a.btn {
            padding: 0.9em 1.6em;
            width: auto;
            margin-left: 2em;
            color: #fff; }
          .site-header .mobile-menu-modal .menu-main-menu-container ul.menu li a.extra {
            background: #e9393a;
            position: relative;
            padding: 1rem 1.5rem;
            transition: .2s background ease;
            text-align: center;
            color: #fff; }
            .site-header .mobile-menu-modal .menu-main-menu-container ul.menu li a.extra:hover, .site-header .mobile-menu-modal .menu-main-menu-container ul.menu li a.extra:focus {
              color: #fff !important;
              background: #161616; }
              .site-header .mobile-menu-modal .menu-main-menu-container ul.menu li a.extra:hover > span, .site-header .mobile-menu-modal .menu-main-menu-container ul.menu li a.extra:focus > span {
                background: #e9393a; }
            .site-header .mobile-menu-modal .menu-main-menu-container ul.menu li a.extra > span {
              background: #161616;
              transform: matrix(1, -0.03, 0.02, 1, 0, 0);
              display: inline-block;
              padding: 0 8px;
              letter-spacing: 4px;
              transition: inherit; }
    .site-header .mobile-menu-modal .menu-sub-header-menu-container {
      border-bottom: 1px solid #f5f5f5;
      border-top: 1px solid #f5f5f5;
      padding: 1rem 0; }
      .site-header .mobile-menu-modal .menu-sub-header-menu-container ul.menu {
        list-style: none;
        padding: 0;
        margin: 0; }
        .site-header .mobile-menu-modal .menu-sub-header-menu-container ul.menu > li {
          padding: 0.2rem 0; }
          .site-header .mobile-menu-modal .menu-sub-header-menu-container ul.menu > li > a {
            font-size: 0.6666rem; }
        .site-header .mobile-menu-modal .menu-sub-header-menu-container ul.menu li a {
          color: #161616;
          padding: 0.2rem 1.5rem;
          display: inline-block;
          width: 100%; }
          .site-header .mobile-menu-modal .menu-sub-header-menu-container ul.menu li a.btn {
            width: auto;
            color: #fff;
            margin-left: 1.5rem;
            margin-right: 1.5rem; }
    .site-header .mobile-menu-modal .search-form {
      margin: 2rem 0 1rem 0;
      padding: 0 1.5rem; }
    .site-header .mobile-menu-modal ul.sub-menu {
      padding: 0 0 0 .5rem;
      list-style: none;
      margin: 0; }
  .site-header .mobile .row {
    align-items: center; }
  .site-header .mobile .logo img {
    padding: 0.5rem; }
  @media (min-width: 992px) {
    .site-header.site-header--reversed {
      background: transparent;
      border: none; }
      .site-header.site-header--reversed .desktop .primary .menu-main-menu-container {
        background: transparent;
        color: #fff; }
        .site-header.site-header--reversed .desktop .primary .menu-main-menu-container > ul.menu > li > a:not(.btn) {
          color: #fff; } }

body.search-menu-open #masthead .desktop .primary .header-search-wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0); }

body.search-menu-open #masthead .desktop .primary .menu-main-menu-container {
  opacity: 0;
  pointer-events: none;
  visibility: invisible;
  transform: translateX(-3rem); }

.search-menu-item {
  position: relative; }
  .search-menu-item svg {
    height: 0.95rem; }

#masthead .desktop ul.menu--extra {
  padding-left: 0;
  text-align: center; }

.site-footer {
  background-color: #f5f5f5;
  padding: 2rem 0; }
  .site-footer .footer-col {
    margin-bottom: 2rem; }
  .site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .site-footer ul li {
      display: inline-block;
      margin-left: 1rem;
      margin-bottom: .5rem; }
      @media (max-width: 767px) {
        .site-footer ul li {
          margin-left: 0;
          margin-right: 1rem; } }
      .site-footer ul li:first-child {
        margin-left: 0; }
  .site-footer a {
    color: #161616; }
    .site-footer a:hover {
      text-decoration: underline; }
    .site-footer a:focus {
      color: #e9393a; }
  @media screen and (max-width: 480px) {
    .site-footer ul.menu li {
      display: block;
      margin: 0.75rem 0; } }
  .site-footer .form-container {
    background-color: #fff;
    padding: 4rem 7rem; }
    @media screen and (max-width: 990px) {
      .site-footer .form-container {
        padding: 2rem; } }
    .site-footer .form-container .gform_wrapper input[type='email'] {
      border-radius: 0;
      border: 0;
      background-color: #f8f8f8 !important;
      padding: 2rem; }
  .site-footer .disclaimer-container {
    background-color: #fff;
    padding: 2rem 2rem 1.3rem; }
  .site-footer .widget {
    margin-bottom: 0; }
  .site-footer ul.social-media li a:hover svg path, .site-footer ul.social-media li a:focus svg path {
    fill: #e9393a; }
  .site-footer ul.social-media li a svg {
    height: 1rem; }
    .site-footer ul.social-media li a svg path {
      fill: #161616;
      transition: 0.2s ease fill; }
  .site-footer .site-info,
  .site-footer .widget_nav_menu {
    font-size: 0.888rem; }
  .site-footer__extra-menu {
    columns: 2;
    margin-top: 2rem;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .site-footer__extra-menu {
        margin-top: 0; } }
    .site-footer__extra-menu .menu-item {
      display: inline-block;
      width: 100%;
      margin-left: 0;
      line-height: normal;
      margin-bottom: 0.5rem; }
  .site-footer .copyright {
    color: #a9a9a9;
    margin-bottom: 0;
    font-size: 14px; }
    .site-footer .copyright a {
      color: inherit; }
  .site-footer__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 2rem; }
    @media (min-width: 768px) {
      .site-footer__right > * {
        margin-bottom: 0 !important; } }

.category-navigation-wrapper {
  z-index: 100; }

@media (min-width: 768px) {
  .category-navigation-title {
    position: absolute;
    z-index: 0;
    top: 0;
    height: 100%;
    left: 50%;
    transform: translateX(-50%); }
    .category-navigation-title .row {
      height: 100%; } }

ul.category-navigation {
  list-style: none;
  text-align: right;
  margin: 0;
  padding: 0; }
  ul.category-navigation li {
    display: inline-block;
    margin-left: 1rem; }
    ul.category-navigation li a {
      text-transform: uppercase;
      font-weight: bold;
      color: #161616;
      padding: 1rem 0.5rem;
      font-size: 0.7778rem; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */ }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

.infinite-loader {
  width: 100%;
  margin-bottom: 3rem; }
  .infinite-loader .spinner {
    margin-left: auto;
    margin-right: auto; }

.infinite-scroll #infinite-handle {
  text-align: center;
  width: 100%;
  margin-bottom: 2rem; }
  .infinite-scroll #infinite-handle span {
    background: transparent;
    padding: 0;
    border: none;
    border-radius: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@media all and (-ms-high-contrast: none) {
  #masthead {
    position: relative; } }

.pp-popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1rem solid transparent;
  visibility: hidden;
  opacity: 0;
  transition: .3s ease all;
  z-index: 999999999999999999999999999999999999999; }
  .pp-popup__inner {
    width: 100%;
    max-width: 768px; }
  .pp-popup__main {
    background: #fff;
    padding: 1rem; }
  .pp-popup__header, .pp-popup__header a, .pp-popup__footer, .pp-popup__footer a {
    color: #fff; }
  .pp-popup__header {
    text-align: right; }
  .pp-popup__footer {
    padding-top: .5rem;
    font-size: .75rem; }
  .pp-popup__close {
    padding: .5rem;
    display: inline-block;
    line-height: .5; }
  .pp-popup--active {
    opacity: 1;
    visibility: visible; }

.social-media-sharing-buttons-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .social-media-sharing-buttons-container {
      flex-wrap: nowrap; } }

.social-sharing-button-wrapper {
  padding-left: 0.25em;
  padding-right: 0.25em;
  width: auto;
  margin-bottom: .5em; }
  @media (min-width: 768px) {
    .social-sharing-button-wrapper {
      width: auto;
      margin-bottom: 0; }
      .social-sharing-button-wrapper:first-child {
        padding-left: 0; }
      .social-sharing-button-wrapper:last-child {
        padding-right: 0; } }

.social-sharing-title {
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.7em 0; }

.resp-sharing-button {
  display: flex;
  align-items: center; }
  .resp-sharing-button:hover {
    color: #fff; }

.resp-sharing-button__link {
  width: 100%;
  font-size: 0.8rem;
  line-height: 1.6em; }

@media screen and (max-width: 990px) {
  .shareon {
    display: none !important; }
  .resp-sharing-button__link {
    font-size: 0.7rem; } }

a.resp-sharing-button__link {
  text-decoration: none;
  color: #fff; }

.resp-sharing-button {
  transition: 25ms ease-out;
  padding: 0.5em 0.85em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  border-radius: 15%; }

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1.7em;
  vertical-align: middle; }

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle; }

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none; }

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none; }

.resp-sharing-button--twitter {
  background-color: #55acee; }

.resp-sharing-button--twitter:hover {
  background-color: #2795e9; }

.resp-sharing-button--pinterest {
  background-color: #bd081c; }

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615; }

.resp-sharing-button--facebook {
  background-color: #3b5998; }

.resp-sharing-button--facebook:hover {
  background-color: #2d4373; }

.resp-sharing-button--tumblr {
  background-color: #35465c; }

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c; }

.resp-sharing-button--reddit {
  background-color: #5f99cf; }

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1; }

.resp-sharing-button--google {
  background-color: #dd4b39; }

.resp-sharing-button--google:hover {
  background-color: #c23321; }

.resp-sharing-button--linkedin {
  background-color: #0077b5; }

.resp-sharing-button--linkedin:hover {
  background-color: #046293; }

.resp-sharing-button--email {
  background-color: #777; }

.resp-sharing-button--email:hover {
  background-color: #5e5e5e; }

.resp-sharing-button--xing {
  background-color: #1a7576; }

.resp-sharing-button--xing:hover {
  background-color: #114c4c; }

.resp-sharing-button--whatsapp {
  background-color: #25d366; }

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851; }

.resp-sharing-button--hackernews {
  background-color: #ff6600; }

.resp-sharing-button--hackernews:hover,
.resp-sharing-button--hackernews:focus {
  background-color: #fb6200; }

.resp-sharing-button--vk {
  background-color: #507299; }

.resp-sharing-button--vk:hover {
  background-color: #43648c; }

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998; }

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373; }

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee; }

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9; }

.resp-sharing-button--tumblr {
  background-color: #35465c;
  border-color: #35465c; }

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c; }

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777; }

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e; }

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c; }

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615; }

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5; }

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293; }

.resp-sharing-button--reddit {
  background-color: #5f99cf;
  border-color: #5f99cf; }

.resp-sharing-button--reddit:hover,
.resp-sharing-button--reddit:active {
  background-color: #3a80c1;
  border-color: #3a80c1; }

.resp-sharing-button--whatsapp {
  background-color: #25d366;
  border-color: #25d366; }

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1da851;
  border-color: #1da851; }

blockquote.wp-block-quote {
  font-size: 2rem; }
  blockquote.wp-block-quote p {
    margin-bottom: 0; }

cite {
  font-size: 1rem;
  font-style: italic; }

.extra-banner-block {
  padding-top: 36px;
  padding-bottom: 36px;
  background: #F9F9F9; }
  @media (min-width: 768px) {
    .extra-banner-block {
      padding-top: 72px;
      padding-bottom: 72px; } }
  .extra-banner-block__avatar {
    text-align: center;
    margin-bottom: 20px; }
    .extra-banner-block__avatar img {
      border-radius: 50%;
      width: auto; }
  .extra-banner-block h2 {
    margin-bottom: 1rem; }
  .extra-banner-block p {
    margin-bottom: .25rem; }
  .extra-banner-block + .posts-block {
    margin-top: 70px; }

.extra-posts-block > .red-overlay {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.extra-posts-block--has-posts > .red-overlay {
  padding-bottom: 11%; }

@media (min-width: 768px) {
  .extra-posts-block .post-image {
    margin-top: -33.3333%; } }

.extra-profile-block {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (min-width: 992px) {
    .extra-profile-block {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .extra-profile-block .container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 992px) {
      .extra-profile-block .container {
        flex-direction: row; } }
  .extra-profile-block__content {
    flex: 1; }
    @media (min-width: 992px) {
      .extra-profile-block__content {
        padding-left: 2rem; } }
  .extra-profile-block__nav {
    flex-direction: column; }
    @media (min-width: 992px) {
      .extra-profile-block__nav {
        width: 20%; } }
    .extra-profile-block__nav .menu {
      padding-left: 0;
      margin-bottom: 0;
      list-style: none; }
      .extra-profile-block__nav .menu .menu-item {
        display: block;
        padding: .5rem 1rem; }
        .extra-profile-block__nav .menu .menu-item a {
          color: #e9393a;
          border-bottom: none;
          display: block; }
      .extra-profile-block__nav .menu .current-menu-item {
        background: #f5f5f5; }

@media (min-width: 992px) {
  #rcp_profile_editor_form {
    display: flex;
    flex-wrap: wrap; } }

@media (min-width: 992px) {
  #rcp_profile_editor_form fieldset {
    width: 50%; } }

@media (min-width: 992px) {
  #rcp_profile_editor_form fieldset:first-child {
    padding-right: 2rem; } }

#rcp_profile_editor_form fieldset:last-child {
  width: 100%;
  margin-top: 2rem; }

#rcp_profile_editor_form fieldset input[type=email],
#rcp_profile_editor_form fieldset input[type=text],
#rcp_profile_editor_form fieldset input[type=password],
#rcp_profile_editor_form fieldset select,
#rcp_profile_editor_form fieldset textarea {
  width: 100%; }

#rcp_profile_editor_form fieldset select {
  height: 39px;
  padding-left: 8px;
  padding-right: 8px; }

#avatar-preview img {
  width: 96px; }

.extra-feature img {
  width: 100%; }

@media (min-width: 992px) {
  .facts-gallery-block:hover .facts-gallery-block__item__image {
    opacity: .25; } }

.facts-gallery-block__item {
  position: relative;
  display: block;
  color: inherit !important; }
  .facts-gallery-block__item__image {
    padding-bottom: 66%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: .5s ease all;
    z-index: 2; }
    @media (min-width: 992px) {
      .facts-gallery-block__item__image {
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .facts-gallery-block__item__image:hover {
        opacity: 1 !important; }
        .facts-gallery-block__item__image:hover + .facts-gallery-block__item__overlay {
          opacity: 1;
          top: 100%; } }
  .facts-gallery-block__item__overlay {
    top: 100%;
    position: relative;
    left: 0;
    width: 100%;
    min-height: 100%;
    transition: .5s ease all;
    z-index: 3;
    background: #fff;
    padding: 3rem 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    pointer-events: none; }
    @media (min-width: 992px) {
      .facts-gallery-block__item__overlay {
        opacity: 0;
        top: 0;
        min-height: 75%;
        position: absolute; } }
    .facts-gallery-block__item__overlay::before {
      content: "";
      width: 50px;
      height: 50px;
      background: #fff;
      transform: rotate(45deg) translateX(-50%);
      position: absolute;
      top: 0;
      left: 50%; }

.facts-gallery-block .col-6:nth-last-child(-n+3) .facts-gallery-block__item {
  margin-bottom: calc( 66% / 4); }

.female-candidates-block {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .female-candidates-block .facetwp-facet {
    margin-bottom: 0; }

.podcast-block {
  background-color: #F5F5F5;
  padding-top: 36px;
  padding-bottom: 36px; }
  @media (min-width: 768px) {
    .podcast-block {
      padding-top: 72px;
      padding-bottom: 72px; } }
  .podcast-block__thumbnail {
    padding-bottom: 36px;
    display: block; }
    @media (min-width: 768px) {
      .podcast-block__thumbnail {
        padding-bottom: 0; } }

.posts-block .header-row .col-12 .inner {
  border-top: 1px solid #e9393a !important; }
  .posts-block .header-row .col-12 .inner a {
    color: #e9393a;
    float: right; }
    .posts-block .header-row .col-12 .inner a:hover {
      right: -5px; }

.posts-block a {
  display: block; }

.posts-block h3 {
  line-height: 1.4; }

.video-thumbnail {
  background-size: cover;
  background-position: center;
  padding-bottom: 56.25%;
  position: relative; }
  .video-thumbnail::after {
    content: '';
    background: rgba(22, 22, 22, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhciIgZGF0YS1pY29uPSJwbGF5LWNpcmNsZSIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLXBsYXktY2lyY2xlIGZhLXctMTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTM3MS43IDIzOGwtMTc2LTEwN2MtMTUuOC04LjgtMzUuNyAyLjUtMzUuNyAyMXYyMDhjMCAxOC40IDE5LjggMjkuOCAzNS43IDIxbDE3Ni0xMDFjMTYuNC05LjEgMTYuNC0zMi44IDAtNDJ6TTUwNCAyNTZDNTA0IDExOSAzOTMgOCAyNTYgOFM4IDExOSA4IDI1NnMxMTEgMjQ4IDI0OCAyNDggMjQ4LTExMSAyNDgtMjQ4em0tNDQ4IDBjMC0xMTAuNSA4OS41LTIwMCAyMDAtMjAwczIwMCA4OS41IDIwMCAyMDAtODkuNSAyMDAtMjAwIDIwMFM1NiAzNjYuNSA1NiAyNTZ6Ij48L3BhdGg+PC9zdmc+DQo=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px; }

.video-modal .modal-dialog {
  max-width: 640px; }

.video-modal .modal-header {
  padding: 0;
  border: none; }
  .video-modal .modal-header .close {
    margin-right: -0.5rem;
    margin-top: -0.75rem;
    opacity: 1; }
    .video-modal .modal-header .close span {
      text-shadow: none;
      color: #fff; }

.video-modal .modal-body {
  padding: 0;
  min-height: 300px; }

.video-modal .wp-block-embed {
  margin: 0; }

.video-modal .jetpack-video-wrapper {
  margin: 0; }

.video-modal iframe {
  display: block; }

.video-modal .modal-content {
  background: transparent;
  border: none; }

.related-post-block {
  padding: 32px 64px;
  background: #f5f5f5;
  margin-bottom: 1rem; }
  .related-post-block a {
    border-bottom: none; }
  .related-post-block h4 a:hover {
    color: inherit;
    text-decoration: underline; }
  .related-post-block p {
    margin-bottom: 0; }
  article.post-dark .related-post-block {
    background: transparent;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: 2rem;
    margin-bottom: 2rem; }

.subscribe-form-block {
  background-color: #f5f5f5;
  text-align: center; }
  .subscribe-form-block .inner {
    padding: 2rem; }
  .subscribe-form-block .subscribe-form-wrapper {
    max-width: 600px;
    margin: 0 auto; }
  .subscribe-form-block .gform_wrapper form .validation_error {
    background-color: #fff; }
  .subscribe-form-block img {
    width: 150px;
    margin-bottom: 1rem; }

.tabs-block {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (min-width: 992px) {
    .tabs-block {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .tabs-block .container {
    display: flex;
    flex-direction: column; }
  .tabs-block .tab-content {
    flex: 1; }
  .tabs-block .nav {
    flex-direction: column; }
    .tabs-block .nav.nav-pills .nav-link.active,
    .tabs-block .nav.nav-pills .show > .nav-link {
      border-radius: 0;
      background: #f5f5f5;
      color: #e9393a; }
  @media (min-width: 992px) {
    .tabs-block--horizontal .nav {
      flex-direction: row; } }
  @media (min-width: 992px) {
    .tabs-block--horizontal .nav.nav-pills .nav-link.active,
    .tabs-block--horizontal .nav.nav-pills .show > .nav-link {
      border-top-left-radius: .25rem;
      border-top-right-radius: .25rem; } }
  .tabs-block--horizontal .tab-content {
    padding-top: 2rem; }
  @media (min-width: 992px) {
    .tabs-block--vertical .container {
      flex-direction: row; } }
  @media (min-width: 992px) {
    .tabs-block--vertical .tab-content {
      padding-left: 2rem; } }
  @media (min-width: 992px) {
    .tabs-block--vertical nav {
      width: 20%; } }
  .tabs-block--vertical .nav .nav-item.show .nav-link,
  .tabs-block--vertical .nav .nav-link.active {
    border-bottom-color: #dee2e6; }

.video-header-block {
  padding: 56.25% 0 0 0;
  position: relative; }
  .video-header-block:first-child {
    margin-top: -2rem; }
  .video-header-block > iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0; }

.wrap-callout-block {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center; }
  .wrap-callout-block__inner {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden; }
  .wrap-callout-block__content {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
  .wrap-callout-block img {
    width: auto; }

.wrap-contributors-block {
  text-align: center;
  margin-top: 48px;
  margin-bottom: 48px; }
  .wrap-contributors-block__contributor img {
    width: 75%;
    margin-bottom: 1rem; }
  .wrap-contributors-block__contributor__socials path {
    fill: #161616;
    transition: .15s ease fill; }
  .wrap-contributors-block__contributor__socials a {
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    border-bottom: none; }
    .wrap-contributors-block__contributor__socials a:hover path {
      fill: #e9393a; }

.wrap-events-jobs-block {
  padding-top: 50px;
  padding-bottom: 50px; }
  .wrap-events-jobs-block__entry {
    padding: 20px;
    background: #fff;
    display: block;
    color: #161616;
    transition: .3s ease box-shadow;
    margin-bottom: 20px; }
    .wrap-events-jobs-block__entry:hover, .wrap-events-jobs-block__entry:focus {
      color: #161616;
      box-shadow: 3px 3px 5px rgba(22, 22, 22, 0.3), -1px -1px 5px rgba(22, 22, 22, 0.3); }
    .wrap-events-jobs-block__entry table {
      margin: 1rem 0 0; }
  .wrap-events-jobs-block p:last-child {
    margin-bottom: 0; }

.wrap-newsletters-block {
  margin-top: 48px;
  margin-bottom: 48px;
  text-align: center; }
  .wrap-newsletters-block img {
    width: auto;
    height: 70px; }

.wrap-partners-block {
  text-align: center;
  margin-top: 48px;
  margin-bottom: 48px; }
  .wrap-partners-block .col-12 {
    margin-top: 1rem; }
  .wrap-partners-block__partner {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%; }
    .wrap-partners-block__partner__caption {
      opacity: 0;
      min-height: 100%;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 16px;
      transition: .3s ease all; }
    .wrap-partners-block__partner:hover .wrap-partners-block__partner__caption {
      opacity: 1; }

.wrap-slider-block {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  margin-top: 48px; }
  .wrap-slider-block img {
    width: auto; }
  .wrap-slider-block h3 {
    margin-bottom: 1.5rem;
    margin-top: 1rem; }
  .wrap-slider-block .post-gallery {
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative; }
  .wrap-slider-block .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 30px;
    height: 38px;
    font-size: 0;
    background-size: 6px;
    background-repeat: no-repeat;
    background-position: center; }
  .wrap-slider-block .slick-prev {
    transform: translate(-50%, -50%);
    left: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhciIgZGF0YS1pY29uPSJjaGV2cm9uLWxlZnQiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1jaGV2cm9uLWxlZnQgZmEtdy04IiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI1NiA1MTIiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTIzMS4yOTMgNDczLjg5OWwxOS43OTktMTkuNzk5YzQuNjg2LTQuNjg2IDQuNjg2LTEyLjI4NCAwLTE2Ljk3MUw3MC4zOTMgMjU2IDI1MS4wOTIgNzQuODdjNC42ODYtNC42ODYgNC42ODYtMTIuMjg0IDAtMTYuOTcxTDIzMS4yOTMgMzguMWMtNC42ODYtNC42ODYtMTIuMjg0LTQuNjg2LTE2Ljk3MSAwTDQuOTA4IDI0Ny41MTVjLTQuNjg2IDQuNjg2LTQuNjg2IDEyLjI4NCAwIDE2Ljk3MUwyMTQuMzIyIDQ3My45YzQuNjg3IDQuNjg2IDEyLjI4NSA0LjY4NiAxNi45NzEtLjAwMXoiPjwvcGF0aD48L3N2Zz4=); }
  .wrap-slider-block .slick-next {
    transform: translate(50%, -50%);
    right: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhciIgZGF0YS1pY29uPSJjaGV2cm9uLXJpZ2h0IiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtY2hldnJvbi1yaWdodCBmYS13LTgiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjU2IDUxMiI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMjQuNzA3IDM4LjEwMUw0LjkwOCA1Ny44OTljLTQuNjg2IDQuNjg2LTQuNjg2IDEyLjI4NCAwIDE2Ljk3MUwxODUuNjA3IDI1NiA0LjkwOCA0MzcuMTNjLTQuNjg2IDQuNjg2LTQuNjg2IDEyLjI4NCAwIDE2Ljk3MUwyNC43MDcgNDczLjljNC42ODYgNC42ODYgMTIuMjg0IDQuNjg2IDE2Ljk3MSAwbDIwOS40MTQtMjA5LjQxNGM0LjY4Ni00LjY4NiA0LjY4Ni0xMi4yODQgMC0xNi45NzFMNDEuNjc4IDM4LjEwMWMtNC42ODctNC42ODctMTIuMjg1LTQuNjg3LTE2Ljk3MSAweiI+PC9wYXRoPjwvc3ZnPg==); }
  .wrap-slider-block .entry-header {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    color: #fff;
    background: rgba(22, 22, 22, 0.4);
    transition: .4s ease background; }
    .wrap-slider-block .entry-header:hover {
      background: rgba(22, 22, 22, 0.6); }
    .wrap-slider-block .entry-header h5 {
      color: #fff; }
  .wrap-slider-block .post-category {
    padding: 5px;
    text-align: center;
    display: block;
    width: 85px;
    pointer-events: none;
    font-size: 10px;
    background-color: #161616;
    line-height: 10px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px; }
  .wrap-slider-block .post-bottom-meta {
    font-size: 12px; }

.wrap-image-container a {
  margin-right: 1rem; }
  .wrap-image-container a:last-child {
    margin-right: 0; }

.wrap-image-container img {
  width: auto; }

.wp-block-media-text {
  margin-top: 2rem;
  margin-bottom: 2rem; }

blockquote.wp-block-quote,
.wp-block-pullquote {
  margin-bottom: 1rem; }
  blockquote.wp-block-quote p,
  .wp-block-pullquote p {
    font-family: "Merriweather", serif;
    line-height: normal; }

.wp-block-media-text.wrap-subscribe {
  max-width: 800px !important;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-top: 0;
  margin-bottom: 0;
  grid-template-columns: 30% 70%; }
  .wp-block-media-text.wrap-subscribe--stem .gform_wrapper form .gform_footer input[type='submit'] {
    background: #fcb76f; }
    .wp-block-media-text.wrap-subscribe--stem .gform_wrapper form .gform_footer input[type='submit']:hover {
      background: #fb9e3d; }
  .wp-block-media-text.wrap-subscribe--ag .gform_wrapper form .gform_footer input[type='submit'] {
    background: #5ab8a3; }
    .wp-block-media-text.wrap-subscribe--ag .gform_wrapper form .gform_footer input[type='submit']:hover {
      background: #439c88; }
  .wp-block-media-text.wrap-subscribe--biz .gform_wrapper form .gform_footer input[type='submit'] {
    background: #eeb4c7; }
    .wp-block-media-text.wrap-subscribe--biz .gform_wrapper form .gform_footer input[type='submit']:hover {
      background: #e58aa8; }
  .wp-block-media-text.wrap-subscribe--health .gform_wrapper form .gform_footer input[type='submit'] {
    background: #88a8d0; }
    .wp-block-media-text.wrap-subscribe--health .gform_wrapper form .gform_footer input[type='submit']:hover {
      background: #638dc2; }
  .wp-block-media-text.wrap-subscribe--sport .gform_wrapper form .gform_footer input[type='submit'] {
    background: #ffc858; }
    .wp-block-media-text.wrap-subscribe--sport .gform_wrapper form .gform_footer input[type='submit']:hover {
      background: #ffb725; }
  .wp-block-media-text.wrap-subscribe .wp-block-media-text__media {
    text-align: center; }
    .wp-block-media-text.wrap-subscribe .wp-block-media-text__media img {
      max-width: 200px; }
  .wp-block-media-text.wrap-subscribe.has-media-on-the-right.is-stacked-on-mobile {
    position: relative;
    grid-template-columns: 70% 30%; }
    .wp-block-media-text.wrap-subscribe.has-media-on-the-right.is-stacked-on-mobile:before {
      content: '';
      position: absolute;
      background: #f5f5f5;
      width: 100vw;
      z-index: -1;
      height: 100%;
      left: 50%;
      transform: translateX(-50%); }
    @media (max-width: 600px) {
      .wp-block-media-text.wrap-subscribe.has-media-on-the-right.is-stacked-on-mobile .wp-block-media-text__media {
        grid-row: 1; } }
    @media (max-width: 600px) {
      .wp-block-media-text.wrap-subscribe.has-media-on-the-right.is-stacked-on-mobile .wp-block-media-text__content {
        grid-row: 2; } }

@media (min-width: 992px) {
  body.single-post.use-reversed-header .site-content,
  body.single-podcasts.use-reversed-header .site-content {
    margin-top: -130px; }
  body.single-post.use-reversed-header .entry-header,
  body.single-podcasts.use-reversed-header .entry-header {
    padding-top: 8rem; } }

body.single-post article.centered .post-image,
body.single-podcasts article.centered .post-image {
  position: relative; }
  body.single-post article.centered .post-image::after,
  body.single-podcasts article.centered .post-image::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -50%;
    right: -50%;
    z-index: -10;
    background-image: url("../svg/lines-white.svg"); }

body.single-post article.centered header.entry-header,
body.single-podcasts article.centered header.entry-header {
  overflow: hidden; }
  body.single-post article.centered header.entry-header .row.pad-large,
  body.single-podcasts article.centered header.entry-header .row.pad-large {
    padding: 8rem 0 2rem; }
  body.single-post article.centered header.entry-header .entry-meta,
  body.single-podcasts article.centered header.entry-header .entry-meta {
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 0.8rem; }
  body.single-post article.centered header.entry-header h1.entry-title,
  body.single-podcasts article.centered header.entry-header h1.entry-title {
    text-align: center; }
  body.single-post article.centered header.entry-header .post-intro,
  body.single-podcasts article.centered header.entry-header .post-intro {
    text-align: center; }

body.single-post article.centered .author:before,
body.single-podcasts article.centered .author:before {
  content: 'by '; }

body.single-post article.centered .author:after,
body.single-podcasts article.centered .author:after {
  content: ', '; }

body.single-post article.centered .author a,
body.single-podcasts article.centered .author a {
  color: inherit;
  font-weight: bold; }
  body.single-post article.centered .author a:hover,
  body.single-podcasts article.centered .author a:hover {
    text-decoration: underline; }
  body.single-post article.centered .author a:focus,
  body.single-podcasts article.centered .author a:focus {
    color: #e9393a; }

body.single-post article.centered .wp-block-image.alignfull,
body.single-post article.centered .wp-block-image.alignwide,
body.single-podcasts article.centered .wp-block-image.alignfull,
body.single-podcasts article.centered .wp-block-image.alignwide {
  width: 100vw;
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%); }

body.single-post article.post-dark,
body.single-podcasts article.post-dark {
  position: relative;
  color: #fff !important;
  background: #161616; }
  body.single-post article.post-dark > *,
  body.single-podcasts article.post-dark > * {
    z-index: 5;
    position: relative; }
  body.single-post article.post-dark .post-intro,
  body.single-podcasts article.post-dark .post-intro {
    padding-bottom: 6rem; }
  body.single-post article.post-dark .post-background-image,
  body.single-podcasts article.post-dark .post-background-image {
    position: absolute;
    width: 100%;
    z-index: 2; }
    body.single-post article.post-dark .post-background-image::after,
    body.single-podcasts article.post-dark .post-background-image::after {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0) 20.95%), linear-gradient(360deg, #161616 0%, rgba(28, 28, 28, 0) 15.65%), linear-gradient(0deg, rgba(5, 5, 5, 0.74), rgba(5, 5, 5, 0.74));
      background-size: 100%;
      background-position: center bottom;
      background-repeat: no-repeat;
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 4;
      width: 100%;
      height: 100%; }
  body.single-post article.post-dark a,
  body.single-post article.post-dark h1,
  body.single-post article.post-dark h2,
  body.single-post article.post-dark h3,
  body.single-post article.post-dark h4,
  body.single-post article.post-dark h5,
  body.single-post article.post-dark h6,
  body.single-post article.post-dark .h1,
  body.single-post article.post-dark .home .home-latest-news .feature-story h3,
  .home .home-latest-news .feature-story body.single-post article.post-dark h3,
  body.single-post article.post-dark .h2,
  body.single-post article.post-dark .h3,
  body.single-post article.post-dark .h4,
  body.single-post article.post-dark .h5,
  body.single-post article.post-dark .h6,
  body.single-podcasts article.post-dark a,
  body.single-podcasts article.post-dark h1,
  body.single-podcasts article.post-dark h2,
  body.single-podcasts article.post-dark h3,
  body.single-podcasts article.post-dark h4,
  body.single-podcasts article.post-dark h5,
  body.single-podcasts article.post-dark h6,
  body.single-podcasts article.post-dark .h1,
  body.single-podcasts article.post-dark .home .home-latest-news .feature-story h3,
  .home .home-latest-news .feature-story body.single-podcasts article.post-dark h3,
  body.single-podcasts article.post-dark .h2,
  body.single-podcasts article.post-dark .h3,
  body.single-podcasts article.post-dark .h4,
  body.single-podcasts article.post-dark .h5,
  body.single-podcasts article.post-dark .h6 {
    color: #fff !important; }
  body.single-post article.post-dark .author-bio__socials path,
  body.single-podcasts article.post-dark .author-bio__socials path {
    fill: #fff; }
  body.single-post article.post-dark .author-bio__divider,
  body.single-podcasts article.post-dark .author-bio__divider {
    background-color: #fff; }
  body.single-post article.post-dark .classic-block blockquote,
  body.single-post article.post-dark .wp-block-quote,
  body.single-podcasts article.post-dark .classic-block blockquote,
  body.single-podcasts article.post-dark .wp-block-quote {
    background: none !important; }

body.single-post article.post-red header,
body.single-podcasts article.post-red header {
  position: relative;
  background-size: cover;
  background-position: center center; }
  body.single-post article.post-red header .second-wrapper,
  body.single-podcasts article.post-red header .second-wrapper {
    z-index: 99;
    position: relative; }
    body.single-post article.post-red header .second-wrapper .entry-meta,
    body.single-podcasts article.post-red header .second-wrapper .entry-meta {
      color: #fff; }
      body.single-post article.post-red header .second-wrapper .entry-meta a,
      body.single-podcasts article.post-red header .second-wrapper .entry-meta a {
        color: #fff; }
    body.single-post article.post-red header .second-wrapper h1.entry-title,
    body.single-podcasts article.post-red header .second-wrapper h1.entry-title {
      color: #fff; }
    body.single-post article.post-red header .second-wrapper .post-intro,
    body.single-podcasts article.post-red header .second-wrapper .post-intro {
      color: #fff; }
  body.single-post article.post-red header::before,
  body.single-podcasts article.post-red header::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: linear-gradient(0deg, rgba(233, 57, 58, 0.9), rgba(233, 57, 58, 0.9)); }
  body.single-post article.post-red header::after,
  body.single-podcasts article.post-red header::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -50%;
    z-index: 20;
    background-image: url("../svg/lines-white.svg");
    opacity: 0.15; }

body.single-post article.category-partner-content .entry-header,
body.single-podcasts article.category-partner-content .entry-header {
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: center;
  min-height: 70vh;
  display: flex;
  align-items: center;
  position: relative; }
  body.single-post article.category-partner-content .entry-header:after,
  body.single-podcasts article.category-partner-content .entry-header:after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(22, 22, 22, 0.5); }
  body.single-post article.category-partner-content .entry-header > .container,
  body.single-podcasts article.category-partner-content .entry-header > .container {
    position: relative;
    z-index: 1; }
  body.single-post article.category-partner-content .entry-header .entry-title,
  body.single-podcasts article.category-partner-content .entry-header .entry-title {
    color: #fff; }
  body.single-post article.category-partner-content .entry-header .byline a,
  body.single-podcasts article.category-partner-content .entry-header .byline a {
    color: #fff; }
  body.single-post article.category-partner-content .entry-header .post-date,
  body.single-podcasts article.category-partner-content .entry-header .post-date {
    color: #fff; }
  body.single-post article.category-partner-content .entry-header .preheader a,
  body.single-podcasts article.category-partner-content .entry-header .preheader a {
    color: #fff; }
  body.single-post article.category-partner-content .entry-header .indicator,
  body.single-podcasts article.category-partner-content .entry-header .indicator {
    background: #fff;
    border: solid 2px #e9393a;
    border-radius: 40px;
    width: auto;
    margin-bottom: 1rem; }

body.single-post .entry-meta-mobile,
body.single-podcasts .entry-meta-mobile {
  font-size: 0.8rem; }

body.single-post .post-image--legacy,
body.single-podcasts .post-image--legacy {
  padding-top: 30px;
  overflow: hidden; }
  body.single-post .post-image--legacy .single-post__image,
  body.single-podcasts .post-image--legacy .single-post__image {
    max-height: none;
    position: relative;
    justify-content: flex-start;
    overflow: visible; }
    body.single-post .post-image--legacy .single-post__image::after,
    body.single-podcasts .post-image--legacy .single-post__image::after {
      content: "";
      position: absolute;
      width: 100vw;
      height: 100%;
      top: -30px;
      left: calc( 100% / 12 + 15px);
      z-index: 1;
      background: url(../png/stripe_bg_2.png) top left repeat !important; }
    body.single-post .post-image--legacy .single-post__image img,
    body.single-podcasts .post-image--legacy .single-post__image img {
      width: auto;
      position: relative;
      z-index: 2; }

body.single-post .single-post__image,
body.single-podcasts .single-post__image {
  max-height: 50vh;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: flex-start; }

body.single-post .entry-content__content::first-letter,
body.single-post .entry-content .classic-block::first-letter,
body.single-podcasts .entry-content__content::first-letter,
body.single-podcasts .entry-content .classic-block::first-letter {
  color: inherit;
  float: left;
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 85px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 4px;
  padding-left: 3px; }

body.single-post .entry-content .classic-block blockquote,
body.single-post .entry-content .wp-block-quote,
body.single-podcasts .entry-content .classic-block blockquote,
body.single-podcasts .entry-content .wp-block-quote {
  position: relative;
  clear: both;
  padding: 27px 15px;
  margin: 20px 0;
  border: 0;
  background: url(../png/stripe_bg_2.png) top left repeat !important;
  font-family: 'Merriweather', serif; }
  @media only screen and (min-width: 48.063em) {
    body.single-post .entry-content .classic-block blockquote,
    body.single-post .entry-content .wp-block-quote,
    body.single-podcasts .entry-content .classic-block blockquote,
    body.single-podcasts .entry-content .wp-block-quote {
      padding: 27px;
      margin: 30px 0; } }
  @media (min-width: 992px) {
    body.single-post .entry-content .classic-block blockquote,
    body.single-post .entry-content .wp-block-quote,
    body.single-podcasts .entry-content .classic-block blockquote,
    body.single-podcasts .entry-content .wp-block-quote {
      margin-left: -15%;
      margin-right: 15%; } }
  body.single-post .entry-content .classic-block blockquote p,
  body.single-post .entry-content .wp-block-quote p,
  body.single-podcasts .entry-content .classic-block blockquote p,
  body.single-podcasts .entry-content .wp-block-quote p {
    text-transform: none;
    letter-spacing: 1px;
    font-size: 1.4rem !important;
    line-height: 1.3em; }
    body.single-post .entry-content .classic-block blockquote p:last-child,
    body.single-post .entry-content .wp-block-quote p:last-child,
    body.single-podcasts .entry-content .classic-block blockquote p:last-child,
    body.single-podcasts .entry-content .wp-block-quote p:last-child {
      margin-bottom: 0; }
  body.single-post .entry-content .classic-block blockquote cite,
  body.single-post .entry-content .wp-block-quote cite,
  body.single-podcasts .entry-content .classic-block blockquote cite,
  body.single-podcasts .entry-content .wp-block-quote cite {
    font-size: 12px; }

body.single-post .entry-content figure,
body.single-podcasts .entry-content figure {
  max-width: 100%; }

body.single-post .entry-content .social-media-sharing-buttons,
body.single-podcasts .entry-content .social-media-sharing-buttons {
  margin: 1rem 0; }

body.single-post .entry-content .post-tags,
body.single-podcasts .entry-content .post-tags {
  margin: 1rem 0; }
  body.single-post .entry-content .post-tags .tags-links,
  body.single-podcasts .entry-content .post-tags .tags-links {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.07em;
    font-weight: 600; }
    body.single-post .entry-content .post-tags .tags-links span,
    body.single-podcasts .entry-content .post-tags .tags-links span {
      margin-right: 34px;
      display: inline-block; }
    body.single-post .entry-content .post-tags .tags-links a,
    body.single-podcasts .entry-content .post-tags .tags-links a {
      color: #e9393a;
      border-bottom: none; }
      body.single-post .entry-content .post-tags .tags-links a:hover, body.single-post .entry-content .post-tags .tags-links a:focus,
      body.single-podcasts .entry-content .post-tags .tags-links a:hover,
      body.single-podcasts .entry-content .post-tags .tags-links a:focus {
        color: #161616; }
      body.single-post .entry-content .post-tags .tags-links a:before,
      body.single-podcasts .entry-content .post-tags .tags-links a:before {
        content: '';
        background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJ0YWciIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS10YWcgZmEtdy0xNiIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0wIDI1Mi4xMThWNDhDMCAyMS40OSAyMS40OSAwIDQ4IDBoMjA0LjExOGE0OCA0OCAwIDAgMSAzMy45NDEgMTQuMDU5bDIxMS44ODIgMjExLjg4MmMxOC43NDUgMTguNzQ1IDE4Ljc0NSA0OS4xMzcgMCA2Ny44ODJMMjkzLjgyMyA0OTcuOTQxYy0xOC43NDUgMTguNzQ1LTQ5LjEzNyAxOC43NDUtNjcuODgyIDBMMTQuMDU5IDI4Ni4wNTlBNDggNDggMCAwIDEgMCAyNTIuMTE4ek0xMTIgNjRjLTI2LjUxIDAtNDggMjEuNDktNDggNDhzMjEuNDkgNDggNDggNDggNDgtMjEuNDkgNDgtNDgtMjEuNDktNDgtNDgtNDh6Ij48L3BhdGg+PC9zdmc+);
        display: inline-block;
        width: 16px;
        height: 12px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-right: 4px; }

body.single-post .entry-footer__related-posts,
body.single-podcasts .entry-footer__related-posts {
  margin-top: 78px; }
  body.single-post .entry-footer__related-posts .posts-block .header-row .col-12 .inner,
  body.single-podcasts .entry-footer__related-posts .posts-block .header-row .col-12 .inner {
    border-top: none !important; }

body.single-post #secondary,
body.single-podcasts #secondary {
  order: 1; }
  @media (min-width: 992px) {
    body.single-post #secondary,
    body.single-podcasts #secondary {
      order: 1; } }
  body.single-post #secondary .entry-meta img,
  body.single-podcasts #secondary .entry-meta img {
    width: unset;
    max-width: 100px;
    border-radius: 75px; }
  body.single-post #secondary .entry-meta a,
  body.single-podcasts #secondary .entry-meta a {
    border-bottom: none; }
  body.single-post #secondary .entry-meta p,
  body.single-podcasts #secondary .entry-meta p {
    line-height: normal;
    margin-bottom: 12px; }
  body.single-post #secondary .entry-meta .byline,
  body.single-podcasts #secondary .entry-meta .byline {
    font-size: 14px; }
    body.single-post #secondary .entry-meta .byline a,
    body.single-podcasts #secondary .entry-meta .byline a {
      color: inherit;
      font-weight: bold;
      text-decoration: underline; }
      body.single-post #secondary .entry-meta .byline a:hover, body.single-post #secondary .entry-meta .byline a:focus,
      body.single-podcasts #secondary .entry-meta .byline a:hover,
      body.single-podcasts #secondary .entry-meta .byline a:focus {
        color: #e9393a; }
  body.single-post #secondary .entry-meta .posted-on,
  body.single-podcasts #secondary .entry-meta .posted-on {
    font-size: 12px; }
  body.single-post #secondary .entry-meta p.entry-meta__socials,
  body.single-podcasts #secondary .entry-meta p.entry-meta__socials {
    margin-bottom: 32px; }
    body.single-post #secondary .entry-meta p.entry-meta__socials a,
    body.single-podcasts #secondary .entry-meta p.entry-meta__socials a {
      margin-right: 8px; }
    body.single-post #secondary .entry-meta p.entry-meta__socials svg,
    body.single-podcasts #secondary .entry-meta p.entry-meta__socials svg {
      width: 12px; }
    body.single-post #secondary .entry-meta p.entry-meta__socials path,
    body.single-podcasts #secondary .entry-meta p.entry-meta__socials path {
      fill: #161616; }
  body.single-post #secondary .gform_widget,
  body.single-podcasts #secondary .gform_widget {
    padding: 24px 32px 32px;
    background: #f1f1f1;
    margin-top: 32px;
    text-align: center;
    position: relative; }
    body.single-post #secondary .gform_widget::after,
    body.single-podcasts #secondary .gform_widget::after {
      content: "";
      position: absolute;
      top: 16px;
      left: 16px;
      width: 100%;
      height: 100%;
      background: url(../png/stripe_bg_2.png) top left repeat !important;
      z-index: -2; }
    body.single-post #secondary .gform_widget::before,
    body.single-podcasts #secondary .gform_widget::before {
      content: "";
      background-image: url(../png/wa-logo-2.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      padding-bottom: 20%;
      margin-bottom: 1rem; }
    body.single-post #secondary .gform_widget > *,
    body.single-podcasts #secondary .gform_widget > * {
      position: relative; }
    body.single-post #secondary .gform_widget .widget-title,
    body.single-podcasts #secondary .gform_widget .widget-title {
      margin-bottom: 1.5rem; }
    body.single-post #secondary .gform_widget .gform_description,
    body.single-podcasts #secondary .gform_widget .gform_description {
      display: block;
      margin-bottom: 1rem; }

.site-main .progress-bar {
  background-color: #e9393a; }

.has-drop-cap::first-letter {
  color: inherit;
  float: left;
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 85px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 4px;
  padding-left: 3px; }

.author-bio {
  padding-bottom: 32px;
  padding-top: 32px;
  position: relative; }
  .author-bio > .bg-stripe,
  .author-bio > .bg-stripe-2 {
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .author-bio__divider {
    width: 72px;
    display: none;
    height: 1px;
    background: #161616;
    margin-left: 16px;
    margin-right: 16px; }
    @media (min-width: 768px) {
      .author-bio__divider {
        display: inline-block; } }
  .author-bio__socials a {
    display: inline-block;
    margin-right: 16px; }
  .author-bio__socials svg {
    width: 16px; }
    @media (min-width: 768px) {
      .author-bio__socials svg {
        width: 12px; } }
  .author-bio__socials path {
    fill: #161616; }
  .author-bio__bio {
    margin-top: 16px;
    font-size: 16px; }

.female-sources img {
  border-radius: 50%; }

.female-sources a {
  border-bottom: none;
  display: inline-block;
  text-decoration: none; }
  .female-sources a + a {
    margin-left: 16px; }
  .female-sources a svg {
    width: 16px; }
    .female-sources a svg path {
      fill: #161616;
      transition: 0.2s ease all; }
  .female-sources a:hover svg path {
    fill: #e9393a; }

.female-sources p {
  margin-bottom: 10px; }

.female-sources h4,
.female-sources h5 {
  font-family: "Ellipsis", "Gothic A1", "Roboto", sans-serif; }

.g-2 {
  width: 100%;
  float: none !important; }

.content-ad {
  margin: 0 auto 1rem; }
  .content-ad--mobile .g {
    width: 60%;
    border: 6px solid #ccc;
    margin-left: auto;
    margin-right: auto; }
    .content-ad--mobile .g::after {
      content: "Ad";
      background: #ccc;
      color: #fff;
      width: 100%;
      display: block;
      text-align: center;
      padding: 8px 0 0px;
      line-height: 18px; }

.wp-block-file {
  margin-top: 1rem; }