/*!
Theme Name: Midwest Socialist
Theme URI: http://underscores.me/
Author: Venell Studio
Author URI: http://midwestsocialist.com
Description: Description
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: midwestsocialist
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Midwest Socialist is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*********************
RESPONSIVE HELPER FUNCTION
*********************/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: "8uujUax3qE";
  src: url("fonts/8uujUax3qE55Rg.eot");
  src: url("fonts/8uujUax3qE55Rg.eot?#iefix") format("embedded-opentype"), url("fonts/8uujUax3qE55Rg.woff") format("woff"), url("fonts/8uujUax3qE55Rg.ttf") format("truetype"), url("fonts/8uujUax3qE55Rg.svg#8uujUax3qE") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "8uujUax3qE";
  src: url("fonts/8uujUax3qE75Bd.eot");
  src: url("fonts/8uujUax3qE75Bd.eot?#iefix") format("embedded-opentype"), url("fonts/8uujUax3qE75Bd.woff") format("woff"), url("fonts/8uujUax3qE75Bd.ttf") format("truetype"), url("fonts/8uujUax3qE75Bd.svg#8uujUax3qE") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "8uujUax3qE";
  src: url("fonts/8uujUax3qE56It.eot");
  src: url("fonts/8uujUax3qE56It.eot?#iefix") format("embedded-opentype"), url("fonts/8uujUax3qE56It.woff") format("woff"), url("fonts/8uujUax3qE56It.ttf") format("truetype"), url("fonts/8uujUax3qE56It.svg#8uujUax3qE") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "8uujUax3qE";
  src: url("fonts/8uujUax3qE76BdIt.eot");
  src: url("fonts/8uujUax3qE76BdIt.eot?#iefix") format("embedded-opentype"), url("fonts/8uujUax3qE76BdIt.woff") format("woff"), url("fonts/8uujUax3qE76BdIt.ttf") format("truetype"), url("fonts/8uujUax3qE76BdIt.svg#8uujUax3qE") format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "8uujUax3qE45Lt";
  src: url("fonts/9uujUax3qE45Lt.eot");
  src: url("fonts/9uujUax3qE45Lt.eot?#iefix") format("embedded-opentype"), url("fonts/9uujUax3qE45Lt.woff") format("woff"), url("fonts/9uujUax3qE45Lt.ttf") format("truetype"), url("fonts/9uujUax3qE45Lt.svg#8uujUax3qE") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "8uujUax3qE65Md";
  src: url("fonts/8uujUax3qE65Md.eot");
  src: url("fonts/8uujUax3qE65Md.eot?#iefix") format("embedded-opentype"), url("fonts/8uujUax3qE65Md.woff") format("woff"), url("fonts/8uujUax3qE65Md.ttf") format("truetype"), url("fonts/8uujUax3qE65Md.svg#8uujUax3qE65Md") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "9uujUax3qE";
  src: url("fonts/9uujUax3qE75Bd.eot");
  src: url("fonts/9uujUax3qE75Bd.eot?#iefix") format("embedded-opentype"), url("fonts/9uujUax3qE75Bd.woff") format("woff"), url("fonts/9uujUax3qE75Bd.ttf") format("truetype"), url("fonts/9uujUax3qE75Bd.svg#9uujUax3qE") format("svg");
  font-weight: bold;
  font-style: normal;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "NHaasGroteskTXPro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #e5e5e5;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  word-wrap: normal;
  padding: 1.6em;
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word;
}

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

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

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

big {
  font-size: 125%;
}

.single .entry-content h1, .page .entry-content h1 {
  font-size: 2.25rem;
  line-height: 1.2em;
}
.single .entry-content h2, .page .entry-content h2 {
  font-size: 1.5rem;
}
.single .entry-content h3, .page .entry-content h3 {
  font-size: 1.3125rem;
  margin-bottom: 0;
}
.single .entry-content h4, .page .entry-content h4 {
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0.025em;
}
.single .entry-content h5, .page .entry-content h5 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
}
.single .entry-content h6, .page .entry-content h6 {
  font-size: 0.875rem;
  font-weight: lighter;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  text-transform: uppercase;
}
.single .entry-content blockquote, .page .entry-content blockquote {
  font-size: 1rem;
  font-style: italic;
  line-height: 1.5em;
  border-left: 2px solid #AE3033;
  padding-left: 1em;
  margin-left: -1em;
  padding-right: 0;
  margin-right: 0;
}
.single .entry-content ul, .single .entry-content ol, .page .entry-content ul, .page .entry-content ol {
  margin-left: 0;
  -webkit-padding-start: 1.5em;
}
.single .entry-content code, .page .entry-content code {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Courier 10 Pitch", Courier, monospace;
  display: inline;
  padding: 0.25em 0.25em;
  background: #e5e5e5;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  overflow-x: hidden;
}

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

