html {
  background-color: #fff;
  font-size: 16px; }

body {
  font-size: 16px;
  /* stylelint-disable */
  font-size: 1rem;
  /* stylelint-enable */ }

.absolute-footer {
  display: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em; }

h1 {
  font-size: 40px;
  /* stylelint-disable */
  font-size: 2.5rem;
  /* stylelint-enable */
  }

h2 {
  font-size: 30px;
  /* stylelint-disable */
  font-size: 1.875rem;
  /* stylelint-enable */
 }
  h2.white {
    color: #fff; }

h3 {
  font-size: 24px;
  /* stylelint-disable */
  font-size: 1.5rem;
  /* stylelint-enable */
  line-height: 28px;
  }
  h3.white {
    color: #fff; }

@media (max-width: 599px) {
  .banner h2 {
    font-size: 22px;
    /* stylelint-disable */
    font-size: 1.375rem;
    /* stylelint-enable */ }
  .banner h3 {
    font-size: 20px;
    /* stylelint-disable */
    font-size: 1.25rem;
    /* stylelint-enable */ }

  h1 {
    font-size: 24px;
    /* stylelint-disable */
    font-size: 1.5rem;
    /* stylelint-enable */ } }
h4 {
  color: #231f20;
  font-size: 24px;
  /* stylelint-disable */
  font-size: 1.5rem;
  /* stylelint-enable */
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-decoration: none; }

h5 {
  color: #231f20;
  font-size: 20px;
  /* stylelint-disable */
  font-size: 1.25rem;
  /* stylelint-enable */
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none; }

h6 {
  color: #231f20;
  font-size: 16px;
  /* stylelint-disable */
  font-size: 1rem;
  /* stylelint-enable */
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-decoration: none; }

a {
  color: #da2128;
  font-weight: 700;
  transition: all 0.2s; }
  a:hover {
    color: #811418; }

.nav-dark .nav > li > a {
  color: #231f20; }
  .nav-dark .nav > li > a:hover {
    color: rgba(17, 17, 17, 0.85); }
.nav-dark .nav > li.header-divider {
  border-left: 1px solid rgba(0, 0, 0, 0.1); }
.nav-dark .top-divider {
  display: block; }

.ubermenu .ubermenu-item-header > a .ubermenu-target-title {
  border-bottom: 1px solid #e1e1e1; }
.ubermenu .ubermenu-tab.ubermenu-active span.ubermenu-target.ubermenu-item-layout-text_only {
  background-color: #eee; }

.breadcrumbs {
  color: #666;
  font-size: 12px;
  /* stylelint-disable */
  font-size: 0.75rem;
  /* stylelint-enable */ }
  .breadcrumbs a {
    color: #666; }
    .breadcrumbs a:hover {
      color: #da2128; }



.footer-wrapper {
  font-size: 13px;
  /* stylelint-disable */
  font-size: 0.8125rem;
  /* stylelint-enable */ }
  .footer-wrapper h3 {
    color: #2a2829;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    /* stylelint-disable */
    font-size: 1rem;
    /* stylelint-enable */
    font-weight: 700; }
  .footer-wrapper a {
    font-size: 15px;
    /* stylelint-disable */
    font-size: 0.9375rem;
    /* stylelint-enable */
    text-transform: uppercase; }

.page-template-page-transparent-header #content section:first-child {
  background-color: #ecedef;
  padding-top: 200px; }
  .page-template-page-transparent-header #content section:first-child .section-bg {
    background-position: bottom; }
  .page-template-page-transparent-header #content section:first-child .section-content {
    padding-bottom: 25px;
    padding-top: 25px; }
    .page-template-page-transparent-header #content section:first-child .section-content p {
      font-size: 18px;
      /* stylelint-disable */
      font-size: 1.125rem;
      /* stylelint-enable */ }

.icon-box-text {
  text-align: left; }
  .icon-box-text h6 {
    font-size: 16px;
    /* stylelint-disable */
    font-size: 1rem;
    /* stylelint-enable */
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 1.25rem; }
  .icon-box-text .uppercase {
    letter-spacing: 0;
    margin-bottom: 2rem;
    text-transform: none; }

.nopadding {
  padding-bottom: 0; }

.message-box {
  background-color: #dedede; }
  .message-box .button {
    margin-bottom: 0; }

.hs-form {
  margin-bottom: 0 !important; }
  .hs-form .field {
    margin-bottom: 0 !important; }
  .hs-form .inputs-list li {
    margin-left: 0 !important; }
  .hs-form .hs-submit {
    margin-top: 10px !important; }
  .hs-form .actions {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important; }
  .hs-form .hs-button {
    background-color: #d41316 !important;
    background-image: none !important;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: .5rem 1.75rem .5rem !important; }

#post-4964 .badge-container {
  display: none; }

@media (max-width: 959px) {
  .ubermenu {
    background-color: #fff; } }
@media (max-width: 599px) {
  #wide-nav {
    display: none; } }
.product-main {
  padding: 0; }

.product-card.product-card {
  padding: 15px; }
  .product-card.product-card .product-card-inner {
    border: 1px solid #e1e1e1;
    display: flex;
    font-size: 14px;
    /* stylelint-disable */
    font-size: 0.875rem;
    /* stylelint-enable */
    height: 100%;
    padding: 1rem; }
    .product-card.product-card .product-card-inner .product-card-img,
    .product-card.product-card .product-card-inner .product-card-txt {
      flex-basis: 50%;
      max-width: 50%;
      padding: 1rem; }
    .product-card.product-card .product-card-inner .product-card-img {
      text-align: center; }
      .product-card.product-card .product-card-inner .product-card-img img {
        display: inline-block;
        margin-bottom: 1rem; }
      .product-card.product-card .product-card-inner .product-card-img .button {
        display: block;
        font-weight: 400;
        margin-left: auto;
        margin-right: auto; }
    .product-card.product-card .product-card-inner h3 {
      color: #2a2829;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      text-transform: none; }
    .product-card.product-card .product-card-inner ul {
      list-style: none; }
      .product-card.product-card .product-card-inner ul li {
        margin-bottom: .5rem;
        margin-left: 0; }
        .product-card.product-card .product-card-inner ul li::before {
          color: #da2128;
          content: "\26AB";
          margin-right: .75rem; }

@media (max-width: 599px) {
  .product-card.product-card .product-card-inner {
    display: block; }
    .product-card.product-card .product-card-inner .product-card-txt {
      flex-basis: 100%;
      max-width: 100%; } }

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