/*!
Theme Name: rvshare2020
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rvshare2020
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700,700i&display=swap");
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #414141;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  clear: both; }

p {
  margin-bottom: 1.5em;
  -webkit-margin-before: 0;
          margin-block-start: 0; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

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

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

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

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

big {
  font-size: 125%; }

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

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

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

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #0E6CB5;
  text-decoration: none; }
  a:visited {
    color: #0E6CB5; }
  a:hover, a:focus, a:active {
    color: #0E6CB5; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  position: relative;
  order: 2; }
  .main-navigation .menu-item-has-children > a {
    position: relative;
    padding-right: 20px !important; }
    .main-navigation .menu-item-has-children > a:after {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f078";
      position: absolute;
      right: 3px;
      top: 35%;
      font-size: 14px; }
      @media (min-width: 992px) {
        .main-navigation .menu-item-has-children > a:after {
          top: 3px; } }
  .main-navigation .menu-primary-container {
    display: none;
    position: absolute;
    right: -10px;
    top: 100%;
    margin-top: 22px;
    background: #ffffff;
    z-index: 99999;
    padding: 20px 10px 20px 20px; }
  .main-navigation.toggled .menu-primary-container {
    display: flex; }
  .main-navigation ul.menu {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 300px; }
    .main-navigation ul.menu ul {
      display: none;
      list-style: none;
      margin: 0 0 0 20px;
      padding: 0;
      background-color: #fff; }
    .main-navigation ul.menu > li {
      margin: 0 6px;
      position: relative; }
      .main-navigation ul.menu > li a {
        display: block;
        color: #0a2239;
        text-decoration: none;
        padding: 18px; }
      .main-navigation ul.menu > li:hover ul {
        display: block; }

.menu-toggle {
  background: none;
  border: none;
  padding: 0;
  font-size: 24px;
  margin-left: 12px; }

@media (min-width: 992px) {
  .menu-toggle {
    display: none; }
  .main-navigation {
    order: 1; }
    .main-navigation .menu-primary-container {
      display: flex;
      position: relative;
      right: 0;
      top: 0;
      background: #ffffff;
      margin-top: 0;
      padding: 0; }
    .main-navigation ul.menu {
      flex-direction: row;
      width: inherit; }
      .main-navigation ul.menu ul {
        position: absolute;
        top: 100%;
        left: 0;
        margin: 0;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
        width: 13em;
        border-bottom: 4px solid #0F6CB5; }
      .main-navigation ul.menu li {
        padding: 5px 0; }
        .main-navigation ul.menu li a {
          padding: 0; }
        .main-navigation ul.menu li ul li {
          padding: 0; }
        .main-navigation ul.menu li ul a {
          padding: 18px; } }

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(200, 200, 200, 0.8);
  z-index: 2; }
  @media (min-width: 992px) {
    #overlay {
      display: none; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.social-link {
  display: inline; }
  .social-link a {
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    margin-right: 14px; }
    .social-link a:after {
      text-indent: 0;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 5 Brands";
      font-weight: 400;
      font-size: 24px;
      float: left; }
  .social-link a[href*="facebook.com"]:after {
    content: "\f39e"; }
  .social-link a[href*="instagram.com"]:after {
    content: "\f16d"; }
  .social-link a[href*="youtube.com"]:after {
    content: "\f167"; }
  .social-link a[href*="twitter.com"]:after {
    content: "\f099"; }
  .social-link a[href*="https://www.pinterest.com"]:after {
    content: "\f0d2"; }

.post-pagination {
  display: flex;
  justify-content: center;
  margin-top: 16px; }
  .post-pagination button {
    border-radius: 4px;
    background: none;
    border: 1px solid #C1C3C4;
    cursor: pointer;
    padding: 12px 24px;
    margin: 10px 25px; }
    .post-pagination button span {
      display: none; }
  .post-pagination .pagination-content {
    display: flex;
    align-items: center; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    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;
    /* Above WP toolbar. */ }

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: block;
  float: none;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .alignleft {
      display: inline;
      float: left;
      margin-right: 1.5em; } }

