@charset "UTF-8";
/******
 * Theme Name:   Red River Farm Network - AppPresser
 * Description:  A test of AppPresser Child Theme capabilities.
 * Author:       Brett Wysocki
 * Template:     ap3-ion-theme
 * Version:      1.0.0
 ******/
/* SCSS Variables */
/* Fonts */
/* Primary */
/* Complementary */
/* Monospace */
/* Other */
/* Font Placement */
/* Colors */
/* Buttons */
/* Inputs */
/* Typography */
/* Links */
/* Headers */
/* h1 */
/* h2 */
/* h3 */
/* h4 */
/* h5 */
/* h6 */
/* p */
/* ul / ol */
/* li */
/* Comments */
/* Pagination */
/* Variables */
/* Alignment */
/*****
 * Style Fixes for Ion v3
 *****/
html {
  overflow: auto;
  height: auto;
}

body .io-modal {
  pointer-events: none;
  visibility: hidden;
}

.pane, .view {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: auto;
  height: auto;
  background-color: transparent;
}

.list {
  padding: 0;
}

.item {
  border: none;
  background-color: transparent;
  color: transparent;
  position: static;
  margin: 0;
  padding: 0;
  font-size: inherit;
}

.button {
  border: none;
}
.button:after {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

.menu-content {
  box-shadow: none;
}

/* 1.0 - Normalize to 9.0 - Widgets
 */
/* 1.0 - Normalize to 10.0 - Widgets
 */
/* Extensions */
.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.search-submit:before, .pagination .nav-links:before, .pagination .nav-links:after, .pagination .prev:before, .pagination .prev:after {
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}

input[type=button][disabled]:focus, input[type=reset][disabled]:focus, input[type=submit][disabled]:focus, input[type=button][disabled]:hover, input[type=reset][disabled]:hover, input[type=submit][disabled]:hover, input[type=button], input[type=reset], input[type=submit], button[disabled]:focus, button[disabled]:hover, button {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-family: "Noto Serif", Georgia, serif;
  font-weight: 700;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase;
}

textarea, input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=tel], input[type=number] {
  background: #eee;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #686868;
  padding: 0.625em 0.4375em;
  width: 100%;
}

textarea:focus, input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=number]:focus {
  background-color: #fff;
  border-color: #ED1C24;
  color: #1a1a1a;
  outline: 0;
}

/* 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
html {
  font-family: "Noto Serif", Georgia, serif;
  box-sizing: border-box;
  font-size: 62.5%;
}
html input[type=button] {
  cursor: pointer;
}
html input[disabled] {
  cursor: default;
  opacity: 0.5;
}

body {
  margin: 0;
}

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

figure {
  margin: 0;
}

audio {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}

canvas {
  display: inline-block;
  vertical-align: baseline;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

video {
  display: inline-block;
  vertical-align: baseline;
}

[hidden] {
  display: none;
}

template {
  display: none;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b {
  font-weight: 700;
}

strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

hr {
  box-sizing: content-box;
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin: 0 0 1.75em;
}

code, kbd, pre, samp {
  font-size: 1em;
}

button {
  color: inherit;
  font: inherit;
  margin: 0;
  overflow: visible;
  max-width: 100%;
  cursor: pointer;
}

input {
  color: inherit;
  font: inherit;
  margin: 0;
  max-width: 100%;
}

optgroup {
  color: inherit;
  font: inherit;
  margin: 0;
  font-weight: bold;
}

select {
  color: inherit;
  font: inherit;
  margin: 0;
  text-transform: none;
  max-width: 100%;
}

textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  vertical-align: top;
}

input[type=reset] {
  cursor: pointer;
}

input[type=submit] {
  cursor: pointer;
}

button[disabled] {
  cursor: default;
  opacity: 0.5;
}

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

input[type=checkbox] {
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}

input[type=radio] {
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}

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

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

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  padding: 0.875em;
}
fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  border: 0;
  padding: 0;
}

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

ul {
  margin: 0 0 1.75em 1.25em;
  padding: 0;
  list-style: disc;
}

ol {
  margin: 0 0 1.75em 1.25em;
  padding: 0;
  list-style: decimal;
  margin-left: 1.5em;
}

li > ul {
  margin-bottom: 0;
}
li > ol {
  margin-bottom: 0;
}

dl {
  margin: 0 0 1.75em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.75em;
}

del {
  opacity: 0.8;
}

table {
  border: 1px solid #d1d1d1;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}

th {
  border: 1px solid #d1d1d1;
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
  font-weight: 700;
  padding: 0.4375em;
}

td {
  border: 1px solid #d1d1d1;
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
  padding: 0.4375em;
}

caption {
  font-weight: normal;
  text-align: left;
}

::-webkit-input-placeholder {
  color: #686868;
  font-family: "Noto Serif", Georgia, serif;
}

:-moz-placeholder {
  color: #686868;
  font-family: "Noto Serif", Georgia, serif;
}

::-moz-placeholder {
  color: #686868;
  font-family: "Noto Serif", Georgia, serif;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #686868;
  font-family: "Noto Serif", Georgia, serif;
}

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

/* 2.0 - Genericons
 */
/* 3.0 - Elements
 */
/* 4.0 - Forms
 */
button:hover {
  background: #ED1C24;
}
button:focus {
  background: #ED1C24;
  outline: thin dotted;
  outline-offset: -4px;
}
input {
  line-height: normal;
}
input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  background: #ED1C24;
}
input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus {
  background: #ED1C24;
  outline: thin dotted;
  outline-offset: -4px;
}
input[type=search].search-field {
  border-radius: 2px 0 0 2px;
  width: calc(100% - 42px);
}

.post-password-form {
  margin-bottom: 1.75em;
}
.post-password-form label {
  color: #686868;
  display: block;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 1.75em;
  text-transform: uppercase;
}
.post-password-form input[type=password] {
  margin-top: 0.4375em;
}
.post-password-form > :last-child {
  margin-bottom: 0;
}

.search-form {
  position: relative;
}

.search-submit {
  border-radius: 0 2px 2px 0;
  bottom: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}
.search-submit:before {
  content: "";
  font-size: 24px;
  left: 2px;
  line-height: 42px;
  position: relative;
  width: 40px;
}

/* 5.0 - Navigation
 */
/* 6.0 - Accessibility
 */
/* Text meant only for screen readers */
.says,
.screen-reader-text,
.subscribe-bar .gform_wrapper label {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #eee;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}
.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif;
}

/* 7.0 - Alignments
 */
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
  margin-bottom: 1.473684211em;
}

/* 8.0 - Clearings
 */
.clear:before, .clear:after, blockquote:before, blockquote:after, .entry-content:before, .entry-content:after, .entry-summary:before, .entry-summary:after, .comment-content:before, .comment-content:after, .site-content:before, .site-content:after, .site-main > article:before, .site-main > article:after, .primary-menu:before, .primary-menu:after, .social-links-menu:before, .social-links-menu:after, .textwidget:before, .textwidget:after, .content-bottom-widgets:before, .content-bottom-widgets:after {
  content: "";
  display: table;
}
.clear:after, blockquote:after, .entry-content:after, .entry-summary:after, .comment-content:after, .site-content:after, .site-main > article:after, .primary-menu:after, .social-links-menu:after, .textwidget:after, .content-bottom-widgets:after {
  clear: both;
}

