html {
  font-size: 1em;
}

html, body {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  height: 100%;
  width: 100%;
}

body {
  background-color: #FFFFFF;
  color: #424242;
  line-height: 1.45;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}

p {
  font-size: 16px;
  margin: 0 0 0 !important;
}

h1 {
  font-size: 3.157em;
}

h2 {
  font-size: 2.369em;
}

h3 {
  font-size: 1.777em;
}

h4 {
  font-size: 1.333em;
}

a {
  color: #657060;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

a:focus, a:hover {
  color: #DB5A3B;
  text-decoration: none;
}

::-moz-selection {
  background: #DFDFDF;
  text-shadow: none;
}

::selection {
  background: #DFDFDF;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

footer {
  background-color: #DFDFDF;
  border-top: 2px solid silver;
  color: #424242;
  padding: 50px 0;
}
footer p {
  font-size: 14px;
  margin: 0;
}
footer .border, footer hr {
  border-color: silver !important;
  border-width: 2px !important;
}

ul.banner-social-buttons {
  margin-top: 0;
}

@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}
.social-media-footer-link {
  font-size: 24pt;
}

.card {
  height: 100%;
}

.btn-default {
  background-color: #657060;
  border: 1px solid #657060;
  color: white;
}

.btn-default:focus, .btn-default:hover {
  background-color: #DB5A3B;
  border: 1px solid #DB5A3B;
  color: white;
  outline: none;
}

.btn-outline-default {
  background-color: #FFFFFF;
  border: 1px solid #657060;
  color: #657060;
}

.btn-outline-default:focus, .btn-outline-default:hover {
  background-color: #DB5A3B;
  border: 1px solid #DB5A3B;
  color: white;
  outline: none;
}

.btn {
  border-radius: 0;
  font-weight: default;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.border-none {
  border: none !important;
}

.map {
  height: 150px;
  width: 100%;
}

@media (min-width: 992px) {
  .map {
    height: 250px;
  }
}
.ql-align-left {
  text-align: left;
}

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

.ql-align-right {
  text-align: right;
}

.powered_by_hfn {
  color: grey;
  font-size: 0.75em;
  font-weight: lighter;
}
.powered_by_hfn a {
  color: inherit;
  text-decoration: none;
}
.powered_by_hfn a:hover {
  text-decoration: underline;
}

.blog_theme {
  background-color: #FFFFFF;
  border: none;
  color: #424242;
}
.blog_theme .card-footer {
  background-color: #FFFFFF !important;
}

.blog-ignore-style * {
  font-family: "Ubuntu", sans-serif;
}
.blog-ignore-style p {
  margin-bottom: 1.5em !important;
}
.blog-ignore-style h2 {
  font-size: inherit !important;
}
.blog-ignore-style h6 {
  font-size: 0.75em;
}
.blog-ignore-style hr {
  margin-top: 2em;
  margin-bottom: 2em;
}
.blog-ignore-style .about-author {
  clear: both;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}
.blog-ignore-style .about-author .avatar {
  float: left;
}
.parking-site-header {
  height: 150px;
}

/*
Shop styles
 */
#free_ship_banner {
  background-color: #657060;
  color: #424242;
}

.product-card-index img {
  object-fit: contain;
  height: 175px;
}
.product-card-index .card-title {
  font-size: 10pt;
}
.product-card-index .out-of-stock {
  font-size: 0.75rem;
}

.product-data-page .product_main_image {
  max-height: 400px;
}
.product-data-page h1 {
  font-size: 14pt;
}
.product-data-page .shopify-buy__btn {
  background-color: red;
}

.category-card-index .card-title {
  font-size: 10pt;
}

#product-seals {
  text-align: center;
}
#product-seals img {
  width: 25%;
  margin-bottom: 1.5rem;
}
#product-seals .card img.product-seal {
  width: 20%;
  padding: 1%;
}

#top-nav {
  background: rgb(255, 255, 255);
  color: #657060;
  font-size: 14px;
  font-family: "Ubuntu", sans-serif !important;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: capitalize;
}
#top-nav .navbar-toggler {
  border: 1px solid white;
  color: inherit;
  font-size: 14px;
  padding: 11px;
}
#top-nav .navbar-brand {
  padding-top: 0px;
  padding-bottom: 0px;
}
#top-nav .navbar-brand img {
  max-height: 45px;
}
#top-nav .navbar-brand span {
  display: none;
}
#top-nav a {
  color: inherit;
}
#top-nav .navbar-nav .nav-item {
  white-space: nowrap;
  transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
}
#top-nav .navbar-nav .nav-item:hover {
  background-color: transparent;
  color: fade(white, 80%);
  outline: none;
}
#top-nav .navbar-nav .nav-item:active, #top-nav .navbar-nav .nav-item:focus {
  background-color: transparent;
  outline: none;
}

@media (min-width: 992px) {
  #top-nav {
    background: rgb(255, 255, 255);
    border-bottom: none;
    color: #657060;
    letter-spacing: 1px;
    padding-bottom: 20px;
    padding-top: 20px;
    transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
  }
  #top-nav .nav-link.active {
    background-color: rgba(255, 255, 255, 0.3);
    outline: none;
  }
  #top-nav .nav-link.active:hover {
    color: white;
  }
  #top-nav .navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #top-nav .navbar-brand img {
    max-height: 80px;
  }
  #top-nav .navbar-brand span {
    display: none;
  }
}
#top-nav.navbar-shrink {
  background: rgb(255, 255, 255);
  color: #657060;
  padding-bottom: 5px;
  padding-top: 5px;
}
#top-nav.navbar-shrink .navbar-brand img {
  max-height: 45px;
}
#top-nav.navbar-shrink .navbar-brand span {
  display: none;
}

.masthead {
  background-color: black;
  background-size: cover;
  background: url("/member/190/img/uploads/f0eb77f52ae068bdc7425d8e7067359c") no-repeat bottom center scroll;
  color: white;
  display: table;
  height: 100%;
  padding: 0;
  text-align: center;
  width: 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
}
.masthead .intro-body {
  background-color: RGBA(0, 0, 0, 0.3);
  display: table-cell;
  vertical-align: middle;
}
.masthead .intro-body .brand-heading {
  font-family: "Ubuntu", sans-serif !important;
  font-size: 45px;
  margin-top: 50px;
}
.masthead .intro-body .brand-sub-heading {
  font-family: "Ubuntu", sans-serif !important;
  font-size: 25px;
}
.masthead .intro-body .intro-text {
  font-size: 16px;
}

@media (min-width: 1280px) {
  .masthead {
    height: 100%;
    padding: 0;
  }
  .masthead .intro-body .brand-heading {
    font-size: 81px;
  }
  .masthead .intro-body .brand-sub-heading {
    font-size: 36px;
  }
  .masthead .intro-body .intro-text {
    font-size: 22px;
  }
}
.btn-circle {
  background: transparent;
  border-radius: 100% !important;
  border: 2px solid currentColor;
  color: inherit;
  font-size: 26px;
  height: 55px;
  line-height: 38px;
  margin-top: 15px;
  transition: background 0.3s ease-in-out;
  width: 55px;
  -moz-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
}

.btn-circle:focus, .btn-circle:hover {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid #DB5A3B;
  color: #DB5A3B;
  outline: none;
}

.content-section {
  color: #424242;
  padding-bottom: 45px;
  padding-top: 45px;
}

@media (min-width: 992px) {
  .content-section {
    color: #424242;
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.mobile-table-border-width {
  width: 25%;
}

@media (max-width: 768px) {
  .mobile-table-border-width {
    width: 0%;
  }
}