body {
  background: #FEFEFE; /* Fallback for when there is no custom background color defined. */
  color: #222;
  font-family: "NHaasGroteskTXPro", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  height: 100%;
}

hr {
  background-color: #E2E2E2;
  border: 0;
  height: 2px;
  margin: 1.5em 0;
  clear: both;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

.wrapper {
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
}

#page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
  min-height: 100vh;
}

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

.single-post table {
  border: none;
  border-collapse: collapse;
  border-bottom: none;
  font-size: 0.875em;
}
.single-post table th {
  background: #E2E2E2;
  padding: 1.2rem 1rem 1rem;
  border: 2px solid #E2E2E2;
  border-bottom-color: #FEFEFE;
  vertical-align: middle;
  text-align: left;
}
.single-post table td {
  padding: 1.2rem 1rem 1rem;
  border: 2px solid #E2E2E2;
  vertical-align: top;
}
.single-post table tbody tr:last-of-type th {
  border-bottom-color: #E2E2E2;
  text-align: left;
}
.single-post table tbody th {
  text-align: left;
  vertical-align: top;
}
@media (min-width: 1460px) {
  .single-post table.extra-width {
    width: 150%;
    margin-left: -25%;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 2px solid;
  border-color: #222;
  border-radius: 2px;
  background: #222;
  color: #FEFEFE;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1;
  padding: 1em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: #FEFEFE;
  color: #222;
  cursor: pointer;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #AE3033;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 2px solid #E2E2E2;
  padding: 0.75em 0.5em;
}

select {
  border: 1px solid #A5A5A5;
}

textarea {
  width: 100%;
}

/*  Contact Form 7 styles-------------------------------------------------------------------------- */
section.signup, section.form {
  background: #E2E2E2;
  padding: 2.5rem 2rem 0rem;
  clear: both;
  margin-bottom: 3.25rem;
}
section.signup .section-title, section.form .section-title {
  border-top: 2px solid #AE3033;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.6em;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.015em;
}

p + section.signup {
  margin-top: 2rem;
}

div.wpcf7 {
  content: "";
  display: table;
  table-layout: fixed;
  margin-top: 0;
  width: 100%;
}
div.wpcf7 form .label {
  display: block;
  text-indent: -999em;
  line-height: 0;
  height: 0;
}
div.wpcf7 form p {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  div.wpcf7 form p {
    width: 49%;
    float: left;
    margin: 0 0 1rem 0;
  }
  div.wpcf7 form p:nth-of-type(2n) {
    margin-left: 2%;
  }
}
div.wpcf7 form p input[type=text], div.wpcf7 form p input[type=email], div.wpcf7 form p textarea, div.wpcf7 form p input[type=tel], div.wpcf7 form p input[type=file], div.wpcf7 form p input[type=url] {
  width: 100%;
  border-bottom: 2px solid #A5A5A5;
}
div.wpcf7 form p.submit {
  width: 100%;
  text-align: center;
  clear: both;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
div.wpcf7 form p.submit .wpcf7-submit {
  border: none;
  background: #222;
  color: #FEFEFE;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  padding: 1em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
div.wpcf7 form p.submit .wpcf7-submit:hover {
  background: #AE3033;
  cursor: pointer;
}
div.wpcf7 form p.full {
  width: 100%;
  float: none;
  margin-left: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #AE3033;
  text-decoration: none;
  -webkit-transition: color 175ms ease-in;
  -moz-transition: color 175ms ease-in;
  -o-transition: color 175ms ease-in;
  transition: color 175ms ease-in;
}
a:visited {
  color: #AE3033;
}
a:hover, a:focus, a:active {
  color: #AE3033;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  position: relative;
  text-align: right;
}
@media (min-width: 768px) {
  .main-navigation {
    float: right;
    width: 75%;
    font-size: 0.65rem;
    margin-bottom: 0;
  }
}
@media (min-width: 822px) {
  .main-navigation {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .main-navigation {
    width: 65.9420289855%;
  }
}
@media (min-width: 1128px) {
  .main-navigation {
    font-size: 0.875rem;
  }
}
.main-navigation .menu-main-menu-container {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .main-navigation .menu-main-menu-container {
    display: inline-block;
    clear: none;
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: relative;
  background: #FEFEFE;
}
.main-navigation ul li#menu-item-996:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  top: 98%;
  right: 0;
  border-top: 2px solid #FEFEFE;
  z-index: 1001;
}
@media (min-width: 768px) {
  .main-navigation ul li#menu-item-996:hover {
    border-left: 2px solid #222;
    border-right: 2px solid #222;
    position: relative;
    z-index: 100;
  }
}
.main-navigation ul ul {
  display: none;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 98%;
  left: -999em;
  z-index: 100 !important;
  background: #FEFEFE;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.main-navigation ul ul.sub-menu {
  width: 400%;
  min-width: 486px;
  overflow: auto;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1%;
  border: 2px solid #222;
  padding: 1.875em;
}
.main-navigation ul ul.sub-menu li {
  box-sizing: border-box;
}
.main-navigation ul ul.sub-menu li#menu-item-903 {
  grid-column: span 2;
  text-align: right;
}
.main-navigation ul ul.sub-menu li#menu-item-903 a {
  color: #AE3033;
  padding-right: 0.9em;
  background: url(images/carrot.svg) no-repeat right center;
  background-size: auto 45%;
}
.main-navigation ul ul.sub-menu li a {
  padding: 0.25em;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: 50%;
  transform: translateX(-50%);
  top: 98%;
  opacity: 1;
}
@media (min-width: 768px) {
  .main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    display: grid;
  }
}
.main-navigation li {
  display: block;
  text-align: left;
}
@media (min-width: 768px) {
  .main-navigation li {
    display: inline-block;
    border-left: 2px solid #FEFEFE;
    border-right: 2px solid #FEFEFE;
    float: none;
    width: auto;
    position: relative;
  }
}
@media (max-width: 767px) {
  .main-navigation li a {
    padding: 0.25em;
    border-bottom: 1px solid #E2E2E2;
  }
}
.main-navigation a {
  display: block;
  font-size: 1em;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  padding: 1.3em 0.8em;
  text-decoration: none;
  color: #222;
  font-weight: bold;
}
.main-navigation a:hover {
  color: #AE3033;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current-post-ancestor > a {
  color: #AE3033;
}

