/*
Theme Name: Nosh Kiosk BB
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/**
 * @license
 * MyFonts Webfont Build ID 3683004, 2018-12-05T19:27:41-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: MicrobrewOne by Albatross
 * URL: https://www.myfonts.com/fonts/albatross/microbrew/one/
 * Copyright: Copyright (c) 2014 by Jay Hilgert. All rights reserved.
 * Licensed pageviews: 100,000
 * 
 * Webfont: BacklashSmallCaps by Set Sail Studios
 * URL: https://www.myfonts.com/fonts/set-sail-studios/backlash-font-duo/small-caps/
 * Copyright: Copyright (c) 2017 by Set Sail Studios Ltd. All rights reserved.
 * Licensed pageviews: 200,000
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3683004
 * 
 * © 2018 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */
@import url('https://hello.myfonts.net/count/3832bc');

@font-face {
  font-family: 'Microbrew';
  src: url('fonts/3832BC_0_0.eot');
  src: url('fonts/3832BC_0_0%EF%B9%96.eot#iefix') format('embedded-opentype'),
    url('fonts/3832BC_0_0.woff2') format('woff2'), url('fonts/3832BC_0_0.woff') format('woff'),
    url('fonts/3832BC_0_0.ttf') format('truetype');
}

@font-face {
  font-family: 'Backlash';
  src: url('fonts/3832BC_1_0.eot');
  src: url('fonts/3832BC_1_0%EF%B9%96.eot#iefix') format('embedded-opentype'),
    url('fonts/3832BC_1_0.woff2') format('woff2'), url('fonts/3832BC_1_0.woff') format('woff'),
    url('fonts/3832BC_1_0.ttf') format('truetype');
}

/* */

