/*
Theme Name: War Cry Theme
Theme URI: https://rockstarcoders.com/
Author: RSC
Author URI: https://rockstarcoders.com/
Description: Gutenberg ready theme for War Cry Magazine
Requires at least: WordPress 5.x
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wctheme

Setup by Diego Ferreyra.
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none; }

/* remember to define visible focus styles!
:focus {
	outline: ?????;
} */
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

html {
  font-size: 62.5%;
  margin: 0 0; }

body {
  font-size: 16px ;
  font-size: 1.6rem ;
  font-weight: normal; }

* {
  box-sizing: border-box; }

.wp-block-columns.has-2-columns.custom-cols-advertising > .wp-block-column:nth-child(1) > .wp-block-image {
  margin-bottom: 0; }
  .wp-block-columns.has-2-columns.custom-cols-advertising > .wp-block-column:nth-child(1) > .wp-block-image > figure {
    margin-bottom: 2px; }

@media (min-width: 720px) {
  .wp-block-columns.has-2-columns.custom-cols-advertising > .wp-block-column:nth-child(1) {
    flex-basis: 20%; } }

/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

/* UBody */
body.u_body {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 300; }
  @media (min-width: 320px) {
    body.u_body > main.main-content {
      margin-top: 286px; } }
  @media (min-width: 800px) {
    body.u_body > main.main-content {
      padding-top: 256px;
      margin-top: 0px; } }
  @media (min-width: 1024px) {
    body.u_body > main.main-content {
      padding-top: 15px; } }
  body.u_body.hasOpenOverlay {
    max-height: 100vh;
    overflow: hidden; }

body.u_body.u_body__homepage > main.main-content {
  width: 100vw;
  overflow: hidden; }
  @media (min-width: 320px) {
    body.u_body.u_body__homepage > main.main-content {
      padding-top: 0px; } }
  @media (min-width: 480px) {
    body.u_body.u_body__homepage > main.main-content {
      padding-top: 0px; } }

/* UMainHeader */
header.u_main-header {
  position: fixed;
  top: 0px;
  width: 100vw;
  z-index: 1000;
  background-color: #fff;
  height: 90px; }
  header.u_main-header > div.wrapper {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    display: flex;
    justify-content: flex-start; }
    @media (min-width: 800px) {
      header.u_main-header > div.wrapper {
        padding-left: 40px; } }
    @media (min-width: 1100px) {
      header.u_main-header > div.wrapper {
        padding-left: 50px; } }
    header.u_main-header > div.wrapper > div.logo-container {
      position: relative;
      top: 3px;
      width: 100px;
      height: 50px; }
    header.u_main-header > div.wrapper > div.nav-container {
      display: none;
      padding-top: 18px;
      padding-left: 25px; }
      @media (min-width: 1600px) {
        header.u_main-header > div.wrapper > div.nav-container {
          display: block; } }
  header.u_main-header > div.header-actions-container {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 90px; }

header.u_main-header.u_main-header__isSticky {
  transform: translateY(-200%);
  transition: transform 300ms ease; }
  header.u_main-header.u_main-header__isSticky.isShowing {
    transform: translateY(0); }