/*  Search -------------------------------------------------------------------------- */
#search-toggle {
  display: none;
}
@media (min-width: 768px) {
  #search-toggle {
    margin-top: 0;
    display: inline-block !important;
    float: none;
    width: auto;
    display: block;
    position: relative;
  }
}
#search-toggle .searchbtn {
  -webkit-appearance: none;
  background: url(images/search.svg) center center no-repeat;
  text-indent: -999em;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  padding: 1.3em 0 1.3em 1.8em;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0;
  border: none;
}
@media (max-width: 767px) {
  #search-toggle .searchbtn {
    margin-right: 0.25em;
    width: 21px;
    height: 21px;
    background-size: auto 100%;
  }
}
#search-toggle .searchbtn:hover {
  cursor: pointer;
}

#search-dropdown {
  display: none;
  position: absolute;
  opacity: 0;
  top: -999em;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#search-dropdown #searchform {
  display: flex;
  flex-direction: row;
  width: 100%;
}
#search-dropdown #searchform label {
  flex: 1;
}
#search-dropdown #searchform label span.label {
  display: none;
}
#search-dropdown #searchform input {
  border: none;
  border-bottom: 2px solid #222;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 100%;
  -webkit-appearance: none;
}
#search-dropdown #searchform input:focus {
  outline: none;
}
#search-dropdown #searchform button.search {
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #FEFEFE;
  background: #222;
  font-weight: bold;
  border: 1px solid #222;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  flex: 0;
}
#search-dropdown #searchform button.search:hover {
  cursor: pointer;
  color: #E2E2E2;
}
#search-dropdown.active {
  display: block;
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  background: #FEFEFE;
  z-index: 1000;
  padding-bottom: 1rem;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
.menu-toggle ul,
.main-navigation.toggled ul ul {
  display: none;
}

.main-navigation.toggled #search-dropdown {
  display: block;
  opacity: 1;
  position: relative;
  top: 0;
}

.menu-toggle {
  display: flex;
  flex-direction: row;
  align-content: center;
  float: left;
  background: transparent;
  border: 1px solid #e5e5e5;
  letter-spacing: 0.025em;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  clear: both;
  margin-top: 1rem;
  padding: 1em;
  line-height: 1.1em;
  color: #222;
}
.menu-toggle svg {
  width: 16px !important;
  height: auto;
  margin-right: 0.5em;
}

.main-navigation.toggled ul {
  padding-top: 1em;
}
.main-navigation.toggled .menu-main-menu-container {
  clear: left;
}