@font-face {
  font-family: 'Quincy';
  src: url('fonts/quincycf-bold-webfont.woff2') format('woff2'),
    url('fonts/quincycf-bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Quincy';
  src: url('fonts/quincycf-bolditalic-webfont.woff2') format('woff2'),
    url('fonts/quincycf-bolditalic-webfont.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Quincy';
  src: url('fonts/quincycf-regularitalic-webfont.woff2') format('woff2'),
    url('fonts/quincycf-regularitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Quincy';
  src: url('fonts/quincycf-regular-webfont.woff2') format('woff2'),
    url('fonts/quincycf-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Webfont: PaysonWF-Bold */
@font-face {
  font-family: 'Payson';
  src: url('fonts/PaysonWFBold.woff2') format('woff2'),
    /* Modern Browsers */ url('fonts/PaysonWFBold.woff') format('woff'),
    /* Modern Browsers */ url('fonts/PaysonWFBold.ttf') format('truetype'); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

input[type='text'] {
  font-size: inherit;
}

/* LAYOUT */

.content-container {
  background-color: #ffffff;
}

p,
.nav-links {
  font-size: 20px;
}

p {
  max-width: 900px;
}

div.fl-module-callout p {
  font-size: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: initial;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #35622c;
  font-family: 'Microbrew', Oswald, san-serif;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  font-style: normal;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #35622c;
}
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  text-decoration: none;
}
.h1 {
  font-size: 50px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #35622c;
  font-family: 'Microbrew', Oswald, san-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}
.h1 a {
  color: #35622c;
}
.h2 {
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0px;
}
.h2 .fl-comments-list-title {
  font-size: 30px;
}
.h3 {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0px;
}
.h4 {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0px;
}
.h5 {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0px;
}
.h6 {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0px;
}

/* HEADER */

/* NEW */

header .fl-col-group .fl-col:nth-child(2) .fl-col-content {
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}

header .fl-col:nth-child(2) .fl-node-content .fl-module-button:nth-child(1) {
  width: 60%;
}

header .fl-col:nth-child(2) .fl-node-content .fl-module-button:nth-child(2) {
  width: 40%;
}

/* NAV (NEW) */

.fl-node-5e7296bb0e9f1 .fl-menu .fl-menu-toggle::before,
.fl-node-5e7296bb0e9f1 .fl-menu .fl-menu-toggle::after {
  z-index: 25;
}

.fl-node-5e7296bb0e9f1 .menu > li > a:hover,
.fl-node-5e7296bb0e9f1 .menu > li > a:focus,
.fl-node-5e7296bb0e9f1 .menu > li > .fl-has-submenu-container:hover > a,
.fl-node-5e7296bb0e9f1 .menu > li > .fl-has-submenu-container.focus > a,
.fl-node-5e7296bb0e9f1 .sub-menu > li > a:hover,
.fl-node-5e7296bb0e9f1 .sub-menu > li > a:focus,
.fl-node-5e7296bb0e9f1 .sub-menu > li > .fl-has-submenu-container:hover > a,
.fl-node-5e7296bb0e9f1 .sub-menu > li > .fl-has-submenu-container.focus > a,
.fl-node-5e7296bb0e9f1 .menu > li.current-menu-item > a,
.fl-node-5e7296bb0e9f1 .menu > li.current-menu-item > .fl-has-submenu-container > a,
.fl-node-5e7296bb0e9f1 .sub-menu > li.current-menu-item > a,
.fl-node-5e7296bb0e9f1 .sub-menu > li.current-menu-item > .fl-has-submenu-container > a {
}

.fl-node-5e7296bb0e9f1 .menu > li.current-menu-item > a,
.fl-node-5e7296bb0e9f1 .menu > li.current-menu-item > .fl-has-submenu-container > a {
  background-color: transparent;
  color: #35622c;
}

.fl-node-5e7296bb0e9f1 .menu > li > a:hover,
.fl-node-5e7296bb0e9f1 .menu > li > a:focus,
.fl-node-5e7296bb0e9f1 .menu > li:hover,
.fl-node-5e7296bb0e9f1 .menu > li > .fl-has-submenu-container:hover > a,
.fl-node-5e7296bb0e9f1 .menu > li > .fl-has-submenu-container.focus > a {
  background-color: #0bc180;
  color: #ffffff;
}

.fl-node-5e7296bb0e9f1 .sub-menu > li > a {
  width: 100%;
}

.fl-node-5e7296bb0e9f1 .sub-menu > li.current-menu-item > a,
.fl-node-5e7296bb0e9f1 .sub-menu > li.current-menu-item > .fl-has-submenu-container > a {
}

.fl-node-5e7296bb0e9f1
  .fl-menu
  .fl-toggle-plus
  li.current-menu-item
  > .fl-has-submenu-container
  > .fl-menu-toggle::before,
.fl-node-5e7296bb0e9f1
  .fl-menu
  .fl-toggle-plus
  li.current-menu-item
  > .fl-has-submenu-container
  > .fl-menu-toggle::after {
  border-color: #35622c;
}

.fl-node-5e7296bb0e9f1
  .fl-menu
  .fl-toggle-plus
  li.current-menu-item:hover
  > .fl-has-submenu-container
  > .fl-menu-toggle::before,
.fl-node-5e7296bb0e9f1
  .fl-menu
  .fl-toggle-plus
  li.current-menu-item:hover
  > .fl-has-submenu-container
  > .fl-menu-toggle::after {
  border-color: #ffffff;
}

.fl-builder-content .fl-node-5e72970317261 a.fl-button:hover {
  text-decoration: underline;
}

/* COLOR AND CLASSES */

.color-red {
  color: #35622c;
}

.color-blue {
  color: #0a5c80;
}

.color-green {
  color: #0bc180;
}

.color-red svg {
  stroke: #35622c;
}

.color-blue svg {
  stroke: #0a5c80;
}

.color-green svg {
  stroke: #0bc180;
}

.color-white svg {
  stroke: #ffffff;
}

.bg-red {
  /* background-color: #35622c; */
  background-color: #35622c;
}

.bg-blue {
  background-color: #0a5c80;
}

.bg-green {
  background-color: #0bc180;
}

/* STYLED BORDER */

.style-border {
  display: block;
  height: 10px;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

.style-border svg {
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}

.style-border::after {
  content: '';
  height: 0px;
  width: 0px;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
}

.bg-red .style-border::after {
  content: '';
  height: 0px;
  width: 0px;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid #35622c;
  border-bottom: 5px solid #35622c;
}

.bg-blue .style-border::after {
  content: '';
  height: 0px;
  width: 0px;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid #0a5c80;
  border-bottom: 5px solid #0a5c80;
}

.bg-green .style-border::after {
  content: '';
  height: 0px;
  width: 0px;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid #0bc180;
  border-bottom: 5px solid #0bc180;
}

header .style-border::after {
  content: unset;
}

/* SCOOTER */

.page-id-9549 .fl-post-content {
  position: relative;
}

.page-id-9549 .scooter-row {
  position: absolute;
  height: 318px;
  bottom: 0;
  z-index: 100;
  margin-bottom: -20px;
  width: 377px;
}

li.scooter-row {
  position: absolute !important;
  height: 205px;
  bottom: -21px;
  width: 250px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  vertical-align: bottom;
  right: 6vw;
}

.page-id-9549 .scooter-row,
.page-id-5430 .scooter-row,
li.scooter-row {
  animation-name: scooter;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-delay: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  z-index: 2;
}

/* SCOOTER ANIMATION */

/* The animation code */
@keyframes scooter {
  0% {
    right: 100vw;
  }
  100% {
    right: 6vw;
  }
}

/* */

.color-red .scooter svg {
  fill: #35622c;
  stroke: unset;
}

.color-blue .scooter svg {
  fill: #0a5c80;
  stroke: unset;
}

.color-green .scooter svg {
  fill: #0bc180;
  stroke: unset;
}

.color-white .scooter svg {
  fill: #ffffff;
  stroke: unset;
}

/* TEXT */

.green-quote .fl-node-content :first-child {
  padding: 7px 0;
}

.green-quote .fl-node-content::before,
.green-quote .fl-node-content::after {
  content: '';
  width: 50px;
  height: 3px;
  background-color: #96b739;
  position: relative;
}

.green-quote-1 p {
  text-indent: -32px;
  padding-left: 27px;
}

.green-quote-1 p {
  text-indent: -0.4em;
  padding-left: 0.38em;
}

/* Font Scaling Magic */

/* LINKS */

.no-link {
  pointer-events: none;
}

.no-link a {
  pointer-events: none;
}

.logged-in .no-link {
  pointer-events: unset;
}

/* ARROWS FOR BUTTONS */

.white-arrow a::before,
.white-arrow a::after,
.red-arrow a::before,
.red-arrow a::after,
.green-arrow a::before,
.green-arrow a::after {
  content: '';
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  vertical-align: middle;
}

.right-arrow a::after {
  margin-left: 10px;
}

.left-arrow a::before {
  transform: rotate(180deg);
  margin-right: 10px;
}

.right-arrow.no-text a::after,
.left-arrow.no-text a::before {
  margin-left: 0px;
  margin-right: 0px;
}

.left-arrow a::after,
.right-arrow a::before {
  content: unset;
}

.white-arrow a::before,
.white-arrow a::after {
  background-image: url(svg/arrow-white.svg);
}

.red-arrow a::before,
.red-arrow a::after {
  background-image: url(svg/arrow-red.svg);
}

.green-arrow a::before,
.green-arrow a::after {
  background-image: url(svg/arrow-green.svg);
}

.blue-arrow a::before,
.blue-arrow a::after {
  background-image: url(svg/arrow-blue.svg.html);
}

.bg-green.red-arrow a:hover::before,
.bg-green.red-arrow a:hover::after,
.bg-green.blue-arrow a:hover::before,
.bg-green.blue-arrow a:hover::after,
.bg-green.white-arrow a:hover::before,
.bg-green.white-arrow a:hover::after {
  background-image: url(svg/arrow-green.svg);
}

.bg-blue.white-arrow a:hover::before,
.bg-blue.white-arrow a:hover::after,
.bg-blue.green-arrow a:hover::before,
.bg-blue.green-arrow a:hover::after {
  background-image: url(svg/arrow-blue.svg.html);
}

.bg-red.white-arrow a:hover::before,
.bg-red.white-arrow a:hover::after,
.bg-red.green-arrow a:hover::before,
.bg-red.green-arrow a:hover::after {
  background-image: url(svg/arrow-red.svg);
}

.bg-white.red-arrow a:hover::before,
.bg-white.red-arrow a:hover::after,
.bg-white.green-arrow a:hover::before,
.bg-white.green-arrow a:hover::after,
.bg-white.blue-arrow a:hover::before,
.bg-white.blue-arrow a:hover::after {
  background-image: url(svg/arrow-white.svg);
}

.no-text span {
  background-position: 50% 50%;
  color: transparent !important;
}

/* GLOBAL ITEMS */

.hidden img {
  visibility: hidden;
}

.fl-col-group.diamond,
.fl-col-group .diamond {
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
}

.fl-col-group.diamond::after,
.fl-col-group .diamond::after {
  content: '' !important;
  transform: rotate(45deg);
}

.diamond-sm::after,
.nested-menu.diamond-sm .menu-item::after {
  width: 9px;
  height: 9px;
}

.diamond-md::after,
.nested-menu.diamond-md .menu-item::after {
  width: 18px;
  height: 18px;
}

.diamond-lg::after,
.nested-menu.diamond-lg .menu-item::after {
  width: 27px;
  height: 27px;
}

.diamond-white::after,
.nested-menu.diamond-white .menu-item::after {
  background-color: #ffffff;
}

.diamond-green::after,
.nested-menu.diamond-green .menu-item::after {
  background-color: #96b739;
}

.diamond::last-child::after {
  content: unset;
}

.diamond-line::before {
  position: absolute;
  content: '';
  display: block;
  width: 15%;
  height: 0px;
  border-top: 2px solid #333;
}

.diamond-line.diamond-white::before {
  border-top-color: white;
}

.diamond-line.diamond-red::before {
  border-top-color: #35622c;
}

.diamond-box .fl-module-html:first-child {
  top: -20px;
  position: relative;
  height: 0;
}

.diamond-box .fl-module-html:last-child {
  bottom: 18px;
  position: relative;
  height: 0;
}

.diamond-box p {
  width: 90%;
  margin: 16px auto;
}

.nested-menu.diamond::after {
  width: unset;
  height: unset;
  background-color: unset;
}

.nested-menu.diamond .menu-item {
  position: relative;
  align-items: center;
  justify-content: center;
  display: inline-flex !important;
}

.nested-menu.diamond .menu .menu-item a {
  padding-left: 36px;
  padding-right: 36px;
}

.nested-menu.diamond .menu-item::after {
  content: '';
  transform: rotate(45deg);
}

.nested-menu.diamond .menu-item:last-child::after {
  content: unset;
  height: 0;
  width: 0;
}

.diamond-align-to-title::after {
  top: 34px;
  position: absolute;
  right: 0;
}

/* POPUP / MODAL */

.fl-row-full-height,
.fl-row-content-wrap {
  height: 100%;
}

/* FORMS - in general */

.entry-content form ul > li {
  list-style-type: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 4px 10px;
  width: 100%;
}

.entry-content form ul > li {
  list-style-type: none;
  text-transform: initial;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 20px;
}

.gform_footer.top_label {
  text-align: center !important;
}

label.gfield_label {
  text-transform: uppercase;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
  background-color: #35622c;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 24px;
  text-decoration: none;
  white-space: normal;
  width: auto;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.entry-content form ul {
  margin-left: 0;
}

.gform_body {
  width: 100%;
  overflow: hidden;
}

.pp-gf-content {
  padding: 0px !important;
}

/* */

.diamond {
  position: relative;
}

/* FORMS - Catering Online Form */

.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper ul li.gfield {
  margin: 5px auto !important;
  padding: 10px 0 10px 0;
  float: none;
  vertical-align: middle;
  position: relative;
}

.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper ul li.gfield.product-main {
  padding: 10px 25px;
}

.gfield.gsection,
.gfield.gfield_html,
.gfield.delivery,
.gfield.dev-info,
.gfield.contact-info,
.gfield.taxes {
  display: inline-table;
  width: 100%;
}

.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper ul li.gsection + li.gfield_html,
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper ul li.gsection {
  display: -webkit-box;
}

.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper ul li.gsection + li.gfield_html {
  padding-top: 0px;
  top: 0;
  overflow: hidden;
  height: 10px;
  padding-bottom: 30px;
}

.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper ul li.gsection {
  padding-bottom: 0px;
}

.gfield.date-time {
  display: table-cell;
  width: 33%;
}

.date-time + .date-time {
  padding-left: 25px !important;
}

.date-time .gfield_description {
  width: 200%;
}

.gfield.gsection {
  padding-top: 25px !important;
}

.gfield.gfield_html .style-border {
  width: 100%;
}

.li-break {
  display: block !important;
  padding: 0px !important;
}

.gsection_description {
  display: inline;
  vertical-align: middle;
  font-family: 'Backlash';
  font-style: normal !important;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 3em;
  position: relative;
  bottom: 15px;
  margin-left: 15px;
  line-height: 1.1;
}

.gfield_description {
  margin: 0 0 10px 0;
  font-family: 'Backlash';
  font-style: normal !important;
  font-weight: normal;
  font-size: 1.4em;
  line-height: 1em;
  color: #333;
}

.gform_wrapper .hide-label.gfield .gfield_label,
.fl-node-5bfed1e23f500 .gform_wrapper .hide-label.gfield .gfield_label,
.hide-label span.ginput_product_price_label,
span.ginput_product_price_label {
  display: none !important;
}

h2.gsection_title,
.pp-gf-content .gform_wrapper h2.gsection_title {
  font-size: 5em;
  display: inline-block;
  line-height: 1.1em;
  margin-bottom: 15px;
}

.li-break.bg-end {
  height: 60px;
}

h2.gsection_title,
.pp-gf-content .gform_wrapper .hide-title h2.gsection_title {
  display: none;
}

.gfield_radio input,
.gfield_radio label {
  width: auto;
  vertical-align: middle;
  line-height: 1;
  margin-bottom: 0px;
}

.hide-field {
  display: none;
}

.gfield.float-left,
.gfield.float-right {
  float: left;
  width: 50%;
}

.gform_wrapper .gfield textarea {
  height: 125px !important;
}

select {
  -webkit-appearance: none !important;
  padding: 9px 10px !important;
}

.ginput_container.ginput_container_select::after {
  content: '';
  width: 0;
  height: 0;
  display: inline;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 10px solid #96b739;
  right: 10px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  pointer-events: none;
  z-index: 95;
}

span.address_state::after {
  content: '';
  width: 0;
  height: 0;
  display: inline;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 10px solid #96b739;
  right: 10px;
  position: absolute;
  bottom: 25%;
  margin-bottom: 0;
}

.ginput_container.ginput_container_select,
span.address_state {
  position: relative;
}

span.address_state {
  width: 100%;
  display: block;
}

/* HOT MESS */

.bottom-border-red span.fl-heading-text::after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #35622c;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
}

.bottom-border-red span.fl-heading-text {
  display: inline-block;
}

.bottom-border-green span.fl-heading-text::after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #8aac2d;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
}

.bottom-border-green span.fl-heading-text {
  display: inline-block;
}

.fl-post-feed-title a::after {
  content: unset;
}

.fl-post-feed-content a {
  text-decoration: none;
  font-family: Microbrew;
  font-size: 28px;
}

.anchor,
.anchor * {
  margin: 0;
  padding: 0;
  height: 0;
  position: relative;
}

.anchor a {
  height: 0;
  position: absolute;
  top: -110px;
}

p[style='text-align: center;'] {
  margin: auto;
  max-width: 100%;
}

a.red-button {
  background-color: #35622c;
  padding: 10px;
  color: #ffffff;
  margin: 0px 0 20px;
  display: inline-block;
  min-width: 200px;
  text-align: center;
}

a.blue-button {
  background-color: #0a5c80;
  padding: 10px;
  color: #ffffff;
  display: inline-block;
  min-width: 200px;
  text-align: center;
  margin: 0 0 10px 0;
}

a.green-button {
  background-color: #8aac2d;
  padding: 10px;
  color: #ffffff;
  margin: 0px 0 20px;
  display: inline-block;
  min-width: 200px;
  text-align: center;
}

.date-time .clear-multi {
  display: inline-flex;
  flex-direction: row;
}

a.ui-datepicker-next {
  float: right;
}

.ui-datepicker-header select {
  width: 46%;
  margin: 10px 1%;
  -webkit-appearance: menulist !important;
}

div.ui-datepicker table.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}

div.ui-datepicker th {
  text-align: center;
  font-family: 'Payson';
  text-transform: uppercase;
  font-size: 18px;
}

div.ui-datepicker td a {
  border: 2px solid #ffffff;
  background-color: #333;
  color: #ffffff;
  width: 100%;
  display: inline-block;
  font-family: Microbrew;
  font-size: 1.5em;
  padding: 5px 10px;
  line-height: 1.3;
}

div.ui-datepicker {
  background-color: #ffffff;
  border: 4px solid #d9d9d9;
  padding: 15px;
  width: -moz-fit-content;
  width: fit-content;
}

div#ui-datepicker-div {
  z-index: 99 !important;
}

span.dot {
  width: 7px;
  height: 7px;
  background-color: #97b83d;
  overflow: hidden;
  display: inline-block;
  transform: rotate(45deg) translate(-3px, -4px);
}

span.subt {
  font-family: 'Payson';
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.75em;
  clear: left;
  display: block;
  margin-top: 10px;
}

.fl-node-5c11923159b17
  .gform_wrapper
  .gfield
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not(
    [type='image']
  ):not([type='file']),
.fl-node-5c11923159b17 .gform_wrapper .gfield select,
.fl-node-5c11923159b17 .gform_wrapper .gfield textarea {
  padding: 8px 12px;
  font-size: 1em;
}

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

.gform_confirmation_wrapper {
  margin: 50px auto;
}

.gfield input,
.gfield select {
  border-color: #d5d5d5 !important;
}

/* Media Queries!! */
/*
  and (orientation: portrait)
  and (orientation: landscape)
*/

@media only screen and (max-width: 1023px) {
  .fl-module-button.left-arrow .fl-button-wrap,
  .fl-module-button.right-arrow .fl-button-wrap {
    text-align: left;
  }

  .fl-module-button.left-arrow.center-me .fl-button-wrap,
  .fl-module-button.right-arrow.center-me .fl-button-wrap {
    text-align: center;
  }

  .line-top .fl-callout-photo,
  .line-down .fl-callout-photo {
    display: none;
  }

  .diamond:not(.nested-menu) {
    margin: 20px;
  }

  .fl-module-fl-post-navigation .nav-links .nav-previous {
    margin-bottom: 15px;
    width: 50%;
    display: inline-block;
  }

  .fl-module-fl-post-navigation .nav-links .nav-next {
    text-align: right;
    width: 50%;
    display: inline-block;
  }

  h2.gsection_title {
    font-size: 5em;
    display: block;
    line-height: 1.1em;
    width: 100%;
  }

  .pp-gf-content .gform_wrapper .hide-title h2.gsection_title {
    display: none;
  }

  .pp-gf-content .gform_wrapper ul li.gfield {
    margin-top: 0;
  }

  .page-id-9669 .scooter-col .scooter-mod {
    width: 170px;
  }

  .page-id-9669 .scooter-col {
    position: absolute;
    z-index: 100;
    bottom: 0;
    height: 142px;
  }

  .page-id-9669 .scooter-col,
  .page-id-5430 .scooter-row {
    animation-name: scootertwo;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-delay: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
    z-index: 2;
  }

  .page-id-9669 .scooter-col {
    animation-name: scooterloyalsmall;
  }

  .page-id-5430 .scooter-row {
    position: absolute;
    height: 313px;
    bottom: 0;
    margin-bottom: -8px;
    width: 343px;
  }

  .page-id-9549 .scooter-row,
  .page-id-5430 .scooter-row,
  li.scooter-row {
    animation-name: scooter;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-delay: 1.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
    z-index: 2;
  }

  .fp-brand {
    width: 180px;
    height: 180px;
  }

  .page-id-5430 .scooter-row {
    position: absolute;
    height: 218px;
    bottom: 0;
    margin-bottom: -8px;
    width: 236px;
  }

  .page-id-9189 .fl-module-html.color-red,
  .page-id-9189 .style-border,
  .page-id-9189 .fl-module-html.color-white {
    margin-left: 0;
    max-width: 100%;
  }

  .page-id-9189 .fl-row-full-width .fl-row-fixed-width {
    max-width: 90vw;
    margin: 0 auto;
  }

  .title-col,
  .colortext-col {
    display: block !important;
    width: 90vw !important;
    flex: 0 !important;
    min-width: 100%;
    margin-left: 0;
  }

  .title-col .fl-module-heading,
  .colortext-col .fl-module-heading {
    margin-left: 0;
  }

  .fl-node-5bfc6b8d17996 {
    float: left;
    max-width: 30%;
    margin-top: 20px;
    display: inline-block;
  }

  .fl-node-5bfc6b8d17998 {
    float: left;
    max-width: 60%;
    display: inline-block;
    clear: none;
    margin-top: 20px;
  }

  .fl-node-5c128e0e0fc87 > .fl-module-content,
  .fl-node-5c128cd047119 > .fl-module-content {
    margin-left: 10px !important;
  }

  .fl-node-5c1289a2a1e8b {
    margin-left: 0 !important;
  }

  .fl-node-5c20138865fbc,
  .fl-node-5c20138865fbc + div {
    display: block;
  }

  .fl-node-5c11923159b0f,
  .fl-node-5c11923159b0f + div {
    display: none;
  }

  .date-time span.gfield_required {
    clear: both;
    display: block;
    margin-left: -8px;
  }
}

/* SCOOTER ANIMATION */

/* The animation code */
@keyframes scootertwo {
  0% {
    right: 100vw;
  }
  100% {
    right: 8vw;
  }
}

.hide-this {
  display: none;
}

/* MAP STYLES */

.the-map .statename {
  font-family: Microbrew;
  color: #35622c;
  font-size: 40px;
}

.the-map #map-tip-us {
  border: 3px solid #35622c;
  padding: 20px 30px 25px;
  width: 400px;
  position: absolute !important;
  background-color: #fff;
  display: none;
}

.the-map .fl-html {
  position: relative;
}

.the-map text {
  font-family: Microbrew;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.fl-module-pp-sitemap .pp-sitemap-section .pp-sitemap-list > li {
  list-style-type: disc !important;
}

.fl-module-pp-sitemap.fl-node-5e73cf329625e .pp-sitemap-section ul.children {
  color: #35622c;
  margin-top: 10px;
  padding-left: 27px;
}

.fl-module-pp-sitemap.fl-node-5e73cf329625e .pp-sitemap-section ul.children > li {
  list-style-type: circle;
}

.the-map #map-tip-us .label1,
.the-map #mobileselectedinfo .label1 {
  font-weight: bold;
  color: #333;
  font-family: Payson;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.the-map #map-tip-us .row1,
.the-map #map-tip-us .row2,
.the-map #mobileselectedinfo .row1,
.the-map #mobileselectedinfo .row2 {
  margin-top: 10px;
}

.the-map #mobileselectedinfo {
  border: 3px solid #35622c;
  padding: 20px 30px 25px;
  background-color: #fff;
  width: 100%;
}

.the-map #mobileselectedinfo.empty {
  display: none;
}