/* UTplHome */
div.u_tpl-home > .main-content {
  background: #fff;
  padding: 0 0 15px; }
  div.u_tpl-home > .main-content > .wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 30px;
    padding-right: 30px; }
    @media (min-width: 800px) {
      div.u_tpl-home > .main-content > .wrapper {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 1200px) {
      div.u_tpl-home > .main-content > .wrapper {
        padding-left: 50px;
        padding-right: 50px; } }

div.u_tpl-home .u_tpl-home--headline-wrapper {
  position: relative; }
  div.u_tpl-home .u_tpl-home--headline-wrapper > .wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 30px;
    padding-right: 30px; }
    @media (min-width: 800px) {
      div.u_tpl-home .u_tpl-home--headline-wrapper > .wrapper {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 1200px) {
      div.u_tpl-home .u_tpl-home--headline-wrapper > .wrapper {
        padding-left: 50px;
        padding-right: 50px; } }
    div.u_tpl-home .u_tpl-home--headline-wrapper > .wrapper > .u_tpl-home--headline {
      position: absolute;
      margin-top: 50px; }
  div.u_tpl-home .u_tpl-home--headline-wrapper:after {
    clear: both;
    display: table;
    content: " "; }

div.u_tpl-home section.u_a-list .u_a-list--interaction-area > div.items-area > div.items-container {
  flex-basis: 80%; }

div.u_tpl-home .u_tpl-home--featured {
  clear: both;
  padding: 15px 0;
  margin-top: -30px; }
  @media (min-width: 620px) {
    div.u_tpl-home .u_tpl-home--featured {
      margin-top: 0; } }

div.u_tpl-home .u_tpl-home--banner {
  padding: 15px 0 0 0; }

div.u_tpl-home .u_tpl-home--article-list .items-container ul.u_a-list-items {
  justify-content: flex-start; }
  div.u_tpl-home .u_tpl-home--article-list .items-container ul.u_a-list-items > li.item-container {
    padding: 0;
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0; }
    @media (min-width: 720px) {
      div.u_tpl-home .u_tpl-home--article-list .items-container ul.u_a-list-items > li.item-container {
        padding: 0 20px;
        flex-basis: 37%; } }

/* MSocialNetworks */
ul.m_social-networks {
  display: inline-block;
  width: 100%;
  display: flex; }
  ul.m_social-networks > li {
    padding-right: 20px; }
    ul.m_social-networks > li > a.email > svg {
      -webkit-filter: invert(100%);
      /* safari 6.0 - 9.0 */
      filter: invert(100%); }
    ul.m_social-networks > li > a.email:hover > svg {
      -webkit-filter: invert(70%);
      /* safari 6.0 - 9.0 */
      filter: invert(70%); }
    ul.m_social-networks > li > a {
      display: block;
      padding-right: 24px; }
      ul.m_social-networks > li > a > span {
        display: none;
        text-indent: -10000px; }
      ul.m_social-networks > li > a > svg {
        width: 24px;
        height: 24px;
        fill: #000;
        transition: fill 150ms ease; }
      ul.m_social-networks > li > a:hover > svg {
        fill: rgba(0, 0, 0, 0.7); }
    ul.m_social-networks > li:last-child {
      padding-right: 0px; }

ul.m_social-networks.m_social-networks__inverted > li > a > svg {
  fill: #fff; }

ul.m_social-networks.m_social-networks__inverted > li > a:hover > svg {
  fill: rgba(255, 255, 255, 0.7); }

/* MSocialNetworks */
ul.m_social-side {
  position: absolute;
  top: 16px;
  right: 50px;
  display: flex;
  flex-wrap: wrap;
  width: 24px;
  z-index: 1; }
  ul.m_social-side > li {
    width: 100%;
    margin-bottom: 8px; }
    ul.m_social-side > li > a.email > svg {
      -webkit-filter: invert(100%);
      /* safari 6.0 - 9.0 */
      filter: invert(100%); }
    ul.m_social-side > li > a.email:hover > svg {
      -webkit-filter: invert(70%);
      /* safari 6.0 - 9.0 */
      filter: invert(70%); }
    ul.m_social-side > li > a {
      display: block; }
      ul.m_social-side > li > a > span {
        display: none;
        text-indent: -10000px; }
      ul.m_social-side > li > a > svg {
        width: 24px;
        height: 24px;
        fill: #000;
        transition: fill 150ms ease; }
      ul.m_social-side > li > a:hover > svg {
        fill: rgba(0, 0, 0, 0.7); }
    ul.m_social-side > li:last-child {
      padding-right: 0px; }

ul.m_social-networks.m_social-networks__inverted > li > a > svg {
  fill: #fff; }

ul.m_social-networks.m_social-networks__inverted > li > a:hover > svg {
  fill: rgba(255, 255, 255, 0.7); }

/* MLogo */
h1.m_logo {
  position: relative;
  margin: 0 0;
  text-align: center; }
  h1.m_logo::after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    display: block;
    height: 100%;
    width: 20px;
    background-color: #ffffff;
    z-index: 1; }
  h1.m_logo > a {
    font-size: 16px ;
    font-size: 1.6rem ;
    margin: 0 0;
    width: 100%;
    text-decoration: none; }
    h1.m_logo > a > span {
      display: none; }
    h1.m_logo > a .m_logo--warcry-img {
      height: 100px;
      max-width: 130px; }
      @media print {
        h1.m_logo > a .m_logo--warcry-img {
          filter: invert(100%); } }

/* MLogo */
h1.m_logo-footer {
  position: relative;
  margin: 0 0;
  text-align: center; }
  h1.m_logo-footer > a {
    font-size: 16px ;
    font-size: 1.6rem ;
    margin: 0 0;
    width: 100%;
    text-decoration: none; }
    h1.m_logo-footer > a > span {
      display: none; }
    h1.m_logo-footer > a .m_logo--warcry-img {
      height: 100px;
      max-width: 130px; }
      @media print {
        h1.m_logo-footer > a .m_logo--warcry-img {
          filter: invert(100%); } }

/* MSVGXLink */
/* USearchBar */
form.u_search-bar {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #000; }
  form.u_search-bar > label {
    display: none; }
  form.u_search-bar > input.search-input {
    border: none;
    outline: none;
    /*@include ff-mono();*/
    font-size: 24px ;
    font-size: 2.4rem ;
    line-height: 1em;
    width: 100%;
    max-width: 100%;
    padding-right: 35px;
    background-color: transparent; }
    @media (min-width: 800px) {
      form.u_search-bar > input.search-input {
        font-size: 36px ;
        font-size: 3.6rem ;
        padding-right: 45px; } }
    form.u_search-bar > input.search-input::placeholder {
      opacity: 0.35; }
  form.u_search-bar > input.do-search-btn {
    display: inline;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    text-align: left;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 27px;
    height: 27px;
    text-indent: -10000px;
    background-image: url("/content/themes/warcry-theme/uneets/dist/assets/stack/svg/sprite.stack.svg#search-icon");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-color: transparent;
    transition: background-color 150ms ease; }
    @media (min-width: 800px) {
      form.u_search-bar > input.do-search-btn {
        width: 40px;
        height: 40px; } }
    form.u_search-bar > input.do-search-btn:hover {
      background-color: #eaeaea; }

form.u_search-bar.u_search-bar__small > input.search-input {
  font-size: 18px ;
  font-size: 1.8rem ;
  padding-right: 28px; }
  @media (min-width: 800px) {
    form.u_search-bar.u_search-bar__small > input.search-input {
      font-size: 18px ;
      font-size: 1.8rem ;
      padding-right: 28px; } }

form.u_search-bar.u_search-bar__small > input.do-search-btn {
  width: 22px;
  height: 22px; }
  @media (min-width: 800px) {
    form.u_search-bar.u_search-bar__small > input.do-search-btn {
      width: 22px;
      height: 22px; } }

/*@import '../MIssueHero/MIssueHero';*/
/* UOpenNavOverlayButton */
button.u_open-nav-overlay-button {
  display: inline;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  text-align: left; }
  button.u_open-nav-overlay-button > svg {
    width: 40px;
    height: 40px;
    fill: #737373;
    transition: fill 150ms ease; }
  button.u_open-nav-overlay-button:hover > svg {
    fill: #e40021; }

/* UCloseNavOverlayButton */
button.u_close-nav-overlay-button {
  display: inline;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  text-align: left; }
  button.u_close-nav-overlay-button > svg {
    width: 34px;
    height: 34px;
    fill: #737373;
    transition: fill 150ms ease; }
  button.u_close-nav-overlay-button:hover > svg {
    fill: #e40021; }

/* UTplBasicPage */
article.u_tpl-basic-page {
  background-color: #fff; }
  article.u_tpl-basic-page > div.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1340px;
    padding-top: 90px;
    padding-bottom: 90px; }
    @media (min-width: 800px) {
      article.u_tpl-basic-page > div.wrapper {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 1200px) {
      article.u_tpl-basic-page > div.wrapper {
        padding-left: 50px;
        padding-right: 50px; } }

/* UHomeHeader */
header.u_home-header {
  position: fixed;
  top: 0;
  top: 0px;
  width: 100%;
  z-index: 1000;
  background-color: #fff; }
  @media print {
    header.u_home-header {
      position: absolute; } }
  @media (min-width: 800px) {
    header.u_home-header {
      position: static; } }
  header.u_home-header div.u_home-header--top-bar {
    width: 100%;
    height: 90px;
    margin: 0 auto;
    background-color: #fff; }
    @media (min-width: 800px) {
      header.u_home-header div.u_home-header--top-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 50px;
        padding-right: 50px;
        margin: 16px auto; } }
    header.u_home-header div.u_home-header--top-bar > div.logo-container {
      display: none;
      max-width: 90%;
      height: 100px; }
      @media (min-width: 800px) {
        header.u_home-header div.u_home-header--top-bar > div.logo-container {
          display: block;
          height: 100px;
          max-width: 130px; } }
    header.u_home-header div.u_home-header--top-bar > div.nav-container {
      display: none;
      flex: 1; }
      @media (min-width: 800px) {
        header.u_home-header div.u_home-header--top-bar > div.nav-container {
          display: flex;
          border-top: 1px solid #000000;
          border-bottom: 1px solid #000000; } }
      @media (min-width: 1100px) {
        header.u_home-header div.u_home-header--top-bar > div.nav-container::after {
          content: '';
          display: block;
          width: 1px;
          margin-top: 8px;
          margin-left: 20px;
          height: 36px;
          background-color: #000000; } }
    header.u_home-header div.u_home-header--top-bar > div.header-actions-container {
      position: relative;
      height: 90px;
      float: right;
      margin-top: -205px; }
      @media (min-width: 320px) {
        header.u_home-header div.u_home-header--top-bar > div.header-actions-container {
          margin-top: -205px;
          margin-right: 10px; } }
      @media (min-width: 720px) {
        header.u_home-header div.u_home-header--top-bar > div.header-actions-container {
          margin-right: 20px;
          margin-top: -205px; } }
      @media (min-width: 800px) {
        header.u_home-header div.u_home-header--top-bar > div.header-actions-container {
          margin-right: 0px;
          margin-top: 0px;
          border-top: 1px solid #000000;
          border-bottom: 1px solid #000000; } }
      @media (min-width: 800px) {
        header.u_home-header div.u_home-header--top-bar > div.header-actions-container {
          display: flex;
          align-items: center;
          height: 52px; } }
    header.u_home-header div.u_home-header--top-bar .mobile {
      display: block; }
      @media (min-width: 800px) {
        header.u_home-header div.u_home-header--top-bar .mobile {
          display: none; } }
  header.u_home-header .social-bar {
    width: 100%;
    position: relative;
    display: none; }
    @media (min-width: 800px) {
      header.u_home-header .social-bar {
        display: block; } }

/* MHeaderActions */
div.m_header-actions {
  display: flex;
  align-items: center; }
  div.m_header-actions > div.social-container {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
    align-self: stretch;
    padding-top: 16px; }
    @media (min-width: 1024px) {
      div.m_header-actions > div.social-container {
        display: block; } }
  div.m_header-actions > div.actions {
    display: none; }
    @media (min-width: 800px) {
      div.m_header-actions > div.actions {
        display: flex; } }
    div.m_header-actions > div.actions > a {
      display: inline-block;
      margin: 0 0;
      padding: 20px 20px;
      border-right: 1px solid #fff;
      color: #000;
      /*@include ff-mono();*/
      font-size: 15px ;
      font-size: 1.5rem ;
      line-height: 1em;
      font-weight: 400;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-decoration: none;
      transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease; }
      @media (min-width: 1024px) {
        div.m_header-actions > div.actions > a {
          padding-left: 40px;
          padding-right: 40px; } }
      div.m_header-actions > div.actions > a:first-child {
        border-left: 1px solid #fff; }
      div.m_header-actions > div.actions > a:hover {
        color: #fff;
        background-color: #e40021; }
  div.m_header-actions > button.search-btn {
    font-family: freight-sans-pro, sans-serif;
    font-weight: 300;
    font-size: 18px;
    display: inline;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    text-align: left;
    display: none;
    margin-left: 15px; }
    @media (min-width: 800px) {
      div.m_header-actions > button.search-btn {
        margin-left: 30px;
        margin-right: 12px; } }
    @media (min-width: 1100px) {
      div.m_header-actions > button.search-btn {
        display: block; } }
    div.m_header-actions > button.search-btn > svg {
      display: inline-block;
      width: 20px;
      height: 20px;
      fill: #737373;
      vertical-align: sub; }
    div.m_header-actions > button.search-btn > span {
      padding-left: 10px; }
  div.m_header-actions > div.mobile-nav-button-container {
    display: flex;
    justify-content: right;
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px; }
    @media print {
      div.m_header-actions > div.mobile-nav-button-container {
        display: none; } }
    @media (min-width: 800px) {
      div.m_header-actions > div.mobile-nav-button-container {
        display: none;
        padding-top: 0px;
        padding-left: 30px;
        padding-right: 30px; } }

/* UNavOverlay */
div.u_nav-overlay {
  max-height: 0;
  width: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 150ms ease;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 5000; }
  div.u_nav-overlay > div.wrapper {
    padding-bottom: 20px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto; }
  div.u_nav-overlay div.u_nav-overlay--top-bar {
    display: flex;
    justify-content: space-between;
    height: 276px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 800px) {
      div.u_nav-overlay div.u_nav-overlay--top-bar {
        padding-left: 30px;
        padding-right: 30px; } }
    div.u_nav-overlay div.u_nav-overlay--top-bar > div.logo-container {
      margin-top: 80px;
      height: 180px; }
      div.u_nav-overlay div.u_nav-overlay--top-bar > div.logo-container h1.m_logo {
        position: relative;
        background-color: #000;
        margin: 0 -15px;
        height: 180px;
        width: 100vw; }
        div.u_nav-overlay div.u_nav-overlay--top-bar > div.logo-container h1.m_logo > a {
          position: absolute;
          width: 100vw;
          top: -30px;
          left: 0; }
          div.u_nav-overlay div.u_nav-overlay--top-bar > div.logo-container h1.m_logo > a .m_logo--warcry-img {
            max-width: 80%;
            display: block;
            margin: 0 auto; }
            @media (min-width: 720px) {
              div.u_nav-overlay div.u_nav-overlay--top-bar > div.logo-container h1.m_logo > a .m_logo--warcry-img {
                max-width: 485px; } }
    div.u_nav-overlay div.u_nav-overlay--top-bar > div.mobile-nav-button-container {
      padding-top: 20px;
      position: absolute;
      top: 8px; }
      @media (min-width: 320px) {
        div.u_nav-overlay div.u_nav-overlay--top-bar > div.mobile-nav-button-container {
          right: 30px; } }
      @media (min-width: 720px) {
        div.u_nav-overlay div.u_nav-overlay--top-bar > div.mobile-nav-button-container {
          right: 40px; } }
  div.u_nav-overlay div.u_nav-overlay--main-section {
    padding-left: 15px;
    padding-right: 15px;
    overflow: scroll;
    max-height: 300px;
    overflow: calc(100vh - 180px); }
    @media (min-width: 800px) {
      div.u_nav-overlay div.u_nav-overlay--main-section {
        display: flex;
        justify-content: stretch;
        padding-left: 30px;
        padding-right: 30px; } }
    div.u_nav-overlay div.u_nav-overlay--main-section > div.nav-section {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column; }
      @media (min-width: 800px) {
        div.u_nav-overlay div.u_nav-overlay--main-section > div.nav-section {
          flex-basis: 280px;
          flex-shrink: 0; } }
      div.u_nav-overlay div.u_nav-overlay--main-section > div.nav-section > div.search-container {
        align-self: center;
        flex-basis: calc(100% - 140px);
        min-width: 0; }
        @media (min-width: 800px) {
          div.u_nav-overlay div.u_nav-overlay--main-section > div.nav-section > div.search-container {
            flex-basis: 100%;
            margin-bottom: 20px; } }
      div.u_nav-overlay div.u_nav-overlay--main-section > div.nav-section > div.social-networks-container {
        margin-top: 20px;
        align-self: center;
        flex-grow: 0;
        padding-left: 35px; }
        @media (min-width: 800px) {
          div.u_nav-overlay div.u_nav-overlay--main-section > div.nav-section > div.social-networks-container {
            padding-left: 0; } }
      div.u_nav-overlay div.u_nav-overlay--main-section > div.nav-section > nav {
        align-self: center;
        flex-basis: 100%;
        margin-top: 25px;
        width: 100%; }
    div.u_nav-overlay div.u_nav-overlay--main-section > div.issue-section {
      display: none; }
      @media (min-width: 800px) {
        div.u_nav-overlay div.u_nav-overlay--main-section > div.issue-section {
          display: block;
          flex-basis: 100vw;
          padding-left: 20px;
          display: flex;
          align-items: stretch;
          min-height: calc(100vh - 180px); } }
      @media (min-width: 1200px) {
        div.u_nav-overlay div.u_nav-overlay--main-section > div.issue-section {
          padding-left: 40px;
          min-height: calc(100vh - 180px); } }
  div.u_nav-overlay ul.u_nav-overlay--nav a,
  div.u_nav-overlay ul.u_nav-overlay--nav span {
    display: block;
    /*@include ff-mono();*/
    color: #000;
    text-decoration: none;
    padding-bottom: 4px;
    padding-top: 4px;
    position: relative;
    transition: color 150ms ease; }
  div.u_nav-overlay ul.u_nav-overlay--nav a:hover {
    color: #e40021; }
  div.u_nav-overlay ul.u_nav-overlay--nav > li {
    font-family: freight-sans-pro, sans-serif;
    font-weight: 300;
    font-size: 18px ;
    font-size: 1.8rem ;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    text-transform: uppercase; }
    div.u_nav-overlay ul.u_nav-overlay--nav > li > a,
    div.u_nav-overlay ul.u_nav-overlay--nav > li > span {
      font-weight: 600; }
      div.u_nav-overlay ul.u_nav-overlay--nav > li > a.minor,
      div.u_nav-overlay ul.u_nav-overlay--nav > li > span.minor {
        font-weight: 400; }
    div.u_nav-overlay ul.u_nav-overlay--nav > li:last-child {
      border-bottom: none; }
  div.u_nav-overlay.isOpen {
    max-height: none;
    width: 100vw;
    visibility: visible;
    opacity: 1; }
  div.u_nav-overlay.isClosing {
    opacity: 0; }

/* MHeaderNav */
nav.m_header-nav {
  /*@include ff-mono();*/
  font-size: 18px ;
  font-size: 1.8rem ;
  line-height: 1em;
  width: 100%;
  z-index: 2; }
  nav.m_header-nav a {
    text-decoration: none;
    color: #000;
    transition: color 150ms ease; }
    nav.m_header-nav a:hover {
      color: #e40021; }
  nav.m_header-nav > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    @media (min-width: 800px) {
      nav.m_header-nav > ul {
        padding: 12px 0; } }
    @media (min-width: 1100px) {
      nav.m_header-nav > ul {
        justify-content: flex-end; } }
    nav.m_header-nav > ul > li {
      position: relative;
      display: inline-block;
      padding-left: 5px;
      text-transform: uppercase; }
      @media (min-width: 1100px) {
        nav.m_header-nav > ul > li {
          margin-right: 64px; }
          nav.m_header-nav > ul > li:last-child {
            margin-right: 0; } }
      nav.m_header-nav > ul > li > a.active {
        color: #e40021;
        font-weight: 700; }
      nav.m_header-nav > ul > li > a,
      nav.m_header-nav > ul > li > span {
        display: inline-block;
        position: relative;
        cursor: pointer;
        padding: 4px 0; }
      nav.m_header-nav > ul > li > span {
        padding-right: 22px; }
        nav.m_header-nav > ul > li > span:before {
          display: block;
          content: '';
          position: absolute;
          top: calc(100% - 1px);
          left: 0px;
          height: 1px;
          width: calc(100% - 22px);
          background-color: transparent; }
        nav.m_header-nav > ul > li > span:after {
          display: block;
          position: absolute;
          top: 50%;
          right: 0px;
          content: '';
          width: 10px;
          height: 10px;
          transform: translateY(-50%);
          background-image: url("/content/themes/warcry-theme/uneets/dist/assets/stack/svg/sprite.stack.svg#chevron-down");
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center center; }
      nav.m_header-nav > ul > li > ul {
        display: block;
        max-height: 0px;
        overflow: hidden;
        position: absolute;
        top: 100%;
        left: 0px;
        background-color: #fff;
        transition: max-height 150ms ease; }
        nav.m_header-nav > ul > li > ul > li {
          width: 150px;
          padding: 14px 15px; }
          @media (min-width: 1500px) {
            nav.m_header-nav > ul > li > ul > li {
              padding-left: 25px; } }
      nav.m_header-nav > ul > li:hover > span:before {
        background-color: #000; }
      nav.m_header-nav > ul > li:hover > ul {
        max-height: 300px;
        box-shadow: 0px 6px 6px 0px #0000001A; }
      nav.m_header-nav > ul > li:last-child > a {
        padding: 4px 8px;
        background: #EF3B43;
        font-weight: 700;
        border-radius: 4px;
        color: #fff; }
    @media (min-width: 1200px) {
      nav.m_header-nav > ul {
        max-width: none; } }

/* MFooter */
div.m_footer--logo-container {
  margin-left: auto;
  margin-right: auto; }
  @media print {
    div.m_footer--logo-container {
      display: none; } }
  div.m_footer--logo-container > h1.m_logo > a > img.m_logo--warcry-img {
    height: 100px;
    max-width: 130px; }
    @media (min-width: 320px) {
      div.m_footer--logo-container > h1.m_logo > a > img.m_logo--warcry-img {
        display: block;
        margin: 0 auto; } }

footer.m_footer {
  color: #fff;
  background-color: #000;
  font-family: freight-sans-pro, sans-serif;
  font-size: 14px ;
  font-size: 1.4rem ;
  line-height: 1em;
  padding: 80px 30px 60px 30px; }
  footer.m_footer a {
    color: #fff;
    text-decoration: none;
    transition: color 150ms ease; }
    footer.m_footer a:hover {
      color: #e40021; }
  footer.m_footer > div.social-container {
    max-width: 315px;
    margin: 50px auto;
    text-align: center; }
    @media print {
      footer.m_footer > div.social-container {
        display: none; } }
    footer.m_footer > div.social-container > ul.m_social-networks {
      margin-top: 20px; }
      footer.m_footer > div.social-container > ul.m_social-networks > li {
        padding-right: 10px; }
    footer.m_footer > div.social-container > span {
      font-size: 16px ;
      font-size: 1.6rem ;
      text-transform: uppercase; }
  footer.m_footer > div.subscribe-in-print {
    text-align: center;
    font-size: 16px ;
    font-size: 1.6rem ; }
    @media print {
      footer.m_footer > div.subscribe-in-print {
        display: none; } }
    footer.m_footer > div.subscribe-in-print > p {
      margin-top: 15px; }
    footer.m_footer > div.subscribe-in-print > p.subscribe-in-print-text {
      color: #757575; }
      footer.m_footer > div.subscribe-in-print > p.subscribe-in-print-text > cite {
        font-style: italic; }
    footer.m_footer > div.subscribe-in-print > p.subscribe-in-print-link {
      color: #fff;
      text-transform: uppercase; }
  footer.m_footer > div.menu-container {
    text-align: center; }
    @media print {
      footer.m_footer > div.menu-container {
        display: none; } }
    footer.m_footer > div.menu-container > ul {
      position: relative;
      display: inline-block;
      font-size: 18px ;
      font-size: 1.8rem ;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      text-align: left;
      text-transform: uppercase;
      margin: 25px auto;
      padding: 0 20px; }
      footer.m_footer > div.menu-container > ul li {
        display: block;
        letter-spacing: 0.025em;
        margin: 20px 0px 5px 0;
        padding-left: 30px; }
        @media (min-width: 800px) {
          footer.m_footer > div.menu-container > ul li {
            display: inline-table; } }
        footer.m_footer > div.menu-container > ul li ul.sub-menu {
          display: block;
          background-color: #000;
          margin-top: 10px; }
          footer.m_footer > div.menu-container > ul li ul.sub-menu > li {
            font-size: 12px ;
            font-size: 1.2rem ;
            display: block;
            text-align: left;
            padding: 10px 0 10px 7px;
            margin: 0; }
      @media (min-width: 800px) {
        footer.m_footer > div.menu-container > ul {
          margin-bottom: 30px;
          max-width: 800px; } }
  footer.m_footer > div.link-advertise-container {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px; }
  footer.m_footer > span.copyright {
    color: #757575;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px; }
  footer.m_footer > div.salvation-army-logo {
    text-align: center; }
    @media print {
      footer.m_footer > div.salvation-army-logo {
        display: none; } }
    footer.m_footer > div.salvation-army-logo > a {
      cursor: pointer;
      margin: 0px auto;
      background-image: url("/content/themes/warcry-theme/uneets/dist/assets/stack/svg/sprite.stack.svg#salvation-army-logo");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      display: block;
      width: 100px;
      height: 80px;
      text-indent: -100000px; }
      @media (min-width: 800px) {
        footer.m_footer > div.salvation-army-logo > a {
          width: 120px;
          height: 100px; } }

/* UBannerAd */
div.u_banner-ad > a {
  display: block; }
  div.u_banner-ad > a > img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: auto; }

/* UFeaturedArticles */
div.u_featured-articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-content: flex-start;
  align-items: stretch;
  position: relative; }
  div.u_featured-articles > a.feature-image {
    text-decoration: none;
    display: block;
    background: #fff;
    margin: 0 -30px;
    flex-basis: calc(100% + 60px);
    position: relative;
    padding-right: 5px; }
    div.u_featured-articles > a.feature-image:hover > div.title {
      color: #e40021; }
    @media (min-width: 620px) {
      div.u_featured-articles > a.feature-image {
        margin: 0;
        padding-bottom: 5px;
        flex-basis: 100%; } }
    @media (min-width: 1024px) {
      div.u_featured-articles > a.feature-image {
        flex-basis: 64%; } }
    @media (min-width: 1350px) {
      div.u_featured-articles > a.feature-image {
        flex-basis: 66%; } }
    div.u_featured-articles > a.feature-image > .img {
      background: #d1d1d1 center no-repeat;
      background-size: cover;
      max-width: 100%;
      height: 360px; }
      @media (min-width: 1024px) {
        div.u_featured-articles > a.feature-image > .img {
          position: static;
          height: 0;
          width: 100%;
          padding-bottom: 605px; } }
      @media (min-width: 1200px) {
        div.u_featured-articles > a.feature-image > .img {
          /*position: absolute;
        height: 400px;
        left: 0;
        top: 0;
        width: 50%;*/ } }
      @media (min-width: 1350px) {
        div.u_featured-articles > a.feature-image > .img {
          position: static;
          height: 0;
          width: 100%;
          padding-bottom: 605px; } }
      div.u_featured-articles > a.feature-image > .img > img {
        display: none; }
    div.u_featured-articles > a.feature-image > .title {
      color: #fff;
      font-family: freight-sans-pro, sans-serif;
      font-weight: 700;
      font-size: 30px ;
      font-size: 3rem ;
      line-height: 38px ;
      line-height: 3.8rem ;
      position: absolute;
      letter-spacing: 2px;
      bottom: 0px;
      left: 0px;
      padding: 0 0 20px 20px;
      overflow: hidden;
      max-width: 700px;
      text-transform: uppercase;
      transition: color 150ms ease; }
      @media (min-width: 1024px) {
        div.u_featured-articles > a.feature-image > .title {
          max-width: 600px; } }
  div.u_featured-articles > div.content {
    margin: 20px -30px 0 -30px;
    flex-basis: calc(100% + 60px); }
    @media (min-width: 720px) {
      div.u_featured-articles > div.content {
        flex-basis: 100%;
        margin: 0; } }
    @media (min-width: 1024px) {
      div.u_featured-articles > div.content {
        flex-basis: 36%; } }
    @media (min-width: 1350px) {
      div.u_featured-articles > div.content {
        flex-basis: 34%; } }
    div.u_featured-articles > div.content > .article-row {
      margin: 0 -15px;
      flex-wrap: wrap;
      display: block; }
      @media (min-width: 720px) {
        div.u_featured-articles > div.content > .article-row {
          display: flex; } }
      @media (min-width: 1350px) {
        div.u_featured-articles > div.content > .article-row {
          margin-left: 15px; } }
      div.u_featured-articles > div.content > .article-row > .article-container {
        padding: 0 15px;
        margin: 0; }
        @media (min-width: 720px) {
          div.u_featured-articles > div.content > .article-row > .article-container {
            margin: 0 -30px;
            flex-basis: 52%; } }
        @media (min-width: 1024px) {
          div.u_featured-articles > div.content > .article-row > .article-container {
            /*margin-left: 0px;*/
            flex-basis: 100%;
            margin: 0; } }
        @media (min-width: 1350px) {
          div.u_featured-articles > div.content > .article-row > .article-container {
            margin-left: -30px;
            flex-basis: calc(100% + 30px); } }
        div.u_featured-articles > div.content > .article-row > .article-container:hover > div.m_featured-article > .title > a {
          color: #e40021; }
        div.u_featured-articles > div.content > .article-row > .article-container:first-child {
          margin-bottom: 20px; }
          @media (min-width: 620px) {
            div.u_featured-articles > div.content > .article-row > .article-container:first-child {
              margin: 0;
              flex-basis: 100%;
              margin-bottom: 0px; } }
          @media (min-width: 720px) {
            div.u_featured-articles > div.content > .article-row > .article-container:first-child {
              flex-basis: 52%; } }
          @media (min-width: 1024px) {
            div.u_featured-articles > div.content > .article-row > .article-container:first-child {
              flex-basis: 100%; } }
          @media (min-width: 1350px) {
            div.u_featured-articles > div.content > .article-row > .article-container:first-child {
              margin-left: -30px;
              margin-bottom: 5px;
              flex-basis: calc(100% + 30px); } }

/* UFeaturedArticles */
div.u_featured-series--title {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 700;
  font-size: 26px ;
  font-size: 2.6rem ;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin: 0 auto 10px auto; }
  @media (min-width: 720px) {
    div.u_featured-series--title {
      font-size: 18px ;
      font-size: 1.8rem ; } }
  @media (min-width: 1350px) {
    div.u_featured-series--title {
      max-width: 1145px; } }

div.u_featured-series > .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-content: flex-start;
  align-items: stretch;
  position: relative;
  border-bottom: 1px solid #000; }
  @media (min-width: 620px) {
    div.u_featured-series > .content {
      margin: 0;
      flex-basis: 100%; } }
  @media (min-width: 1024px) {
    div.u_featured-series > .content {
      margin: 0 auto; } }
  @media (min-width: 1350px) {
    div.u_featured-series > .content {
      max-width: 1145px; } }

/* UHeadLine */
div.u_home_headline {
  text-align: center;
  padding-bottom: 20px;
  font-family: freight-sans-pro, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 28px; }
  @media (min-width: 1100px) {
    div.u_home_headline {
      text-align: left;
      padding-bottom: 0; } }
  div.u_home_headline > span {
    padding-left: 10px; }
    div.u_home_headline > span:last-child {
      padding-left: 5px; }

/* MFeaturedArticle */
div.m_featured-article {
  margin-bottom: 5px;
  text-align: left; }
  @media (min-width: 1350px) {
    div.m_featured-article {
      margin-bottom: 40px; } }
  div.m_featured-article > .img-container {
    height: 300px;
    display: block;
    background: #d1d1d1 center no-repeat;
    background-size: cover; }
    @media (min-width: 1200px) {
      div.m_featured-article > .img-container {
        height: 300px; } }
    div.m_featured-article > .img-container > img {
      display: none; }
  div.m_featured-article > .title {
    font-family: freight-sans-pro, sans-serif;
    font-weight: 700;
    font-size: 26px ;
    font-size: 2.6rem ;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 0 0 10px 20px;
    overflow: hidden;
    max-width: 700px;
    text-transform: uppercase; }
    @media (min-width: 720px) {
      div.m_featured-article > .title {
        font-size: 18px ;
        font-size: 1.8rem ; } }
    div.m_featured-article > .title > a {
      color: inherit;
      text-decoration: none;
      color: currentColor;
      transition: color 150ms ease; }
      div.m_featured-article > .title > a:hover {
        color: #e40021; }
  div.m_featured-article:not(.isMain) {
    overflow: hidden;
    position: relative; }
    div.m_featured-article:not(.isMain):first-child {
      padding-right: 5px; }
      @media (min-width: 1024px) {
        div.m_featured-article:not(.isMain):first-child {
          padding-right: 0px; } }
    @media (min-width: 1024px) {
      div.m_featured-article:not(.isMain) {
        height: 300px; } }
    @media (min-width: 1350px) {
      div.m_featured-article:not(.isMain) {
        margin-bottom: 0px; } }
    div.m_featured-article:not(.isMain) > .title {
      color: #fff; }
  div.m_featured-article.isMain {
    background: #fff; }
    @media (min-width: 1200px) {
      div.m_featured-article.isMain > .title {
        font-size: 26px ;
        font-size: 2.6rem ;
        line-height: 1.3; } }
    @media (min-width: 1350px) {
      div.m_featured-article.isMain > .title {
        font-size: 40px ;
        font-size: 4rem ;
        letter-spacing: 3px; } }

/* MFeaturedArticle */
div.m_featured-series {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  margin-bottom: 15px;
  position: relative; }
  @media (min-width: 720px) {
    div.m_featured-series {
      flex: 0 325px;
      padding-right: 10px; } }
  @media (min-width: 1024px) {
    div.m_featured-series {
      flex: 1;
      padding: 0 5px; } }
  @media (min-width: 1350px) {
    div.m_featured-series {
      margin-bottom: 20px; } }
  @media (min-width: 1024px) {
    div.m_featured-series:first-child > .m_featured-series-container {
      padding-left: 10px; } }
  @media (min-width: 1200px) {
    div.m_featured-series:nth-child(2n) > .m_featured-series-container {
      margin: 0 auto; } }
  @media (min-width: 1200px) {
    div.m_featured-series:nth-child(3n) > .m_featured-series-container {
      position: absolute;
      width: 325px;
      right: 0; } }
  @media (min-width: 1024px) {
    div.m_featured-series > .m_featured-series-container {
      max-width: 325px;
      min-height: 182px; } }
  div.m_featured-series > .m_featured-series-container > .title {
    font-family: freight-sans-pro, sans-serif;
    font-weight: 700;
    font-size: 26px ;
    font-size: 2.6rem ;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase; }
    @media (min-width: 620px) {
      div.m_featured-series > .m_featured-series-container > .title {
        font-size: 18px ;
        font-size: 1.8rem ; } }
    div.m_featured-series > .m_featured-series-container > .title > a {
      color: inherit;
      text-decoration: none;
      color: currentColor;
      transition: color 150ms ease; }
      div.m_featured-series > .m_featured-series-container > .title > a:hover {
        color: #e40021; }
  div.m_featured-series > .m_featured-series-container > .img-container {
    display: block;
    height: 182px;
    background-size: cover;
    background-repeat: no-repeat; }
    div.m_featured-series > .m_featured-series-container > .img-container > img {
      display: none; }

/* UTplBasicArticle */
div.u_tpl-basic-article {
  background-color: #fff;
  padding: 0 30px; }
  div.u_tpl-basic-article > .u_tpl-basic-article--sign-up-form {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 30px 0; }
  div.u_tpl-basic-article > .u_tpl-basic-article--all-articles-button {
    text-align: center;
    margin: 20px 0; }
    @media print {
      div.u_tpl-basic-article > .u_tpl-basic-article--all-articles-button {
        display: none; } }
    div.u_tpl-basic-article > .u_tpl-basic-article--all-articles-button > a {
      text-decoration: none;
      border: 1px solid #e40021;
      color: #e40021;
      display: inline-block;
      font-size: 18px ;
      font-size: 1.8rem ;
      font-weight: 300;
      letter-spacing: 0.1em;
      padding: 0.6em 1em 0.5em;
      text-transform: uppercase;
      white-space: nowrap; }
      div.u_tpl-basic-article > .u_tpl-basic-article--all-articles-button > a:hover {
        font-weight: 500; }

/* UDisqusComments */
div.u_disqus-comments {
  padding: 70px 45px;
  background-color: #fff;
  max-width: 1280px;
  margin: 0 auto;
  border-bottom: 2px solid #e7e9ee; }
  @media print {
    div.u_disqus-comments {
      display: none; } }
  div.u_disqus-comments h3 {
    text-align: center;
    font-family: freight-sans-pro, sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 60px; }

/* UAList */
section.u_a-list {
  width: 100%; }
  section.u_a-list > h3 {
    display: block;
    text-align: center;
    font-family: freight-sans-pro, sans-serif;
    font-size: 14px ;
    font-size: 1.4rem ;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 40px; }
    @media (min-width: 800px) {
      section.u_a-list > h3 {
        font-size: 32px ;
        font-size: 3.2rem ; } }
  section.u_a-list .u_a-list--interaction-area {
    position: relative;
    margin-bottom: 30px; }
    section.u_a-list .u_a-list--interaction-area > div.loader-container {
      display: none;
      width: 100%;
      text-align: center;
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      padding-top: 15px; }
    section.u_a-list .u_a-list--interaction-area > div.items-area > div.filter-tags-area {
      display: none;
      margin-top: 50px;
      margin-bottom: 20px;
      display: flex;
      flex-basis: 100%;
      flex-direction: column;
      order: -1; }
      @media (min-width: 1024px) {
        section.u_a-list .u_a-list--interaction-area > div.items-area > div.filter-tags-area {
          order: 0;
          flex-basis: 20%;
          flex-wrap: nowrap;
          margin-bottom: 50px; } }
      section.u_a-list .u_a-list--interaction-area > div.items-area > div.filter-tags-area > div.filters-container {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #a8bba7; }
        @media (min-width: 1024px) {
          section.u_a-list .u_a-list--interaction-area > div.items-area > div.filter-tags-area > div.filters-container {
            display: inline;
            border-bottom: none;
            padding-top: 10px;
            padding-right: 20px;
            margin-bottom: 0px; } }
    section.u_a-list .u_a-list--interaction-area > div.items-area {
      display: none; }
      section.u_a-list .u_a-list--interaction-area > div.items-area > div.items-container {
        flex-basis: 100%;
        /*display: flex;*/
        flex-direction: row;
        margin-top: 40px; }
        @media (min-width: 1024px) {
          section.u_a-list .u_a-list--interaction-area > div.items-area > div.items-container {
            flex-basis: 80%; } }
      section.u_a-list .u_a-list--interaction-area > div.items-area > div.no-results-message {
        display: none;
        text-align: center;
        padding: 20px 0px; }
    section.u_a-list .u_a-list--interaction-area > div.pagination-container {
      margin-top: 25px; }
  section.u_a-list.isLoading .u_a-list--interaction-area > div.loader-container {
    display: block; }
  section.u_a-list.isLoading .u_a-list--interaction-area > div.filter-tags-area {
    opacity: 0.5;
    pointer-events: none; }
  section.u_a-list.isLoading .u_a-list--interaction-area > div.items-area {
    opacity: 0.5;
    pointer-events: none; }
  section.u_a-list.isInitialized .u_a-list--interaction-area > div.items-area {
    display: flex;
    flex-wrap: wrap; }
  section.u_a-list.hasNoResults .u_a-list--interaction-area > div.items-area > div.no-results-message {
    display: flex;
    flex-basis: 100%; }

/* UAListItem */
article.u_a-list-item {
  flex-basis: 100%;
  width: 100%;
  display: flex;
  align-content: stretch;
  align-items: stretch;
  justify-content: stretch; }
  article.u_a-list-item > a {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #000; }
    article.u_a-list-item > a > div.image-container {
      width: 100%;
      padding-top: 215px;
      flex-grow: 0;
      flex-shrink: 0;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      article.u_a-list-item > a > div.image-container > img {
        display: none; }
    article.u_a-list-item > a > div.info-area {
      flex-basis: 100%;
      background-color: #fff;
      font-family: freight-sans-pro, sans-serif;
      padding: 30px 0px; }
      article.u_a-list-item > a > div.info-area > h3 {
        color: #e40021;
        text-transform: uppercase;
        font-weight: 600; }
      article.u_a-list-item > a > div.info-area > h4 {
        font-family: freight-sans-pro, sans-serif;
        font-weight: 500;
        line-height: 1em;
        margin-bottom: 25px;
        transition: color 150ms ease; }
        @media (min-width: 800px) {
          article.u_a-list-item > a > div.info-area > h4 {
            font-size: 20px ;
            font-size: 2rem ; } }
      article.u_a-list-item > a > div.info-area > span.excerpt {
        font-family: freight-sans-pro, sans-serif;
        display: block;
        color: #000;
        font-size: 18px ;
        font-size: 1.8rem ;
        margin-bottom: 25px; }
      article.u_a-list-item > a > div.info-area > span.author {
        display: block;
        color: #737373;
        font-size: 12px ;
        font-size: 1.2rem ;
        text-transform: uppercase;
        font-weight: 600; }
    article.u_a-list-item > a:hover > div.info-area > h4 {
      color: #e40021; }

@media (min-width: 1024px) {
  .post-type-archive-podcasts article.u_a-list-item a {
    flex-direction: row;
    justify-content: space-between; } }

@media (min-width: 1024px) {
  .post-type-archive-podcasts article.u_a-list-item a > div.image-container {
    width: 40%; } }

@media (min-width: 1024px) {
  .post-type-archive-podcasts article.u_a-list-item a > div.info-area {
    width: 58%;
    flex-basis: 58%;
    margin-top: 0;
    padding-top: 0; } }

.post-type-archive-podcasts article.u_a-list-item a > div.info-area > h4 {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 500;
  line-height: 1em;
  margin: 0 0 20px;
  color: #000;
  font-weight: 600;
  text-decoration: none !important;
  font-size: 2em; }

/* UAListFilters */
div.u_a-list-filters {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.4em;
  text-align: center; }
  @media (min-width: 1024px) {
    div.u_a-list-filters {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      text-align: left; } }
  div.u_a-list-filters > span {
    font-size: 16px ;
    font-size: 1.6rem ;
    font-weight: 300;
    display: block; }
    @media (min-width: 800px) {
      div.u_a-list-filters > span {
        display: inline-block; } }
  div.u_a-list-filters > ul > li {
    margin-top: 20px; }
    div.u_a-list-filters > ul > li:after {
      display: block;
      content: "";
      border-bottom: 1px solid #000;
      margin-top: 8px;
      height: 12px; }
    div.u_a-list-filters > ul > li:last-child:after {
      display: none; }
    div.u_a-list-filters > ul > li > button.filter {
      color: #000;
      position: relative;
      display: inline;
      border: none;
      outline: none;
      box-shadow: none;
      background-color: transparent;
      padding: 0;
      cursor: pointer;
      text-align: left;
      font-family: freight-sans-pro, sans-serif;
      font-weight: 300;
      font-weight: 300;
      max-height: 30px;
      display: block; }
      div.u_a-list-filters > ul > li > button.filter > span {
        font-size: 18px ;
        font-size: 1.8rem ;
        position: relative;
        z-index: 2; }
      div.u_a-list-filters > ul > li > button.filter.isSelected {
        font-family: freight-sans-pro, sans-serif;
        font-weight: 700; }
  div.u_a-list-filters > span.filter-title-span--date {
    display: block;
    margin: 40px 0 20px; }
  div.u_a-list-filters > select.date-filter-select {
    font-family: freight-sans-pro, sans-serif;
    font-weight: 300;
    border: 1px solid #757575;
    background-color: #fff;
    padding: 10px; }
    div.u_a-list-filters > select.date-filter-select > option {
      font-family: freight-sans-pro, sans-serif;
      font-weight: 300; }

/*@import '../UAListTags/UAListTags';*/
/* UPagination */
div.u_pagination {
  width: 100%;
  text-align: center; }
  div.u_pagination button {
    display: inline;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    text-align: left;
    font-family: freight-sans-pro, sans-serif;
    font-weight: 300;
    font-size: 18px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
    transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease; }
    div.u_pagination button > svg {
      transition: fill 150ms ease; }
    div.u_pagination button:hover {
      color: #fff;
      background-color: #e40021; }
      div.u_pagination button:hover > svg {
        fill: #fff; }
    div.u_pagination button.isActive {
      border-color: #000; }
  div.u_pagination > button > span {
    display: inline; }
  div.u_pagination > button > svg {
    width: 12px;
    height: 12px;
    position: relative;
    top: 0px; }
  div.u_pagination > button.prev > svg {
    transform: rotate(90deg);
    left: -1px; }
  div.u_pagination > button.next > svg {
    transform: rotate(-90deg);
    left: 1px; }
  div.u_pagination > ul.pages {
    display: inline-block; }
    div.u_pagination > ul.pages > li {
      display: inline-block; }

/*@import '../MWebExclusiveMark/MWebExclusiveMark';*/
/* UTplArticleListingPage */
div.u_tpl-article-listing-page {
  background-color: #fff; }
  div.u_tpl-article-listing-page > div.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1340px;
    padding-top: 90px;
    padding-bottom: 90px; }
    @media (min-width: 800px) {
      div.u_tpl-article-listing-page > div.wrapper {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 1200px) {
      div.u_tpl-article-listing-page > div.wrapper {
        padding-left: 50px;
        padding-right: 50px; } }
  div.u_tpl-article-listing-page > .main-content {
    background: #fff;
    padding: 15px 0; }
    div.u_tpl-article-listing-page > .main-content > .wrapper {
      margin-left: auto;
      margin-right: auto;
      max-width: 1280px;
      padding-left: 30px;
      padding-right: 30px; }
      @media (min-width: 800px) {
        div.u_tpl-article-listing-page > .main-content > .wrapper {
          padding-left: 40px;
          padding-right: 40px; } }
      @media (min-width: 1200px) {
        div.u_tpl-article-listing-page > .main-content > .wrapper {
          padding-left: 50px;
          padding-right: 50px; } }
  div.u_tpl-article-listing-page .u_tpl-article-listing-page--headline-wrapper > .wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (min-width: 800px) {
      div.u_tpl-article-listing-page .u_tpl-article-listing-page--headline-wrapper > .wrapper {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 1200px) {
      div.u_tpl-article-listing-page .u_tpl-article-listing-page--headline-wrapper > .wrapper {
        padding-left: 50px;
        padding-right: 50px; } }
    div.u_tpl-article-listing-page .u_tpl-article-listing-page--headline-wrapper > .wrapper > .u_tpl-article-listing-page--headline {
      margin-top: 50px;
      flex: 0 0 65%; }
      @media (min-width: 1350px) {
        div.u_tpl-article-listing-page .u_tpl-article-listing-page--headline-wrapper > .wrapper > .u_tpl-article-listing-page--headline {
          flex: 0 0 80%; } }
  div.u_tpl-article-listing-page div.m_sign-up-form {
    margin: 0px; }
    div.u_tpl-article-listing-page div.m_sign-up-form > .frm_forms.frm_style_formidable-style.with_frm_style > form .frm_error_style {
      display: none; }
    div.u_tpl-article-listing-page div.m_sign-up-form > .frm_forms.frm_style_formidable-style.with_frm_style > form > .frm_form_fields > fieldset > .frm_fields_container {
      max-width: 210px;
      margin: 0 auto; }
      div.u_tpl-article-listing-page div.m_sign-up-form > .frm_forms.frm_style_formidable-style.with_frm_style > form > .frm_form_fields > fieldset > .frm_fields_container .frm_form_field.form-field {
        flex: 0 0 57%;
        margin-left: 0; }
        div.u_tpl-article-listing-page div.m_sign-up-form > .frm_forms.frm_style_formidable-style.with_frm_style > form > .frm_form_fields > fieldset > .frm_fields_container .frm_form_field.form-field input[type=email] {
          padding: 12px 8px; }
        div.u_tpl-article-listing-page div.m_sign-up-form > .frm_forms.frm_style_formidable-style.with_frm_style > form > .frm_form_fields > fieldset > .frm_fields_container .frm_form_field.form-field .frm_error {
          position: absolute; }
      div.u_tpl-article-listing-page div.m_sign-up-form > .frm_forms.frm_style_formidable-style.with_frm_style > form > .frm_form_fields > fieldset > .frm_fields_container .frm_form_field.frm_html_container.form-field {
        text-align: center;
        flex: 0 0 100%; }
      div.u_tpl-article-listing-page div.m_sign-up-form > .frm_forms.frm_style_formidable-style.with_frm_style > form > .frm_form_fields > fieldset > .frm_fields_container .frm_submit.frm_half {
        margin-left: 0;
        flex: 0 0 23%; }
        div.u_tpl-article-listing-page div.m_sign-up-form > .frm_forms.frm_style_formidable-style.with_frm_style > form > .frm_form_fields > fieldset > .frm_fields_container .frm_submit.frm_half > button {
          font-size: 12px ;
          font-size: 1.2rem ;
          line-height: 30px ;
          line-height: 3rem ;
          padding: 0 5px; }
  div.u_tpl-article-listing-page .u_tpl-article-listing-page--sign-up-form {
    min-width: 235px;
    height: 100px; }

/* MPageTitle */
h2.m_page-title {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 36px ;
  font-size: 3.6rem ;
  line-height: 40px ;
  line-height: 4rem ;
  display: block;
  text-align: center;
  margin-bottom: 60px;
  text-transform: lowercase; }
  @media (min-width: 800px) {
    h2.m_page-title {
      font-size: 40px ;
      font-size: 4rem ;
      line-height: 44px ;
      line-height: 4.4rem ; } }
  @media (min-width: 1100px) {
    h2.m_page-title {
      font-size: 60px ;
      font-size: 6rem ;
      line-height: 64px ;
      line-height: 6.4rem ; } }

h2.m_page-title.m_page-title__no-lowercase {
  text-transform: none; }

h2.m_page-title.m_page-title__less-spacing {
  margin-bottom: 60px; }

/* MLoader */
div.m_loader {
  display: inline-block; }
  div.m_loader > span {
    /*@include ff-mono();*/
    font-size: 18px ;
    font-size: 1.8rem ; }
  div.m_loader > span.dot {
    opacity: 0;
    animation-duration: 1500ms;
    animation-iteration-count: infinite; }
  div.m_loader > span.dot1 {
    animation-name: m_loader--loading--dot1; }
  div.m_loader > span.dot2 {
    animation-name: m_loader--loading--dot2; }
  div.m_loader > span.dot3 {
    animation-name: m_loader--loading--dot3; }

@keyframes m_loader--loading--dot1 {
  0% {
    opacity: 0; }
  19% {
    opacity: 0; }
  20% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes m_loader--loading--dot2 {
  0% {
    opacity: 0; }
  39% {
    opacity: 0; }
  40% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes m_loader--loading--dot3 {
  0% {
    opacity: 0; }
  59% {
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    opacity: 1; } }

/* UAListItems */
ul.u_a-list-items {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center;
  justify-content: space-around;*/ }
  @media (min-width: 620px) {
    ul.u_a-list-items {
      /*justify-content: space-between;*/ } }
  @media (min-width: 800px) {
    ul.u_a-list-items {
      /*justify-content: space-around;*/ } }
  @media (min-width: 1024px) {
    ul.u_a-list-items {
      /*justify-content: space-between;*/ } }
  ul.u_a-list-items > li.item-container {
    flex-basis: 100%;
    display: flex;
    /*justify-content: stretch;*/
    align-content: stretch;
    align-items: stretch;
    margin-bottom: 25px;
    max-width: 300px; }
    @media (min-width: 620px) {
      ul.u_a-list-items > li.item-container {
        flex-basis: calc(50% - 10px); } }
    @media (min-width: 720px) {
      ul.u_a-list-items > li.item-container {
        flex-basis: 50%;
        max-width: 320px;
        margin-left: 25px; } }
    @media (min-width: 800px) {
      ul.u_a-list-items > li.item-container {
        margin-left: 60px;
        max-width: 320px; } }
    @media (min-width: 1024px) {
      ul.u_a-list-items > li.item-container {
        flex-basis: 30%; } }
    @media (min-width: 1100px) {
      ul.u_a-list-items > li.item-container {
        max-width: 320px; } }
    ul.u_a-list-items > li.item-container.template {
      display: none; }

.post-type-archive-podcasts ul.u_a-list-items > li.item-container {
  width: 100% !important;
  flex-basis: 100% !important; }

/* UAListAd */
article.u_a-list-ad {
  flex-basis: 100%;
  display: flex;
  align-content: stretch;
  align-items: stretch; }
  article.u_a-list-ad > a {
    display: block;
    flex-basis: 100%;
    background-size: cover;
    background-position: center center; }
    article.u_a-list-ad > a > img {
      display: none; }

/* UArticleNextPrev */
div.u_article-next-prev {
  text-align: center;
  background: #fff;
  max-width: 1280px;
  margin: 0 auto 20px auto;
  display: flex;
  flex-wrap: wrap; }
  @media print {
    div.u_article-next-prev {
      display: none; } }
  @media (min-width: 375px) {
    div.u_article-next-prev {
      padding: 25px; } }
  @media (min-width: 480px) {
    div.u_article-next-prev {
      justify-content: space-between; } }
  @media (min-width: 1500px) {
    div.u_article-next-prev {
      max-width: 1280px; } }
  div.u_article-next-prev div {
    border: none;
    font-size: 24px ;
    font-size: 2.4rem ; }
    div.u_article-next-prev div a {
      display: flex;
      text-decoration: none;
      color: #000;
      position: relative; }
      div.u_article-next-prev div a .detail .u_article-next-prev--detail--title {
        font-family: freight-sans-pro, sans-serif;
        line-height: 30px ;
        line-height: 3rem ; }
      div.u_article-next-prev div a .u_article-next-prev--thumbnail {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        display: inline-block;
        height: 135px;
        width: 135px;
        min-width: 135px; }
      div.u_article-next-prev div a .u_article-next-prev--detail--label {
        color: #757575;
        text-transform: uppercase;
        margin-bottom: 10px; }
      div.u_article-next-prev div a::after, div.u_article-next-prev div a::before {
        position: absolute;
        top: 50%;
        transform: translateY(-55%);
        width: 35px;
        height: 35px;
        background-repeat: no-repeat;
        background-position: center;
        content: ''; }
  div.u_article-next-prev .prev {
    margin-bottom: 20px;
    text-align: left;
    flex-basis: 50%;
    display: flex;
    flex-direction: column; }
    @media (min-width: 480px) {
      div.u_article-next-prev .prev {
        margin-bottom: 0px; } }
    div.u_article-next-prev .prev a .detail {
      margin-left: 20px; }
  div.u_article-next-prev .next {
    display: flex;
    align-items: flex-end;
    flex-direction: row; }
    div.u_article-next-prev .next a .detail {
      text-align: right;
      margin-right: 20px; }

/* UArticleRelated */
div.u_article-related {
  padding: 70px 45px; }
  div.u_article-related h3 {
    text-align: center;
    /*@include ff-mono();*/
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 60px; }
  @media (min-width: 940px) {
    div.u_article-related .related-articles {
      display: flex;
      justify-content: space-between; } }
  div.u_article-related .related-articles > div.related-article-container {
    margin-bottom: 50px; }
    @media (min-width: 940px) {
      div.u_article-related .related-articles > div.related-article-container {
        flex-basis: 33%;
        margin-bottom: 0px; } }

/* UTplCurrentIssue */
div.u_tpl-current-issue {
  background-color: #fff; }
  div.u_tpl-current-issue > div.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1340px;
    padding-top: 90px;
    padding-bottom: 90px; }
    @media (min-width: 800px) {
      div.u_tpl-current-issue > div.wrapper {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 1200px) {
      div.u_tpl-current-issue > div.wrapper {
        padding-left: 50px;
        padding-right: 50px; } }

/* UContent */
div.u_content > div.wrapper {
  max-width: 1340px;
  margin: 0 auto; }
  @media (min-width: 1100px) {
    div.u_content > div.wrapper {
      padding-bottom: 90px; } }
  div.u_content > div.wrapper:after {
    content: '';
    display: table;
    clear: both; }
  div.u_content > div.wrapper > h2 {
    font-family: freight-sans-pro, sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 36px ;
    font-size: 3.6rem ;
    line-height: 40px ;
    line-height: 4rem ;
    display: block;
    text-align: center;
    margin-bottom: 120px; }
    @media (min-width: 800px) {
      div.u_content > div.wrapper > h2 {
        font-size: 40px ;
        font-size: 4rem ;
        line-height: 44px ;
        line-height: 4.4rem ; } }
    @media (min-width: 1100px) {
      div.u_content > div.wrapper > h2 {
        font-size: 60px ;
        font-size: 6rem ;
        line-height: 64px ;
        line-height: 6.4rem ; } }
  div.u_content > div.wrapper > .content {
    line-height: 40px;
    font-size: 20px; }
    div.u_content > div.wrapper > .content > .featured-image img {
      width: 100%;
      height: auto; }
    div.u_content > div.wrapper > .content img.alignleft {
      float: left;
      margin-right: 2em;
      margin-bottom: 2em;
      margin-top: 2em; }
    div.u_content > div.wrapper > .content img.alignright {
      float: right;
      margin-left: 2em;
      margin-bottom: 2em;
      margin-top: 2em; }
    div.u_content > div.wrapper > .content img.aligncenter {
      display: block;
      margin: 1em auto; }
    div.u_content > div.wrapper > .content a {
      color: #e40021;
      text-decoration: none; }
      div.u_content > div.wrapper > .content a:hover {
        text-decoration: underline; }
    div.u_content > div.wrapper > .content em {
      font-style: italic; }
    div.u_content > div.wrapper > .content p {
      font-family: freight-sans-pro, sans-serif;
      margin-bottom: 40px;
      font-size: 18px ;
      font-size: 1.8rem ;
      line-height: 1.5em; }
      div.u_content > div.wrapper > .content p strong {
        font-weight: 600; }
    div.u_content > div.wrapper > .content h1,
    div.u_content > div.wrapper > .content h2,
    div.u_content > div.wrapper > .content h3,
    div.u_content > div.wrapper > .content h4,
    div.u_content > div.wrapper > .content h5,
    div.u_content > div.wrapper > .content h6 {
      font-family: freight-sans-pro, sans-serif;
      margin-bottom: 50px;
      font-weight: 400; }
    div.u_content > div.wrapper > .content h1 {
      border-bottom: 2px solid #737373; }
    div.u_content > div.wrapper > .content h1,
    div.u_content > div.wrapper > .content h2 {
      font-size: 26px ;
      font-size: 2.6rem ;
      text-transform: uppercase;
      letter-spacing: 2px;
      display: block; }
    div.u_content > div.wrapper > .content h3,
    div.u_content > div.wrapper > .content h4,
    div.u_content > div.wrapper > .content h5,
    div.u_content > div.wrapper > .content h6 {
      font-size: 20px ;
      font-size: 2rem ;
      letter-spacing: 2px; }
    div.u_content > div.wrapper > .content figcaption {
      /*@include base-caption();*/ }
    div.u_content > div.wrapper > .content ul,
    div.u_content > div.wrapper > .content ol {
      display: block;
      padding-left: 40px;
      margin-bottom: 40px; }
      div.u_content > div.wrapper > .content ul > li,
      div.u_content > div.wrapper > .content ol > li {
        font-size: 16px ;
        font-size: 1.6rem ;
        line-height: 1.5em;
        margin-bottom: 10px; }
    div.u_content > div.wrapper > .content ul {
      list-style-type: disc; }
    div.u_content > div.wrapper > .content ol {
      list-style-type: decimal; }
    div.u_content > div.wrapper > .content .wp-block-quote {
      padding: 0px 25px;
      margin-bottom: 50px; }
      @media (min-width: 800px) {
        div.u_content > div.wrapper > .content .wp-block-quote {
          padding-left: 60px; } }
      div.u_content > div.wrapper > .content .wp-block-quote p {
        font-size: 22px ;
        font-size: 2.2rem ;
        margin-bottom: 15px; }
      div.u_content > div.wrapper > .content .wp-block-quote cite {
        /*@include ff-mono();*/
        font-size: 15px ;
        font-size: 1.5rem ;
        display: block;
        line-height: 1.2;
        text-align: left; }
      div.u_content > div.wrapper > .content .wp-block-quote.is-style-large p {
        font-size: 26px ;
        font-size: 2.6rem ;
        font-style: normal; }
    div.u_content > div.wrapper > .content .wp-block-pullquote {
      background: #fff;
      text-align: left;
      padding: 120px 0;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      margin-bottom: 50px; }
      div.u_content > div.wrapper > .content .wp-block-pullquote > blockquote {
        /*@include ff-mono();*/
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
        padding-left: 30px;
        padding-right: 30px;
        max-width: 1500px; }
        @media (min-width: 800px) {
          div.u_content > div.wrapper > .content .wp-block-pullquote > blockquote {
            padding-left: 40px;
            padding-right: 40px; } }
        @media (min-width: 1200px) {
          div.u_content > div.wrapper > .content .wp-block-pullquote > blockquote {
            padding-left: 50px;
            padding-right: 50px; } }
        div.u_content > div.wrapper > .content .wp-block-pullquote > blockquote p {
          line-height: 1.3;
          margin-bottom: 40px;
          font-size: 30px ;
          font-size: 3rem ; }
          @media (min-width: 800px) {
            div.u_content > div.wrapper > .content .wp-block-pullquote > blockquote p {
              font-size: 40px ;
              font-size: 4rem ; } }
        div.u_content > div.wrapper > .content .wp-block-pullquote > blockquote cite {
          font-size: 16px ;
          font-size: 1.6rem ; }
          @media (min-width: 800px) {
            div.u_content > div.wrapper > .content .wp-block-pullquote > blockquote cite {
              font-size: 20px ;
              font-size: 2rem ; } }
    div.u_content > div.wrapper > .content .wp-block-image {
      margin-bottom: 50px; }
      div.u_content > div.wrapper > .content .wp-block-image > figure {
        margin-top: 0px; }
        div.u_content > div.wrapper > .content .wp-block-image > figure img {
          display: block;
          height: auto;
          max-width: 100%; }
    div.u_content > div.wrapper > .content .wp-block-video {
      margin-bottom: 50px; }
      div.u_content > div.wrapper > .content .wp-block-video.aligncenter figcaption {
        text-align: center; }
    div.u_content > div.wrapper > .content .wp-block-embed {
      margin: 0 0 50px 0; }
      div.u_content > div.wrapper > .content .wp-block-embed iframe {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block; }

div.u_content.isArticle {
  padding: 0 1em; }
  @media (min-width: 1100px) {
    div.u_content.isArticle {
      min-height: 400px;
      padding: 0; } }
  div.u_content.isArticle > div.wrapper {
    max-width: 800px;
    padding-top: 20px; }
    @media (min-width: 1100px) {
      div.u_content.isArticle > div.wrapper {
        padding-top: 0px; } }

/* USearchOverlay */
div.u_search-overlay {
  max-height: 0;
  width: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 150ms ease;
  position: fixed;
  display: flex;
  align-content: center;
  align-items: center;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 5000; }
  div.u_search-overlay > button.close-search-btn {
    display: inline;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    text-align: left;
    position: absolute;
    top: 20px;
    right: 20px;
    text-indent: -10000px;
    background-image: url("/content/themes/warcry-theme/uneets/dist/assets/stack/svg/sprite.stack.svg#close-icon");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 40px;
    height: 40px; }
  div.u_search-overlay > div.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 800px) {
      div.u_search-overlay > div.wrapper {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 1200px) {
      div.u_search-overlay > div.wrapper {
        padding-left: 50px;
        padding-right: 50px; } }
  div.u_search-overlay.isOpen {
    max-height: none;
    width: 100vw;
    visibility: visible;
    opacity: 1; }
  div.u_search-overlay.isClosing {
    opacity: 0; }

/* UTpl404 */
div.u_tpl404 {
  background-color: #fff; }
  div.u_tpl404 > div.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1340px;
    padding-top: 90px;
    padding-bottom: 90px; }
    @media (min-width: 800px) {
      div.u_tpl404 > div.wrapper {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 1200px) {
      div.u_tpl404 > div.wrapper {
        padding-left: 50px;
        padding-right: 50px; } }
  div.u_tpl404 > div.wrapper > div.content {
    text-align: center;
    min-height: 30vh; }

/* UTplSearchPage */
div.u_tpl-search-page {
  background-color: #fff; }
  div.u_tpl-search-page > div.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1340px;
    padding-top: 90px;
    padding-bottom: 90px; }
    @media (min-width: 800px) {
      div.u_tpl-search-page > div.wrapper {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 1200px) {
      div.u_tpl-search-page > div.wrapper {
        padding-left: 50px;
        padding-right: 50px; } }
  div.u_tpl-search-page > div.wrapper > div.search-bar-container {
    margin-bottom: 40px; }
  div.u_tpl-search-page > div.wrapper > div.results-container {
    margin-bottom: 30px; }

/* USearchField */
/* MSearchResults */
div.m_search-results {
  padding: 30px 30px;
  background-color: #fff; }
  @media (min-width: 800px) {
    div.m_search-results {
      padding: 40px 40px; } }
  @media (min-width: 1100px) {
    div.m_search-results {
      padding: 50px 50px; } }

/* MSearchResultsItem */
div.m_search-results-item {
  border-bottom: 1px solid #a8bba7;
  padding-bottom: 40px;
  margin-bottom: 50px; }
  @media (min-width: 800px) {
    div.m_search-results-item {
      display: flex; } }
  div.m_search-results-item > div.image-container {
    margin-bottom: 20px; }
    @media (min-width: 800px) {
      div.m_search-results-item > div.image-container {
        margin-right: 30px;
        margin-bottom: 0px; } }
    div.m_search-results-item > div.image-container > a > img {
      display: block;
      width: 100%;
      max-width: 250px;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 800px) {
        div.m_search-results-item > div.image-container > a > img {
          width: 140px; } }
  div.m_search-results-item > div.info > h3 {
    margin-bottom: 20px;
    font-family: freight-sans-pro, sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 28px ;
    font-size: 2.8rem ;
    line-height: 1.2em; }
    @media (min-width: 800px) {
      div.m_search-results-item > div.info > h3 {
        font-size: 28px ;
        font-size: 2.8rem ;
        margin-bottom: 10px; } }
    @media (min-width: 1100px) {
      div.m_search-results-item > div.info > h3 {
        font-size: 32px ;
        font-size: 3.2rem ; } }
    div.m_search-results-item > div.info > h3 > a {
      color: inherit;
      text-decoration: none;
      color: currentColor;
      transition: color 150ms ease; }
      div.m_search-results-item > div.info > h3 > a:hover {
        color: #e40021; }
  div.m_search-results-item > div.info > p {
    /*@include ff-mono();*/
    font-family: 18px ;
    font-family: 1.8rem ;
    line-height: 1.2em;
    margin-bottom: 20px; }
  div.m_search-results-item > div.info > div.date {
    /*@include ff-mono();*/
    font-family: 18px ;
    font-family: 1.8rem ;
    font-weight: 600; }

/* MSearchPagination */
div.m_search-pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 720px) {
    div.m_search-pagination {
      flex-wrap: nowrap; } }
  div.m_search-pagination > a.prev,
  div.m_search-pagination > a.next {
    font-family: freight-sans-pro, sans-serif;
    font-weight: 300;
    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px 10px 3px 10px;
    font-size: 18px;
    background-color: transparent;
    transition: background-color 150ms ease; }
    div.m_search-pagination > a.prev:hover,
    div.m_search-pagination > a.next:hover {
      background-color: #e40021;
      color: #fff; }
      div.m_search-pagination > a.prev:hover > svg,
      div.m_search-pagination > a.next:hover > svg {
        fill: #fff; }
    div.m_search-pagination > a.prev.disabled,
    div.m_search-pagination > a.next.disabled {
      opacity: 0.4;
      cursor: not-allowed;
      pointer-events: none; }
  div.m_search-pagination > a > svg {
    width: 12px;
    height: 12px;
    position: relative;
    top: 0px; }
  div.m_search-pagination > a.prev {
    order: 1; }
    div.m_search-pagination > a.prev > svg {
      transform: rotate(90deg);
      left: -1px; }
  div.m_search-pagination > a.next {
    order: 2; }
    @media (min-width: 720px) {
      div.m_search-pagination > a.next {
        order: 3; } }
    div.m_search-pagination > a.next > svg {
      transform: rotate(-90deg);
      left: 1px; }
  div.m_search-pagination > div.pages {
    order: 3;
    flex-basis: 100%;
    text-align: center;
    margin-top: 10px; }
    @media (min-width: 720px) {
      div.m_search-pagination > div.pages {
        order: 2;
        margin-top: 0px;
        flex-basis: auto;
        margin-right: 20px;
        margin-left: 20px; } }
    div.m_search-pagination > div.pages > a.page {
      font-family: freight-sans-pro, sans-serif;
      font-weight: 300;
      font-size: 18px;
      text-decoration: none;
      color: #000;
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 5px;
      padding-bottom: 3px;
      border-bottom: 1px solid transparent;
      transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease; }
      div.m_search-pagination > div.pages > a.page:hover {
        color: #fff;
        background-color: #e40021; }
      div.m_search-pagination > div.pages > a.page.isActive {
        border-color: #000; }

/* MIssueListPagination */
div.m_issue-list-pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 720px) {
    div.m_issue-list-pagination {
      flex-wrap: nowrap; } }
  div.m_issue-list-pagination > a.prev,
  div.m_issue-list-pagination > a.next {
    display: block;
    flex-basis: 20px;
    max-width: 20px;
    height: 20px;
    background-image: url("/content/themes/warcry-theme/uneets/dist/assets/stack/svg/sprite.stack.svg#chevron-down");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    text-indent: -10000px;
    margin: 0px 5px;
    background-color: transparent;
    transition: background-color 150ms ease; }
    @media (min-width: 720px) {
      div.m_issue-list-pagination > a.prev,
      div.m_issue-list-pagination > a.next {
        position: relative;
        top: 3px; } }
    div.m_issue-list-pagination > a.prev:hover,
    div.m_issue-list-pagination > a.next:hover {
      background-color: #e40021; }
    div.m_issue-list-pagination > a.prev.disabled,
    div.m_issue-list-pagination > a.next.disabled {
      opacity: 0.4;
      cursor: not-allowed;
      pointer-events: none; }
  div.m_issue-list-pagination > a.prev {
    order: 1;
    transform: rotate(90deg); }
  div.m_issue-list-pagination > a.next {
    order: 2;
    transform: rotate(-90deg); }
    @media (min-width: 720px) {
      div.m_issue-list-pagination > a.next {
        order: 3; } }
  div.m_issue-list-pagination > div.pages {
    order: 3;
    flex-basis: 100%;
    text-align: center;
    margin-top: 10px; }
    @media (min-width: 720px) {
      div.m_issue-list-pagination > div.pages {
        order: 2;
        margin-top: 0px;
        flex-basis: auto;
        margin-right: 20px;
        margin-left: 20px; } }
    div.m_issue-list-pagination > div.pages > a.page {
      /*@include ff-mono();*/
      text-decoration: none;
      color: #000;
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 5px;
      padding-bottom: 3px;
      border-bottom: 4px solid transparent;
      transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease; }
      div.m_issue-list-pagination > div.pages > a.page:hover {
        color: #fff;
        background-color: #e40021; }
      div.m_issue-list-pagination > div.pages > a.page.isActive {
        border-color: #000; }

/* MIssueList */
div.m_issue-list > .row {
  margin: 0 -20px; }
  @media (min-width: 720px) {
    div.m_issue-list > .row {
      display: flex;
      flex-wrap: wrap; } }

.m_issue-list--item {
  margin-bottom: 70px;
  text-align: center;
  flex: 0 0 25%;
  padding: 0 5px; }
  .m_issue-list--item img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: auto; }
  .m_issue-list--item > .img-container {
    display: block;
    text-decoration: none;
    max-width: 410px;
    margin: auto;
    margin-bottom: 30px; }
  .m_issue-list--item > .content {
    max-width: 410px;
    margin: auto; }
    .m_issue-list--item > .content > .title {
      font-size: 24px;
      line-height: 1.2;
      text-transform: uppercase;
      color: #000;
      margin-bottom: 15px;
      letter-spacing: 2px; }
      @media (min-width: 940px) {
        .m_issue-list--item > .content > .title {
          font-size: 24px;
          margin-bottom: 20px; } }
      .m_issue-list--item > .content > .title > a {
        color: inherit;
        text-decoration: none;
        font-weight: 300; }
  @media (min-width: 940px) {
    .m_issue-list--item {
      padding: 0 20px; } }

/* MFormidable */
.m_formidable {
  max-width: 805px;
  margin: 30px auto;
  /*@include ff-mono();*/ }
  .m_formidable .frm_form_fields .frm_form_field label.frm_primary_label {
    /*(@include ff-mono();*/
    font-size: 20px ;
    font-size: 2rem ;
    font-weight: 600;
    margin-bottom: 15px; }
  .m_formidable .frm_form_fields .frm_form_field input[type=text], .m_formidable .frm_form_fields .frm_form_field input[type=password], .m_formidable .frm_form_fields .frm_form_field input[type=email],
  .m_formidable .frm_form_fields .frm_form_field input[type=number], .m_formidable .frm_form_fields .frm_form_field input[type=url], .m_formidable .frm_form_fields .frm_form_field input[type=tel],
  .m_formidable .frm_form_fields .frm_form_field input[type=file], .m_formidable .frm_form_fields .frm_form_field input[type=search], .m_formidable .frm_form_fields .frm_form_field select {
    height: 47px;
    border: 1px solid #c4c4c4; }
  .m_formidable .frm_form_fields .frm_form_field input[type=text], .m_formidable .frm_form_fields .frm_form_field input[type=password], .m_formidable .frm_form_fields .frm_form_field input[type=email],
  .m_formidable .frm_form_fields .frm_form_field input[type=number], .m_formidable .frm_form_fields .frm_form_field input[type=url], .m_formidable .frm_form_fields .frm_form_field input[type=tel],
  .m_formidable .frm_form_fields .frm_form_field input[type=search], .m_formidable .frm_form_fields .frm_form_field select, .m_formidable .frm_form_fields .frm_form_field textarea {
    /*@include ff-mono();*/
    font-size: 15px ;
    font-size: 1.5rem ;
    border-radius: 0; }
  .m_formidable .frm_form_fields .frm_form_field .frm_opt_container > div {
    margin-bottom: 10px; }
  .m_formidable .frm_form_fields .frm_form_field .frm_opt_container label {
    /*@include ff-mono();*/
    font-size: 16px ;
    font-size: 1.6rem ;
    line-height: 25px; }
  .m_formidable .frm_form_fields .frm_form_field .frm_opt_container input {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-right: 0;
    height: 25px;
    width: 25px; }
  .m_formidable .frm_form_fields .frm_submit > button {
    /*@include ff-mono();*/
    border: 0;
    border-bottom: 2px solid #000;
    padding: 10px 0;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 15px ;
    font-size: 1.5rem ;
    letter-spacing: 2px;
    border-radius: 0;
    background: transparent;
    font-weight: 600; }
    .m_formidable .frm_form_fields .frm_submit > button:hover {
      background: transparent;
      border-bottom: 2px solid #000; }

/* UMeta */
div.u_meta {
  /*@include ff-mono();*/
  font-size: 12px;
  margin: 2em auto 0;
  display: flex;
  padding: 0 1em;
  flex-direction: column;
  text-align: center; }
  @media (min-width: 1100px) {
    div.u_meta {
      margin-top: 7%;
      text-align: left;
      display: initial;
      position: absolute;
      max-width: 8em;
      left: 4%; } }
  @media (min-width: 1200px) {
    div.u_meta {
      max-width: 12em; } }
  div.u_meta .tags {
    color: #e40021;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px; }
    @media (min-width: 1100px) {
      div.u_meta .tags {
        margin-bottom: 30px; } }
  div.u_meta .post_date {
    margin-bottom: 10px;
    white-space: nowrap; }
    @media (min-width: 1100px) {
      div.u_meta .post_date {
        margin-bottom: 30px; } }

/* UShare */
div.u_share {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: flex; }
  div.u_share > span {
    font-weight: 300;
    margin-right: 15px;
    line-height: 42px; }
  @media (min-width: 1100px) {
    div.u_share {
      margin-bottom: 30px; } }
  div.u_share > ul.share-links {
    display: flex;
    padding-top: 10px;
    justify-content: center;
    flex-wrap: wrap; }
    @media (min-width: 1100px) {
      div.u_share > ul.share-links {
        justify-content: flex-start; } }
    div.u_share > ul.share-links > li {
      margin-right: 16px;
      margin-bottom: 8px; }
      div.u_share > ul.share-links > li:last-child {
        margin-right: 0; }
      div.u_share > ul.share-links > li > a > svg {
        max-width: 16px;
        max-height: 16px; }

div.u_share.u_share__single-line {
  display: flex;
  justify-content: flex-start; }
  div.u_share.u_share__single-line > span {
    padding-right: 20px; }
  div.u_share.u_share__single-line > ul.share-links {
    padding-top: 0; }

/* MButton */
a.m_button {
  display: inline-block;
  padding: 10px 22px;
  background-color: #000;
  color: #fff;
  /*@include ff-mono();*/
  font-size: 14px ;
  font-size: 1.4rem ;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: none;
  transition: background-color 150ms ease;
  cursor: pointer; }
  a.m_button:hover {
    background-color: #e40021; }

/*@import '../UListen/UListen';*/
/* MArticleHeaderV2 */
div.m_article-header-v2 > div.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  border-bottom: 1px solid #000;
  padding-left: 0px;
  padding-right: 0px;
  position: relative; }
  div.m_article-header-v2 > div.wrapper:after {
    background: url(uneets/dist/assets/img/shield-red-sm.png) no-repeat center;
    content: " ";
    display: block;
    margin-left: -12px;
    margin-bottom: -13.5px;
    width: 24px;
    height: 27px;
    position: absolute;
    bottom: 0;
    left: 50%; }
  @media (min-width: 940px) {
    div.m_article-header-v2 > div.wrapper {
      display: flex;
      justify-content: center; } }
  div.m_article-header-v2 > div.wrapper > div.image-container {
    position: relative;
    background-color: #eaeaea; }
    @media (min-width: 940px) {
      div.m_article-header-v2 > div.wrapper > div.image-container {
        flex-basis: 50%; } }
    div.m_article-header-v2 > div.wrapper > div.image-container > img {
      display: block;
      width: 100%;
      max-width: 500px;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 940px) {
        div.m_article-header-v2 > div.wrapper > div.image-container > img {
          max-width: none; } }
    div.m_article-header-v2 > div.wrapper > div.image-container > span.credit {
      position: absolute;
      bottom: -10px;
      right: 30px;
      transform: translateY(100%);
      /*@include ff-mono();*/
      font-size: 12px ;
      font-size: 1.2rem ;
      line-height: 1em;
      color: #757575; }
      @media (min-width: 940px) {
        div.m_article-header-v2 > div.wrapper > div.image-container > span.credit {
          transform: translateX(100%);
          right: -20px;
          bottom: 20px; } }
  div.m_article-header-v2 > div.wrapper > div.info {
    padding: 0px 30px 80px;
    color: #000;
    text-align: center; }
    @media (min-width: 940px) {
      div.m_article-header-v2 > div.wrapper > div.info {
        flex-basis: 100%;
        max-width: 1280px;
        display: flex;
        padding: 0px 40px 36px;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        justify-content: center;
        flex-direction: column; } }
    @media (min-width: 1350px) {
      div.m_article-header-v2 > div.wrapper > div.info {
        padding: 0px 50px 36px; } }
    div.m_article-header-v2 > div.wrapper > div.info > div.main-tag {
      font-family: freight-sans-pro, sans-serif;
      font-size: 16px ;
      font-size: 1.6rem ;
      background-color: #fff;
      text-transform: uppercase;
      line-height: 1.5;
      margin: -0.75em auto 20px auto;
      min-width: 11em;
      max-width: 11em;
      padding: 0 1em;
      position: relative;
      top: 0; }
    div.m_article-header-v2 > div.wrapper > div.info > h2.title {
      color: #000;
      font-family: freight-sans-pro, sans-serif;
      font-size: 56px ;
      font-size: 5.6rem ;
      font-weight: 500;
      text-align: center;
      max-width: 600px;
      margin-bottom: 50px; }
      @media (min-width: 940px) {
        div.m_article-header-v2 > div.wrapper > div.info > h2.title {
          padding-top: 36px ;
          padding-top: 3.6rem ; } }
    div.m_article-header-v2 > div.wrapper > div.info > span.excerpt {
      display: block;
      font-family: freight-sans-pro, sans-serif;
      font-size: 27px ;
      font-size: 2.7rem ;
      font-weight: 400;
      line-height: 1.4em;
      color: #000;
      margin-bottom: 50px; }
    div.m_article-header-v2 > div.wrapper > div.info > span.author {
      display: block;
      font-family: freight-sans-pro, sans-serif;
      font-size: 20px ;
      font-size: 2rem ;
      letter-spacing: 1px;
      color: #757575;
      font-weight: bold; }

@media (min-width: 940px) {
  div.m_article-header-v2.m_article-header-v2__featured > div.wrapper > div.info {
    flex-basis: 50%; } }

div.m_article-header-v2.m_article-header-v2__featured > div.wrapper > div.info > h2.title {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 700;
  font-size: 39px ;
  font-size: 3.9rem ;
  line-height: 1.2em; }

/*@import '../UTplSimpleListPage/UTplSimpleListPage';
@import '../USimpleList/USimpleList';
@import '../USimpleListFilter/USimpleListFilter';
@import '../USimpleListItems/USimpleListItems';*/
/* MSignUpForm */
div.m_sign-up-form {
  max-width: 1280px;
  margin: 25px auto 0px;
  padding: 0 30px; }
  @media print {
    div.m_sign-up-form {
      display: none; } }
  @media (min-width: 800px) {
    div.m_sign-up-form {
      padding: 0; } }
  div.m_sign-up-form > .frm_forms.frm_style_formidable-style.with_frm_style > form > .frm_form_fields > fieldset > .frm_fields_container {
    max-width: 426px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    div.m_sign-up-form > .frm_forms.frm_style_formidable-style.with_frm_style > form > .frm_form_fields > fieldset > .frm_fields_container .frm_form_field.frm_html_container.form-field {
      text-align: center;
      flex: 0 0 100%;
      width: 100%; }
      div.m_sign-up-form > .frm_forms.frm_style_formidable-style.with_frm_style > form > .frm_form_fields > fieldset > .frm_fields_container .frm_form_field.frm_html_container.form-field > span {
        font-family: freight-sans-pro, sans-serif;
        color: #000;
        text-transform: uppercase;
        font-size: 16px ;
        font-size: 1.6rem ; }
    div.m_sign-up-form > .frm_forms.frm_style_formidable-style.with_frm_style > form > .frm_form_fields > fieldset > .frm_fields_container .frm_form_field.form-field {
      flex: 0 0 67%; }
      div.m_sign-up-form > .frm_forms.frm_style_formidable-style.with_frm_style > form > .frm_form_fields > fieldset > .frm_fields_container .frm_form_field.form-field input[type=email] {
        color: #757575;
        width: 100%;
        font-family: freight-sans-pro, sans-serif;
        border-radius: 0;
        padding: 21px 15px;
        border-color: #d7d7d7; }
      div.m_sign-up-form > .frm_forms.frm_style_formidable-style.with_frm_style > form > .frm_form_fields > fieldset > .frm_fields_container .frm_form_field.form-field label {
        display: none; }
    div.m_sign-up-form > .frm_forms.frm_style_formidable-style.with_frm_style > form > .frm_form_fields > fieldset > .frm_fields_container .frm_form_field.frm_none_container {
      display: none; }
    div.m_sign-up-form > .frm_forms.frm_style_formidable-style.with_frm_style > form > .frm_form_fields > fieldset > .frm_fields_container .frm_submit.frm_half {
      padding-top: 16px;
      margin-left: 0;
      flex: 1; }
      div.m_sign-up-form > .frm_forms.frm_style_formidable-style.with_frm_style > form > .frm_form_fields > fieldset > .frm_fields_container .frm_submit.frm_half > button {
        font-family: freight-sans-pro, sans-serif;
        font-size: 16px ;
        font-size: 1.6rem ;
        line-height: 42px ;
        line-height: 4.2rem ;
        text-transform: uppercase;
        padding: 0 15px;
        margin: 0;
        border-radius: 0;
        border-color: #e40021;
        color: #e40021; }
    div.m_sign-up-form > .frm_forms.frm_style_formidable-style.with_frm_style > form > .frm_form_fields > fieldset > .frm_fields_container .frm_error {
      font-family: freight-sans-pro, sans-serif;
      padding: 10px 0; }

body.archive div.m_sign-up-form > .frm_forms.frm_style_formidable-style.with_frm_style > form > .frm_form_fields > fieldset > .frm_fields_container {
  display: grid; }
  body.archive div.m_sign-up-form > .frm_forms.frm_style_formidable-style.with_frm_style > form > .frm_form_fields > fieldset > .frm_fields_container .frm_form_field.form-field.frm_required_field {
    grid-column: span 7 / span 7; }
  body.archive div.m_sign-up-form > .frm_forms.frm_style_formidable-style.with_frm_style > form > .frm_form_fields > fieldset > .frm_fields_container .frm_submit.frm_half {
    grid-column: span 5 / span 5; }

/* MSocialShare */
div.m_social-share {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media print {
    div.m_social-share {
      display: none; } }
  div.m_social-share > .print {
    line-height: 45px ;
    line-height: 4.5rem ; }
    @media print {
      div.m_social-share > .print {
        display: none; } }
    @media (min-width: 480px) {
      div.m_social-share > .print {
        line-height: 40px ;
        line-height: 4rem ; } }
    @media (min-width: 720px) {
      div.m_social-share > .print {
        line-height: 30px ;
        line-height: 3rem ; } }
    div.m_social-share > .print > a {
      text-decoration: none;
      color: #000; }
      div.m_social-share > .print > a > svg {
        display: inline-block;
        max-width: 16px;
        max-height: 16px; }

/* UTplTreasury */
div.u_tpl-treasury {
  background-color: #fff; }
  div.u_tpl-treasury > div.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1340px;
    padding-top: 90px;
    padding-bottom: 90px; }
    @media (min-width: 800px) {
      div.u_tpl-treasury > div.wrapper {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 1200px) {
      div.u_tpl-treasury > div.wrapper {
        padding-left: 50px;
        padding-right: 50px; } }

/* MTreasuryYearNav */
div.m_treasury-year-nav {
  max-width: 300px;
  margin: 0 auto;
  padding: 35px 0;
  overflow: hidden; }
  div.m_treasury-year-nav > div.m_treasury-year-nav--container {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 1 1 auto;
    width: 100%; }
    div.m_treasury-year-nav > div.m_treasury-year-nav--container > span {
      font-family: freight-sans-pro, sans-serif;
      font-weight: 300;
      font-size: 36px;
      font-weight: 300; }
    div.m_treasury-year-nav > div.m_treasury-year-nav--container > a {
      padding-top: 8px;
      display: inline-block;
      max-height: 28px;
      overflow: hidden; }
      div.m_treasury-year-nav > div.m_treasury-year-nav--container > a svg {
        margin-top: -65px;
        max-width: 20px;
        height: auto; }
    div.m_treasury-year-nav > div.m_treasury-year-nav--container .prev > svg {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    div.m_treasury-year-nav > div.m_treasury-year-nav--container .next > svg {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    div.m_treasury-year-nav > div.m_treasury-year-nav--container .vis-hidden {
      visibility: hidden; }

/* MNewsletterPopup */
div.m_newsletter-popup {
  padding: 40px 24px 24px; }
  @media (min-width: 940px) {
    div.m_newsletter-popup {
      padding: 60px 48px 48px; } }
  div.m_newsletter-popup h2 {
    color: #000;
    text-align: center;
    font-size: 36px ;
    font-size: 3.6rem ;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 8px; }
    @media (min-width: 940px) {
      div.m_newsletter-popup h2 {
        font-size: 70px ;
        font-size: 7rem ; } }
    div.m_newsletter-popup h2 strong {
      color: #DE0808;
      font-style: normal;
      font-weight: 500; }
  div.m_newsletter-popup > p {
    color: #000;
    text-align: center;
    font-size: 18px ;
    font-size: 1.8rem ;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 28px */
    text-transform: uppercase; }
    @media (min-width: 940px) {
      div.m_newsletter-popup > p {
        font-size: 20px ;
        font-size: 2rem ; } }
  div.m_newsletter-popup .frm_message {
    margin-top: 25px;
    background: #FFF;
    font-size: 18px;
    border-radius: 0;
    border-color: #DE0808; }
    div.m_newsletter-popup .frm_message p {
      color: #333; }
  div.m_newsletter-popup .frm_forms .frm_fields_container {
    padding: 8px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 32px; }
    div.m_newsletter-popup .frm_forms .frm_fields_container .frm_form_field {
      grid-column: span 7 / span 7 !important;
      padding-top: 0;
      margin-bottom: 0;
      margin-top: 4px; }
      @media (min-width: 480px) {
        div.m_newsletter-popup .frm_forms .frm_fields_container .frm_form_field {
          grid-column: span 9 / span 9 !important; } }
      div.m_newsletter-popup .frm_forms .frm_fields_container .frm_form_field input {
        font-family: freight-sans-pro, sans-serif;
        font-weight: 300;
        border: none;
        box-shadow: none;
        font-size: 14px ;
        font-size: 1.4rem ;
        font-style: normal;
        font-weight: 350;
        line-height: 140%;
        /* 22.4px */
        text-transform: uppercase;
        padding-left: 0; }
        @media (min-width: 480px) {
          div.m_newsletter-popup .frm_forms .frm_fields_container .frm_form_field input {
            font-size: 16px ;
            font-size: 1.6rem ; } }
      div.m_newsletter-popup .frm_forms .frm_fields_container .frm_form_field .frm_error {
        font-family: freight-sans-pro, sans-serif;
        font-weight: 300;
        font-weight: 400;
        margin-top: 2px; }
      div.m_newsletter-popup .frm_forms .frm_fields_container .frm_form_field.frm_inside_container > label {
        font-size: 14px ;
        font-size: 1.4rem ;
        font-family: freight-sans-pro, sans-serif;
        font-weight: 300;
        text-transform: uppercase;
        color: #4E4E4E;
        font-style: normal;
        font-weight: 350;
        line-height: 140%;
        /* 22.4px */
        top: 2px;
        left: 0;
        padding-left: 0; }
        @media (min-width: 480px) {
          div.m_newsletter-popup .frm_forms .frm_fields_container .frm_form_field.frm_inside_container > label {
            font-size: 16px ;
            font-size: 1.6rem ; } }
      div.m_newsletter-popup .frm_forms .frm_fields_container .frm_form_field.frm_inside_container.frm_label_float_top > label {
        display: none !important; }
    div.m_newsletter-popup .frm_forms .frm_fields_container .newsletter-button-wrapper, div.m_newsletter-popup .frm_forms .frm_fields_container .frm_submit {
      grid-column: span 5 / span 5 !important; }
      @media (min-width: 480px) {
        div.m_newsletter-popup .frm_forms .frm_fields_container .newsletter-button-wrapper, div.m_newsletter-popup .frm_forms .frm_fields_container .frm_submit {
          grid-column: span 3 / span 3 !important; } }
    div.m_newsletter-popup .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
      font-family: freight-sans-pro, sans-serif;
      font-weight: 300;
      background: #DE0808;
      border: 0;
      border-radius: 0;
      margin: 0;
      display: flex;
      width: 100%;
      padding: 10px 24px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      color: #FFF;
      font-size: 14px ;
      font-size: 1.4rem ;
      font-weight: 700;
      line-height: 140%;
      /* 22.4px */ }
      @media (min-width: 480px) {
        div.m_newsletter-popup .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
          font-size: 16px ;
          font-size: 1.6rem ; } }

.page-template-page-iframe .main-content iframe {
  height: 100vh; }

.page-template-page-iframe .main-content .m_page-title {
  display: none; }

.page-template-page-iframe .main-content .wrapper {
  width: 100%;
  max-width: 100% !important;
  padding: 30px !important; }

div.u_nav-overlay div.u_nav-overlay--main-section {
  max-height: calc(100vh - 90px); }

div.u_nav-overlay {
  height: 101vh; }

ul.m_social-networks > li {
  padding-right: 0px !important; }

div.m_header-actions > div.social-container {
  padding-right: 0px !important;
  padding-left: 0px !important; }

nav.m_header-nav > ul {
  max-width: 100%; }

header.u_home-header div.u_home-header--top-bar > div.wrapper {
  padding-left: 0px; }

header.u_home-header
div.u_home-header--top-bar
> div.wrapper
> div.logo-container {
  max-width: 100%; }

header.u_home-header
div.u_home-header--top-bar
> div.wrapper
> div.logo-container {
  left: 50%; }

.profile-avatar {
  width: 100%;
  max-width: 630px; }

ul.m_social-networks {
  justify-content: center; }

ul.u_a-list-items > li.item-container {
  max-width: 100%; }

div.u_nav-overlay
div.u_nav-overlay--main-section
> div.nav-section
> div.social-networks-container {
  padding-left: 0px; }

div.u_home_headline {
  text-align: left; }

ul.u_a-list-items > li.item-container {
  margin-left: 0px;
  padding: 0 20px; }

div.u_pagination {
  display: flex;
  width: 100%;
  align-items: center;
  text-align: center;
  justify-content: center; }

h1.m_logo > a .m_logo--warcry-img {
  max-width: 130px; }

article.u_tpl-basic-page > div.wrapper {
  padding-top: 0px; }

div.u_featured-articles > a.feature-image > .title {
  text-align: left; }

@media (min-width: 768px) {
  header.u_home-header
div.u_home-header--top-bar
> div.wrapper
> div.logo-container {
    top: 35px; }
  div.u_tpl-home
.u_tpl-home--article-list
.items-container
ul.u_a-list-items
> li.item-container {
    flex-basis: 50% !important; }
  div.u_tpl-home
section.u_a-list
.u_a-list--interaction-area
> div.items-area
> div.items-container {
    flex-basis: 100%; } }

@media (max-width: 768px) {
  div.u_nav-overlay
div.u_nav-overlay--top-bar
> div.logo-container
h1.m_logo
> a
.m_logo--warcry-img {
    max-width: 320px; }
  div.u_nav-overlay div.u_nav-overlay--top-bar > div.logo-container {
    margin-top: 90px; }
  div.u_nav-overlay div.u_nav-overlay--top-bar > div.logo-container h1.m_logo {
    height: 176px; }
  div.u_tpl-home
section.u_a-list
.u_a-list--interaction-area
> div.items-area
> div.items-container {
    flex-basis: 100%; }
  div.m_sign-up-form
> .frm_forms.frm_style_formidable-style.with_frm_style
> form
> .frm_form_fields
> fieldset
> .frm_fields_container
.frm_form_field.form-field {
    flex: 0 0 100%; }
  div.m_sign-up-form
> .frm_forms.frm_style_formidable-style.with_frm_style
> form
> .frm_form_fields
> fieldset
> .frm_fields_container
.frm_submit.frm_half {
    text-align: center; }
  footer.m_footer > div.menu-container > ul li {
    padding-left: 0px;
    text-align: center; }
  footer.m_footer > div.menu-container > ul li ul.sub-menu > li {
    text-align: center;
    padding: 10px 0 10px 0px; }
  div.m_featured-series {
    flex: 0 100% !important; } }

div.u_content > div.wrapper > .content ul > li,
div.u_content > div.wrapper > .content ol > li {
  text-align: justify; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  nav.m_header-nav {
    display: flex; }
  nav.m_header-nav > ul {
    margin: auto; } }

@media (min-width: 1024px) {
  section.u_a-list
.u_a-list--interaction-area
> div.items-area
> div.filter-tags-area
> div.filters-container {
    padding-right: 0px !important; }
  ul.u_a-list-items > li.item-container {
    flex-basis: 50% !important; }
  div.u_tpl-home
section.u_a-list
.u_a-list--interaction-area
> div.items-area
> div.items-container {
    flex-basis: 80%; }
  div.m_featured-series > .m_featured-series-container {
    width: 100%; }
  .u_tpl-basic-article--sign-up-form.desktop {
    display: block; }
  .u_tpl-basic-article--sign-up-form.mobile {
    display: none; }
  .u_tpl-article-listing-page--sign-up-form.desktop {
    display: block; }
  .u_tpl-article-listing-page--sign-up-form.mobile {
    display: none; }
  #ulfilter_by_category {
    display: block !important; }
  .u_a-list-filters .m_svgxlink.chevron-down,
  .u_a-list-filters .m_svgxlink.chevron-right {
    display: none !important; } }

@media (max-width: 1024px) {
  .u_tpl-basic-article--sign-up-form.desktop {
    display: none; }
  .u_tpl-basic-article--sign-up-form.mobile {
    display: block; }
  .u_tpl-article-listing-page--sign-up-form.desktop {
    display: none; }
  .u_tpl-article-listing-page--sign-up-form.mobile {
    display: block; }
  section.u_a-list
.u_a-list--interaction-area
> div.items-area
> div.filter-tags-area {
    margin-top: 20px; }
  div.u_tpl-home
section.u_a-list
.u_a-list--interaction-area
> div.items-area
> div.items-container {
    flex-basis: 100%; }
  div.m_featured-series {
    flex: 0 50%; }
  div.u_home_headline {
    text-align: center; }
  div.u_tpl-article-listing-page
.u_tpl-article-listing-page--headline-wrapper
> .wrapper {
    padding-left: 0px;
    padding-right: 0px;
    display: block; }
  div.u_tpl-article-listing-page
div.m_sign-up-form
> .frm_forms.frm_style_formidable-style.with_frm_style
> form
> .frm_form_fields
> fieldset
> .frm_fields_container
.frm_form_field.form-field {
    flex: 0 0 100% !important; }
  div.u_tpl-article-listing-page
div.m_sign-up-form
> .frm_forms.frm_style_formidable-style.with_frm_style
> form
> .frm_form_fields
> fieldset
> .frm_fields_container
.frm_submit.frm_half {
    flex: 0 0 100% !important;
    text-align: center; }
  div.u_tpl-article-listing-page
.u_tpl-article-listing-page--headline-wrapper
> .wrapper
> .u_tpl-article-listing-page--headline {
    margin-top: 0px !important; }
  div.u_tpl-article-listing-page .u_tpl-article-listing-page--sign-up-form {
    height: auto; }
  div.u_tpl-article-listing-page .u_tpl-article-listing-page--headline-wrapper {
    border-bottom: none; }
  div.u_article-next-prev {
    display: block; }
  div.u_article-next-prev .prev {
    margin-bottom: 20px; }
  div.u_article-next-prev .next {
    justify-content: right; }
  div.u_article-next-prev {
    padding: 25px 0px; }
  div.u_a-list-filters > span:first-child {
    position: relative; }
  .u_a-list-filters ul:first-child {
    display: none; }
  .u_a-list-filters .m_svgxlink.chevron-right {
    display: block; }
  .u_a-list-filters .m_svgxlink.chevron-down {
    display: none; }
  .filter_by_category {
    justify-content: center;
    align-items: center;
    display: flex; }
  .u_a-list-filters ul {
    display: none; }
  div.u_nav-overlay > div.wrapper {
    padding-bottom: 0px; } }

@media (min-width: 800px) {
  body.u_body > main.main-content {
    padding-top: 0px; }
  .m_logo--warcry-img-mobile.mobile {
    display: none; } }

@media (min-width: 620px) {
  ul.u_a-list-items {
    justify-content: space-between !important; } }

@media (min-width: 720px) {
  div.u_tpl-home
.u_tpl-home--article-list
.items-container
ul.u_a-list-items
> li.item-container {
    flex-basis: 50%; } }

@media (max-width: 720px) {
  div.u_featured-articles > div.content {
    margin: 0px; }
  div.u_featured-articles
> div.content
> .article-row
> .article-container:first-child {
    padding-right: 0px !important; }
  div.u_pagination button {
    font-size: 15px;
    display: flex; }
  div.u_article-next-prev div a {
    display: block;
    text-align: center; }
  div.u_article-next-prev div a .u_article-next-prev--thumbnail {
    margin: 10px auto; }
  div.u_article-next-prev .prev a .detail {
    margin-left: 0px; }
  div.u_article-next-prev .next a .detail {
    margin-right: 0px; }
  div.u_article-next-prev .next a .detail {
    text-align: center; }
  div.u_article-next-prev .next {
    display: block;
    text-align: center; }
  div.u_article-next-prev .next a {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column-reverse;
    flex-flow: column-reverse; }
  div.u_featured-articles > a.feature-image > .title {
    font-size: 2.6rem !important; } }

article.u_a-list-item > a > div.image-container {
  padding-top: 300px; }

@media (max-width: 800px) {
  .wp-block-columns {
    flex-direction: column; }
  .wp-block-column {
    margin-right: 0 !important;
    margin-left: 0 !important; } }

@media (max-width: 620px) {
  div.u_featured-articles > div.content {
    margin: 5px -30px 0 -30px !important; }
  div.u_featured-articles > a.feature-image > .img {
    height: 300px; } }

@media (max-width: 480px) {
  .u_tpl-home--banner {
    display: none; }
  div.m_article-header-v2 > div.wrapper > div.info > h2.title {
    font-size: 3.6rem; }
  div.m_article-header-v2 > div.wrapper > div.info > span.excerpt {
    font-size: 1.8rem; }
  div.m_article-header-v2 > div.wrapper > div.info {
    padding: 0px 0px 80px; }
  div.u_content > div.wrapper > .content .wp-block-quote p {
    font-size: 1.8rem; }
  div.u_content.isArticle {
    padding: 0px; }
  div.u_disqus-comments {
    padding: 0px; }
  footer.m_footer {
    margin-top: 0px; }
  footer.m_footer {
    padding: 5px 30px 60px 30px; }
  div.m_footer--logo-container {
    margin-top: 40px; } }

div.u_nav-overlay div.u_nav-overlay--top-bar > div.logo-container h1.m_logo {
  height: 138px; }

@media (max-width: 1024px) {
  div.u_featured-articles > a.feature-image {
    padding-right: 0px; }
  div.u_featured-articles > div.content > .article-row > .article-container {
    margin: 0;
    padding: 0;
    flex-basis: 50%; }
  div.u_featured-articles
> div.content
> .article-row
> .article-container:first-child {
    flex-basis: 50%;
    padding: 0;
    margin: auto; }
  div.u_featured-articles > div.content > .article-row {
    margin: 0; }
  div.u_featured-articles
> div.content
> .article-row
> .article-container:first-child {
    padding-right: 5px; }
  div.u_featured-articles > div.content > .article-row > .article-container {
    padding-right: 0px; }
  div.m_featured-article:not(.isMain):first-child {
    padding-right: 0px; } }

div.u_article-next-prev {
  flex-wrap: inherit; }

div.u_article-next-prev .next {
  flex-basis: 50%;
  justify-content: right; }

.u_a-list-filters .m_svgxlink {
  width: 15px;
  height: 15px;
  padding-top: 0px; }

.chevron-right {
  transform: rotate(-90deg); }

.filter_by_category {
  text-decoration: none;
  color: #000; }

div.u_featured-articles {
  text-align: center;
  justify-content: center; }

@media (max-width: 800px) {
  header.u_home-header div.u_home-header--top-bar {
    height: 90px; }
  header.u_home-header
div.u_home-header--top-bar
> div.header-actions-container {
    margin-top: 0px; }
  body.u_body > main.main-content {
    margin-top: 120px; }
  .u_home-header--top-bar {
    background-color: #000 !important; }
  div.m_header-actions > div.mobile-nav-button-container {
    padding-top: 25px; }
  button.u_open-nav-overlay-button > svg {
    fill: #fff; }
  .u_nav-overlay.isOpen .u_nav-overlay--top-bar .logo-container {
    display: none; }
  .u_nav-overlay.isOpen button.u_close-nav-overlay-button > svg {
    fill: #fff; }
  div.u_nav-overlay div.u_nav-overlay--top-bar {
    height: 90px;
    background: #000; }
  div.u_nav-overlay div.u_nav-overlay--main-section {
    padding-top: 20px; }
  .m_logo--warcry-img-mobile.mobile {
    display: block; } }

.m_logo--warcry-img-mobile {
  position: absolute;
  top: 12px;
  left: 20px;
  max-width: 200px;
  height: 70px; }

div.u_nav-overlay {
  position: fixed; }

@media (min-width: 800px) {
  div.m_footer--logo-container {
    width: 400px; } }

.latest-podcasts-block {
  display: block;
  width: 100%;
  margin: 0;
  padding: 40px 0 0;
  text-align: center; }
  .latest-podcasts-block .latest-podcasts {
    display: block;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left; }
    @media (min-width: 1024px) {
      .latest-podcasts-block .latest-podcasts {
        display: flex !important;
        justify-content: space-between; } }
    .latest-podcasts-block .latest-podcasts li {
      display: block;
      width: 100%;
      margin: 0 0 30px !important;
      padding: 0 !important; }
      @media (min-width: 1024px) {
        .latest-podcasts-block .latest-podcasts li {
          flex-basis: 30%;
          width: 30%; } }
      .latest-podcasts-block .latest-podcasts li a {
        color: #000;
        text-decoration: none !important;
        display: block; }
      .latest-podcasts-block .latest-podcasts li .latest-podcast-image {
        display: block;
        width: 100%;
        height: 0;
        padding-top: 65%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: 25px; }
      .latest-podcasts-block .latest-podcasts li .latest-podcast-data .latest-podcast-name {
        font-family: freight-sans-pro, sans-serif;
        font-weight: 600;
        line-height: 1em;
        margin: 0;
        color: #e40021;
        text-transform: uppercase;
        text-decoration: none !important;
        letter-spacing: 0; }
      .latest-podcasts-block .latest-podcasts li .latest-podcast-data .latest-podcast-title {
        font-family: freight-sans-pro, sans-serif;
        font-weight: 500;
        line-height: 1em;
        margin: 0 0 20px;
        color: #000;
        font-weight: 600;
        text-decoration: none !important;
        font-size: 2em; }
      .latest-podcasts-block .latest-podcasts li .latest-podcast-data .latest-podcast-excerpt {
        color: #000;
        text-decoration: none !important;
        margin-top: 20px; }
  .latest-podcasts-block .see-all {
    display: inline-block;
    margin: 80px auto 0;
    padding: 10px 30px;
    border: 1px solid #e40021;
    border-radius: 50px;
    text-decoration: none !important; }

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