@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*  Top Links -------------------------------------------------------------------------- */
.secondary-navigation {
  border-bottom: 2px solid #222;
  overflow: auto;
  padding: 0.75em 0;
}
.secondary-navigation .menu-toplinks-container {
  display: block;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .secondary-navigation .menu-toplinks-container {
    width: auto;
    float: left;
    text-align: left;
  }
}
.secondary-navigation .menu-toplinks-container ul li:after {
  content: " | ";
  font-size: 0.6875rem;
  color: #888888;
  padding-right: 0.25em;
}
.secondary-navigation .menu-toplinks-container ul li:last-of-type:after {
  content: none;
}
.secondary-navigation #social-links {
  display: block;
  width: 100%;
  padding-top: 0.75em;
  text-align: center;
}
@media (min-width: 768px) {
  .secondary-navigation #social-links {
    width: auto;
    float: right;
    text-align: right;
    padding-top: 0;
  }
}
.secondary-navigation ul {
  margin: 0;
  padding: 0;
}
.secondary-navigation ul li {
  margin: 0;
  list-style-type: none;
  display: inline-block;
}
.secondary-navigation ul li.current-menu-item a {
  color: #AE3033;
}
.secondary-navigation ul li a {
  font-size: 0.6875rem;
  color: #222;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding-right: 0.7em;
}
.secondary-navigation ul li a:hover {
  color: #AE3033;
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*  Header -------------------------------------------------------------------------- */
.site-branding {
  position: relative;
  z-index: 2;
  margin: 1.25rem auto 1rem;
}
@media (min-width: 768px) {
  .site-branding {
    float: left;
    width: 23.5507246377%;
  }
}
@media (min-width: 1024px) {
  .site-branding {
    width: 32.6086956522%;
  }
}
@media (min-width: 1460px) {
  .site-branding {
    margin-left: -4.8913043478%;
  }
}
.site-branding .h-icon {
  float: left;
  width: 11.1111111111%;
  margin: 0.005rem 4.4444444444% 0 0;
}
.site-branding .h-icon img {
  width: 100%;
  height: auto;
}
.site-branding h1 {
  margin: 0;
  width: 81.1111111111%;
  clear: none;
  float: left;
  line-height: 0;
}
.site-branding h1 a {
  display: block;
  line-height: 0;
}
.site-branding h1 img {
  width: 100%;
  height: auto;
}

.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
  width: 0;
}

#content {
  flex: 1;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #content {
    margin-top: 1.5rem;
  }
}

/*  Home -------------------------------------------------------------------------- */
#headline-area {
  padding-bottom: 2.2rem;
}
@media (min-width: 1024px) {
  #headline-area {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
}
#headline-area .featured-image {
  margin-bottom: 1em;
}
@media (min-width: 1024px) {
  #headline-area .featured-image {
    width: 48.9130434783%;
    order: 2;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  #headline-area .featured-image {
    width: 65.9420289855%;
  }
}
#headline-area .featured-image img {
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  #headline-area .post {
    width: 48.9130434783%;
    align-self: flex-end;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  #headline-area .post {
    width: 28.9855072464%;
  }
}
#headline-area .post h4.cat-title {
  margin-bottom: 0.25em;
}
#headline-area .post h1 {
  font-weight: bold;
  font-size: 1.875rem;
  margin: 0;
  letter-spacing: 0.01em;
  line-height: 1.2em;
}
#headline-area .post h1 a {
  color: #222;
  text-decoration: none;
}
#headline-area .post h1 a:hover {
  color: #AE3033;
}
#headline-area .post .entry-meta {
  letter-spacing: 0.02em;
  margin-top: 0.5em;
  margin-bottom: 1.25em;
  font-size: 1rem;
}
#headline-area .post .entry-meta .byline {
  font-family: "8uujUax3qE65Md", Helvetica, Arial, sans-serif;
}
#headline-area .post .entry-meta .byline a {
  color: #222;
}
#headline-area .post .entry-meta .byline a:hover {
  color: #AE3033;
}
#headline-area .post .entry-meta .posted-on a {
  color: #C2C2C2;
}
#headline-area .post .entry-meta .posted-on a:hover {
  color: #AE3033;
}
#headline-area .post .entry-meta .pipe {
  color: #C2C2C2;
  padding: 0 0.25em;
}
#headline-area .post .entry-content {
  font-size: 1rem;
  line-height: 1.5em !important;
}
#headline-area .post .entry-content p {
  margin-bottom: 0;
}
#headline-area .post .entry-content a.read-more {
  font-size: 0.75rem;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-weight: bold;
  padding-right: 0.9em;
  background: url(images/carrot.svg) no-repeat right center;
  background-size: auto 45%;
  display: block;
  text-align: right;
}
#headline-area .post .entry-content a.read-more:hover {
  color: #AE3033;
}

.cat-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  margin: 0 0 0.7em 0;
  line-height: 1em;
  color: #A5A5A5;
}
.cat-title a {
  color: #A5A5A5;
  text-decoration: none;
}
.cat-title a:hover {
  color: #222;
}