div#mobile-select {
  margin-top: 30px;
  display: none;
}

div#mobile-select > * {
  margin: 10px 0;
}

@media only screen and (min-width: 801px) and (max-width: 1120px) {
  .fl-row-fixed-width {
    max-width: 90vw;
  }

  header .fl-col:first-child .fl-col-content {
    padding: 20px;
  }

  .fl-col-small:not(.fl-col-small-full-width) {
    max-width: 100%;
  }

  .fl-node-5e7296857eb19 > .fl-module-content {
    margin-top: 45px;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .fl-node-5e8e4108ee886 .fl-rich-text,
  .fl-node-5e8e4108ee886 .fl-rich-text *,
  .fl-node-5e8e428278f60 .fl-rich-text,
  .fl-node-5e8e428278f60 .fl-rich-text * {
    font-size: 33px;
  }

  .fl-node-5e98834f2c085 .fl-col-group-equal-height .fl-col:last-child {
    width: 70%;
  }

  .fl-node-5e72970317261 .fl-button-wrap a {
    display: inline-flex !important;
    width: 100%;
    flex-direction: column;
    justify-content: space-evenly;
  }
}

@media only screen and (min-width: 501px) and (max-width: 800px) {
  .fl-row-fixed-width {
    max-width: 90vw;
  }

  header .fl-col:nth-child(2) .fl-node-content .fl-module-button:nth-child(1) {
    width: 100%;
  }

  header .fl-col:nth-child(2) .fl-node-content .fl-module-button:nth-child(2) {
    width: 75%;
  }

  header .fl-col:nth-child(2) .fl-node-content .fl-module:nth-child(3) {
    width: 25%;
  }

  header .fl-col:nth-child(2) .fl-node-content .fl-module:nth-child(3) .fl-module-content {
    margin: 0px auto;
    text-align: center;
  }

  .fl-node-5e7296bb0e9f1 .fl-menu-mobile-toggle {
    width: 100%;
  }

  header .fl-col:first-child .fl-col-content {
    padding: 20px;
  }

  .fl-col-small:not(.fl-col-small-full-width) {
    max-width: 100%;
  }

  .bordered-col .fl-module-heading h2.fl-heading {
    font-size: 1.8em;
    letter-spacing: 2px;
  }

  .bordered-col .fl-col-content {
    padding: 15px !important;
  }

  .bordered-col > .fl-col-content {
    padding: 50px 50px 20px !important;
  }

  .bordered-col .fl-col-group-nested .fl-col {
    width: 49% !important;
    display: inline-block;
  }

  .scooter-row {
    display: none;
  }

  .fl-node-5e8e428278f62 .fl-rich-text,
  .fl-node-5e8e428278f62 .fl-rich-text * {
    text-align: left;
  }

  .fl-callout-right {
    text-align: left;
  }

  ul {
    padding-inline-start: 30px;
  }

  div#mobile-select {
    display: block;
  }

  .the-map circle {
    visibility: hidden;
  }

  .fl-node-5e98834f2c085 .fl-col-group .fl-col-content {
    flex-direction: row;
  }

  .fl-node-5e98834f2c085
    .fl-col-group-equal-height
    .fl-col:first-child
    .fl-col-content
    > .fl-module:first-child {
    width: 25%;
  }

  .fl-node-5e98834f2c085
    .fl-col-group-equal-height
    .fl-col:first-child
    .fl-col-content
    > .fl-module:last-child
    .fl-heading {
    text-align: left;
    position: relative;
    margin-bottom: 5px !important;
  }

  .fl-active rect.fl-hamburger-menu-bottom {
    transform: rotate(-45deg) scalex(1.25) translate(-274px, -74px);
  }

  .fl-active rect.fl-hamburger-menu-middle {
    visibility: hidden;
  }

  .fl-active rect.fl-hamburger-menu-top {
    transform: rotate(45deg) scalex(1.25) translate(45px, -15px);
  }

  header .fl-menu-mobile-toggle.fl-active svg:not(:root) {
    overflow: visible;
  }

  .fl-menu-mobile-clone {
    clear: both;
    position: relative;
    background-color: #35622c;
    z-index: 100;
    width: 100%;
    height: auto;
    display: block;
  }

  .fl-builder-content .fl-node-5e7296bb0e9f1 .menu > li > a,
  .fl-builder-content .fl-node-5e7296bb0e9f1 .menu > li > .fl-has-submenu-container > a,
  .fl-builder-content .fl-node-5e7296bb0e9f1 .sub-menu > li > a,
  .fl-builder-content .fl-node-5e7296bb0e9f1 .sub-menu > li > .fl-has-submenu-container > a {
    color: #ffffff;
  }

  .fl-node-5e7296bb0e9f1 .menu > li.current-menu-item > a,
  .fl-node-5e7296bb0e9f1 .menu > li.current-menu-item > .fl-has-submenu-container > a {
    background-color: #ffffff !important;
    color: #35622c !important;
  }
}