/* 9.0 - Widgets
 */
/* 10.0 - Typography
 */
html {
  font-size: 62.5%;
}

body, button, input, select, textarea {
  color: #1a1a1a;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 700;
  margin: 0.2em 0 0.5em;
  text-rendering: optimizeLegibility;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.2;
  color: #1a1a1a;
  font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

h2 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.222;
  color: #1a1a1a;
  font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

h3 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.36;
  color: #1a1a1a;
  font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.36;
  color: #686868;
  font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

h5 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.36;
  color: #686868;
  font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

h6 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.36;
  color: #686868;
  font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  margin: 0 0 1.5em;
}
p:last-child {
  margin-bottom: 0;
}

hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
}
li > ul {
  margin-bottom: 0;
  margin-left: 20px;
}
li > ol {
  margin-bottom: 0;
  margin-left: 24px;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: #ED1C24;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #686868;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

p {
  margin: 0 0 1.75em;
}

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

blockquote {
  border: 0 solid #1a1a1a;
  border-left-width: 4px;
  color: #686868;
  font-size: 1.1875rem;
  font-style: italic;
  line-height: 1.4736842105;
  margin: 0 0 1.4736842105em;
  padding: 0 0 0 1.263157895em;
  quotes: none;
}
blockquote:before, blockquote:after {
  content: "";
}
blockquote p {
  margin-bottom: 1.4736842105em;
}
blockquote cite, blockquote small {
  color: #1a1a1a;
  display: block;
  font-size: 1rem;
  line-height: 1.75;
}
blockquote cite:before, blockquote small:before {
  content: "— ";
}
blockquote cite, blockquote em, blockquote i {
  font-style: normal;
}
blockquote strong, blockquote b {
  font-weight: 400;
}
blockquote > :last-child {
  margin-bottom: 0;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
}

address {
  font-style: italic;
  margin: 0 0 1.75em;
}

code {
  background-color: #d1d1d1;
  padding: 0.125em 0.25em;
}

code, kbd, tt, var, samp {
  font-family: "Inconsolata", monospace;
}

pre {
  font-family: "Inconsolata", monospace;
  border: 1px solid #d1d1d1;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

mark, ins {
  background: #ED1C24;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none;
}

big {
  font-size: 125%;
}

a.button,
button.button,
input[type=submit].button,
input[type=reset].button {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 10px 0;
  background-color: #B31917;
  padding: 0.5em 1em;
  color: white;
  min-height: 0;
  min-width: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.button:hover,
button.button:hover,
input[type=submit].button:hover,
input[type=reset].button:hover {
  background-color: #ED1C24;
  color: white;
}

/* 11.0 - Global
 */
.table {
  display: table;
  width: 100%;
}
.table .table-header {
  display: table-header-group;
}
.table .table-body {
  display: table-row-group;
}
.table .table-row {
  display: table-row;
}
.table .table-cell {
  display: table-cell;
  padding: 3px 5px;
}

.inner-wrapper {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.entry-content p,
.entry-summary p,
.article-content p,
.article-summary p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
}
.entry-content hr,
.entry-summary hr,
.article-content hr,
.article-summary hr {
  margin: 2em 0;
}

nav {
  display: block;
}
nav ul {
  list-style: none outside none;
  margin: 0;
  font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
nav ul li {
  display: inline-block;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
nav ul li > ul {
  display: none;
}

.site-branding {
  max-width: 250px;
}
.site-branding .logo {
  display: block;
  background-image: url("assets/images/svg/rrfn_logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.site-branding .logo:before {
  content: "";
  display: block;
  padding-bottom: 40%;
}

.affiliates.table {
  margin-bottom: 30px;
}
.affiliates.table .table-header {
  background-color: #B31917;
}
.affiliates.table .table-header .table-cell {
  color: white;
  font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.affiliates.table .table-header .table-cell:not(.link) {
  cursor: pointer;
  background-color: #B31917;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.affiliates.table .table-header .table-cell:not(.link):hover {
  background-color: #ED1C24;
}
.affiliates.table .table-header .table-cell:after {
  content: "";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  position: absolute;
  margin-left: 5px;
}
.affiliates.table .table-header .table-cell.asc:after {
  content: "";
}
.affiliates.table .table-header .table-cell.desc:after {
  content: "";
}
.affiliates.table .table-cell:not(.city) {
  text-align: center;
}
.affiliates.table .table-row:nth-child(2n) {
  background-color: #eee;
}

/* 12.0 - Header
 */
/* 12.1 - Site Header
 */
.site-header {
  position: relative;
  z-index: 1000;
  background-color: transparent;
  height: auto;
  box-shadow: none;
  background-color: white;
}
.site-header .site-branding {
  position: absolute;
  top: 0;
  left: 20px;
  width: 100%;
  max-width: 327px;
  padding: 10px;
  background-color: white;
  box-shadow: 0 0 30px 0 #000;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8e8e8+100 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #e8e8e8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #e8e8e8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #e8e8e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e8e8e8",GradientType=0 );
  /* IE6-9 */
  z-index: 2;
}
.site-header .site-branding .logo {
  background-image: url("assets/images/svg/rrfn_logo.svg");
}
.site-header .site-branding .logo:before {
  padding-bottom: 42%;
}

.rrfn-tagline {
  display: block;
  max-width: 540px;
  padding: 17px 0;
  margin: 0 0 0 340px;
  background-image: url("assets/images/svg/rrfn_tagline.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.rrfn-tagline:after {
  content: "";
  display: block;
  padding-bottom: 10%;
}

.header-top {
  position: relative;
  z-index: 1;
}
.header-top .header-top-secondary {
  background-color: #eee;
}
.header-top .header-top-secondary .header-top-secondary-inner-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}
.header-top .header-top-secondary .header-top-secondary-inner-wrapper .rrfn-tagline {
  -webkit-flex: 0 0 320px;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  justify-self: flex-start;
  margin-left: 35%;
  margin-right: auto;
}
.header-top .header-top-widgets {
  background-color: #fff;
  height: 89px;
}
.header-top nav {
  margin: 10px;
}
.header-top nav ul li {
  margin: 0 2px;
}
.header-top nav ul li a {
  color: #1a1a1a;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header-top nav ul li:hover > a {
  color: #ED1C24;
}
.header-top nav.secondary-menu ul li {
  line-height: 1.2;
}
.header-top nav.secondary-menu ul li.menu-item-46 > a {
  background-color: #dedede;
  color: #B31917;
}
.header-top nav.secondary-menu ul li.menu-item:hover > a {
  background-color: #d1d1d1;
  color: #ED1C24;
}
.header-top nav.secondary-menu ul li a {
  padding: 0.5em 0.7em;
}
.header-top nav.social-menu ul li {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 7px;
  line-height: 1;
}
.header-top nav.social-menu ul li > a i {
  color: #686868;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header-top nav.social-menu ul li:hover > a i {
  color: #ED1C24;
}

.header-bottom {
  position: relative;
  z-index: 100;
  background-color: #686868;
}
.header-bottom nav ul {
  justify-content: center;
}
.header-bottom nav ul li {
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  line-height: 1.2;
}
.header-bottom nav ul li a {
  padding: 0.3em 1em;
  display: block;
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header-bottom nav ul li:hover > a {
  background-color: #ED1C24;
  color: white;
}

.search-wrapper {
  padding: 10px;
}
.site-header .search-wrapper {
  padding-right: 0;
}
.search-wrapper .searchform {
  position: relative;
  padding-right: 35px;
}
.search-wrapper input[type=search] {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0.75em 0 0.75em 1em;
  border-radius: 0;
  height: auto;
  line-height: 1.3;
  width: 68px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search-wrapper input[type=search]:focus {
  width: 200px;
}
.search-wrapper button[type=submit] {
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35px;
  height: auto;
  background-color: #B31917;
  padding: 0;
  min-width: 0;
  min-height: 0;
  border-radius: 0;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* &:before {
  	content: '';
  	display: block;
  	padding-bottom: 100%;
  } */
  /* &:before {
  	content: 'f002';
  	@include fontawesome();
  	position: absolute;

  } */
}
.search-wrapper button[type=submit] i {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
}
.search-wrapper button[type=submit]:hover {
  background-color: #ED1C24;
}
.search-wrapper .item {
  border: 0;
  background-color: transparent;
  padding: 0;
}

.page-image-header {
  text-align: center;
  margin: 20px 0 0;
}

/* 12.1.1 - Awesome Weather Widget Layout
 */
.site-header .rrfn-weather {
  padding: 14px 0;
}

.awesome-weather-wrap.awe_custom {
  max-width: 450px;
  margin: 0 0 0 auto;
  margin-right: 0;
  margin-left: auto;
  font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  background-color: white;
  border: 1px solid #eee;
  background-color: white;
}
.awesome-weather-wrap.awe_custom * {
  color: #1a1a1a;
}
.awesome-weather-wrap.awe_custom .awe-weather-inner-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.awesome-weather-wrap.awe_custom .awe-weather-inner-wrapper > div {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  margin: 0 1%;
}
.awesome-weather-wrap.awe_custom .awe-weather-inner-wrapper > div.awesome-weather-weather {
  -webkit-flex: 1 1 1px;
  -ms-flex: 1 1 1px;
  flex: 1 1 1px;
}
.awesome-weather-wrap.awe_custom .awe-weather-inner-wrapper > div.awesome-weather-header {
  margin-left: 0;
}
.awesome-weather-wrap.awe_custom .awe-weather-inner-wrapper > div.awesome-weather-forecast {
  margin-right: 0;
}
.awesome-weather-wrap.awe_custom .awesome-weather-header {
  line-height: 1.2;
}
.awesome-weather-wrap.awe_custom .awesome-weather-header span {
  white-space: normal;
}
.awesome-weather-wrap.awe_custom .awesome-weather-current-temp {
  font-size: 40px;
  padding: 5px 8px;
  text-align: center;
}
.awesome-weather-wrap.awe_custom .awe_humidty {
  display: none;
}
.awesome-weather-wrap.awe_custom .awe_wind {
  display: none;
}
.awesome-weather-wrap.awe_custom .awesome-weather-weather {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.awesome-weather-wrap.awe_custom .awesome-weather-weather > * {
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}
.awesome-weather-wrap.awe_custom .awesome-weather-current-temp {
  line-height: 1;
}
.awesome-weather-wrap.awe_custom .awesome-weather-todays-stats {
  padding: 8px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}
.awesome-weather-wrap.awe_custom .awesome-weather-forecast {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-flow: row wrap;
  border: none;
  line-height: 1.3;
  padding: 5px 10px;
  margin: 0;
}
.awesome-weather-wrap.awe_custom .awesome-weather-forecast .awesome-weather-forecast-day {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  flex: 0 0 100%;
}
.awesome-weather-wrap.awe_custom .awesome-weather-forecast .awesome-weather-forecast-day .awesome-weather-forecast-day-temp {
  font-size: 16px;
  font-size: 1.6rem;
  order: 2;
}
.awesome-weather-wrap.awe_custom .awesome-weather-forecast-day-abbr {
  margin-top: 0;
}
.awesome-weather-wrap.awe_custom .awesome-weather-attribution {
  display: none;
}

/* 12.2 - Scroll Header
 */
#scroll-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #eee;
  z-index: 10000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-transform: translateY(-120%);
  -o-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
#scroll-header.show {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.admin-bar #scroll-header.show {
  top: 31px;
}
#scroll-header .scroll-header-inner-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
#scroll-header .scroll-header-inner-wrapper .site-branding {
  -webkit-flex: 0 0 320px;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  margin-right: 10px;
  max-width: none;
  padding: 5px;
}
#scroll-header .scroll-header-inner-wrapper .site-branding .logo {
  background-image: url("assets/images/svg/rrfn_horizontal_logo.svg");
}
#scroll-header .scroll-header-inner-wrapper .site-branding .logo:before {
  padding-bottom: 10%;
}
#scroll-header .scroll-header-inner-wrapper nav {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: right;
}
#scroll-header .scroll-header-inner-wrapper nav ul {
  justify-content: center;
}
#scroll-header .scroll-header-inner-wrapper nav ul li {
  text-transform: uppercase;
  margin: 3px 7px;
  font-size: 18px;
  font-size: 1.8rem;
}
#scroll-header .scroll-header-inner-wrapper nav ul li a {
  padding: 0.3em 0.5em;
}
#scroll-header .scroll-header-inner-wrapper nav.social-navigation {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#scroll-header .scroll-header-inner-wrapper nav.social-navigation li {
  margin: 0;
  padding: 0;
}
#scroll-header .search-wrapper {
  margin-left: 0px;
}
#scroll-header .mobile-menu-toggle {
  display: none;
}