.section-title {
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.015em;
}
.section-title a {
  color: #222;
}
.section-title a:hover {
  color: #AE3033;
}

#featured-posts {
  background: #E2E2E2;
  padding: 3.875em 0 1.6875em;
}
#featured-posts .section-title {
  border-top: 2px solid #AE3033;
  margin-top: 0;
  margin-bottom: 2.15em;
  padding-top: 0.6em;
}
#featured-posts .carousel-clip {
  width: 100%;
  overflow: hidden;
}
#featured-posts .carousel-clip .carousel-wrap {
  position: relative;
}
@media (min-width: 768px) {
  #featured-posts .carousel-clip .carousel-wrap {
    width: 102.173913%;
    margin-left: -1.0869565%;
  }
}
@media (min-width: 768px) {
  #featured-posts .owl-carousel .owl-item .post {
    padding: 0 2.2222222222%;
  }
}
@media (min-width: 1024px) {
  #featured-posts .owl-carousel .owl-item .post {
    padding: 0 3.2967032967%;
  }
}
#featured-posts .owl-carousel .owl-dots {
  text-align: center;
}
#featured-posts .owl-carousel .owl-dots .owl-dot {
  background: #c9c9c9;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 0.5em;
}
#featured-posts .owl-carousel .owl-dots .owl-dot.active {
  background: #A5A5A5;
}
#featured-posts .owl-carousel .owl-dots .owl-dot:last-of-type {
  margin-right: 0;
}
#featured-posts .hentry h3 {
  font-size: 1.3125rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  margin: 0.571428571em 0 0.19047619em 0;
  line-height: 1.238095238em;
}
#featured-posts .hentry h3 a {
  color: #222;
}
#featured-posts .hentry h3 a:hover {
  color: #AE3033;
}
#featured-posts .hentry .entry-meta {
  font-family: "8uujUax3qE65Md", Helvetica, Arial, sans-serif;
  margin-bottom: 0.375em;
}
#featured-posts .hentry .entry-meta a {
  color: #222;
}
#featured-posts .hentry .entry-meta a:hover {
  color: #AE3033;
}
#featured-posts .hentry .entry-content {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.538461538em;
}
#featured-posts .hentry .entry-content p {
  margin: 0;
}
#featured-posts .hentry.category-podcast .cat-title a:before, #featured-posts .hentry.category-video .cat-title a:before {
  content: "Latest ";
}

@media (min-width: 768px) {
  .post-wrap {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 2.1739130435%;
  }
}
.post-wrap .hentry {
  padding: 2.75rem 0 0;
}
@media (min-width: 768px) {
  .post-wrap .hentry {
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  .post-wrap .hentry {
    grid-column: span 3;
  }
}
@media (min-width: 1200px) {
  .post-wrap .hentry {
    padding-top: 3.75rem;
  }
}
.post-wrap .hentry h3 {
  font-size: 1rem;
  line-height: 1.3em;
  font-weight: bold;
  margin: 0.9em 0 0.3em;
}
.post-wrap .hentry h3 a {
  color: #222;
}
.post-wrap .hentry h3 a:Hover {
  color: #AE3033;
}
.post-wrap .hentry .img-thumb a {
  position: relative;
  display: block;
  line-height: 0;
}
.post-wrap .hentry .entry-meta {
  font-size: 0.875rem;
  font-family: "8uujUax3qE65Md", Helvetica, Arial, sans-serif;
}
.post-wrap .hentry .entry-meta a {
  color: #222;
}
.post-wrap .hentry .entry-meta a:hover {
  color: #AE3033;
}
.post-wrap .hentry .entry-meta .posted-on a {
  color: #C2C2C2;
}
.post-wrap .hentry .entry-meta .posted-on a:hover {
  color: #AE3033;
}
.post-wrap .hentry .entry-meta .pipe {
  color: #C2C2C2;
  padding: 0 0.25em;
}
.post-wrap .hentry .entry-content {
  margin: 0.2rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.538461538em;
}
.post-wrap .hentry .entry-content p {
  margin: 0;
}
.post-wrap #headline-area {
  width: 100%;
  grid-column: span 12;
  padding-bottom: 0;
}
.post-wrap #headline-area .post {
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .post-wrap #headline-area .post {
    margin-bottom: 1rem;
  }
}

/*  Media icons -------------------------------------------------------------------------- */
.hentry .img-thumb {
  position: relative;
}

.category-video .img-thumb a:after, .category-podcast .img-thumb a:after {
  width: 2.25rem;
  height: 2.25rem;
  position: absolute;
  right: 2.5%;
  bottom: 5.5%;
  z-index: 100;
}