@media only screen and (max-width: 500px) {
  body p {
  }

  header .fl-col:first-child .fl-col-content {
    padding: 20px;
  }

  header .fl-col:nth-child(2) .fl-node-content .fl-module-button:nth-child(1) {
    width: 100%;
  }

  header .fl-col:nth-child(2) .fl-node-content .fl-module-button:nth-child(2) {
    width: 100%;
  }

  .fl-row-fixed-width {
    max-width: 85vw;
  }

  .fl-menu-mobile-clone {
    clear: both;
    position: relative;
    background-color: #35622c;
    z-index: 100;
    width: 100%;
    height: auto;
  }

  .fl-builder-content .fl-node-5e7296bb0e9f1 .menu > li > a,
  .fl-builder-content .fl-node-5e7296bb0e9f1 .menu > li > .fl-has-submenu-container > a,
  .fl-builder-content .fl-node-5e7296bb0e9f1 .sub-menu > li > a,
  .fl-builder-content .fl-node-5e7296bb0e9f1 .sub-menu > li > .fl-has-submenu-container > a {
    color: #ffffff;
  }

  .fl-node-5e7296bb0e9f1 .menu > li.current-menu-item > a,
  .fl-node-5e7296bb0e9f1 .menu > li.current-menu-item > .fl-has-submenu-container > a {
    background-color: #ffffff !important;
    color: #35622c !important;
  }

  .fl-active rect.fl-hamburger-menu-bottom {
    transform: rotate(-45deg) scalex(1.25) translate(-274px, -74px);
  }

  .fl-active rect.fl-hamburger-menu-middle {
    visibility: hidden;
  }

  .fl-active rect.fl-hamburger-menu-top {
    transform: rotate(45deg) scalex(1.25) translate(45px, -15px);
  }

  .scooter-row {
    display: none;
  }

  .footer-menu .menu-item {
    width: 100% !important;
  }

  header .fl-menu-mobile-toggle.fl-active svg:not(:root) {
    overflow: visible;
  }

  .fl-node-5ea9cc4dc4e14 .fl-rich-text * {
    font-size: 0.95em;
  }

  .fl-page-content
    .fl-row:not(.fl-node-5e8c93f5c7de9)
    .fl-col:not(.bordered-col)
    .fl-module-heading
    h2.fl-heading,
  #learn-more .fl-col:not(.bordered-col) .fl-module-heading h2.fl-heading,
  .fl-page-content .fl-row .fl-col:not(.bordered-col) .fl-module-heading h1.fl-heading {
    font-family: Microbrew, Oswald, san-serif;
    font-weight: 400;
    font-size: 2.8em !important;
    line-height: 1.1em !important;
    text-align: left;
    margin-bottom: 10px !important;
  }

  .bordered-col .fl-module-heading h2.fl-heading {
    font-size: 1.8em;
    letter-spacing: 2px;
  }

  .bordered-col .fl-col-content {
    padding: 15px !important;
  }

  .bordered-col > .fl-col-content {
    padding: 30px 15px 20px !important;
  }

  .bordered-col .fl-module-content .fl-icon i,
  .bordered-col .fl-module-content .fl-icon i:before {
    font-size: 2.5em;
  }

  .bordered-col .fl-module-icon + .fl-module-rich-text p {
    font-size: 1.3em;
  }

  .colortext-col {
    margin-top: -10px;
  }

  .colortext-col .fl-node-5e73bfda610d5.fl-module-heading .fl-heading {
    font-family: Backlash, Kallam, san-serif;
    font-weight: 400;
    font-size: 3em;
    line-height: 0.9;
    text-align: left;
    margin-bottom: 10px !important;
  }

  .fl-node-5e973f7b60878 .pp-image-carousel {
    height: 260px;
  }

  .fl-node-5e8c92c94951d .fl-rich-text * {
    color: #0bc180;
    font-family: Quincy, Lora, serif;
    font-weight: 400;
    font-size: 1.75em;
    line-height: 1.1em;
    font-style: italic;
  }

  .fl-node-5e8e428278f62 .fl-rich-text,
  .fl-node-5e8e428278f62 .fl-rich-text * {
    text-align: left;
  }

  .fl-callout-right {
    text-align: left;
  }

  .fl-node-5e98834f2c085 .fl-col-group .fl-col-content {
    flex-direction: row;
  }

  .fl-node-5e98834f2c085
    .fl-col-group-equal-height
    .fl-col:first-child
    .fl-col-content
    > .fl-module:first-child {
    width: 25%;
  }

  .fl-node-5e98834f2c085
    .fl-col-group-equal-height
    .fl-col:first-child
    .fl-col-content
    > .fl-module:last-child
    .fl-heading {
    text-align: left;
    position: relative;
    margin-bottom: 5px !important;
  }

  .fl-node-5bf4c6809f6a4 .fl-rich-text,
  .fl-node-5bf4c6809f6a4 .fl-rich-text * {
    color: #35622c;
    font-family: Microbrew, Oswald, san-serif;
    font-size: 1.25em;
    line-height: 1.1em;
    text-transform: uppercase;
  }

  ul {
    padding-inline-start: 30px;
  }

  div#mobile-select {
    display: block;
  }

  .the-map circle {
    visibility: hidden;
  }

  .fl-col-small:not(.fl-col-small-full-width) {
    max-width: unset;
  }
}
