/* generated with grunt-sass-globbing */
/* generated with grunt-sass-globbing */
.element-focusable, .element-invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.element-focusable:active, .element-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  width: auto; }

.element-hidden {
  display: none; }

.clearfix:after, .layout-grid__row:after, .layout-slat:after {
  clear: both;
  content: "";
  display: table; }

/* generated with grunt-sass-globbing */
input[type="button"], .button, .mtsnb .mtsnb-button {
  background-image: linear-gradient(to bottom, #252525 50%, #ED1C24 50%);
  background-size: 100px 75px;
  background-color: #252525;
  border-bottom: 5px solid #ED1C24;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica-Light", "Helvetica Light", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  margin: 0 0 .5em;
  padding: 1em 2em;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  transition: background-position .3s;
  vertical-align: baseline; }
  input[type="button"]:hover, .button:hover, .mtsnb .mtsnb-button:hover {
    background-position: 0 100%;
    color: #FFFFFF;
    outline: 0; }
  input[type="button"]:focus, .button:focus, .mtsnb .mtsnb-button:focus {
    color: #FFFFFF; }
  input[type="button"]:active, .button:active, .mtsnb .mtsnb-button:active {
    background-color: #0c0c0c;
    border-color: black; }
  input[type="button"] + input[type="button"], .button + input[type="button"], .mtsnb .mtsnb-button + input[type="button"], input[type="button"] + .button, .button + .button, .mtsnb .mtsnb-button + .button, .mtsnb input[type="button"] + .mtsnb-button, .mtsnb .button + .mtsnb-button, .mtsnb .mtsnb-button + .mtsnb-button {
    margin-left: 1em; }
    [dir="rtl"] input[type="button"] + input[type="button"], [dir="rtl"] .button + input[type="button"], [dir="rtl"] .mtsnb .mtsnb-button + input[type="button"], .mtsnb [dir="rtl"] .mtsnb-button + input[type="button"], [dir="rtl"] input[type="button"] + .button, [dir="rtl"] .button + .button, [dir="rtl"] .mtsnb .mtsnb-button + .button, .mtsnb [dir="rtl"] .mtsnb-button + .button, [dir="rtl"] .mtsnb input[type="button"] + .mtsnb-button, .mtsnb [dir="rtl"] input[type="button"] + .mtsnb-button, [dir="rtl"] .mtsnb .button + .mtsnb-button, .mtsnb [dir="rtl"] .button + .mtsnb-button, [dir="rtl"] .mtsnb .mtsnb-button + .mtsnb-button, .mtsnb [dir="rtl"] .mtsnb-button + .mtsnb-button {
      margin-left: 0;
      margin-right: 1em; }

.button--large {
  font-size: 28px; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

b,
strong {
  font-weight: bold; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  font-family: Consolas, "Lucida Console", "Liberation Mono", "Courier New", monospace, sans-serif;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  max-width: 100%; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

abbr,
blockquote,
code,
kbd,
q,
samp,
tt,
var {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }

img,
input,
textarea,
video {
  height: auto;
  max-width: 100%; }

embed,
iframe,
object {
  max-width: 100%; }

::-moz-selection {
  background: blue;
  color: #fff;
  text-shadow: none; }

::selection {
  background: blue;
  color: #fff;
  text-shadow: none; }

*,
*:before,
*:after {
  box-sizing: border-box; }

* {
  transition-duration: 0.2s;
  transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform;
  transition-timing-function: linear; }

a {
  background-color: transparent;
  color: #AE272B;
  outline-offset: 0.1111111111em;
  text-decoration: none; }
  a:active, a:hover {
    outline: 0; }
  a:hover, a:focus {
    color: #ED1C24; }

abbr {
  font-variant: small-caps;
  text-transform: lowercase; }
  abbr[title] {
    border-bottom: 1px dotted; }
  abbr:hover {
    cursor: help; }

blockquote {
  background: #EFF3F3;
  padding: 1.5em;
  margin: 0 .75em 2em .75em; }
  blockquote p:last-of-type {
    margin-bottom: 0; }

body {
  background-color: #FFFFFF;
  color: #252525;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word; }

button {
  border: none;
  overflow: visible; }

dd {
  margin-bottom: 1.5em; }

dfn {
  font-style: italic; }

dl {
  margin: 0 0 1.5em; }

figure {
  margin: 0 0 1.5em; }

h1, h2, h3, h4, h5, h6, .mce-content-body h2.bar {
  color: #252525;
  font-family: "Sanchez";
  font-weight: normal;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  line-height: 1.1;
  position: relative;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 30px;
  line-height: 1;
  margin: 0;
  padding-top: .5em; }
  @media (min-width: 43.75em) {
    h1 {
      font-size: 50px; } }

h2 {
  color: #AE272B;
  font-family: "Oswald";
  font-size: 1.6666666667em;
  line-height: 1.1;
  margin: 0 0 .75em 0;
  padding: .7em 0 0 0;
  position: relative;
  text-transform: uppercase; }
  h2:before {
    content: "";
    background: #DAAA00;
    position: absolute;
    top: 0;
    left: 0;
    width: 185px;
    height: 5px; }

h3 {
  font-size: 1.5555555556em;
  margin: 0 0 1em; }

h4 {
  font-size: 1.1111111111em;
  margin: 0 0 1.5em; }

h5 {
  font-size: 1.1111111111em;
  margin: 0 0 1.5em; }

h6 {
  font-size: 0.6666666667em;
  margin: 0 0 1.5em; }

hr {
  border: 1px solid #ccc;
  box-sizing: content-box;
  height: 0;
  margin: 1.5em 0;
  padding-bottom: -1px; }

html {
  font-family: "Helvetica-Light", "Helvetica Light", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 112.5%;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

img {
  border: 0; }

input {
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #252525;
  line-height: normal; }

input[type="button"] a {
  color: #FFFFFF; }

input[type="text"] {
  font-size: 14px;
  height: 39px;
  margin-right: 10px;
  padding: .5em; }

legend {
  border: 0;
  margin: 0;
  padding: 0; }

mark {
  background: #ff0;
  color: #000; }

ol {
  margin: 0 0 1.5em;
  padding: 0 0 0 1.5em; }
  [dir="rtl"] ol {
    padding: 0 1.5em 0 0; }
  ol ol,
  ol ul {
    margin: 0; }

optgroup {
  font-weight: bold; }

p {
  margin: 0 0 1.5em; }

pre {
  margin: 0 0 1.5em;
  overflow: auto; }

small {
  font-size: 1.1111111111em; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

textarea {
  overflow: auto; }

ul {
  margin: 0 0 1.5em;
  padding: 0 0 0 1.2em; }
  [dir="rtl"] ul {
    padding: 0 1.2em 0 0; }
  ul ol,
  ul ul {
    margin: 0; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }
  iframe,
  nav {
    display: none; }
  a,
  a:visited {
    text-decoration: none; }
  a[href]:after {
    content: " <" attr(href) ">";
    font-family: "Helvetica-Light", "Helvetica Light", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-transform: lowercase; }
  a[href^="javascript:"]:after,
  a[href^="mailto:"]:after,
  a[href^="tel:"]:after,
  a[href^="#"]:after {
    content: ""; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img,
  tr,
  ul {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  h1 a:after,
  h2 a:after,
  h3 a:after,
  h4 a:after,
  h5 a:after,
  h6 a:after {
    display: inline-block; }
  h2,
  h3,
  h4,
  p {
    orphans: 3;
    widows: 3; }
  h2,
  h3,
  h4 {
    page-break-after: avoid; }
  @page {
    margin: 2cm; } }

/* generated with grunt-sass-globbing */
/* generated with grunt-sass-globbing */
.layout-constrain, .layout-constrain--narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.6666666667em;
  padding-left: 1em;
  padding-right: 1em; }

.layout-constrain--narrow {
  max-width: 47.2222222222em; }

.layout-main {
  overflow: hidden; }

.layout-grid {
  overflow: hidden; }

.layout-grid__row {
  margin-left: 0;
  margin-right: 0; }

.layout-grid__column {
  float: left;
  padding: 0 0;
  width: 100%; }

.layout-grid--cols-2 .layout-grid__column {
  margin: 0 -1em 2em -1em;
  position: relative;
  width: 114%; }
  @media (min-width: 43.75em) {
    .layout-grid--cols-2 .layout-grid__column {
      margin: 0;
      width: 50%; } }

.layout-grid--cols-3 .layout-grid__column {
  width: 33.3333333333%; }

.layout-grid--cols-4 .layout-grid__column {
  width: 25%; }

.layout-grid--cols-5 .layout-grid__column {
  width: 20%; }

.layout-grid--cols-6 .layout-grid__column {
  width: 16.6666666667%; }

@media (min-width: 43.75em) {
  .layout-sidebar-multi-row.has-sidebar .layout-sidebar-multi-row__rows-wrapper {
    width: 73.9130434783%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
  .layout-sidebar-multi-row.has-sidebar .layout-sidebar-multi-row__sidebar {
    width: 21.7391304348%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .layout-sidebar-multi-row.has-row-2-first.has-row-2-second.has-row-2-third .layout-sidebar-multi-row__row-2-first {
    width: 30.4347826087%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .layout-sidebar-multi-row.has-row-2-first.has-row-2-second.has-row-2-third .layout-sidebar-multi-row__row-2-second {
    width: 30.4347826087%;
    float: left;
    margin-right: -100%;
    margin-left: 34.7826086957%;
    clear: none; }
  .layout-sidebar-multi-row.has-row-2-first.has-row-2-second.has-row-2-third .layout-sidebar-multi-row__row-2-third {
    width: 30.4347826087%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
  .layout-sidebar-multi-row.has-row-2-first.has-row-2-second.empty-row-2-third .layout-sidebar-multi-row__row-2-first {
    width: 47.8260869565%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .layout-sidebar-multi-row.has-row-2-first.has-row-2-second.empty-row-2-third .layout-sidebar-multi-row__row-2-second {
    width: 47.8260869565%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
  .layout-sidebar-multi-row.has-row-2-first.empty-row-2-second.has-row-2-third .layout-sidebar-multi-row__row-2-first {
    width: 47.8260869565%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .layout-sidebar-multi-row.has-row-2-first.empty-row-2-second.has-row-2-third .layout-sidebar-multi-row__row-2-third {
    width: 47.8260869565%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
  .layout-sidebar-multi-row.empty-row-2-first.has-row-2-second.has-row-2-third .layout-sidebar-multi-row__row-2-second {
    width: 47.8260869565%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .layout-sidebar-multi-row.empty-row-2-first.has-row-2-second.has-row-2-third .layout-sidebar-multi-row__row-2-third {
    width: 47.8260869565%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
  .layout-sidebar-multi-row.has-row-3-first.has-row-3-second.has-row-3-third .layout-sidebar-multi-row__row-3-first {
    width: 30.4347826087%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .layout-sidebar-multi-row.has-row-3-first.has-row-3-second.has-row-3-third .layout-sidebar-multi-row__row-3-second {
    width: 30.4347826087%;
    float: left;
    margin-right: -100%;
    margin-left: 34.7826086957%;
    clear: none; }
  .layout-sidebar-multi-row.has-row-3-first.has-row-3-second.has-row-3-third .layout-sidebar-multi-row__row-3-third {
    width: 30.4347826087%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
  .layout-sidebar-multi-row.has-row-3-first.has-row-3-second.empty-row-3-third .layout-sidebar-multi-row__row-3-first {
    width: 47.8260869565%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .layout-sidebar-multi-row.has-row-3-first.has-row-3-second.empty-row-3-third .layout-sidebar-multi-row__row-3-second {
    width: 47.8260869565%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
  .layout-sidebar-multi-row.has-row-3-first.empty-row-3-second.has-row-3-third .layout-sidebar-multi-row__row-3-first {
    width: 47.8260869565%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .layout-sidebar-multi-row.has-row-3-first.empty-row-3-second.has-row-3-third .layout-sidebar-multi-row__row-3-third {
    width: 47.8260869565%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
  .layout-sidebar-multi-row.empty-row-3-first.has-row-3-second.has-row-3-third .layout-sidebar-multi-row__row-3-second {
    width: 47.8260869565%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .layout-sidebar-multi-row.empty-row-3-first.has-row-3-second.has-row-3-third .layout-sidebar-multi-row__row-3-third {
    width: 47.8260869565%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
  .layout-sidebar-multi-row.has-row-4-first.has-row-4-second.has-row-4-third .layout-sidebar-multi-row__row-4-first {
    width: 30.4347826087%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .layout-sidebar-multi-row.has-row-4-first.has-row-4-second.has-row-4-third .layout-sidebar-multi-row__row-4-second {
    width: 30.4347826087%;
    float: left;
    margin-right: -100%;
    margin-left: 34.7826086957%;
    clear: none; }
  .layout-sidebar-multi-row.has-row-4-first.has-row-4-second.has-row-4-third .layout-sidebar-multi-row__row-4-third {
    width: 30.4347826087%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
  .layout-sidebar-multi-row.has-row-4-first.has-row-4-second.empty-row-4-third .layout-sidebar-multi-row__row-4-first {
    width: 47.8260869565%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .layout-sidebar-multi-row.has-row-4-first.has-row-4-second.empty-row-4-third .layout-sidebar-multi-row__row-4-second {
    width: 47.8260869565%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
  .layout-sidebar-multi-row.has-row-4-first.empty-row-4-second.has-row-4-third .layout-sidebar-multi-row__row-4-first {
    width: 47.8260869565%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .layout-sidebar-multi-row.has-row-4-first.empty-row-4-second.has-row-4-third .layout-sidebar-multi-row__row-4-third {
    width: 47.8260869565%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
  .layout-sidebar-multi-row.empty-row-4-first.has-row-4-second.has-row-4-third .layout-sidebar-multi-row__row-4-second {
    width: 47.8260869565%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .layout-sidebar-multi-row.empty-row-4-first.has-row-4-second.has-row-4-third .layout-sidebar-multi-row__row-4-third {
    width: 47.8260869565%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }

.layout-sidebar-multi-row:after,
.layout-sidebar-multi-row__preface:after,
.layout-sidebar-multi-row__sidebar:after,
.layout-sidebar-multi-row__main-wrapper:after,
.layout-sidebar-multi-row__rows-wrapper:after,
.layout-sidebar-multi-row__row-1:after,
.layout-sidebar-multi-row__row-2:after,
.layout-sidebar-multi-row__row-2-first:after,
.layout-sidebar-multi-row__row-2-second:after,
.layout-sidebar-multi-row__row-2-third:after,
.layout-sidebar-multi-row__row-3:after,
.layout-sidebar-multi-row__row-3-first:after,
.layout-sidebar-multi-row__row-3-second:after,
.layout-sidebar-multi-row__row-3-third:after,
.layout-sidebar-multi-row__row-4:after,
.layout-sidebar-multi-row__row-4-first:after,
.layout-sidebar-multi-row__row-4-second:after,
.layout-sidebar-multi-row__row-4-third:after,
.layout-sidebar-multi-row__postscript:after {
  clear: both;
  content: "";
  display: table; }

@media (min-width: 43.75em) {
  .layout-sidebar.has-sidebar .layout-sidebar__main {
    width: 65.2173913043%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .layout-sidebar.has-sidebar .layout-sidebar__sidebar {
    width: 30.4347826087%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }

.layout-sidebar:after,
.layout-sidebar__preface:after,
.layout-sidebar__main:after,
.layout-sidebar__sidebar:after {
  clear: both;
  content: "";
  display: table; }

.layout-slat__media {
  margin: 0;
  padding: 0 0 1em; }
  @media (min-width: 37.5em) {
    .layout-slat__media {
      float: left;
      padding-right: 1em; } }
  .layout-slat__media:empty {
    padding: 0; }
  .layout-slat__media a,
  .layout-slat__media img {
    display: block;
    padding-top: 20px; }

.layout-slat__content {
  display: table-cell;
  width: 10000px; }

@media (min-width: 37.5em) {
  .layout-slat--reversed .layout-slat__media {
    float: right;
    padding-left: 1em;
    padding-right: 0; } }

@media (min-width: 43.75em) {
  .layout-three-column.has-first.has-second.has-third .layout-three-column__first {
    width: 30.4347826087%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .layout-three-column.has-first.has-second.has-third .layout-three-column__second {
    width: 30.4347826087%;
    float: left;
    margin-right: -100%;
    margin-left: 34.7826086957%;
    clear: none; }
  .layout-three-column.has-first.has-second.has-third .layout-three-column__third {
    width: 30.4347826087%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
  .layout-three-column.has-first.has-second.empty-third .layout-three-column__first {
    width: 47.8260869565%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .layout-three-column.has-first.has-second.empty-third .layout-three-column__second {
    width: 47.8260869565%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
  .layout-three-column.has-first.empty-second.has-third .layout-three-column__first {
    width: 47.8260869565%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .layout-three-column.has-first.empty-second.has-third .layout-three-column__third {
    width: 47.8260869565%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
  .layout-three-column.empty-first.has-second.has-third .layout-three-column__second {
    width: 47.8260869565%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .layout-three-column.empty-first.has-second.has-third .layout-three-column__third {
    width: 47.8260869565%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }

.layout-three-column:after,
.layout-three-column__preface:after,
.layout-three-column__first:after,
.layout-three-column__second:after,
.layout-three-column__third:after {
  clear: both;
  content: "";
  display: table; }

/* generated with grunt-sass-globbing */
.addthis-smartlayers #at4-share {
  top: 350px !important; }

.aligncenter {
  display: block;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

.alignleft {
  max-width: 100%; }

.alignleft {
  float: none;
  margin: 0; }

@media (min-width: 43.75em) {
  .alignleft {
    float: left;
    margin: 0 1em 1em 0; } }

.alignright {
  max-width: 100%; }

.alignright {
  float: none;
  margin: 0; }

@media (min-width: 43.75em) {
  .alignright {
    float: right;
    margin: 0 0 1em 1em; } }

.all-posts {
  padding: 2em 0 0 0; }
  .all-posts ul {
    padding: 0; }
  .all-posts li {
    background: #FFFFFF;
    border: 1px solid #EFF3F3;
    list-style: none;
    margin-bottom: 1em;
    padding: 1em 1em .5em 1em; }
  .all-posts a {
    color: #252525;
    font-family: "Sanchez";
    font-size: 20px; }
    .all-posts a:hover, .all-posts a:focus {
      color: #ED1C24; }
  .all-posts img {
    display: none; }
  .all-posts p {
    color: #7A8281;
    line-height: 1;
    margin: 0 0 .5em 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase; }
  .all-posts iframe {
    display: none; }
  .all-posts .longform {
    display: inline-block;
    margin-bottom: 5px;
    position: relative; }

.alm-load-more-btn.done {
  display: none; }

article header {
  margin-bottom: 2em; }

article footer {
  border-top: 5px solid #EFF3F3;
  margin: 1em 0;
  padding: 1em 0; }

@media (min-width: 56.25em) {
  .author__post {
    display: -ms-flexbox;
    display: flex; } }

.author__image {
  text-align: center;
  margin-right: 0; }
  @media (min-width: 56.25em) {
    .author__image {
      text-align: left; } }
  .author__image .staff {
    margin-right: 0; }
    @media (min-width: 56.25em) {
      .author__image .staff {
        margin-right: 2em; } }

.author__content h1 {
  margin-bottom: .5em;
  text-align: center; }
  @media (min-width: 56.25em) {
    .author__content h1 {
      text-align: left; } }

.author__content h3 {
  text-align: center; }
  @media (min-width: 56.25em) {
    .author__content h3 {
      text-align: left; } }

.bottom {
  background: url(/wp-content/themes/rightwingwatch/images/swatch.png) repeat;
  padding: 0 0 2em 0; }
  .bottom h2 {
    margin-bottom: 1.2em; }

.button a {
  color: #FFFFFF; }

.byline {
  font-family: "Sanchez";
  font-size: 18px;
  margin-top: 1em; }
  @media (min-width: 43.75em) {
    .byline {
      font-size: 20px; } }
  .byline a {
    text-decoration: none; }
  .byline .author {
    margin-right: .15em; }
  .byline .date {
    margin-left: .15em; }
  .byline img {
    border-radius: 50%;
    float: left;
    margin-top: -7px;
    margin-right: 10px; }

.bypostauthor {
  display: block; }

.call-to-action {
  -ms-flex-align: center;
      align-items: center;
  background: #DAAA00;
  color: #252525;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1em; }
  .call-to-action h3 {
    margin: 0 1em 0 0; }
  .call-to-action .button {
    margin-bottom: 0; }

.categories {
  margin-top: 1em; }
  .categories a {
    background: #7A8281;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    margin: 1em 1em 0em 0;
    padding: .2em 1em;
    text-transform: uppercase;
    font-size: 12px; }
    .categories a:hover {
      background: #EFF3F3;
      color: #7A8281; }

.category-top {
  background: #EFF3F3;
  margin-bottom: 0;
  padding: 2em 0; }
  .category-top h1 {
    margin-top: 0;
    padding: 0; }
    .category-top h1:before {
      content: "";
      background: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0; }

.category--indepth {
  overflow: hidden; }
  .category--indepth p {
    line-height: 1.5;
    margin: 20px 0 0 0;
    padding: 0; }

.collapseomatic {
  background-position: right top;
  background: none;
  font-family: "Sanchez";
  font-size: 20px;
  padding: 0;
  color: #AE272B;
  text-decoration: none; }
  .collapseomatic:hover {
    color: #ED1C24; }
  .collapseomatic:after {
    color: #252525;
    content: "\f078";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 5px; }
  .collapseomatic.colomat-close:after {
    color: #252525;
    content: "\f077";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 10px; }

.column-list {
  background: url(/wp-content/themes/rightwingwatch/images/swatch.png) repeat;
  overflow: hidden;
  padding-top: 2em; }
  .column-list ul {
    column-count: 1;
    margin: 0;
    padding: 0; }
    @media (min-width: 43.75em) {
      .column-list ul {
        column-count: 2; } }
    @media (min-width: 56.25em) {
      .column-list ul {
        column-count: 3; } }
  .column-list li {
    background: #FFFFFF;
    border: 1px solid #EFF3F3;
    display: inline-block;
    list-style: none;
    margin-bottom: 1em;
    padding: 1em 1em 1em 1em;
    width: 100%; }
    .column-list li a {
      color: #252525;
      display: inline-block;
      font-family: "Sanchez";
      font-size: 20px;
      padding-bottom: 0; }
      .column-list li a:hover, .column-list li a:focus {
        color: #ED1C24; }
  .column-list h3 {
    margin-bottom: .25em; }
    .column-list h3 a {
      padding-bottom: .5em; }

ul.comment-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.comment-list li {
    margin: 0 0 1em 0;
    padding: 0; }
  ul.comment-list ul {
    list-style: none;
    margin: 0.5em 0 0 1em; }

.date {
  color: #7A8281;
  font-size: 12px;
  font-family: "Helvetica-Light", "Helvetica Light", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 0 0 .5em 0;
  text-transform: uppercase; }

.emdash {
  bottom: 5px;
  height: 5px;
  position: relative; }

iframe.desktop {
  display: none; }
  @media (min-width: 56.25em) {
    iframe.desktop {
      display: block; } }

iframe.mobile {
  display: block !important; }
  @media (min-width: 56.25em) {
    iframe.mobile {
      display: none !important; } }

.filter {
  display: none; }
  @media (min-width: 56.25em) {
    .filter {
      display: block; } }

.filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 56.25em) {
    .filters {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .filters input[type="search"] {
    font-size: 14px;
    height: 25px;
    margin-right: 10px;
    padding: .5em; }
  .filters h3 {
    margin: 1.5em 0 .5em 0; }
  .filters h4 {
    font-family: "Helvetica-Light", "Helvetica Light", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1em;
    margin: 0 0 .25em 0; }
  .filters > div {
    margin-bottom: .5em;
    overflow: hidden;
    width: 100%; }
    @media (min-width: 43.75em) {
      .filters > div {
        width: 33%; } }
    @media (min-width: 65.625em) {
      .filters > div {
        width: auto; } }
    .filters > div.date-range {
      width: 100%; }
      @media (min-width: 65.625em) {
        .filters > div.date-range {
          width: auto; } }
  .filters .facetwp-facet {
    margin: 0; }
    .filters .facetwp-facet input {
      margin-bottom: 1em; }
    .filters .facetwp-facet input[type="search"] {
      float: left;
      margin: 0;
      width: 80%; }
      @media (min-width: 43.75em) {
        .filters .facetwp-facet input[type="search"] {
          width: auto; } }
    .filters .facetwp-facet input[type="button"] {
      background: url(/wp-content/themes/rightwingwatch/images/submit-b.png) #AE272B no-repeat center center;
      background-size: 10px 14px;
      border: none;
      float: left;
      height: 39px;
      overflow: hidden;
      padding: 0;
      text-indent: 100%;
      -webkit-transition-property: none;
      transition-property: none;
      white-space: nowrap;
      width: 35px; }

.facetwp-search-wrap .facetwp-btn {
  background: #FFFFFF;
  top: 3px;
  right: 20px; }

.featured-area {
  padding: 2em 0; }
  @media (min-width: 56.25em) {
    .featured-area {
      display: -ms-flexbox;
      display: flex; } }

.featured-area--left {
  width: 100%; }
  @media (min-width: 56.25em) {
    .featured-area--left {
      width: 60%; } }

.featured-area--right {
  width: 100%; }
  @media (min-width: 56.25em) {
    .featured-area--right {
      width: 400px; } }

.related-video {
  margin-bottom: 2em; }

.middle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3em 0; }

.featured-posts--more, .related-posts {
  overflow: hidden;
  padding-top: 2em; }

.featured-posts__top__content--left {
  margin-right: 1em; }

.featured-posts {
  width: 100%; }
  @media (min-width: 56.25em) {
    .featured-posts {
      width: 62%; } }
  @media (min-width: 75em) {
    .featured-posts {
      width: 67%; } }
  .single-post_author .featured-posts {
    width: 100%;
    margin-bottom: 2em; }

.featured-area .featured-posts ul {
  margin-bottom: 2em; }

.featured-posts ul {
  margin: 0;
  padding: 0; }

.featured-posts li {
  list-style: none;
  padding: 0;
  position: relative;
  margin: 2em 0 0 0;
  overflow: hidden; }
  @media (min-width: 37.5em) {
    .featured-posts li {
      margin: 2em 2em 0 0; } }
  @media (min-width: 43.75em) {
    .featured-posts li .video {
      float: left;
      margin-right: 1em; } }
  .featured-posts li .video img {
    width: 180px; }
  .featured-posts li .video .crop {
    height: 100px;
    overflow: hidden;
    width: 180px; }
  .featured-posts li .video a {
    background: url(/wp-content/themes/rightwingwatch/images/youtube-play.png) no-repeat center center;
    display: block;
    height: 100px;
    position: absolute;
    width: 180px; }
  .featured-posts li a.longform {
    display: block;
    height: 100px;
    left: 0;
    position: absolute;
    top: 0;
    width: 180px; }
  .featured-posts li h3 {
    font-size: 20px;
    line-height: 1;
    margin: 10px 0 10px 0; }
    @media (min-width: 43.75em) {
      .featured-posts li h3 {
        display: inline; } }
    @media (min-width: 75em) {
      .featured-posts li h3 {
        font-size: 24px; } }
    .featured-posts li h3 a {
      color: #252525; }
      .featured-posts li h3 a:hover, .featured-posts li h3 a:focus {
        color: #ED1C24; }
  .featured-posts li > a {
    display: block;
    margin-right: 1em;
    width: 180px;
    height: 100px;
    overflow: hidden; }
    @media (min-width: 37.5em) {
      .featured-posts li > a {
        display: inline-block;
        margin-right: 1em;
        float: left; } }
    .featured-posts li > a img {
      width: 180px; }
      @media (min-width: 37.5em) {
        .featured-posts li > a img {
          float: left;
          margin-right: 1em;
          width: 150px; } }
      @media (min-width: 75em) {
        .featured-posts li > a img {
          width: 180px; } }
  .featured-posts li iframe {
    height: 100px;
    width: 180px; }
    @media (min-width: 37.5em) {
      .featured-posts li iframe {
        float: left;
        margin-right: 1em;
        height: 100px;
        width: 150px; } }
    @media (min-width: 75em) {
      .featured-posts li iframe {
        width: 180px; } }
  .featured-posts li div.read-more {
    display: block;
    margin-top: 10px; }
  .featured-posts li .thumb {
    float: left; }
  .featured-posts li .text {
    float: left; }

.featured-posts-a > a {
  display: block;
  margin-right: 1em;
  width: 180px;
  height: 100px;
  overflow: hidden; }
  @media (min-width: 43.75em) {
    .featured-posts-a > a {
      display: inline-block;
      margin-right: 1em;
      float: left;
      display: inline-block; } }

.featured-posts__text {
  margin-left: 170px; }
  @media (min-width: 75em) {
    .featured-posts__text {
      margin-left: 205px; } }

.layout-main__sidebar {
  width: 100%; }
  @media (min-width: 56.25em) {
    .layout-main__sidebar {
      width: 38%; } }
  @media (min-width: 75em) {
    .layout-main__sidebar {
      width: 33%; } }

div.longform {
  background: #ED1C24;
  color: #FFFFFF;
  font-size: 12px;
  font-family: "Helvetica-Light", "Helvetica Light", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  padding: 2px 3px;
  position: absolute;
  text-transform: uppercase; }

.featured-profile {
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 2em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 43.75em) {
    .featured-profile {
      display: -ms-flexbox;
      display: flex; } }

.featured-profile--column {
  text-align: center;
  margin: 0 auto;
  width: 250px; }
  @media (min-width: 43.75em) {
    .featured-profile--column {
      margin: 0; } }

.featured-content h2 {
  margin-top: 2em; }

.footer__top {
  background: #252525;
  padding: 2.5em 0; }
  @media (min-width: 56.25em) {
    .footer__top {
      padding: 1em 0; } }
  .footer__top ul {
    border-bottom: 5px solid #7A8281;
    margin-bottom: 0;
    padding: 0 0 1.5em 0; }
    @media (min-width: 31.25em) {
      .footer__top ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
    .footer__top ul li {
      display: block !important;
      padding: .25em;
      text-align: center;
      width: 100%; }
      @media (min-width: 31.25em) {
        .footer__top ul li {
          padding: 1em;
          width: 50%; } }
      @media (min-width: 56.25em) {
        .footer__top ul li {
          padding: 1em 0;
          width: auto; } }
    .footer__top ul a {
      color: #FFFFFF;
      font-family: "Sanchez";
      font-size: 20px; }
      @media (min-width: 56.25em) {
        .footer__top ul a {
          font-size: 28px; } }
      .footer__top ul a:hover {
        color: #ED1C24; }
  .footer__top p {
    color: #FFFFFF;
    font-family: "Sanchez";
    font-size: 20px; }
  .footer__top label {
    color: #FFFFFF;
    display: block;
    font-size: 20px;
    margin-bottom: 1em; }
    @media (min-width: 56.25em) {
      .footer__top label {
        display: inline-block;
        font-size: 16px; } }
  .footer__top input {
    border-radius: 0;
    font-size: 18px;
    height: 44px;
    margin-right: 0;
    margin-left: 10px; }
    @media (min-width: 56.25em) {
      .footer__top input {
        font-size: 12px;
        height: 30px; } }
  .footer__top input[type="submit"] {
    background: #AE272B;
    border: none;
    font-size: 18px;
    height: 44px;
    margin-left: 5px;
    padding: 8px 15px; }
    @media (min-width: 56.25em) {
      .footer__top input[type="submit"] {
        float: right;
        font-size: 12px;
        height: 30px; } }
    .footer__top input[type="submit"]:hover {
      background: #ED1C24; }
  .footer__top .button {
    background: #AE272B;
    border: none;
    font-size: 18px;
    height: 41px;
    padding: 9px 15px; }
    @media (min-width: 56.25em) {
      .footer__top .button {
        font-size: 12px;
        height: 30px;
        padding: 9px 15px; } }
    .footer__top .button:hover {
      background: #ED1C24; }

.footer-sidebar__widgets {
  margin-top: 2em; }
  .footer-sidebar__widgets p {
    margin-top: 1em;
    text-align: center; }
  .footer-sidebar__widgets a {
    color: #FFFFFF; }
  @media (min-width: 56.25em) {
    .footer-sidebar__widgets {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin-top: 2em; } }
  .footer-sidebar__widgets .textwidget {
    margin: 1em 0;
    text-align: center; }
    @media (min-width: 56.25em) {
      .footer-sidebar__widgets .textwidget {
        margin: 0;
        text-align: left; } }
    .footer-sidebar__widgets .textwidget img {
      height: 40px;
      margin-bottom: 1em;
      width: 41px; }
      @media (min-width: 56.25em) {
        .footer-sidebar__widgets .textwidget img {
          margin-bottom: 0;
          height: 30px;
          width: 31px; } }

.footer__copyright {
  padding: 1em 3em 4em 3em;
  text-align: center; }
  @media (min-width: 56.25em) {
    .footer__copyright {
      padding: .5em; } }
  .footer__copyright p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0; }
    @media (min-width: 56.25em) {
      .footer__copyright p {
        font-size: 14px; } }

.footnotes {
  background: #EFF3F3;
  margin-bottom: 2em;
  padding: 2em; }
  .footnotes:before {
    content: 'Citations';
    font-family: "Sanchez";
    font-size: 20px; }
  .footnotes ol {
    margin: 0;
    color: #7A8281;
    font-size: 12px;
    font-family: "Helvetica-Light", "Helvetica Light", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-top: 10px; }

.gallery-caption {
  max-width: 100%; }

@media (min-width: 56.25em) {
  .header__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative;
    margin: 1.5em 0; } }

.header__top {
  display: none; }
  @media (min-width: 56.25em) {
    .header__top {
      background: #252525;
      display: block;
      padding-top: 6px; } }
  .header__top .header__top--inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .header__top .header__top--inner img {
      width: 31px;
      height: 30px; }
    .header__top .header__top--inner input {
      height: 30px;
      margin-left: 15px;
      margin-right: 0; }
      .header__top .header__top--inner input[type="submit"] {
        background: url(/wp-content/themes/rightwingwatch/images/submit-b.png) #AE272B no-repeat center center;
        background-size: 10px 14px;
        border: none;
        float: right;
        margin-left: 5px;
        margin-right: 15px;
        overflow: hidden;
        padding: 0;
        text-indent: 100%;
        transition-property: none;
        white-space: nowrap;
        width: 35px; }
        .header__top .header__top--inner input[type="submit"]:hover {
          background: url(/wp-content/themes/rightwingwatch/images/submit-b.png) no-repeat center center #ED1C24;
          background-size: 10px 14px; }
  .header__top label {
    display: none; }

.header__logo {
  background: url(/wp-content/themes/rightwingwatch/images/rww-logo-mobile.png) no-repeat;
  background-size: cover;
  display: block;
  height: 22px;
  margin: 10px 0 0 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 178px; }
  .mobile-menu .header__logo {
    float: left; }
  @media (min-width: 28.125em) {
    .header__logo {
      background: url(/wp-content/themes/rightwingwatch/images/rww-logo-mobile.png) no-repeat;
      background-size: cover;
      height: 25px;
      width: 220px; } }
  @media (min-width: 28.125em) {
    .header__logo {
      background: url(/wp-content/themes/rightwingwatch/images/rww-logo-mobile.png) no-repeat;
      background-size: cover;
      height: 33px;
      width: 270px; } }
  @media (min-width: 37.5em) {
    .header__logo {
      background: url(/wp-content/themes/rightwingwatch/images/rww-logo-mobile.png) no-repeat;
      background-size: cover;
      height: 45px;
      width: 357px; } }
  @media (min-width: 56.25em) {
    .header__logo {
      background: url(/wp-content/themes/rightwingwatch/images/right-wing-watch.png) no-repeat;
      background-size: cover;
      height: 66px;
      width: 321px; } }

.header__utilities {
  margin-top: 15px; }
  .header__utilities li a {
    color: #252525;
    display: inline-block;
    font-size: 28px;
    padding: .5em 1em;
    text-decoration: none;
    text-transform: uppercase; }
  .header__utilities li.donate a {
    color: #AE272B; }
  .header__utilities .nav {
    margin: 0; }

header.banner {
  background: #FFFFFF;
  border-bottom: 5px solid #EFF3F3;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 100; }
  @media (min-width: 56.25em) {
    header.banner {
      display: block; } }

.admin-bar header {
  padding-top: 32px; }

.hidden {
  display: none; }

.result {
  display: -ms-flexbox;
  display: flex; }
  .result .byline {
    font-size: 20px;
    margin-top: .25em; }
  .result h2.post__title {
    color: #AE272B;
    margin-bottom: 0; }
    .result h2.post__title:hover, .result h2.post__title:focus {
      color: #ED1C24; }
  .result h3 .date {
    margin-bottom: 10px; }

.result__number {
  font-family: "Sanchez";
  font-size: 24px;
  margin-top: .4em;
  margin-right: 1em;
  padding-top: 1em;
  text-align: right;
  width: 9em; }
  .result__number:after {
    content: '.'; }

.result__content {
  width: 125em; }
  .result__content p {
    line-height: 1.3; }

.main {
  padding-top: 46px;
  z-index: 10; }
  @media (min-width: 28.125em) {
    .main {
      padding-top: 66px; } }
  @media (min-width: 56.25em) {
    .main {
      padding-top: 177px; }
      .admin-bar .main {
        /*padding-top: 144px;*/
        padding-top: 177px; } }

#masonry-grid-preloaded {
  display: block;
  padding-bottom: 60px;
  padding-top: 20px;
  position: relative;
  margin: -20px auto 0 auto;
  margin-right: -2%; }
  @media (min-width: 37.5em) {
    #masonry-grid-preloaded {
      margin: -100px auto 0 auto;
      margin-right: -2%;
      padding-top: 100px; } }
  @media (min-width: 56.25em) {
    #masonry-grid-preloaded {
      margin: -190px auto 0 auto;
      margin-right: -2%;
      padding-top: 190px; } }
  @media (min-width: 75em) {
    #masonry-grid-preloaded {
      width: 100%; } }

#masonry-grid-preloaded .alm-btn-wrap {
  position: absolute;
  bottom: -60px;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }

.mce-content-body span.anchor {
  display: block;
  height: 50px;
  /*same height as header*/
  margin-top: -50px;
  /*same height as header*/
  visibility: hidden; }
  @media (min-width: 37.5em) {
    .mce-content-body span.anchor {
      height: 150px;
      /*same height as header*/
      margin-top: -150px;
      /*same height as header*/ } }

.mce-content-body h1 {
  font-size: 40px;
  margin: .25em 0 0 0;
  padding: 0; }
  .mce-content-body h1:before {
    display: none; }

.mce-content-body h2 {
  color: #252525;
  font-family: "Sanchez";
  font-size: 30px;
  margin: .5em 0 0 0;
  padding: 0;
  text-transform: none; }
  .mce-content-body h2:before {
    display: none; }

.mce-content-body h2.bar {
  color: #AE272B;
  font-family: "Oswald";
  font-size: 1.6666666667em;
  line-height: 1.1;
  margin: 0 0 .75em 0;
  padding: .7em 0 0 0;
  position: relative;
  text-transform: uppercase; }
  .mce-content-body h2.bar:before {
    content: "";
    background: #DAAA00;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 185px;
    height: 5px; }

.mce-content-body h3 {
  margin: .5em 0 0 0;
  padding: 0; }

.mce-content-body h4 {
  margin: .5em 0 0 0;
  padding: 0; }

.mce-content-body div {
  line-height: 1.5; }
  .mce-content-body div.pull-quote--full, .mce-content-body div .pull-quote--right, .mce-content-body div .pull-quote--left {
    line-height: 1.1; }

.mce-content-body p {
  font-family: "Helvetica-Light", "Helvetica Light", "Helvetica", Helvetica, Arial, sans-serif;
  line-height: 1.5; }

.mce-content-body ul {
  line-height: 1.5;
  list-style: none; }
  .mce-content-body ul li {
    margin-bottom: 1em; }
    .mce-content-body ul li:before {
      content: "\f111";
      color: #DAAA00;
      display: inline-block;
      float: left;
      font: normal normal normal 8px FontAwesome;
      margin-left: -2em;
      margin-right: 1em;
      margin-top: 1.25em;
      width: 1em; }
    .mce-content-body ul li ul {
      margin-top: .5em; }
      .mce-content-body ul li ul li:before {
        content: "\f10c";
        color: #252525; }

body.mce-content-body {
  font-family: "Helvetica-Light", "Helvetica Light", "Helvetica", Helvetica, Arial, sans-serif;
  margin: 3em 5em; }
  body.mce-content-body p {
    line-height: 1.5; }

.middle {
  padding: 2.5em 0 1em 0; }
  @media (min-width: 56.25em) {
    .middle {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 2.5em 0 3em 0; } }

.mobile-menu {
  background-color: transparent;
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }
  @media (min-width: 56.25em) {
    .mobile-menu {
      display: none; } }

.mobile-menu__bar {
  background: #fff;
  border-bottom: none;
  box-shadow: none;
  color: #555559;
  height: 2.5em;
  text-align: center; }
  @media (min-width: 28.125em) {
    .mobile-menu__bar {
      height: 3.6666666667em; } }

.mobile-menu__button {
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  border: 0;
  color: #555559;
  display: inline-block;
  font-family: "Oswald";
  font-size: 12px;
  font-weight: bold;
  height: 3.0555555556em;
  line-height: 3.0555555556em;
  margin: .25em 0 0 0;
  padding: 0 1em;
  text-decoration: none; }
  @media (min-width: 28.125em) {
    .mobile-menu__button {
      margin: .75em 0 0 0; } }
  .mobile-menu__button:focus {
    outline: thin dotted; }

.mobile-menu__button--menu {
  border-right: none;
  float: right; }

.mobile-menu__button--search {
  border-left: none;
  float: right; }

.mobile-menu__icon {
  height: 22px;
  overflow: hidden;
  width: 22px;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  color: #AE272B;
  display: inline-block;
  font-family: "Oswald";
  font-size: 20px;
  height: 38px;
  margin-top: 0;
  text-align: left;
  text-transform: uppercase; }
  .mobile-menu__icon:before {
    content: "";
    display: block;
    height: 150%;
    width: 0; }
  .mobile-menu__icon:before {
    height: auto; }
  @media (min-width: 28.125em) {
    .mobile-menu__icon {
      font-size: 20px; } }

.is-active .mobile-menu__icon--menu, .is-active .mobile-menu__icon--search {
  background-image: url("../images/bg/mobile-close.png");
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23252525%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M20%2C1.9L18%2C0L10%2C7.7L1.9%2C0l-2%2C1.9l8.1%2C7.7l-8.1%2C7.7l2%2C1.9l8.1-7.7l8.1%2C7.7l2-1.9L12%2C9.6C12%2C9.6%2C20%2C1.9%2C20%2C1.9z%22%0A%09%2F%3E%0A%3C%2Fsvg%3E'); }

.mobile-menu__icon--menu {
  background-image: url("../images/bg/mobile-menu.png");
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2033%2022%22%20style%3D%22enable-background%3Anew%200%200%2033%2022%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23252525%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C18.5h35.5v-3.1H0V18.5z%20M0%2C10.7h35.5V7.6H0V10.7z%20M0%2C0v3.1h35.5V0H0z%22%2F%3E%0A%3C%2Fsvg%3E');
  background-size: 33px 22px;
  background-position: right center;
  width: 96px; }
  .is-active .mobile-menu__icon--menu {
    background-size: 22px 22px; }

.mobile-menu__icon--search {
  background-image: url("../images/bg/mobile-search.png");
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0A%3Cpath%20fill%3D%22%23555559%22%20d%3D%22M21.3%2018.7l-5.2-4.4c-0.5-0.5-1.1-0.7-1.6-0.7%201.2-1.4%202-3.3%202-5.4%200-4.6-3.7-8.2-8.2-8.2s-8.2%203.7-8.2%208.3%203.7%208.3%208.3%208.3c2%200%203.9-0.7%205.4-2%200%200.5%200.2%201%200.7%201.6l4.4%205.2c0.8%200.8%202%200.9%202.8%200.2s0.7-2-0.2-2.8zM8.3%2013.8c-3%200-5.5-2.5-5.5-5.5s2.5-5.5%205.5-5.5%205.5%202.5%205.5%205.5-2.5%205.5-5.5%205.5z%22%2F%3E%0A%3C%2Fsvg%3E'); }

.mobile-menu__links {
  background-color: #f3f3f3;
  background-color: rgba(243, 243, 243, 0.98);
  color: white;
  position: relative;
  width: 100%;
  z-index: 100; }
  .mobile-menu__links li ul {
    display: block !important;
    list-style: none; }
    .mobile-menu__links li ul p {
      display: none; }
  .mobile-menu__links li.is-open ul {
    display: block !important; }
    .mobile-menu__links li.is-open ul p {
      display: none; }

.mobile-menu__search {
  display: none;
  padding: 0.5em; }
  .mobile-menu__search form,
  .mobile-menu__search .form-item,
  .mobile-menu__search .form-text {
    width: 100%; }
  .mobile-menu__search .form-text {
    box-sizing: border-box; }

.more-stories ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0; }
  @media (min-width: 75em) {
    .more-stories ul {
      display: block; } }

.more-stories li {
  background: #FFFFFF;
  border-bottom: 5px solid #998470;
  list-style: none;
  margin: 0 2% 2% 0;
  width: 98%; }
  .more-stories li .video {
    position: relative; }
    .more-stories li .video img {
      background: none;
      height: 100%;
      width: 100%; }
    .more-stories li .video .crop {
      overflow: hidden; }
      @media (min-width: 43.75em) {
        .more-stories li .video .crop {
          height: 150px;
          width: 268px; } }
    .more-stories li .video a {
      border: none !important;
      background: url(/wp-content/themes/rightwingwatch/images/youtube-play.png) no-repeat center center;
      display: block;
      height: 100%;
      position: absolute;
      width: 100%; }
      .more-stories li .video a:after {
        content: ''; }
  @media (min-width: 43.75em) {
    .more-stories li {
      margin: 0 2% 2% 0;
      width: 31.25%; } }
  @media (min-width: 59.375em) {
    .more-stories li {
      width: 23%; } }
  .more-stories li .rp4wp-related-post-image a {
    border: none;
    padding: 0; }
  .more-stories li iframe {
    width: 100%;
    height: 200px; }
    @media (min-width: 43.75em) {
      .more-stories li iframe {
        width: 265px;
        height: 150px; } }
  .more-stories li img {
    margin-bottom: 0;
    height: auto;
    width: 100%; }
    @media (min-width: 75em) {
      .more-stories li img {
        width: 270px; } }
  .more-stories li a {
    background-color: #fff;
    color: #252525;
    display: inline-block;
    font-family: "Sanchez";
    font-size: 20px;
    line-height: 1.1;
    margin-top: 0;
    outline-offset: 0.11111em;
    padding: 15px;
    text-decoration: none; }
    .more-stories li a:hover, .more-stories li a:focus {
      color: #ED1C24; }
    .more-stories li a.text:after {
      content: "\f105";
      display: inline;
      font: bold normal normal 19px/1 FontAwesome;
      margin-left: .1em; }

.more-stories {
  margin: 0 auto; }
  .more-stories li {
    list-style: none; }
  .more-stories a:after {
    content: "\f105";
    display: inline;
    font: bold normal normal 18px/1 FontAwesome;
    margin-left: .1em; }
  .more-stories .image-link {
    border: none;
    display: inline-block;
    padding: 0;
    position: relative;
    width: 100%;
    /*&:after {
      background: url(/wp-content/themes/rightwingwatch/images/video.png) no-repeat;
      right: 36%;
      top: 45%;
      color: $black;
      position: absolute;
      font: normal normal normal 40px/1 FontAwesome;
      content: '\f16a';
      z-index: 1000;
      bottom: 45%;
      left: 38%;
      text-rendering: auto;
    }
    */ }
    .more-stories .image-link:after {
      content: none; }
    .more-stories .image-link .playbutton {
      background: url(/wp-content/themes/rightwingwatch/images/youtube-play.png) no-repeat center center;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 74px;
      height: 74px;
      margin: -35px 0 0 -35px;
      z-index: 10;
      opacity: 0.6; }
      .more-stories .image-link .playbutton:hover {
        opacity: 1.0; }

.rp4wp-related-posts a:after {
  margin-left: .4em; }

.rp4wp-related-posts ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  @media (min-width: 43.75em) {
    .rp4wp-related-posts ul {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.rp4wp-related-posts li {
  list-style: none;
  margin: 0 0 2% 0;
  width: 100%; }
  @media (min-width: 43.75em) {
    .rp4wp-related-posts li {
      width: 25%;
      margin: 0 2% 2% 0; }
      .rp4wp-related-posts li:last-child {
        margin: 0; } }
  .rp4wp-related-posts li .rp4wp_component {
    background: #FFFFFF;
    border-bottom: 5px solid #998470;
    height: auto; }
  .rp4wp-related-posts li .video {
    position: relative; }
    .rp4wp-related-posts li .video img {
      background: none;
      height: 100%;
      width: 100%; }
    .rp4wp-related-posts li .video .crop {
      overflow: hidden; }
      @media (min-width: 43.75em) {
        .rp4wp-related-posts li .video .crop {
          height: 150px;
          width: 268px; } }
    .rp4wp-related-posts li .video a {
      border: none !important;
      background: url(/wp-content/themes/rightwingwatch/images/youtube-play.png) no-repeat center center;
      display: block;
      height: 100%;
      position: absolute;
      width: 100%; }
      .rp4wp-related-posts li .video a:after {
        content: ''; }
  .rp4wp-related-posts li .image-link {
    border: none;
    display: inline-block;
    padding: 0;
    position: relative;
    width: 100%; }
    .rp4wp-related-posts li .image-link:after {
      content: none; }
  .rp4wp-related-posts li iframe {
    width: 100%;
    height: 200px; }
    @media (min-width: 43.75em) {
      .rp4wp-related-posts li iframe {
        width: 265px;
        height: 150px; } }
  .rp4wp-related-posts li img {
    margin-bottom: 0;
    height: auto;
    width: 100%; }
    @media (min-width: 75em) {
      .rp4wp-related-posts li img {
        width: 270px; } }
  .rp4wp-related-posts li a {
    background-color: #fff;
    color: #252525;
    display: inline-block;
    font-family: "Sanchez";
    font-size: 20px;
    line-height: 1.1;
    margin-top: 0;
    outline-offset: 0.11111em;
    padding: 15px;
    text-decoration: none; }
    .rp4wp-related-posts li a:hover, .rp4wp-related-posts li a:focus {
      color: #ED1C24; }
    .rp4wp-related-posts li a.text:after {
      content: "\f105";
      display: inline;
      font: bold normal normal 19px/1 FontAwesome;
      margin-left: .4em; }

.most-recent {
  font-family: "Sanchez";
  margin-left: 0 !important;
  padding-bottom: 1em;
  width: 50%; }
  @media (min-width: 43.75em) {
    .most-recent {
      margin: 0 0.5em 0 1.5em !important; } }
  .most-recent h2 {
    font-size: 30px;
    padding-top: .5em; }
    .most-recent h2:before {
      content: "";
      background: #DAAA00;
      position: absolute;
      top: 0;
      left: 0;
      width: 185px;
      height: 5px; }
  .most-recent p {
    margin: 0;
    font-family: "Helvetica-Light", "Helvetica Light", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 14px; }
  .most-recent ul {
    padding: 0;
    margin: 0; }
    .most-recent ul li {
      font-size: 20px;
      line-height: 1.3; }

.mtsnb .mtsnb-button {
  border-radius: 0;
  line-height: 2; }
  .mtsnb .mtsnb-button a {
    color: #FFFFFF; }

.nav {
  font-family: "Oswald";
  list-style: none;
  padding: 0; }

.nav--primary ul.nav > .nav__item, .nav--secondary ul.nav > .nav__item {
  display: -moz-inline-stack;
  display: inline;
  vertical-align: middle; }

.page__header {
  background: #EFF3F3;
  margin-bottom: 0;
  overflow: hidden;
  padding: .5em; }
  @media (min-width: 43.75em) {
    .page__header {
      padding: 1em; } }
  .single-post_author .page__header {
    background: #FFFFFF;
    margin-bottom: 0; }
  .page__header h1 {
    margin-top: .25em;
    padding: 0; }
    .page__header h1:before {
      content: "";
      background: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0; }
  .page__header p {
    font-family: "Sanchez";
    font-size: 20px;
    line-height: 1;
    margin-top: 1em; }

.pagination a, .pagination span {
  border: 1px solid #EFF3F3;
  background: #fff;
  display: inline-block;
  min-width: 34px;
  padding: 5px 10px; }
  .pagination a.active, .pagination span.active {
    color: #252525;
    font-weight: normal; }

.pagination .facetwp-pager-label {
  display: none; }

.displayResult {
  margin: 1em 0; }

h2.post__title {
  color: #252525;
  font-family: "Sanchez";
  text-transform: none; }
  h2.post__title:before {
    content: "";
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0; }
  h2.post__title a {
    color: #252525; }

h1 {
  margin-top: 1em;
  margin-bottom: .25em; }
  h1:before {
    content: "";
    background: #DAAA00;
    position: absolute;
    top: 0;
    left: 0;
    width: 185px;
    height: 5px; }

.post__image {
  margin: 2em 0; }
  .post__image iframe {
    width: 100%;
    height: 500px; }

.post__sidebar {
  background: #EFF3F3;
  margin-bottom: 2em;
  padding: 2em 0; }

.primary-post img {
  width: 100%;
  height: auto; }

.pull-quote--right, .pull-quote--left, .pull-quote--full {
  background: url(/wp-content/themes/rightwingwatch/images/quote.png) no-repeat;
  background-size: .75em;
  font-family: "Sanchez";
  font-size: 2.2222222222em;
  line-height: 1;
  margin-bottom: .75em;
  padding: 1em 0 .5em 0;
  position: relative; }
  .pull-quote--right:after, .pull-quote--left:after, .pull-quote--full:after {
    content: "";
    background: #998470;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 185px;
    height: 5px; }
  .pull-quote--right p, .pull-quote--left p, .pull-quote--full p, .pull-quote--right h2, .pull-quote--left h2, .pull-quote--full h2, .pull-quote--right h3, .pull-quote--left h3, .pull-quote--full h3 {
    margin-bottom: 0; }

@media (min-width: 56.25em) {
  .pull-quote--right {
    float: right;
    margin: 1em -3em 1em 1em;
    width: 6em; } }

@media (min-width: 56.25em) {
  .pull-quote--left {
    float: left;
    margin: 1em 1em 1em -3em;
    width: 6em; } }

.pull-quote--full {
  width: 100%; }

.pull-quote__citation p, .pull-quote__citation h2, .pull-quote__citation h3, .pull-quote__citation h4 {
  color: #7A8281;
  font-size: 12px;
  font-family: "Helvetica-Light", "Helvetica Light", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
  text-transform: uppercase; }

.tweet {
  width: 30px;
  height: 30px;
  margin-left: 10px; }

.tweet-link {
  color: #252525; }

.related-content {
  background: #FFFFFF;
  float: right;
  width: 200px;
  margin: 0;
  padding: 1em; }
  .related-content a {
    font-family: "Sanchez";
    font-size: 20px; }
  .related-content h3 {
    margin-bottom: .25em;
    padding: .7em 0 0 0; }
    .related-content h3:before {
      content: "";
      background: #DAAA00;
      position: absolute;
      top: 0;
      left: 0;
      width: 185px;
      height: 5px; }

.related-reports {
  overflow: hidden;
  margin-bottom: 2em; }
  .related-reports ul {
    margin: 0;
    padding: 0; }
  .related-reports li {
    list-style: none;
    margin-bottom: 2em;
    overflow: hidden; }
  .related-reports h3 {
    margin-top: 10px;
    line-height: .9; }
    .related-reports h3 a {
      color: #252525;
      font-size: 20px; }
      .related-reports h3 a:hover, .related-reports h3 a:focus {
        color: #ED1C24; }
    @media (min-width: 37.5em) {
      .related-reports h3 {
        display: inline;
        margin-top: 0; } }
  @media (min-width: 37.5em) {
    .related-reports img {
      float: left;
      margin-right: 1em; } }

.related-video h3 {
  line-height: .9;
  color: #252525;
  font-size: 20px; }
  .related-video h3 a {
    color: #252525;
    font-size: 20px; }
    .related-video h3 a:hover, .related-video h3 a:focus {
      color: #ED1C24; }

.video__player {
  margin-bottom: 1em; }

.report__header {
  margin-top: 3em;
  padding-top: .5em;
  position: relative; }
  .report__header:before {
    content: "";
    background: #DAAA00;
    position: absolute;
    top: 0;
    left: 0;
    width: 185px;
    height: 5px; }
  .report__header h1 {
    margin: 0; }
    .report__header h1:before {
      background: none;
      margin: 0; }

.report__source {
  font-family: "Sanchez";
  font-size: 20px;
  margin-top: .5em; }
  @media (min-width: 43.75em) {
    .report__source {
      font-size: 28px; } }
  .report__source a {
    text-decoration: none; }

.section-header {
  background: #AE272B;
  margin-bottom: 1em; }
  .section-header h2 {
    color: #FFFFFF;
    font-size: 40px;
    padding: 2em 0 .5em 0; }
  .section-header a {
    margin: -190px auto 0 auto;
    padding-top: 190px; }

.download {
  margin-top: 20px; }

.reports li.full-image img {
  display: none; }

.reports li.full-image a.image-link {
  display: none; }

.reports .featured-posts {
  width: 100%; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 0;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  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; }

form.search {
  clear: both;
  display: block;
  text-align: left; }
  @media (min-width: 56.25em) {
    form.search {
      display: none;
      text-align: right; } }
  .search-page form.search {
    display: block; }
  form.search label {
    display: none; }
  form.search input[type="search"] {
    background: white;
    border: 2px solid #eeede9;
    border-radius: 0;
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 24px;
    line-height: normal;
    margin: .5em;
    padding: .5em;
    text-align: center; }
    form.search input[type="search"]::-webkit-input-placeholder {
      color: #252525; }
    form.search input[type="search"]:-moz-placeholder {
      color: #252525; }
    form.search input[type="search"]::-moz-placeholder {
      color: #252525; }
    form.search input[type="search"]:-ms-input-placeholder {
      color: #252525; }
    @media (min-width: 56.25em) {
      form.search input[type="search"] {
        float: none; } }
  form.search button {
    float: left;
    margin-top: .7em; }
    @media (min-width: 56.25em) {
      form.search button {
        float: right; } }

.search h1.page-title {
  float: left;
  font-size: 40px;
  line-height: 1.3;
  width: 65%; }

.search-page {
  float: left; }
  @media (min-width: 56.25em) {
    .search-page {
      float: right;
      margin-top: .25em;
      width: 35%; }
      .search-page p {
        text-align: right; } }

.search__toggle {
  cursor: pointer;
  display: none;
  height: 30px;
  margin: .75em 0 0 1em;
  width: 20px; }
  @media (min-width: 56.25em) {
    .search__toggle {
      display: inline-block; } }
  .search-page .search__toggle {
    display: none; }
  .search__toggle:after {
    color: #252525;
    content: "\f002";
    display: inline-block;
    font: normal normal normal 25px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); }

ol {
  font-family: "Sanchez";
  font-size: 20px; }
  ol li {
    padding: .5em; }
  ol h2 {
    font-size: 28px;
    margin-bottom: .5em; }
  ol .byline {
    font-size: 20px;
    margin-bottom: 1em; }

.pagination {
  padding-bottom: 40px;
  text-align: center; }

.result {
  margin-bottom: .25em; }
  .result h3 {
    margin-bottom: 0; }
  .result .date {
    margin-bottom: 0; }
  .result p {
    margin-bottom: 0; }

.sidebar-box {
  max-height: 300px;
  position: relative;
  overflow: hidden; }

.sidebar-box .read-more {
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, #eff3f3);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(250, 250, 250, 0)), color-stop(1, #eff3f3));
  display: none;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 70px 0 0 0;
  position: absolute;
  text-align: left;
  width: 100%; }
  .sidebar-box .read-more.show {
    display: block; }
  .sidebar-box .read-more a {
    color: #AE272B;
    cursor: pointer;
    display: block;
    font-family: "Sanchez";
    font-size: 20px;
    padding: 0; }
    .sidebar-box .read-more a:after {
      font: normal normal normal 14px/1 FontAwesome;
      color: #252525;
      content: "\f078";
      padding-left: .5em; }

.sidebar-box .show-less {
  display: none;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 70px 0 0 0;
  position: absolute;
  text-align: left;
  width: 100%; }
  .sidebar-box .show-less a {
    color: #AE272B;
    cursor: pointer;
    display: block;
    font-family: "Sanchez";
    font-size: 20px;
    padding: 0; }
    .sidebar-box .show-less a:after {
      font: normal normal normal 14px/1 FontAwesome;
      color: #252525;
      content: "\f077";
      padding-left: .5em; }

.sidebar__about {
  background: url(/wp-content/themes/rightwingwatch/images/pfaw-sidebar.png) #AFB9B8 bottom right no-repeat;
  background-size: 230px 200px;
  margin-top: 20px;
  padding: 20px; }
  @media (min-width: 56.25em) {
    .sidebar__about {
      background: url(/wp-content/themes/rightwingwatch/images/pfaw-sidebar.png) no-repeat;
      background-size: cover;
      padding: 30px; } }
  .sidebar__about a {
    display: inline-block;
    line-height: 1;
    margin: 1.5em 0 0 0; }
  .sidebar__about h3 {
    line-height: 1;
    margin-bottom: 0.25em; }
  .sidebar__about p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5; }

.sidebar__signup {
  background: #DAAA00;
  margin: 1em 0 -1em 0;
  overflow: hidden;
  padding: 20px; }
  @media (min-width: 56.25em) {
    .sidebar__signup {
      margin: 1em 0;
      padding: 30px; } }
  .sidebar__signup h3 {
    line-height: 1;
    margin-bottom: 0.25em; }
  .sidebar__signup input {
    border-radius: 0;
    float: left;
    margin-right: -.5em;
    padding: .6em 1em; }
    @media (min-width: 56.25em) {
      .sidebar__signup input {
        margin-right: 10px;
        padding: .6em 2em; } }

.sidebar__facebook-embed iframe {
  margin: 0 auto; }
  .sidebar__facebook-embed iframe.small-screen {
    display: block; }
    @media (min-width: 64.75em) {
      .sidebar__facebook-embed iframe.small-screen {
        display: none; } }
  .sidebar__facebook-embed iframe.full-width {
    display: none; }
    @media (min-width: 64.75em) {
      .sidebar__facebook-embed iframe.full-width {
        display: block; } }

.skiplinks {
  left: 50%;
  margin-left: -7em;
  position: absolute;
  width: 14em;
  z-index: 9999; }

.skiplinks__link,
.skiplinks__link:visited,
.skiplinks__link:focus {
  background-color: #333;
  border: 2px solid #eee;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  color: #eee;
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  outline: 0;
  padding: 0.25em 0.5em;
  text-align: center;
  text-decoration: none;
  width: 14em; }

#main:focus {
  outline: 0; }

.staff {
  margin-right: 2em; }
  .staff img {
    border-radius: 50%;
    max-width: none; }

.sticky {
  display: block; }

.tags {
  border-top: 5px solid #EFF3F3;
  margin-bottom: 2em;
  padding-top: 1em; }
  .tags p {
    font-size: 16px; }
  .tags a:after {
    content: ', '; }
  .tags a:last-of-type:after {
    content: ''; }

.toc {
  background: url(/wp-content/themes/rightwingwatch/images/swatch.png) repeat;
  padding: 2em;
  margin: 2em 0; }
  .toc a {
    font-family: "Helvetica-Light", "Helvetica Light", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 18px;
    float: left;
    line-height: 1.3;
    width: 70%; }
    @media (min-width: 43.75em) {
      .toc a {
        width: 90%; } }
  .toc ol {
    counter-reset: item;
    margin: 0;
    padding: 0; }
  .toc ol li {
    display: block;
    overflow: hidden; }
  .toc ol li:before {
    color: #FFFFFF;
    counter-increment: item;
    content: counter(item);
    background-color: #252525;
    border-radius: 50%;
    display: inline-block;
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    height: 27px;
    margin-right: 10px;
    padding-top: 4px;
    text-align: center;
    width: 27px; }

.top {
  background: #EFF3F3; }
  .top li {
    list-style: none; }

.top__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0; }
  @media (min-width: 43.75em) {
    .top__content {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding: 4em 0; } }
  .top__content h3 {
    bottom: 0;
    font-size: 20px;
    line-height: 1;
    margin-top: .25em;
    margin-bottom: 0;
    position: absolute;
    width: 100%; }
    @media (min-width: 43.75em) {
      .top__content h3 {
        font-size: 40px;
        margin-top: .25em;
        margin-bottom: .25em;
        position: relative; } }
    .top__content h3 a {
      background-image: linear-gradient(to bottom, transparent, #252525 60%);
      color: #FFFFFF;
      display: inline-block;
      padding: .5em;
      width: 100%; }
      .top__content h3 a:after {
        content: "\f105";
        display: inline-block;
        font: bold normal normal 20px/1 FontAwesome;
        margin-left: .15em; }
      @media (min-width: 43.75em) {
        .top__content h3 a {
          background: none;
          color: #252525;
          padding: 0; }
          .top__content h3 a:hover, .top__content h3 a:focus {
            color: #ED1C24; }
          .top__content h3 a:after {
            content: "\f105";
            display: inline-block;
            font: bold normal normal 30px/1 FontAwesome;
            margin-left: .15em; } }

.top__content__primary-post {
  width: 50%; }

.featured-posts--rest {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4em 0; }

.trending-topics {
  display: none; }
  @media (min-width: 56.25em) {
    .trending-topics {
      background: #7A8281;
      display: block;
      padding: 0;
      width: 100%; } }

.trending-topics__menu {
  font-family: "Sanchez";
  font-size: 19px;
  margin-bottom: 0;
  padding: .5em;
  text-align: center; }
  .trending-topics__menu h4 {
    display: inline-block;
    margin: 0; }
  .trending-topics__menu a {
    border-right: 2px solid #AFB9B8;
    color: #FFFFFF;
    display: inline-block;
    line-height: .81;
    padding: 0 .5em; }
    .trending-topics__menu a:last-of-type {
      border-right: none; }
    .trending-topics__menu a:hover, .trending-topics__menu a:focus {
      color: #252525; }

.top li.type {
  background: url(/wp-content/themes/rightwingwatch/images/doc.png) no-repeat;
  background-size: 30px 30px;
  display: block;
  margin-bottom: 1em; }
  .top li.type a {
    display: block;
    padding-left: 40px; }
  .top li.type p {
    padding-left: 40px; }

.top li.video {
  background: url(/wp-content/themes/rightwingwatch/images/play.png) no-repeat;
  background-size: 30px 30px; }

.top li.audio {
  background: url(/wp-content/themes/rightwingwatch/images/audio.png) no-repeat;
  background-size: 30px 30px; }

.top li.longform {
  background: url(/wp-content/themes/rightwingwatch/images/docs.png) no-repeat;
  background-size: 30px 30px; }

.related-video h3 a:after {
  content: "\f105";
  display: inline-block;
  font: bold normal normal 20px/1 FontAwesome;
  margin-left: .15em; }

.related-video iframe {
  width: 320px;
  height: 160px; }
  @media (min-width: 23.4375em) {
    .related-video iframe {
      width: 384px;
      height: 216px; } }

.wp-caption {
  color: #7A8281;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  max-width: 100%; }
  .wp-caption .wp-caption-text {
    font-size: 12px;
    line-height: 1.2; }
  .wp-caption.alignright {
    margin-right: 0; }
    @media (min-width: 75em) {
      .wp-caption.alignright {
        margin-right: -150px; } }
    .wp-caption.alignright .wp-caption-text {
      float: right;
      font-size: 12px;
      line-height: 1.2;
      width: 100%; }
      @media (min-width: 75em) {
        .wp-caption.alignright .wp-caption-text {
          width: 150px; } }
  .wp-caption.alignleft {
    margin-left: 0; }
    @media (min-width: 75em) {
      .wp-caption.alignleft {
        margin-left: -150px; } }
    .wp-caption.alignleft .wp-caption-text {
      float: left;
      font-size: 12px;
      line-height: 1.2;
      width: 100%; }
      @media (min-width: 75em) {
        .wp-caption.alignleft .wp-caption-text {
          width: 150px; } }

.nav--mobile-menu {
  clear: both;
  margin: 0; }
  .nav--mobile-menu .nav__item {
    margin: 0;
    padding: 0; }
  .nav--mobile-menu .nav__link {
    background-color: transparent;
    border: 0;
    color: #252525;
    display: block;
    font-family: "Oswald";
    font-size: 1em;
    font-weight: normal;
    line-height: 1.25;
    margin: 0;
    padding: 0.5972222222em 1.25em;
    position: relative;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    width: auto;
    z-index: 3; }
    .nav--mobile-menu .nav__link:focus, .nav--mobile-menu .nav__link:hover, .nav--mobile-menu .nav__link:active, .nav--mobile-menu .nav__link.is-active {
      color: #000000; }
  .nav--mobile-menu .nav__item--parent {
    position: relative; }
    .nav--mobile-menu .nav__item--parent.is-open {
      background: #fff;
      background: rgba(255, 255, 255, 0.98); }
    .nav--mobile-menu .nav__item--parent > .nav__link {
      display: inline-block; }
  .nav--mobile-menu .nav__subnav-arrow {
    background: none;
    height: 44px;
    overflow: hidden;
    width: 100%;
    background-image: url("../images/bg/mobile-arrow-down.png");
    background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2019%2012%22%20style%3D%22enable-background%3Anew%200%200%2019%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23252525%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M2.3%2C0l7.5%2C7.5L17.3%2C0l2.3%2C2.3L9.9%2C12L0.2%2C2.3L2.5%2C0L2.3%2C0z%22%2F%3E%0A%3C%2Fsvg%3E');
    background-position: 100px center;
    background-repeat: no-repeat;
    background-size: 19px 12px;
    border: 0;
    box-shadow: none;
    display: none;
    height: 2.4444444444em;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: top;
    z-index: 2; }
    .nav--mobile-menu .nav__subnav-arrow:before {
      content: "";
      display: block;
      height: 150%;
      width: 0; }
    @media (min-width: 56.25em) {
      .nav--mobile-menu .nav__subnav-arrow {
        background-position: 95% 50%; } }
    .nav--mobile-menu .nav__subnav-arrow:focus {
      outline: thin dotted; }
    .nav--mobile-menu .nav__subnav-arrow.is-active {
      background-image: url("../images/bg/mobile-arrow-up.png");
      background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2019%2012%22%20style%3D%22enable-background%3Anew%200%200%2019%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23252525%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M2.3%2C12l7.5-7.5l7.5%2C7.5l2.3-2.3L9.9%2C0L0.2%2C9.7L2.5%2C12H2.3z%22%2F%3E%0A%3C%2Fsvg%3E'); }
    [dir="rtl"] .nav--mobile-menu .nav__subnav-arrow {
      left: 0;
      right: auto; }
  .nav--mobile-menu .nav--subnav {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav--mobile-menu .nav--subnav .nav__link {
      color: #AE272B;
      padding-left: 2em; }
      .nav--mobile-menu .nav--subnav .nav__link:focus, .nav--mobile-menu .nav--subnav .nav__link:hover, .nav--mobile-menu .nav--subnav .nav__link:active {
        color: #000000; }

.nav--primary {
  display: none; }
  @media (min-width: 56.25em) {
    .nav--primary {
      display: inline-block; } }
  .nav--primary ul.nav .menu-item-has-children {
    margin-right: .5em; }
    .nav--primary ul.nav .menu-item-has-children.main-menu__item > a:after {
      display: inline-block;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-left: .5em;
      -ms-transform: translate(8px, -8px);
          transform: translate(8px, -8px);
      font: normal normal normal 20px/1 FontAwesome;
      content: "\f078";
      cursor: pointer; }
    .nav--primary ul.nav .menu-item-has-children.main-menu__item > a.close-menu:after {
      content: "\f077"; }
  .nav--primary ul.nav ul {
    box-shadow: 0px 0px 4px #EFF3F3;
    background: #FFFFFF;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1em;
    padding: 0;
    position: absolute;
    right: 0; }
    .nav--primary ul.nav ul li {
      list-style: none;
      padding: 1.5em;
      position: relative;
      width: 230px; }
      .nav--primary ul.nav ul li:last-child {
        background: #EFF3F3; }
      .nav--primary ul.nav ul li:hover {
        background: #EFF3F3; }
      .nav--primary ul.nav ul li a {
        color: #AE272B;
        font-size: 24px;
        padding: 20px 0 0 0;
        position: relative; }
        .nav--primary ul.nav ul li a:before {
          content: "";
          background: #DAAA00;
          position: absolute;
          top: 0;
          left: 0;
          width: 111px;
          height: 5px; }
      .nav--primary ul.nav ul li p {
        color: #252525;
        font-family: "Helvetica-Light", "Helvetica Light", "Helvetica", Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 1.25;
        margin-top: 15px;
        margin-bottom: 0;
        text-transform: none; }
  @media print {
    .nav--primary {
      display: none; } }
/*# sourceMappingURL=styles.css.map */