.category-video .img-thumb a:after {
  content: url(images/icon-video.svg);
}

.category-podcast .img-thumb a:after {
  content: url(images/icon-podcast.svg);
}

.embed {
  position: relative;
  padding-bottom: 55.04%;
  height: 0;
  overflow: visible;
  max-width: 100%;
}
.embed iframe, .embed object, .embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*  Footer -------------------------------------------------------------------------- */
.site-footer {
  background: #000;
  color: #FEFEFE;
  margin-top: 3.875rem;
  padding: 4rem 0 3.125rem;
  align-self: flex-end;
  width: 100%;
}

@media (min-width: 768px) {
  .site-info {
    display: grid;
    grid-column-gap: 2.1739130435%;
    grid-template-columns: repeat(12, 1fr);
  }
}

#text-6 {
  font-family: "8uujUax3qE65Md", Helvetica, Arial, sans-serif;
  letter-spacing: 0.025em;
}
@media (min-width: 768px) {
  #text-6 {
    grid-column: 1/span 6;
  }
}
#text-6 p {
  margin-top: 0;
}

.widget_nav_menu {
  font-family: "8uujUax3qE65Md", Helvetica, Arial, sans-serif;
  letter-spacing: 0.025em;
  line-height: 1.5em;
  text-align: center;
}
@media (min-width: 768px) {
  .widget_nav_menu {
    text-align: right;
  }
}
.widget_nav_menu a {
  color: #FEFEFE;
}
.widget_nav_menu a:hover {
  color: #AE3033;
}
.widget_nav_menu ul {
  margin: 0;
  padding: 0;
}
.widget_nav_menu ul li {
  list-style: none;
}

#nav_menu-2 {
  width: 50%;
  float: left;
}
@media (min-width: 768px) {
  #nav_menu-2 {
    grid-column: 9/span 2;
    width: auto;
    float: none;
  }
}

#nav_menu-3 {
  width: 50%;
  float: left;
}
@media (min-width: 768px) {
  #nav_menu-3 {
    grid-column: 11/span 2;
    width: auto;
    float: none;
  }
}

#custom_html-2 {
  font-size: 0.875rem;
  color: #A5A5A5;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #custom_html-2 {
    grid-column: 8/span 5;
    text-align: right;
  }
}
#custom_html-2 a {
  color: #FEFEFE;
}
#custom_html-2 a:hover {
  color: #AE3033;
}

p.copyright {
  font-size: 0.875rem;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  p.copyright {
    grid-column: 1/span 6;
    grid-row: 2;
    text-align: left;
  }
}
p.copyright a {
  color: #FEFEFE;
}
p.copyright a:hover {
  color: #AE3033;
}

/*  Pages & Posts -------------------------------------------------------------------------- */
.page-navigation {
  width: 100%;
  grid-column: span 12;
  margin-top: 3.25rem;
}
.page-navigation ul {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: auto;
}
.page-navigation ul li {
  list-style: none;
  width: auto;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
}
.page-navigation ul li.prev {
  text-align: left;
  float: left;
}
.page-navigation ul li.prev a {
  padding-left: 0.9em;
  background: url(images/carrot-rev.svg) no-repeat left center;
  background-size: auto 65%;
}
.page-navigation ul li.next {
  text-align: right;
  float: right;
}
.page-navigation ul li.next a {
  padding-right: 0.9em;
  background: url(images/carrot.svg) no-repeat right center;
  background-size: auto 65%;
}