.alignright {
  display: block;
  float: none;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .alignright {
      display: inline;
      float: right;
      margin-left: 1.5em; } }

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

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .hidden-l {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1200px) {
  .hidden-m {
    display: none !important; } }

@media (max-width: 768px) {
  .hidden-s {
    display: none !important; } }

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
html, body, .site {
  height: 100%; }

.site {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "header" "content" "footer"; }

.site-header {
  grid-area: header; }

.site-content {
  grid-area: content; }

.site-footer {
  grid-area: footer; }

.container {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 10px; }

.container-footer {
    max-width: 1200px; }

.container-width {
  max-width: 1440px;
  padding: 0 10px; }

.site-content {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 1440px) 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: ". main-content .";
  margin: 20px 0; }
  @media (min-width: 992px) {
    .site-content {
      margin: 40px 0; } }

.content-area {
  grid-area: main-content; }

.site-header {
  border-bottom: 1px solid #C1C3C4;
  padding: 18px 0;
  z-index: 1000;
  background-color: #fff; }
  .site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  @media (min-width: 992px) {
    .site-header {
      padding: 24px 0; } }

.site-branding {
  order: 0; }
  .site-branding a {
    display: block; }
  .site-branding img {
    height: 34px;
    width: auto;
    display: block; }

.search-bar {
  order: 1;
  margin-left: auto; }
  @media (min-width: 992px) {
    .search-bar {
      order: 2;
      margin-left: 0; } }

.search-form {
  order: 1;
  border: 1px solid #DDDDDD;
  border-radius: 99px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center; }
  .search-form input {
    background: none;
    border: none;
    padding: 4px 0;
    font-size: 14px; }
  .search-form button.search-submit {
    background: none;
    border: none;
    padding: 0 6px 0 10px;
    color: #DDDDDD;
    font-size: 16px; }

.site-footer {
  color: #fff;
  padding: 7.43% 0;
  position: relative;
  background: rgba(18, 41, 69); }
  .site-footer:before {
    background: rgba(18, 41, 69);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: ""; }
  .site-footer a, .site-footer a:visited {
    color: #fff;
    text-decoration: none; }
  .site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .site-footer .widget {
    margin: 0 0 1em; }
  .site-footer .widget-title {
    font-size: 1.1em;
    font-weight: 600;
    margin: 0 0 .5em; }
  .site-footer .mktoForm {
    display: flex; }
    .site-footer .mktoForm .mktoLabel,
    .site-footer .mktoForm .mktoOffset {
      display: none; }
    .site-footer .mktoForm .mktoEmailField {
      display: inline-block;
      height: 55px;
      background-color: transparent !important;
      color: #fff;
      border: 2px solid #95989A;
      box-shadow: none;
      font-size: 16px;
      padding-left: 17px;
      border-radius: 0;
      width: auto !important; }
    .site-footer .mktoForm input.mktoField.mktoInvalid,
    .site-footer .mktoForm textarea.mktoField.mktoInvalid,
    .site-footer .mktoForm select.mktoField.mktoInvalid,
    .site-footer .mktoForm .mktoForm .mktoLogicalField.mktoInvalid {
      border: 2px solid #8C0005; }
    .site-footer .mktoForm input[type=text]:focus,
    .site-footer .mktoForm input[type=url]:focus,
    .site-footer .mktoForm input[type=email]:focus,
    .site-footer .mktoForm input[type=tel]:focus,
    .site-footer .mktoForm input[type=number]:focus,
    .site-footer .mktoForm input[type=date]:focus,
    .site-footer .mktoForm select.mktoField:focus,
    .site-footer .mktoForm textarea.mktoField:focus {
      outline: none;
      border: 2px solid #95989A;
      color: #fff; }
    .site-footer .mktoForm .mktoButton {
      height: 55px !important;
      background: #0e6cb5 !important;
      border: 2px solid !important;
      border-color: #95989A !important;
      border-left: 0 !important;
      font-size: 16px !important;
      border-radius: 0 !important;
      box-shadow: none !important;
      width: 88px; }
    .site-footer .mktoForm .mktoButtonRow {
      margin-left: -10px;
      flex: 1 1; }

.footer-layout {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "footer-left" "footer-right"; }
  @media (min-width: 992px) {
    .footer-layout {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr;
      grid-template-areas: "footer-left footer-right"; } }

.footer-right {
  grid-area: footer-right; }

.footer-left {
  grid-area: footer-left;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: "." "." "."; }
  .footer-left #media_image-2 {
    display: none; }
  @media (min-width: 768px) {
    .footer-left {
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 1fr;
      grid-template-areas: ". . . ."; } }
  @media (min-width: 992px) {
    .footer-left {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr;
      grid-template-areas: ". . . ."; }
      .footer-left #media_image-2 {
        display: block; } }

.content-area {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto auto;
  grid-template-areas: "above-post" "post-content" "sidebar" "below-post";
  grid-column-gap: 15px; }
  @media (min-width: 992px) {
    .content-area {
      grid-template-columns: 1fr minmax(300px, 770px) 1fr;
      grid-template-rows: auto 1fr auto;
      grid-template-areas: "above-post above-post above-post" ". post-content sidebar" "below-post below-post below-post"; } }

@media (min-width: 992px) {
  .archive .content-area, .search .content-area {
    grid-template-columns: 1fr minmax(300px, 1200px) 1fr; } }

.below-post {
  grid-area: below-post; }

.site-main {
  grid-area: post-content; }

.above-post {
  grid-area: above-post; }

.sidebar {
  grid-area: sidebar;
  position: relative; }

.bbb-accredited-business {
  width: 100px;
  height: auto;
}

.footer-column .menu-item {
  margin-bottom: 8px;
}

.footer-v2__copyright {
  position: absolute;
  left: 2%;
  top: 95%;
  /* white-space: nowrap;
  flex-direction: row;
  display: flex; */
  font-size: 13px;
}

.separator {
  width: 3px;
  height: 3px;
  border-radius: 3px;
  margin: 0px 11px;
  background-color: rgb(255, 255, 255);
  position: relative;
  top: -2px;
  display: inline-block;
}

h1.entry-title {
  font-size: 2em;
  line-height: 1.2; }
  @media (min-width: 992px) {
    h1.entry-title {
      font-size: 2.5em; } }

.author-meta {
  display: flex;
  align-items: center; }
  .author-meta img {
    border-radius: 50%;
    margin-right: 5px; }

.archive-description {
  margin-bottom: 1.6em; }

.fb_iframe_widget_fluid_desktop iframe {
  width: 100% !important; }

.comments {
  margin-top: 15px; }

@media (min-width: 992px) {
  .home .content-area {
    grid-template-columns: 1fr minmax(300px, 1200px) 1fr; } }

@media (max-width: 991px) {
  .site-footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-column {
    margin-bottom: 30px;
  }

  .separator {
    margin: 0px 6px;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .footer-layout {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.home .site-main section {
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em; }

/* Cross-Browser Support */
.make-me-sticky {
  position: relative;
  /* I am the fallback */
  /* Give it everything you got! (use an auto prefixer...) */
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
  /* Required  */ }

.sidebar-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 33%;
  padding-bottom: 150%; }

.sidebar-item:nth-child(2) {
  top: 33%; }

.sidebar-item:nth-child(3) {
  top: 66%;
  padding-bottom: 25px; }

@media (min-width: 992px) {
  .page-template-template-guides .content-area {
    grid-template-columns: 1fr minmax(300px, 1200px) 1fr; } }

.guides {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px 15px; }
  @media (min-width: 768px) {
    .guides {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (min-width: 992px) {
    .guides {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .guides .guide {
    display: flex;
    flex-direction: column;
    text-align: center; }
    .guides .guide .btn-green {
      margin-top: 8px;
      background-color: #009511;
      color: #fff;
      padding: 0.4em 1.2em; }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  text-align: center; }
  .white-popup input {
    display: inline-block;
    width: 80% !important;
    margin: 0 auto; }
  .white-popup input[type="button"] {
    background-color: #009511;
    color: #fff;
    border-color: #009511;
    border-radius: 0;
    font-size: 18px; }
  .white-popup input[type="email"] {
    color: #000;
    background-color: transparent;
    border: 2px solid #95989A;
    border-radius: 0px;
    padding: 8px 10px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .white-popup .nf-field-container {
    margin-bottom: 8px; }
  .white-popup .nf-form-fields-required {
    display: none; }
  .white-popup .mktoForm {
    width: 100% !important; }
    .white-popup .mktoForm .mktoLabel,
    .white-popup .mktoForm .mktoOffset {
      display: none; }
    .white-popup .mktoForm .mktoEmailField {
      display: inline-block;
      height: 55px;
      background-color: transparent !important;
      color: #95989A;
      border: 2px solid #95989A;
      box-shadow: none;
      font-size: 16px;
      padding-left: 17px;
      border-radius: 0;
      width: 100% !important; }
    .white-popup .mktoForm .mktoFormCol,
    .white-popup .mktoForm .mktoButtonRow,
    .white-popup .mktoForm .mktoFieldWrap,
    .white-popup .mktoForm .mktoButtonWrap {
      margin-left: 0 !important;
      width: 100% !important; }
    .white-popup .mktoForm input.mktoField.mktoInvalid,
    .white-popup .mktoForm textarea.mktoField.mktoInvalid,
    .white-popup .mktoForm select.mktoField.mktoInvalid,
    .white-popup .mktoForm .mktoForm .mktoLogicalField.mktoInvalid {
      border: 2px solid #8C0005; }
    .white-popup .mktoForm input[type=text]:focus,
    .white-popup .mktoForm input[type=url]:focus,
    .white-popup .mktoForm input[type=email]:focus,
    .white-popup .mktoForm input[type=tel]:focus,
    .white-popup .mktoForm input[type=number]:focus,
    .white-popup .mktoForm input[type=date]:focus,
    .white-popup .mktoForm select.mktoField:focus,
    .white-popup .mktoForm textarea.mktoField:focus {
      outline: none;
      border: 2px solid #95989A;
      color: #fff; }
    .white-popup .mktoForm .mktoButton {
      width: 100%;
      height: 55px !important;
      background: #009511 !important;
      border: none !important;
      font-size: 16px !important;
      border-radius: 0 !important;
      box-shadow: none !important; }

/*
## Post Blocks
*/
.featured-posts {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px; }
  @media (min-width: 768px) {
    .featured-posts {
      grid-template-columns: 1fr 40%;
      grid-template-rows: 1fr 1fr; } }
  .featured-posts .featured-post {
    position: relative; }
    .featured-posts .featured-post:first-child {
      grid-column: 1;
      grid-row: 1/3; }
    .featured-posts .featured-post a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 2; }
    .featured-posts .featured-post .featured-image {
      padding-top: 46%;
      border-radius: 4px;
      background: linear-gradient(0deg, #0e6cb5 0%, #8fadc2 100%);
      background-size: cover;
      background-position: center;
      height: 100%;
      min-height: 134px;
      position: relative; }
      .featured-posts .featured-post .featured-image h3 {
        margin: 0;
        position: absolute;
        bottom: 18px;
        left: 18px;
        font-size: 1.6em;
        line-height: 1;
        text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
        color: #fff; }
      .featured-posts .featured-post .featured-image .tag {
        position: absolute;
        top: 18px;
        left: 0;
        color: #fff;
        background-color: #122945;
        padding: 5px 5px 5px 15px;
        font-size: 1.25em;
        z-index: 1; }
        .featured-posts .featured-post .featured-image .tag:before {
          position: absolute;
          display: block;
          width: 20px;
          height: 100%;
          right: 0;
          top: 0;
          content: '';
          background: #122945;
          transform: skewX(-20deg) translateX(50%);
          z-index: -1; }

.list-posts {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px; }
  @media (min-width: 992px) {
    .list-posts {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 768px) {
    .list-posts .list-post {
      display: grid;
      grid-template-columns: 230px 1fr;
      grid-template-areas: "image content";
      grid-column-gap: 8px; } }
  .list-posts .list-post .featured-image {
    grid-area: image; }
    .list-posts .list-post .featured-image div {
      padding-top: 50%;
      border-radius: 4px;
      background: linear-gradient(0deg, #0e6cb5 0%, #8fadc2 100%);
      background-size: cover;
      min-height: 134px; }
  .list-posts .list-post .list-content {
    grid-area: content; }
  .list-posts .list-post h3 {
    margin-bottom: .25em; }
    .list-posts .list-post h3 a,
    .list-posts .list-post h3 a:hover {
      color: #414141; }
  .list-posts .list-post p {
    display: inline; }

.grid-posts {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px; }
  @media (min-width: 768px) {
    .grid-posts {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 992px) {
    .grid-posts {
      grid-template-columns: 1fr 1fr 1fr; } }
  .grid-posts .featured-image {
    padding-top: 66%;
    border-radius: 4px;
    background: linear-gradient(0deg, #0e6cb5 0%, #8fadc2 100%);
    background-size: cover;
    background-position: center;
    margin-bottom: 10px; }
  .grid-posts h3 {
    margin-bottom: .25em; }
    .grid-posts h3 a,
    .grid-posts h3 a:hover {
      color: #414141; }
  .grid-posts p {
    display: inline; }
  .grid-posts .ad-container {
    grid-column-start: span 1;
    margin: 48px 0; }
    @media (min-width: 768px) {
      .grid-posts .ad-container {
        grid-column-start: span 2; } }
    @media (min-width: 992px) {
      .grid-posts .ad-container {
        grid-column-start: span 3; } }

/*
## CTA
*/
.rent-calculator {
  background: #eff5fa;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 1em auto;
  padding: 20px 0; }
  @media (min-width: 768px) {
    .rent-calculator {
      flex-direction: row; } }
  .rent-calculator p {
    margin: 0; }
  .rent-calculator h3 {
    margin: 0;
    font-size: 20px; }
  .rent-calculator a {
    background: #F6BC16;
    color: rgba(0, 0, 0, 0.8);
    padding: 10px 20px;
    border-radius: 2px;
    font-weight: initial;
    display: inline-block;
    font-weight: bold;
    margin: 0 15px; }

.cta-find-your-rv {
  background-color: #eff5fa;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 230px 1fr;
  grid-template-areas: "image" "content"; }
  @media (min-width: 768px) {
    .cta-find-your-rv {
      grid-template-columns: 230px 1fr;
      grid-template-rows: 1fr;
      grid-template-areas: "image content"; } }
  .cta-find-your-rv h4 {
    margin: 0;
    font-size: 1.4em; }
  .cta-find-your-rv .img {
    background-size: cover;
    background-position: center; }
  .cta-find-your-rv .cta-content {
    padding: 15px;
    grid-area: content; }
  .cta-find-your-rv p {
    margin-bottom: 1em; }
  .cta-find-your-rv a {
    background: #0e6cb5;
    color: white;
    padding: 10px 20px;
    border-radius: 2px;
    font-weight: initial;
    display: inline-block; }

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

.post,
.page {
  margin: 0; }

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

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

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

.last-updated {
  padding-left: 10px; }

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

.bypostauthor {
  display: block; }

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Extra
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## WP Quiz fixes, quick and dirty
--------------------------------------------------------------*/
.wq_questionImage > span.mycenter {
  position: relative !important; }

wq_questionImage > span.mycenter .image-share-wrap {
  display: block !important; }

wq_questionImage > span.mycenter .image-share-wrap img {
  width: auto !important;
  display: block !important;
  margin: auto !important; }