/* 13.0 - Content
 */
.site-content {
  position: relative;
  z-index: 1;
}

/* 13.2 - Sidebar
 */
.has-sidebar {
  margin: 50px auto 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.has-sidebar .primary {
  -webkit-flex: 0 0 66%;
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
  position: relative;
}
.has-sidebar .sidebar {
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 420px;
  position: relative;
}

.sidebar .sidebar-block {
  margin-bottom: 40px;
  background-color: #eee;
}
.sidebar .sidebar-block .sidebar-header {
  background-color: #B31917;
  padding: 20px 30px;
}
.sidebar .sidebar-block .sidebar-header .sidebar-title {
  line-height: 1.2;
  color: white;
  margin: 0;
}
.sidebar .sidebar-block.content-block .sidebar-inner-wrapper, .sidebar .sidebar-block.custom-block .sidebar-inner-wrapper {
  padding: 20px 30px;
}
.sidebar .weather-map-widget {
  margin-top: 40px;
}
.sidebar a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* 13.2.1 - News/Podcast Categories
 */
.news-categories .sidebar-inner-wrapper,
.podcast-categories .sidebar-inner-wrapper {
  padding: 30px;
}
.news-categories ul,
.podcast-categories ul {
  margin: 0;
  list-style: none outside none;
}
.news-categories ul ul,
.podcast-categories ul ul {
  margin-left: 15px;
}
.news-categories ul li.current-cat > a,
.podcast-categories ul li.current-cat > a {
  font-weight: bold;
  color: #1a1a1a;
  pointer: cursor;
}

.rrfn-podcast-categories li > ul {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rrfn-podcast-categories li > ul li {
  font-size: 0.8em;
}
.rrfn-podcast-categories li.has-children .child-toggle {
  display: inline-block;
  margin-left: 7px;
  color: #B31917;
  cursor: pointer;
}
.rrfn-podcast-categories li.has-children .child-toggle .fa-plus-circle {
  display: block;
}
.rrfn-podcast-categories li.has-children .child-toggle .fa-minus-circle {
  display: none;
}
.rrfn-podcast-categories li.has-children .child-toggle:hover {
  color: #ED1C24;
}
.rrfn-podcast-categories li.has-children.show > ul {
  max-height: 300px;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.rrfn-podcast-categories li.has-children.show .child-toggle .fa-minus-circle {
  display: block;
}
.rrfn-podcast-categories li.has-children.show .child-toggle .fa-plus-circle {
  display: none;
}

/* Podcasts Sidebar
	 */
.podcasts-sidebar .podcast:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.01);
}
.podcasts-sidebar .podcast .podcast-inner-wrapper {
  padding: 15px 30px;
}
.podcasts-sidebar .podcast:first-child {
  margin-top: 0;
}
.podcasts-sidebar .podcast:last-child {
  margin-bottom: 0;
}
.podcasts-sidebar .sidebar-inner-wrapper {
  padding-bottom: 10px;
}
.podcasts-sidebar .podcast-name {
  margin-bottom: 5px;
  border-bottom: 1px solid #d1d1d1;
}
.podcasts-sidebar .podcast-name a {
  color: #1a1a1a;
}
.podcasts-sidebar .podcast-name a:hover {
  color: #B31917;
}
.podcasts-sidebar .latest {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
.podcasts-sidebar .latest a {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.podcasts-sidebar .latest a .podcast-title {
  display: inline-block;
  width: auto;
  max-width: 240px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.podcasts-sidebar .latest a .icons {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-51%);
  -o-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  -webkit-transform: translateY(-51%);
  transform: translateY(-51%);
  width: 35px;
  height: 100%;
  font-size: 24px;
  font-size: 2.4rem;
}
.podcasts-sidebar .latest a .icons i {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.podcasts-sidebar .latest a .icons i.fas {
  opacity: 0;
}
.podcasts-sidebar .latest a .icons i.far {
  opacity: 1;
}
.podcasts-sidebar .latest a:hover .icons i.fas {
  opacity: 1;
}
.podcasts-sidebar .latest a:hover .icons i.far {
  opacity: 0;
}

/* 13.4 - Subscribe Bar
 */
.subscribe-bar {
  background-color: #1a1a1a;
  padding: 30px 0;
  position: relative;
}
.subscribe-bar:before {
  content: "";
  display: block;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  right: 50%;
  background-color: #343434;
}
.subscribe-bar * {
  color: white;
}
.subscribe-bar .subscribe-bar-inner-wrapper {
  max-width: 960px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.subscribe-bar .subscribe-bar-inner-wrapper .subscribe-info,
.subscribe-bar .subscribe-bar-inner-wrapper .subscribe-form {
  -webkit-flex: 0 0 46%;
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
}
.subscribe-bar .subscribe-bar-inner-wrapper .subscribe-info p,
.subscribe-bar .subscribe-bar-inner-wrapper .subscribe-form p {
  font-size: 14px;
  font-size: 1.4rem;
}
.subscribe-bar .subscribe-bar-inner-wrapper .subscribe-cta {
  margin-bottom: 5px;
  line-height: 1.3;
}
.subscribe-bar .gform_wrapper ul {
  margin: 0;
  list-style: none outside none;
}
.subscribe-bar .gform_wrapper ul li.gfield {
  margin: 0;
  padding: 0;
}
.subscribe-bar .gform_wrapper ul li.gfield div.ginput_container {
  margin-top: 0;
}
.subscribe-bar .gform_wrapper ul li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: 16px;
  font-size: 1.6rem;
}
.subscribe-bar .gform_wrapper ul li.gfield.gfield_visibility_ {
  display: none;
}
.subscribe-bar .gform_wrapper ul li.gfield.gfield_error.gfield_contains_required {
  background-color: #eee;
  border-color: #ED1C24;
  padding: 10px;
}
.subscribe-bar .gform_wrapper form {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.subscribe-bar .gform_wrapper .validation_error {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 10px;
  background-color: #eee;
}
.subscribe-bar .gform_wrapper .validation_message {
  padding: 0;
  text-align: center;
}
.subscribe-bar .gform_wrapper .inv-recaptcha-holder {
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  opacity: 0.01;
  right: 0;
}
.subscribe-bar .gform_wrapper .gform_body {
  -webkit-flex: 0 0 66%;
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
}
.subscribe-bar .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
}
.subscribe-bar .gform_wrapper .gform_footer input[type=submit] {
  background-color: #B31917;
  color: white;
  min-height: 0;
  min-width: 0;
}
.subscribe-bar .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #ED1C24;
  color: white;
}
.subscribe-bar .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-left: 13px;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-size: 4rem;
}
.subscribe-bar .icon i {
  color: #343434;
}

/* 13.5 - Advertisement
 */
.advert-bar {
  padding: 0 20px;
  margin: 20px 0;
  /* &.half-width {
  	.advert-bar-inner-wrapper .adv-wrapper {
  		@include flex( 0 0 48% );
  		margin: 0 1%;
  	}
  } */
}
.advert-bar .advert-bar-inner-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.advert-bar .advert-bar-inner-wrapper .adv-wrapper {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
}
.advert-bar .advert-bar-inner-wrapper .adv-wrapper .adv-link {
  display: inline-block;
}

/* 12.6 - Authors
 */
.authors .author {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  border-bottom: 1px solid #d1d1d1;
}
.authors .author p:empty {
  display: none;
}
.authors .author .author-image {
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.authors .author .author-image:before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.authors .author .author-image .author-image-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.authors .author .author-content {
  -webkit-flex: 0 0 66%;
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
}
.authors .author .author-content .author-name {
  font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.authors .author .author-content .author-social .social-links {
  margin: 0;
  list-style: none outside none;
  display: inline-block;
}
.authors .author .author-content .author-social .social-links li {
  display: inline-block;
}

.author .social-links li.phone {
  display: none;
}

.author .author-contact {
  margin-bottom: 10px;
}
.author .author-contact .contact-author {
  font-style: italic;
  font-weight: bold;
}
.author .social-links {
  display: inline-block;
  margin: 0;
  list-style: none outside none;
}
.author .social-links li {
  display: inline-block;
  margin: 0 5px;
}

/* 12.7 - The Event Calendar
 */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-bottom: 20px;
}

.tribe-events.tribe-events-view--list .tribe-events-calendar-list-nav {
  border-top: none;
}

.tribe-events-loop .tribe-events-list-separator-month,
.tribe-events-loop .tribe-events-calendar-list__month-separator,
.tribe-events-calendar-list .tribe-events-list-separator-month,
.tribe-events-calendar-list .tribe-events-calendar-list__month-separator {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  position: relative;
  line-height: 1.2;
  margin: 20px 0 0;
  background-color: transparent;
}
.tribe-events-loop .tribe-events-list-separator-month:first-child,
.tribe-events-loop .tribe-events-calendar-list__month-separator:first-child,
.tribe-events-calendar-list .tribe-events-list-separator-month:first-child,
.tribe-events-calendar-list .tribe-events-calendar-list__month-separator:first-child {
  margin-top: 0;
}
.tribe-events-loop .tribe-events-list-separator-month:before,
.tribe-events-loop .tribe-events-calendar-list__month-separator:before,
.tribe-events-calendar-list .tribe-events-list-separator-month:before,
.tribe-events-calendar-list .tribe-events-calendar-list__month-separator:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #ED1C24;
  z-index: 0;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tribe-events-loop .tribe-events-list-separator-month time,
.tribe-events-loop .tribe-events-calendar-list__month-separator time,
.tribe-events-calendar-list .tribe-events-list-separator-month time,
.tribe-events-calendar-list .tribe-events-calendar-list__month-separator time {
  position: relative;
  z-index: 1;
  padding: 0 10px 0 0;
  font-size: 0.9em !important;
  font-weight: bold;
}
.tribe-events-loop .tribe-events-list-separator-month time:before,
.tribe-events-loop .tribe-events-calendar-list__month-separator time:before,
.tribe-events-calendar-list .tribe-events-list-separator-month time:before,
.tribe-events-calendar-list .tribe-events-calendar-list__month-separator time:before {
  content: "";
  display: block;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: white;
}

.tribe-events-calendar-list .event-details {
  font-weight: bold;
}
#content .tribe-events-calendar-list .type-tribe_events {
  padding: 0.3em 0;
  border: none;
}

.tribe-events-calendar-list .tribe-events-calendar-list__month-separator {
  margin-top: 20px;
}
.tribe-events-calendar-list .tribe-events-calendar-list__month-separator:after {
  display: none !important;
}
.tribe-events-calendar-list .event-list-item {
  line-height: 1.4;
  margin: 0.3em 0;
}
.tribe-events-calendar-list .event-list-item a {
  color: #ED1C24;
  text-decoration: underline;
}
.tribe-events-calendar-list .event-list-item a:hover {
  text-decoration: none;
}

/* 12.8 - Homepage News Slider
 */
.rrfn-news-slider {
  background-color: rgba(0, 0, 0, 0.6);
}
.rrfn-news-slider.on-page-load .news-nav > li:first-child {
  background-color: #B31917;
}
.rrfn-news-slider.on-page-load .category-contents > .category-content:first-child {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.rrfn-news-slider.on-page-load .category-contents > .category-content:first-child .article-contents > .article-content:first-child {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.rrfn-news-slider .news-nav {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none outside none;
}
.rrfn-news-slider .news-nav li {
  font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  display: block;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.025);
  /* &.active {
  	background-color: darken( $medium_grey, 10% );
  } */
}
.rrfn-news-slider .news-nav li a {
  position: relative;
  display: block;
  font-weight: bold;
  color: white;
  line-height: 1.2;
  padding: 0.5em 30px 0.5em 1em;
}
.rrfn-news-slider .news-nav li a:active {
  border: 0;
}
.rrfn-news-slider .news-nav li a i {
  position: absolute;
  top: 50%;
  right: 20px;
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rrfn-news-slider .news-nav li.active, .rrfn-news-slider .news-nav li:hover {
  background-color: #B31917;
}
.rrfn-news-slider .news-nav li.active > a > i {
  visibility: visible;
  opacity: 1;
}
.rrfn-news-slider .category-nav-wrapper {
  background-color: #686868;
}
.rrfn-news-slider .category-nav li {
  text-transform: uppercase;
}
.rrfn-news-slider .article-nav-wrapper {
  background-color: #4f4f4f;
}
.rrfn-news-slider .article-nav li {
  font-size: 16px;
  font-size: 1.6rem;
  /* &.active {
  	background-color: darken( $medium_grey, 20% );
  } */
}
.rrfn-news-slider .article-nav li.active, .rrfn-news-slider .article-nav li:hover {
  background-color: #861311;
}
.rrfn-news-slider .category-contents {
  position: relative;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.rrfn-news-slider .category-contents .category-content {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.rrfn-news-slider .category-contents .category-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.rrfn-news-slider .article-contents {
  position: relative;
  width: 100%;
}
.rrfn-news-slider .article-contents * {
  color: white;
  font-weight: bold;
  text-shadow: 0 0 5px black;
}
.rrfn-news-slider .article-contents * .button {
  text-shadow: none;
}
.rrfn-news-slider .article-content {
  padding: 40px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.rrfn-news-slider .article-content.active {
  z-index: 100;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.rrfn-news-slider .article-content .article-title {
  line-height: 1.2;
}
.rrfn-news-slider .article-content .article-summary p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.rrfn-news-slider .category-content {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 100%;
}
.rrfn-news-slider .category-content.active {
  z-index: 100;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

@media screen and (min-width: 768px) {
  .rrfn-news-slider {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .rrfn-news-slider:after {
    content: "";
    display: block;
    padding-bottom: 57%;
  }
  .rrfn-news-slider .news-slider-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .rrfn-news-slider .news-nav-wrapper {
    -webkit-flex: 0 0 220px;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    overflow-y: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
  }
  .rrfn-news-slider .article-content,
.rrfn-news-slider .category-content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .rrfn-news-slider .category-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1200px) {
  .rrfn-news-slider .news-nav-wrapper {
    -webkit-flex: 0 0 180px;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
  }
  .rrfn-news-slider .article-content {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .rrfn-news-slider {
    position: relative;
  }
  .rrfn-news-slider .news-slider-wrapper {
    position: relative;
    z-index: 1;
  }
  .rrfn-news-slider .news-nav-wrapper {
    position: relative;
  }
  .rrfn-news-slider .news-nav-wrapper:before, .rrfn-news-slider .news-nav-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 1;
    z-index: 100;
    width: 40px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .rrfn-news-slider .news-nav-wrapper:before {
    left: 0;
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .rrfn-news-slider .news-nav-wrapper:after {
    right: 0;
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .rrfn-news-slider .news-nav-wrapper .news-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    overflow-x: auto;
  }
  .rrfn-news-slider .news-nav-wrapper .news-nav li {
    -webkit-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
  }
  .rrfn-news-slider .news-nav-wrapper .news-nav li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .rrfn-news-slider .news-nav-wrapper .news-nav li a {
    padding: 0.5em 30px 0.5em 1em;
    white-space: normal;
  }
  .rrfn-news-slider .news-nav-wrapper .news-nav li a i {
    right: 10px;
    -moz-transform: translate(0, -50%) rotate(90deg);
    -o-transform: translate(0, -50%) rotate(90deg);
    -ms-transform: translate(0, -50%) rotate(90deg);
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
  }
  .rrfn-news-slider .news-nav-wrapper.left:before {
    opacity: 0;
  }
  .rrfn-news-slider .news-nav-wrapper.right:after {
    opacity: 0;
  }
  .rrfn-news-slider .category-content,
.rrfn-news-slider .article-content {
    display: none;
  }
  .rrfn-news-slider .category-content.active,
.rrfn-news-slider .article-content.active {
    display: block;
  }
  .rrfn-news-slider .article-content {
    padding: 5%;
  }
}
/* 13.0 - Footer 
 */
.site-footer {
  position: relative;
  background-color: #686868;
  border-top: 2px solid #B31917;
}
.site-footer .affiliate-stations-wrapper {
  padding: 20px 0;
}
.site-footer .affiliate-stations-wrapper .affiliate-stations-inner-wrapper {
  max-width: 1024px;
}
.site-footer .affiliate-stations-wrapper .as-title {
  text-align: center;
  color: white;
  margin-bottom: 10px;
}
.site-footer .contact {
  padding: 20px 0;
  background-color: #d1d1d1;
  text-align: center;
}
.site-footer .contact p, .site-footer .contact .copyright {
  color: #1a1a1a;
}
.site-footer .contact p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  margin: 10px 0;
  font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.site-footer .contact .social-menu ul {
  justify-content: center;
}
.site-footer .contact .social-menu ul li {
  padding: 10px;
  line-height: 1;
  font-size: 24px;
  font-size: 2.4rem;
}
.site-footer .contact .social-menu ul li a {
  color: #B31917;
}
.site-footer .contact .social-menu ul li a:hover {
  color: #ED1C24;
}
.site-footer .contact .copyright {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.site-footer .affiliate-stations {
  font-size: 11px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.site-footer .affiliate-stations .affiliate-station {
  -webkit-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  display: inline-block;
  border-top: 0;
  border-bottom: 0;
  margin: 3px 0;
  white-space: nowrap;
  text-align: center;
}
.site-footer .affiliate-stations .affiliate-station span {
  margin: 0 2px;
  color: white;
}
.site-footer .affiliate-stations .affiliate-station span.location:after {
  content: "-";
  display: inline-block;
  margin: 0 0 0 3px;
}

/* 14.0 - Templates
 */
/* Home
 */
.home .advert-bar + .news-podcasts-section,
.home .advert-bar + .subscribe-bar,
.home .advert-bar + .events-weather-section {
  margin-top: 0;
}
.home .site-content > .advert-bar:last-child {
  margin-bottom: 0;
}
.home .sidebar-block.podcasts-sidebar {
  margin-bottom: 0;
}
.home .subscribe-bar {
  margin-top: 50px;
}
.home .site-footer {
  margin-top: 40px;
}
.home #tribe-events-content.tribe-events-list {
  margin-bottom: 20px;
}
.home .view-all-events {
  text-align: center;
}

.advert-bar + .site-content > .site-content-inner-wrapper {
  margin-top: 0;
}

/* Blog/Archive pages
 */
.blog article,
.search article,
.archive article {
  margin: 20px 0;
  padding: 20px;
  border-bottom: 1px solid #d1d1d1;
}
.blog article .article-title,
.search article .article-title,
.archive article .article-title {
  margin-bottom: 10px;
  clear: none;
}
.blog article .article-image,
.search article .article-image,
.archive article .article-image {
  display: block;
  float: right;
  background-color: #686868;
  margin-left: 20px;
  width: 100%;
  max-width: 200px;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog article .article-image:after,
.search article .article-image:after,
.archive article .article-image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.archive article.podcast {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.archive article.podcast .podcast-image {
  position: relative;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}
.archive article.podcast .podcast-image .fa-play-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 50px;
  font-size: 5rem;
  color: #B31917;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.archive article.podcast .podcast-image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.archive article.podcast .podcast-image .image-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.archive article.podcast .podcast-image:hover .fa-play-circle {
  opacity: 1;
}
.archive article.podcast .podcast-image:hover:after {
  opacity: 0.8;
}
.archive article.podcast .podcast-content {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 20px;
}

/* Default Article
 */
article .article-meta {
  font-size: 14px;
  margin-bottom: 15px;
}
article .article-categories-wrapper,
article .article-tags-wrapper {
  margin-top: 10px;
}
article .categories-title {
  display: block;
}
article .categories-title,
article .tags-title {
  position: relative;
  font-weight: bold;
  font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  /* &:after {
  	content: '';
  	position: absolute;
  	top: 100%;
  	width: 50px;
  	left: 0;
  	height: 2px;
  	margin-bottom: 12px;
  	background-color: $medium_grey;
  } */
}
article .article-categories {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
article .article-categories a {
  margin: 0.5em;
  display: inline-block;
  padding: 0.4em 0.8em;
  background-color: #686868;
  color: white;
}
article .article-categories a:first-child {
  margin-left: 0;
}
article .article-categories a:hover {
  background-color: #B31917;
}
article .article-tags {
  font-size: 12px;
}
article .article-tags a {
  margin: 0.5em;
}

.button-bar {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-flow: row nowrap;
}
.button-bar .button {
  flex: 0 0 50%;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.button-bar .button > a {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: relative;
  font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 5px;
  background-color: #1a1a1a;
  color: white;
  padding: 12px 10px 10px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button-bar .button > a:hover {
  background-color: #B31917;
}
.button-bar .button > a span {
  display: block;
  white-space: normal;
  margin: 0;
}
.button-bar .button > a span.default-text {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1;
}
.button-bar .button > a i {
  color: white;
  position: absolute;
  top: 50%;
  left: 10px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.button-bar .button.previous-link > a {
  padding-left: 30px;
  text-align: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.button-bar .button.previous-link > a i {
  right: auto;
  left: 10px;
}
.button-bar .button.next-link > a {
  padding-right: 30px;
  text-align: right;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.button-bar .button.next-link > a i {
  left: auto;
  right: 10px;
}

/* 14.2 - Podcasts
 */
/* 14.2.1 - Podcast Schedule
 */
.schedule-wrapper {
  padding: 40px;
  text-align: center;
}
.schedule-wrapper .schedule-title {
  margin-bottom: 10px;
}
.schedule-wrapper .affiliates {
  font-size: 16px;
  font-size: 1.6rem;
}
.schedule-wrapper .schedule-sections {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  border: 1px solid #d5d5d5;
}
.schedule-wrapper .schedule-sections .schedule-section {
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  border-right: 1px solid #d5d5d5;
}
.schedule-wrapper .schedule-sections .schedule-section .times,
.schedule-wrapper .schedule-sections .schedule-section .section-name {
  padding: 5px 10px;
}
.schedule-wrapper .schedule-sections .schedule-section .times {
  background-color: #eee;
  white-space: nowrap;
}
/* 15.0 - Single 
 */
.single .article-title {
  margin-bottom: 10px;
}
.single .article-date {
  margin-bottom: 0;
}

.single-podcast .podcast-wrapper {
  margin: 20px auto;
  padding: 40px;
  background-color: #686868;
  text-align: center;
}
.single-podcast .podcast-wrapper audio {
  display: block;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.single-newsletter .inner-wrapper {
  max-width: 960px;
}
.single-newsletter .inner-wrapper * {
  /* font-size: 16px; */
}
.single-newsletter code {
  display: block;
  padding: 20px;
  font-size: 14px;
}
.single-newsletter .edit-newsletter {
  margin: 20px 0;
  text-align: center;
}
.single-newsletter .edit-newsletter a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  border: 1px solid #B31917;
  background-color: #B31917;
  color: white;
  line-height: 1.2;
  padding: 0.5em 1.5em;
  font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.single-newsletter .edit-newsletter a:hover {
  background-color: #ED1C24;
}

.newsletter-tabs-wrapper {
  margin-top: 20px;
}
.newsletter-tabs-wrapper .newsletter-tabs {
  list-style: none outside none;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  text-align: center;
  font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.newsletter-tabs-wrapper .newsletter-tabs li {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: bold;
  border: 1px solid #eee;
  /* &:not(:last-child) {
  	border-right-color: $almost_black;
  } */
}
.newsletter-tabs-wrapper .newsletter-tabs li a {
  display: block;
  padding: 0.5em 1.5em;
  background-color: #eee;
  color: #1a1a1a;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.newsletter-tabs-wrapper .newsletter-tabs li a:hover {
  background-color: #fff;
  color: #B31917;
}
.newsletter-tabs-wrapper .newsletter-tabs li.active {
  border-color: #1a1a1a;
  border-bottom-color: #fff;
}
.newsletter-tabs-wrapper .newsletter-tabs li.active > a {
  background-color: #fff;
  color: #B31917;
  cursor: pointer;
}
.newsletter-tabs-wrapper .newsletter-tabs li:not(.active) {
  border-bottom-color: #1a1a1a;
}
.newsletter-tabs-wrapper .newsletter-tab-contents {
  padding: 20px;
  border: 1px solid #1a1a1a;
  border-top: none;
}
.newsletter-tabs-wrapper .newsletter-tab-contents .newsletter-tab-content {
  display: none;
}
.newsletter-tabs-wrapper .newsletter-tab-contents .newsletter-tab-content.show {
  display: block;
}
.newsletter-tabs-wrapper .newsletter-tab-contents .newsletter-tab-content .copy-html {
  margin-top: 20px;
  text-align: center;
}
.newsletter-tabs-wrapper .newsletter-tab-contents .newsletter-tab-content .copy-html button {
  background-color: #eee;
  font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  border: 1px solid #eee;
  padding: 0.5em 1.5em;
  font-weight: bold;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.newsletter-tabs-wrapper .newsletter-tab-contents .newsletter-tab-content .copy-html button:hover {
  background-color: white;
}
.newsletter-tabs-wrapper .newsletter-tab-contents code {
  max-height: 500px;
  overflow-y: auto;
  background-color: #eee;
  border: 1px solid #686868;
}

/* 16.0 - Miscellaneous
 */
/* 16.1 - Pagination
 */
.pagination {
  position: relative;
  clear: both;
  padding: 20px 0;
  font-size: 16px;
  line-height: 1.1em;
  text-align: center;
}
.pagination span, .pagination a {
  display: inline-block;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #B31917;
}
.pagination .current, .pagination a:hover {
  color: #fff;
  background: #ED1C24;
}

/* 16.2 - Gravity Forms Styling
 */
.gform_wrapper {
  /* .gform_footer {
  	br, p:empty {
  		display: none;
  	}
  	input[type="submit"].gform_button.button {
  		@include font-size( 20 );
  	}
  } */
}
.gform_wrapper .gfield {
  margin: 20px 0;
}
.gform_wrapper .gfield input[type], .gform_wrapper .gfield textarea {
  padding: 0.1em;
}
.gform_wrapper .gfield .ginput_complex.ginput_container_address .ginput_left, .gform_wrapper .gfield .ginput_complex.ginput_container_address .ginput_right {
  width: 31.6%;
}
.gform_wrapper .gfield .ginput_complex.ginput_container_address .address_zip {
  margin-left: 1.6%;
}
.gform_wrapper .gfield .ginput_complex br {
  display: none;
}
.gform_wrapper .gfield .ginput_complex p {
  display: inline;
}

/* 17.0 - Mobile Prep
 */
.mobile-menu-toggle {
  display: none;
  padding: 6px 0px;
  font-size: 20px;
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:active {
  color: #fff;
}
.mobile-menu-toggle > * {
  display: inline-block;
  vertical-align: middle;
}
.mobile-menu-toggle .menu {
  margin-right: 10px;
  font-weight: bold;
}
.mobile-menu-toggle .fa {
  font-size: 2em;
  -webkit-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 300px;
  background-color: #eee;
}
.mobile-menu .mobile-menu-inner-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding-bottom: 89px;
  z-index: 1;
}
.mobile-menu .mobile-menu-inner-wrapper .close-mobile-menu {
  -webkit-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  background-color: #B31917;
  color: white;
  position: relative;
}
.mobile-menu .mobile-menu-inner-wrapper .close-mobile-menu .close-text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.mobile-menu .mobile-menu-inner-wrapper .close-mobile-menu .close-text-wrapper i {
  font-size: 24px;
}
.mobile-menu .mobile-menu-inner-wrapper .close-mobile-menu .close-text-wrapper span {
  display: block;
  font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.mobile-menu .mobile-search {
  background-color: #1a1a1a;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.mobile-menu .mobile-search .searchform {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 10px;
  margin: 0;
}
.mobile-menu .mobile-search .searchform .item-input {
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
}
.mobile-menu .mobile-search .searchform .item-input input {
  line-height: 1.3;
  padding: 0.3em 0.5em;
}
.mobile-menu .mobile-search .searchform .submit {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  margin: 0;
}
.mobile-menu .mobile-search .searchform .search-submit {
  border: none;
  background-color: #B31917;
  color: white;
  margin: 0;
}
.mobile-menu .mobile-search .searchform .search-submit:before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mobile-menu nav ul li {
  text-transform: uppercase;
  text-align: center;
}
.mobile-menu nav ul li a {
  display: block;
  color: #1a1a1a;
  font-weight: bold;
}
.mobile-menu nav ul li a:hover, .mobile-menu nav ul li a:active {
  background-color: rgba(0, 0, 0, 0.2);
  color: #B31917;
}
.mobile-menu nav.site-navigation ul li {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0;
  font-size: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu nav.site-navigation ul li a {
  line-height: 1;
  padding: 0.75em 1em;
}
.mobile-menu nav.social-navigation {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding-bottom: 10px;
  background-color: #eee;
  z-index: 100;
}
.mobile-menu nav.social-navigation .phone-number {
  display: block;
  text-align: center;
  color: #1a1a1a;
  font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  padding: 15px 20px 10px;
  line-height: 1;
}
.mobile-menu nav.social-navigation ul {
  justify-content: center;
}
.mobile-menu nav.social-navigation ul li {
  font-size: 24px;
  margin: 0 10px;
  line-height: 0.8;
}
.mobile-menu nav.social-navigation ul li a {
  padding: 5px 10px;
}

/* 18.0 - Mobile 
 */
@media screen and (max-width: 1200px) {
  html {
    font-size: 60%;
  }

  .home .subscribe-bar {
    margin-top: 20px;
  }

  #scroll-header .scroll-header-inner-wrapper {
    padding: 0;
  }
  #scroll-header .scroll-header-inner-wrapper nav ul li {
    margin: 3px 7px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #scroll-header .scroll-header-inner-wrapper .site-branding {
    margin-right: 0;
  }
  #scroll-header .scroll-header-inner-wrapper .search-wrapper {
    margin-left: 0;
  }
  #scroll-header .social-navigation {
    display: none;
  }

  .has-sidebar {
    margin: 20px auto 0;
  }
  .has-sidebar .primary {
    -webkit-flex: 0 0 68%;
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
  }

  .sidebar .podcasts-sidebar .sidebar-header {
    padding: 4% 7%;
  }
  .sidebar .podcasts-sidebar .sidebar-header .sidebar-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .sidebar .podcasts-sidebar .podcast .podcast-inner-wrapper {
    padding: 4% 7%;
  }
  .sidebar .podcasts-sidebar .podcast .podcast-inner-wrapper .podcast-name {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sidebar .podcasts-sidebar .podcast .podcast-inner-wrapper .latest a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 55%;
  }

  .mobile-menu-toggle {
    display: block;
    position: relative;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin: 20px;
  }
  .mobile-menu-toggle a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .mobile-menu-toggle a .toggle-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #1a1a1a;
    font-size: 18px;
    font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height: 1;
  }
  .mobile-menu-toggle a .toggle-content .menu-icon-wrapper {
    position: relative;
    display: block;
    width: 40px;
    height: 32px;
    margin: 0 auto 5px;
  }
  .mobile-menu-toggle a .toggle-content .menu-icon-wrapper .menu-icon {
    width: 100%;
    height: 5px;
    top: 50%;
    left: 50%;
    display: block;
    -moz-transform: translate(-50%, -60%);
    -o-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
  }
  .mobile-menu-toggle a .toggle-content .menu-icon-wrapper .menu-icon, .mobile-menu-toggle a .toggle-content .menu-icon-wrapper .menu-icon:before, .mobile-menu-toggle a .toggle-content .menu-icon-wrapper .menu-icon:after {
    position: absolute;
    display: block;
    background-color: #1a1a1a;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .mobile-menu-toggle a .toggle-content .menu-icon-wrapper .menu-icon:before, .mobile-menu-toggle a .toggle-content .menu-icon-wrapper .menu-icon:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
  }
  .mobile-menu-toggle a .toggle-content .menu-icon-wrapper .menu-icon:before {
    top: -220%;
  }
  .mobile-menu-toggle a .toggle-content .menu-icon-wrapper .menu-icon:after {
    top: 220%;
  }
  .mobile-menu-toggle a .toggle-content .menu-icon-wrapper .menu-text {
    font-weight: bold;
  }

  .mobile-menu {
    display: block;
  }
  #body-container,
.mobile-menu {
    -webkit-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
  }

  #body-container {
    position: relative;
  }
  #body-container:after {
    content: "";
    display: block;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }

  .mobile-menu-open #body-container,
.mobile-menu-open .mobile-menu {
    -moz-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  .mobile-menu-open #body-container:after {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }

  #scroll-header {
    display: none;
  }

  .has-sidebar {
    flex-flow: row wrap;
    margin: 20px auto 0;
  }
  .has-sidebar .primary {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .has-sidebar .sidebar {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 600px;
    margin: 20px auto;
  }

  .sidebar .sidebar-block .sidebar-header {
    padding: 15px 20px;
  }

  .home .primary .entry-content:before {
    content: "";
    display: block;
    padding-bottom: 50%;
  }

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #B31917;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8e8e8+100 */
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 0%, #e8e8e8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, #e8e8e8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, #e8e8e8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e8e8e8",GradientType=0 );
    /* IE6-9 */
  }
  .site-header .header-top,
.site-header .header-bottom {
    display: none;
  }
  .site-header .site-header-inner-wrapper {
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .site-header .site-branding {
    position: relative;
    left: auto;
    max-width: none;
    box-shadow: none;
    -webkit-flex: 0 0 250px;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    background: none;
  }
  .site-header .site-branding .logo {
    background-image: url("assets/images/svg/rrfn_logo_with_tagline.svg");
  }
  .site-header .site-branding .logo:before {
    padding-bottom: 48%;
  }
  .site-header .rrfn-tagline {
    display: none;
  }

  #body-container {
    padding-top: 131px;
  }

  .site-footer .affiliate-stations-wrapper {
    display: none;
  }

  .latest-podcasts {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .latest-podcasts .podcast {
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
  }

  .table.affiliates .watts {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 52%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }

  .home .news-podcasts-section {
    padding: 0;
    margin: 0;
  }
  .home .primary .entry-content:before {
    display: none;
  }

  .advert-bar {
    padding: 0;
  }

  .blog .site-content-inner-wrapper,
.archive:not(.author) .site-content-inner-wrapper,
.category .site-content-inner-wrapper {
    padding: 0;
  }
  .blog .page-title,
.archive:not(.author) .page-title,
.category .page-title {
    padding: 0 20px;
  }
  .blog article .article-image,
.archive:not(.author) article .article-image,
.category article .article-image {
    max-width: 48%;
    margin-left: 2%;
  }

  .authors .author {
    flex-flow: row wrap;
    padding: 0 0 20px 0;
  }
  .authors .author .author-image,
.authors .author .author-content {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .authors .author .author-image {
    margin-bottom: 10px;
  }

  .subscribe-bar {
    padding: 0;
  }
  .subscribe-bar:before {
    display: none;
  }
  .subscribe-bar .subscribe-bar-inner-wrapper {
    padding: 0;
    flex-flow: row wrap;
  }
  .subscribe-bar .subscribe-bar-inner-wrapper .subscribe-info,
.subscribe-bar .subscribe-bar-inner-wrapper .subscribe-form {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 10px 20px;
  }
  .subscribe-bar .subscribe-bar-inner-wrapper .subscribe-info {
    background-color: #686868;
  }
  .subscribe-bar .icon {
    display: none;
    padding-left: 0;
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .subscribe-bar .gform_wrapper .gform_body {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .subscribe-bar .gform_wrapper .gform_footer {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 10px;
  }

  .table.affiliates .table-header .table-cell {
    font-size: 14px;
    line-height: 1.2;
  }

  .advert-bar .advert-bar-inner-wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 430px) {
  .mobile-menu-toggle {
    margin: 0;
  }

  .site-header .site-branding {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  #body-container {
    padding-top: 26.5%;
  }

  .podcasts-sidebar .podcast {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .podcasts-sidebar .podcast .podcast-inner-wrapper {
    padding: 5%;
  }

  .blog .site-content-inner-wrapper,
.archive:not(.author) .site-content-inner-wrapper,
.category .site-content-inner-wrapper {
    padding: 0;
  }
  .blog article,
.archive:not(.author) article,
.category article {
    margin: 0;
  }
  .blog article .article-image,
.archive:not(.author) article .article-image,
.category article .article-image {
    float: none;
    clear: both;
    max-width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .blog article .article-image:after,
.archive:not(.author) article .article-image:after,
.category article .article-image:after {
    padding-bottom: 50%;
  }

  .table.affiliates .link {
    display: none;
  }
}
@media screen and (max-height: 520px) {
  .mobile-menu nav.social-navigation {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  }
}

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