.single .img-thumb img, .page-template-default .img-thumb img {
  width: 100%;
}
.single .img-thumb span.caption, .page-template-default .img-thumb span.caption {
  text-align: right;
  display: block;
  margin-top: 0.35em;
}
.single #content, .page-template-default #content {
  margin-top: 2.34375rem;
}
.single .entry-header, .page-template-default .entry-header {
  margin-top: 2.25rem;
}
.single .entry-header h1, .page-template-default .entry-header h1 {
  font-size: 2.25rem;
  line-height: 1.2em;
}
.single .entry-meta, .page-template-default .entry-meta {
  font-family: "8uujUax3qE65Md", Helvetica, Arial, sans-serif;
  letter-spacing: 0.015em;
  line-height: 1.5em;
}
.single .entry-meta .posted-on, .page-template-default .entry-meta .posted-on {
  font-family: "NHaasGroteskTXPro", Helvetica, Arial, sans-serif;
}
.single .entry-meta .posted-on a, .page-template-default .entry-meta .posted-on a {
  color: #A5A5A5;
}
.single .entry-meta .posted-on a:hover, .page-template-default .entry-meta .posted-on a:hover {
  color: #AE3033;
}
.single .entry-meta .author a, .page-template-default .entry-meta .author a {
  color: #222;
}
.single .entry-meta .author a:hover, .page-template-default .entry-meta .author a:hover {
  color: #AE3033;
}
.single .entry-content, .page-template-default .entry-content {
  margin: 0 auto;
  max-width: 40em;
  position: relative;
}
@media (min-width: 768px) {
  .single .entry-content, .page-template-default .entry-content {
    width: 90.8854166667%;
  }
}
@media (min-width: 1024) {
  .single .entry-content, .page-template-default .entry-content {
    width: 64.1304347826%;
  }
}
.single .entry-content a:hover, .page-template-default .entry-content a:hover {
  color: #222;
}
.single .entry-content img.size-full, .page-template-default .entry-content img.size-full {
  position: relative;
  width: auto;
  max-width: 92vw;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1522px) {
  .single .entry-content img.size-full, .page-template-default .entry-content img.size-full {
    max-width: 1400px;
  }
}
.single .entry-content img.alignnone, .page-template-default .entry-content img.alignnone {
  margin-bottom: 1.5rem;
}
.single .entry-content p, .single .entry-content ol, .single .entry-content ul, .page-template-default .entry-content p, .page-template-default .entry-content ol, .page-template-default .entry-content ul {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.single .entry-footer, .page-template-default .entry-footer {
  margin-top: 3.75rem;
}
.single .entry-footer .filed, .page-template-default .entry-footer .filed {
  font-family: "8uujUax3qE65Md", Helvetica, Arial, sans-serif;
}
.single .entry-footer .list, .page-template-default .entry-footer .list {
  text-transform: capitalize;
}
.single .more-featured .featured-wrap .hentry h3, .page-template-default .more-featured .featured-wrap .hentry h3 {
  margin-bottom: 1.5em;
}

.more-featured {
  margin-top: 3.25rem;
  border-top: 2px solid #AE3033;
}
.more-featured h2 {
  margin-bottom: 1.5em;
  display: inline-block;
  width: auto;
}
.more-featured .featured-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 2.1739130435%;
}
@media (min-width: 768px) {
  .more-featured .featured-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .more-featured .featured-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.more-featured .featured-wrap a.topic {
  display: block;
  line-height: 0;
}
.more-featured .featured-wrap figure {
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .more-featured .featured-wrap figure {
    margin-bottom: 1em;
  }
}
.more-featured .featured-wrap figure img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  display: block;
}
.more-featured .featured-wrap figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(174, 48, 51, 0.5);
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.more-featured .featured-wrap figure figcaption:hover {
  background: rgba(174, 48, 51, 0.8);
}
.more-featured .featured-wrap figure figcaption h2 {
  text-align: center;
  margin: 0;
  display: block;
  color: #FEFEFE;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  height: auto;
  line-height: 1em;
}
@media (max-width: 768px) {
  .more-featured .featured-wrap .hentry {
    margin-bottom: 1.5rem;
  }
}
.more-featured .featured-wrap .hentry .img-thumb a {
  display: block;
  line-height: 0;
}
.more-featured .featured-wrap .hentry h3 {
  font-size: 1rem;
  line-height: 1.3em;
  font-weight: bold;
  margin: 0.9em 0 0.3em;
}
.more-featured .featured-wrap .hentry h3 a {
  color: #222;
}
.more-featured .featured-wrap .hentry h3 a:Hover {
  color: #AE3033;
}

.page-template-page-topics .more-featured {
  border-top: none;
  margin-top: 0;
}
@media (min-width: 768px) {
  .page-template-page-topics .more-featured {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 2.1739130435%;
  }
}
.page-template-page-topics .topic-wrap {
  padding-top: 0;
  grid-column: 1/span 9;
  grid-column-gap: 2.5423728814%;
}
.page-template-page-topics #sidebar {
  grid-column: 10/span 3;
}

@media (min-width: 1024px) {
  .page-template-page-fullwidth .full-width, .search .full-width, .error404 .full-width {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 2.1739130435%;
  }
}
.page-template-page-fullwidth #main, .search #main, .error404 #main {
  grid-column: 1/span 9;
}
@media (min-width: 1024px) {
  .page-template-page-fullwidth #secondary, .search #secondary, .error404 #secondary {
    grid-column: 10/span 3;
    margin-top: 6.25rem;
  }
}
.page-template-page-fullwidth #secondary div.wpcf7 form p, .search #secondary div.wpcf7 form p, .error404 #secondary div.wpcf7 form p {
  width: 100%;
  float: none;
  margin-left: 0;
}
.page-template-page-fullwidth #secondary .topic-list ul, .search #secondary .topic-list ul, .error404 #secondary .topic-list ul {
  margin: 0;
  padding: 0;
}
.page-template-page-fullwidth #secondary .topic-list ul li, .search #secondary .topic-list ul li, .error404 #secondary .topic-list ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*  Sidebar -------------------------------------------------------------------------- */
#sidebar h2.widgettitle, #secondary h2.widgettitle {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 2rem;
}
#sidebar ul, #secondary ul {
  margin-left: 0;
  padding-left: 0;
}
#sidebar ul li, #secondary ul li {
  list-style-type: none;
}

/*  Search -------------------------------------------------------------------------- */
.search h1.page-title, .error404 h1.page-title {
  font-weight: normal;
  font-size: 1.5rem;
}
.search .page-header h1, .error404 .page-header h1 {
  margin-top: 5rem;
}
.search .inline-search #searchform #s, .error404 .inline-search #searchform #s {
  border: 2px solid #A5A5A5;
}
@media (min-width: 768px) {
  .search .inline-search #searchform #s, .error404 .inline-search #searchform #s {
    width: 92.4198250729%;
  }
}
.search .inline-search #searchform button.search, .error404 .inline-search #searchform button.search {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  text-indent: -999em;
  background: url(images/search.svg) center center no-repeat;
  background-size: contain;
  width: 36px;
  height: 30px;
}
.search .inline-search #searchform button.search:hover, .error404 .inline-search #searchform button.search:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .search .post-wrap, .error404 .post-wrap {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 2.9197080292%;
  }
}
.search .post-wrap .hentry, .error404 .post-wrap .hentry {
  padding: 2.75rem 0 0;
}
@media (min-width: 768px) {
  .search .post-wrap .hentry, .error404 .post-wrap .hentry {
    grid-column: span 9;
  }
}
@media (min-width: 1024px) {
  .search .post-wrap .hentry, .error404 .post-wrap .hentry {
    grid-column: span 3;
  }
}
@media (min-width: 1200px) {
  .search .post-wrap .hentry, .error404 .post-wrap .hentry {
    padding-top: 3.75rem;
  }
}

/*  Global classes -------------------------------------------------------------------------- */
span.caption, .wp-caption-text {
  font-size: 0.875rem;
  font-style: italic;
  color: #A5A5A5;
}

.posted-on {
  white-space: nowrap;
}

.the_champ_horizontal_sharing {
  float: right;
}

.note {
  border: 2px solid #E2E2E2;
  padding: 1.2rem 1rem 1rem;
  margin: 2.5em 0 1.5em;
}
.note h2, .note h3, .note h4, .note h5, .note h6 {
  font-size: 1rem !important;
  font-weight: bold;
  margin: -2rem 0 1rem 0;
  margin-left: -0.5em;
  display: block;
  width: auto;
}
.note h2 span, .note h3 span, .note h4 span, .note h5 span, .note h6 span {
  padding: 0.5em;
  background: #FEFEFE;
}
.note p, .note ul, .note ol {
  margin: 0;
}
.note p + p, .note p + ul, .note p + ol {
  margin-top: 1.5em;
}
.note.red {
  border-color: #AE3033;
  color: #AE3033;
}

.pullquote {
  font-size: 1.5rem;
  font-family: "8uujUax3qE65Md", Helvetica, Arial, sans-serif;
}
@media (min-width: 984px) {
  .pullquote {
    float: left;
    margin: 0.5rem 1.5rem 1.5rem -15%;
    width: 50%;
    text-align: right;
  }
}
.pullquote.red {
  color: #AE3033;
  font-family: "8uujUax3qE65Md", Helvetica, Arial, sans-serif;
}
@media (min-width: 984px) {
  .pullquote.right {
    float: right;
    margin: 0.5rem -15% 1.5rem 1.5rem;
    text-align: left;
  }
}

.red {
  color: #AE3033;
}

hr.red {
  background-color: #AE3033;
}

hr.black {
  background-color: #222;
}

.banner {
  border: 2px solid #E2E2E2;
  padding: 1rem;
  overflow: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 1.5em 0;
}
.banner div {
  line-height: 1.25em !important;
}
.banner .message {
  font-size: 1.55rem;
  line-height: 1.25em !important;
  color: #A5A5A5;
  width: 62%;
}
@media (max-width: 676px) {
  .banner .message {
    font-size: 1.1rem;
  }
}
.banner .message a {
  color: #A5A5A5;
}
.banner .message a:hover {
  color: #AE3033;
}
.banner .img {
  width: 30%;
  background-color: #1c2243;
  height: 100%;
}
.banner .img img {
  max-width: 100% !important;
  margin: 0 !important;
  height: auto;
  left: auto !important;
  transform: none !important;
}

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

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

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

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