@charset "UTF-8";
@import 'swiper-bundle.min.css';
@import 'owl.carousel.min.css';
@import 'owl.theme.default.min.css';
@import 'magnific-popup.css';
.section.section_padding {
  background-color: #f5f3ec;
}

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/ */
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Responsive Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Font Mixins
--------------------------------------------------------------*/
.button-list .button.button_large__outline:after {
  background-color: transparent;
}

.section.section_bg_grey {
  background-color: #e8e5dd;
}
.section.section_bg_neutral600 {
  background-color: #fffdf7;
}
.section.section_bg_neutral700 {
  background-color: #f5f3ec;
}
.section.section_bg_blue-gradient {
  background-color: #000000;
  background: linear-gradient(158deg, #002e5e 0%, #002e5e 40%, #47a2c8 100%, #47a2c8 100%);
}
.section.section_org_blue-gradient {
  background-color: #ff8672;
  background: linear-gradient(to bottom, rgb(226, 126, 113) 18%, rgb(0, 46, 94) 80%);
}
.section.section_grb_blue-gradient {
  background-color: #00a078;
  background: linear-gradient(180deg, #002e5e 0%, #005263 54%, #00a078 100%);
}
.section.greenBkgd {
  background-color: #00a078;
}
.section.greenBkgd:after {
  background-color: #00a078 !important;
}
.section.greenBkgd:before {
  background-color: #00a078 !important;
}
.section.lightBlueBkgd {
  background-color: #dfeef2;
}

.section.section_padding {
  padding: 40px 0 !important;
}
@media (min-width: 768px) {
  .section.section_padding {
    padding: 60px 0 !important;
  }
}
@media (min-width: 991px) {
  .section.section_padding {
    padding: 70px 0 !important;
  }
}
@media (min-width: 1350px) {
  .section.section_padding {
    padding: 100px 0 !important;
  }
}
.section.section_padding.top-small {
  padding-top: 40px !important;
}
@media (min-width: 768px) {
  .section.section_padding.top-small {
    padding-top: 50px !important;
  }
}
@media (min-width: 991px) {
  .section.section_padding.top-small {
    padding-top: 60px !important;
  }
}
@media (min-width: 1350px) {
  .section.section_padding.top-small {
    padding-top: 70px !important;
  }
}
.section.section_padding.bottom-small {
  padding-bottom: 20px !important;
}
@media (min-width: 768px) {
  .section.section_padding.bottom-small {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 991px) {
  .section.section_padding.bottom-small {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 1350px) {
  .section.section_padding.bottom-small {
    padding-bottom: 40px !important;
  }
}
.section.section_padding.top-shrink {
  padding-top: 1px !important;
}
@media (min-width: 768px) {
  .section.section_padding.top-shrink {
    padding-top: 1px !important;
  }
}
@media (min-width: 991px) {
  .section.section_padding.top-shrink {
    padding-top: 1px !important;
  }
}
@media (min-width: 1350px) {
  .section.section_padding.top-shrink {
    padding-top: 1px !important;
  }
}
.section.section_padding.bottom-shrink {
  padding-bottom: 1px !important;
}
@media (min-width: 768px) {
  .section.section_padding.bottom-shrink {
    padding-bottom: 1px !important;
  }
}
@media (min-width: 991px) {
  .section.section_padding.bottom-shrink {
    padding-bottom: 1px !important;
  }
}
@media (min-width: 1350px) {
  .section.section_padding.bottom-shrink {
    padding-bottom: 1px !important;
  }
}

@font-face {
  font-family: "Ionicons";
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  src: local("Ionicons"), url("../woff/ionicons.woff") format("woff");
}
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #ff8672;
  --yellow: #ffc107;
  --green: #00a078;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #00a078;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #ffffff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead, .slider__text .section__body, .slider__text .search-results .entry__content, .search-results .slider__text .entry__content,
.slider__text .search-no-results .entry__content,
.search-no-results .slider__text .entry__content {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #ccc;
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8e4d9;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7aceb9;
}

.table-hover .table-success:hover {
  background-color: #a6ddcf;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a6ddcf;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #ffffff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #ffffff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #00a078;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(0, 160, 120, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #00a078;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300a078' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #00a078;
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 120, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #00a078;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300a078' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #00a078;
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 120, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #00a078;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #00a078;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #00a078;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00d39e;
  background-color: #00d39e;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 120, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00a078;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00a078;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00a078;
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 120, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #ffffff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #00a078;
  border-color: #00a078;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #007a5b;
  border-color: #006d52;
}
.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: #007a5b;
  border-color: #006d52;
  box-shadow: 0 0 0 0.2rem rgba(38, 174, 140, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #00a078;
  border-color: #00a078;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #006d52;
  border-color: #006048;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 174, 140, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #00a078;
  border-color: #00a078;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #00a078;
  border-color: #00a078;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 120, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #00a078;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #00a078;
  border-color: #00a078;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 120, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #ffffff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #ffffff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #ffffff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #ffffff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #ffffff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #ffffff;
  background-color: #00a078;
}
a.badge-success:hover, a.badge-success:focus {
  color: #ffffff;
  background-color: #006d52;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 120, 0.5);
}

.badge-info {
  color: #ffffff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #ffffff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #ffffff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #ffffff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #ffffff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #ffffff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #00533e;
  background-color: #ccece4;
  border-color: #b8e4d9;
}
.alert-success hr {
  border-top-color: #a6ddcf;
}
.alert-success .alert-link {
  color: #002018;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #ffffff;
}
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #00533e;
  background-color: #b8e4d9;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #00533e;
  background-color: #a6ddcf;
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #00533e;
  border-color: #00533e;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}
.close:hover {
  color: #000000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ffffff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffffff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ffffff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #00a078 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #006d52 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #00a078 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #00a078 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #00543f !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body, .text-eyebrow, .text-fine-print, .page__footer #menu-footer-nav a, .text-paragraph-sm-bold, .text-paragraph-sm-medium, .text-paragraph-lg-bold, .text-paragraph-lg-medium, .text-body-lg {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
* {
  outline: none !important;
}

html {
  margin-top: 0px !important;
}

html:has(body.logged-in) {
  margin-top: 52px !important;
}
@media (min-width: 768px) {
  html:has(body.logged-in) {
    margin-top: 32px !important;
  }
}
html:has(body.logged-in) .fixed-top {
  top: 52px;
}
@media (min-width: 768px) {
  html:has(body.logged-in) .fixed-top {
    top: 32px;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
}

p strong {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
}

a {
  color: #007994;
}

.site-main {
  margin-top: 52px;
}
@media (min-width: 768px) {
  .site-main {
    margin-top: 52px;
  }
}
@media (min-width: 991px) {
  .site-main {
    margin-top: 32px;
  }
}

.header-style-white .site-main {
  margin-top: 72px;
}
@media (min-width: 768px) {
  .header-style-white .site-main {
    margin-top: 72px;
  }
}
@media (min-width: 991px) {
  .header-style-white .site-main {
    margin-top: 132px;
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .clearfix-mobile {
    display: none;
  }
}

.row {
  margin-bottom: 0;
}

#page {
  overflow: clip;
}

.section.section_padding {
  position: relative;
}
.section.section_padding.top-shrink.section_bg_blue-gradient,
.section.section_padding.top-shrink .section_bg_blue {
  padding-top: 50px !important;
}
@media (min-width: 768px) {
  .section.section_padding.top-shrink.section_bg_blue-gradient,
  .section.section_padding.top-shrink .section_bg_blue {
    padding-top: 0px !important;
  }
}

.searchM {
  display: none !important;
}
@media (min-width: 768px) {
  .searchM {
    display: none !important;
  }
}

.speak-search {
  display: none !important;
}
@media (min-width: 991px) {
  .speak-search {
    display: flex !important;
  }
}

.section__body h2, .search-results .entry__content h2,
.search-no-results .entry__content h2 {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 40px;
  font-weight: 500;
  font-size: 40px;
  color: #000000;
  line-height: 1.2em;
  margin-bottom: 22px;
  margin: 0 auto 20px;
  text-wrap: balance;
}
@media screen and (max-width: 991px) {
  .section__body h2, .search-results .entry__content h2,
  .search-no-results .entry__content h2 {
    font-size: 34px;
    line-height: normal;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section__body h2, .search-results .entry__content h2,
  .search-no-results .entry__content h2 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 16px;
  }
}
.section__body p br, .search-results .entry__content p br,
.search-no-results .entry__content p br {
  margin-bottom: 12px;
}
.section__body em, .search-results .entry__content em,
.search-no-results .entry__content em {
  font-style: oblique !important;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
}

.section--light .section__mini-heading, .section--light .post-preview__inner__text__label,
.section--light .section__heading,
.section--light .section__body,
.section--light .search-results .entry__content,
.search-results .section--light .entry__content,
.section--light .search-no-results .entry__content,
.search-no-results .section--light .entry__content {
  color: #ffffff !important;
}
.section--light .cta-link-custom-content-block {
  color: #ffffff;
}
.section--light .cta-link-custom-content-block::after {
  color: #ffffff;
  border-color: #ffffff !important;
}
.section--light .cta-link-custom-content-block:hover {
  color: #ffffff !important;
}
.section--light .cta-link-custom-content-block:hover::after {
  color: #ffffff;
  border-color: #ffffff !important;
}
.section__mini-heading, .post-preview__inner__text__label {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #66686b;
  letter-spacing: 1px;
  line-height: normal;
  margin-bottom: 12px;
  text-transform: uppercase;
  text-wrap: balance;
}
@media screen and (max-width: 768px) {
  .section__mini-heading, .post-preview__inner__text__label {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.section__subsection-heading {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 22px;
  text-wrap: balance;
}
@media screen and (max-width: 768px) {
  .section__subsection-heading {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.section__heading {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 40px;
  font-weight: 500;
  font-size: 40px;
  color: #000000;
  line-height: 1.2em;
  margin-bottom: 22px;
  text-wrap: balance;
}
@media screen and (max-width: 991px) {
  .section__heading {
    font-size: 34px;
    line-height: normal;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section__heading {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .section__heading br {
    display: none;
  }
}
.section__heading.not-found-heading {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 64px;
}
@media (min-width: 768px) {
  .section__heading.not-found-heading {
    font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
    font-size: 100px;
    font-weight: 600;
    line-height: 104px;
  }
}
@media (min-width: 1200px) {
  .section__heading.not-found-heading {
    font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
    font-size: 172px;
    font-weight: 600;
    line-height: 174px;
  }
}
.section__body, .search-results .entry__content,
.search-no-results .entry__content {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #66686b;
  line-height: 28px;
  padding-bottom: 28px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-wrap: pretty;
}
.section__body strong, .search-results .entry__content strong,
.search-no-results .entry__content strong {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
}
.section__body ul, .search-results .entry__content ul,
.search-no-results .entry__content ul {
  list-style-type: disc;
  margin-left: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .section__body, .search-results .entry__content,
  .search-no-results .entry__content {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section__body br, .search-results .entry__content br,
  .search-no-results .entry__content br {
    display: none;
  }
}

@media (min-width: 1200px) {
  .about-columns .section-inner .about-columns__heading-block {
    margin-bottom: 50px !important;
  }
}
.about-columns .section-inner .columns__item-title {
  color: #000000;
  max-height: 30px;
  overflow: hidden;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-wrap: balance;
}
.about-columns .section-inner .columns__icon {
  display: block;
  padding: 10px 20px 30px;
}
.about-columns .section-inner .columns__icon i {
  font-size: 8em;
  color: #002e5e;
}

.section_bg_blue .section__mini-heading, .section_bg_blue .post-preview__inner__text__label, .section_bg_blue .section__subsection-heading, .section_bg_blue .section__heading, .section_bg_blue .section__body, .section_bg_blue .search-results .entry__content, .search-results .section_bg_blue .entry__content,
.section_bg_blue .search-no-results .entry__content,
.search-no-results .section_bg_blue .entry__content, .section_bg_blue-gradient .section__mini-heading, .section_bg_blue-gradient .post-preview__inner__text__label, .section_bg_blue-gradient .section__subsection-heading, .section_bg_blue-gradient .section__heading, .section_bg_blue-gradient .section__body, .section_bg_blue-gradient .search-results .entry__content, .search-results .section_bg_blue-gradient .entry__content,
.section_bg_blue-gradient .search-no-results .entry__content,
.search-no-results .section_bg_blue-gradient .entry__content, .section_grb_blue-gradient .section__mini-heading, .section_grb_blue-gradient .post-preview__inner__text__label, .section_grb_blue-gradient .section__subsection-heading, .section_grb_blue-gradient .section__heading, .section_grb_blue-gradient .section__body, .section_grb_blue-gradient .search-results .entry__content, .search-results .section_grb_blue-gradient .entry__content,
.section_grb_blue-gradient .search-no-results .entry__content,
.search-no-results .section_grb_blue-gradient .entry__content, .section_org_blue-gradient .section__mini-heading, .section_org_blue-gradient .post-preview__inner__text__label, .section_org_blue-gradient .section__subsection-heading, .section_org_blue-gradient .section__heading, .section_org_blue-gradient .section__body, .section_org_blue-gradient .search-results .entry__content, .search-results .section_org_blue-gradient .entry__content,
.section_org_blue-gradient .search-no-results .entry__content,
.search-no-results .section_org_blue-gradient .entry__content {
  color: #ffffff !important;
}
.section_bg_blue .columns__icon i, .section_bg_blue-gradient .columns__icon i, .section_grb_blue-gradient .columns__icon i, .section_org_blue-gradient .columns__icon i {
  color: #ffffff !important;
}
.section_bg_blue .columns__item-title, .section_bg_blue-gradient .columns__item-title, .section_grb_blue-gradient .columns__item-title, .section_org_blue-gradient .columns__item-title {
  color: #ffffff !important;
}
.section_bg_blue .cta-link-custom-content-block:hover, .section_bg_blue-gradient .cta-link-custom-content-block:hover, .section_grb_blue-gradient .cta-link-custom-content-block:hover, .section_org_blue-gradient .cta-link-custom-content-block:hover {
  color: #ffffff !important;
}
.section_bg_blue .cta-link-custom-content-block:hover::after, .section_bg_blue-gradient .cta-link-custom-content-block:hover::after, .section_grb_blue-gradient .cta-link-custom-content-block:hover::after, .section_org_blue-gradient .cta-link-custom-content-block:hover::after {
  color: #ffffff;
  border-color: #ffffff !important;
}
.section_bg_blue .button_large__outline, .section_bg_blue-gradient .button_large__outline, .section_grb_blue-gradient .button_large__outline, .section_org_blue-gradient .button_large__outline {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #0078a3;
  padding: 17px 24px;
  background-color: #ffffff;
  transition: color 0.25s ease-in;
}
@media screen and (max-width: 768px) {
  .section_bg_blue .button_large__outline, .section_bg_blue-gradient .button_large__outline, .section_grb_blue-gradient .button_large__outline, .section_org_blue-gradient .button_large__outline {
    font-size: 14px;
    padding: 14px 16px;
  }
}
.section_bg_blue .button_large__outline:after, .section_bg_blue-gradient .button_large__outline:after, .section_grb_blue-gradient .button_large__outline:after, .section_org_blue-gradient .button_large__outline:after {
  background-color: #ffffff;
}
.section_bg_blue .button_large__outline:hover, .section_bg_blue-gradient .button_large__outline:hover, .section_grb_blue-gradient .button_large__outline:hover, .section_org_blue-gradient .button_large__outline:hover {
  color: #000000;
  text-decoration: none;
}

.text-left .section__body, .text-left .search-results .entry__content, .search-results .text-left .entry__content,
.text-left .search-no-results .entry__content,
.search-no-results .text-left .entry__content {
  margin-left: 0;
}

.text-right .section__body, .text-right .search-results .entry__content, .search-results .text-right .entry__content,
.text-right .search-no-results .entry__content,
.search-no-results .text-right .entry__content {
  margin-right: 0;
}

/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone,
img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
    scale: 0.5;
    filter: blur(10px);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    scale: 1;
    filter: blur(0px);
    transform: translateY(0);
  }
}
.fade-in-out {
  animation: fadeInOut linear;
  animation-timeline: view(block 40px);
  animation-range: entry;
}

.jumpLinks a {
  color: #000000;
  font-weight: 700;
}

img.mfp-img {
  width: 100% !important;
  height: auto !important;
}

img.vinyl-pattern {
  width: 100%;
  object-fit: contain;
  height: 100%;
}

.hideModule,
hideMobile {
  display: none;
}

@media (min-width: 991px) {
  .hideDesktop {
    display: none;
  }
}

.centerHeadline .text-left h2.section__heading {
  text-align: center !important;
}

.ImgMobile {
  display: block !important;
}
@media (min-width: 768px) {
  .ImgMobile {
    display: none !important;
  }
}

.ImgDesktop {
  display: none !important;
}
@media (min-width: 768px) {
  .ImgDesktop {
    display: block !important;
  }
}

.topModule h3 {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.topModule .section__body strong, .topModule .search-results .entry__content strong, .search-results .topModule .entry__content strong,
.topModule .search-no-results .entry__content strong,
.search-no-results .topModule .entry__content strong {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
}

.download_link::before {
  content: "\f316";
  float: left;
  width: 36px;
  height: 34px;
  margin: 0px;
  text-align: center;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

p.disclaimer {
  font-size: 12px !important;
  line-height: 1.2em;
  font-style: italic;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.universal-content .full-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.section__body .innerH1, .search-results .entry__content .innerH1,
.search-no-results .entry__content .innerH1 {
  color: #000000;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  margin-top: 45px;
  margin-bottom: 20px;
  font-size: 45px;
}
.section__body ul ul, .search-results .entry__content ul ul,
.search-no-results .entry__content ul ul {
  list-style-type: circle;
}
.section__body b, .search-results .entry__content b,
.search-no-results .entry__content b,
.section__body strong,
.search-results .entry__content strong,
.search-no-results .entry__content strong {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif !important;
  font-weight: 700;
}
.section__body b em, .search-results .entry__content b em,
.search-no-results .entry__content b em,
.section__body strong em,
.search-results .entry__content strong em,
.search-no-results .entry__content strong em {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif !important;
  font-weight: 600;
}
.section__body table, .search-results .entry__content table,
.search-no-results .entry__content table {
  overflow-y: scroll;
  width: 100%;
  margin-bottom: 30px;
  min-width: 800px;
  border-left: 1px silver solid;
  border-top: 1px silver solid;
}
.section__body table td, .search-results .entry__content table td,
.search-no-results .entry__content table td {
  vertical-align: top;
  text-align: left;
  padding: 10px;
  border-right: 1px silver solid;
  border-bottom: 1px silver solid;
}

.table-container {
  overflow-y: scroll;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .table-container {
    overflow: visible;
  }
}
.table-container table.responsive {
  position: sticky;
  top: 0;
  width: 100%;
  min-width: 800px;
  border-left: 1px silver solid;
  border-top: 1px silver solid;
}
@media (min-width: 768px) {
  .table-container table.responsive {
    position: relative;
    top: auto;
  }
}
.table-container table.responsive td {
  vertical-align: top;
  text-align: left;
  padding: 10px;
  border-right: 1px silver solid;
  border-bottom: 1px silver solid;
}
.table-container table.responsive td.table-head {
  width: 33.33%;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2em;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 10px;
}
@media (min-width: 768px) {
  .table-container table.responsive td.table-head {
    position: sticky;
    top: 146px;
  }
}
.table-container table.responsive.fourCol td:nth-of-type(1) {
  width: 15%;
}
.table-container table.responsive.fourCol td:nth-of-type(2) {
  width: 55%;
}
.table-container table.responsive.fourCol td:nth-of-type(3) {
  width: 15%;
}
.table-container table.responsive.fourCol td:nth-of-type(4) {
  width: 15%;
}

@media (min-width: 768px) {
  body.logged-in .table-container table.responsive td.table-head {
    top: 177px;
  }
}

.site-main ul.twoColumn {
  columns: 1;
  column-gap: 0px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .site-main ul.twoColumn {
    columns: 2;
    column-gap: 20px;
  }
}
.site-main ul.threeColumn {
  columns: 1;
  column-gap: 0px;
  margin-top: 12px;
}
.site-main ul.threeColumn li {
  break-inside: avoid-column;
}
@media (min-width: 768px) {
  .site-main ul.threeColumn {
    columns: 2;
    column-gap: 20px;
  }
}
@media (min-width: 991px) {
  .site-main ul.threeColumn {
    columns: 3;
    column-gap: 20px;
  }
}
.site-main ul.specs {
  margin-left: 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: normal;
  columns: 1 !important;
}
.site-main ul.specs li {
  display: flex;
  flex-direction: column;
  width: auto;
  margin-top: 20px;
  padding-right: 30px;
}
.site-main ul.specs li:before {
  display: none;
}
.site-main ul.specs li h3 {
  font-size: 32px;
}

.adminOnly {
  display: none;
}

body.logged-in .adminOnly {
  display: block;
}

body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > div > .gchoice {
  width: 45%;
}
@media (min-width: 768px) {
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > div > .gchoice {
    width: 31%;
  }
}
@media (min-width: 991px) {
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > div > .gchoice {
    width: 45%;
  }
}
@media (min-width: 1350px) {
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > div > .gchoice {
    width: 31%;
  }
}

body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_21,
body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_51,
body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_29,
body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_66,
body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_15,
body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_35 {
  flex-direction: row;
}
body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_21 > .gchoice,
body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_51 > .gchoice,
body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_29 > .gchoice,
body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_66 > .gchoice,
body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_15 > .gchoice,
body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_35 > .gchoice {
  width: 90%;
  margin-bottom: 0px !important;
}
@media (min-width: 768px) {
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_21 > .gchoice,
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_51 > .gchoice,
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_29 > .gchoice,
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_66 > .gchoice,
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_15 > .gchoice,
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_35 > .gchoice {
    width: 31%;
  }
}
@media (min-width: 991px) {
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_21 > .gchoice,
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_51 > .gchoice,
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_29 > .gchoice,
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_66 > .gchoice,
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_15 > .gchoice,
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_35 > .gchoice {
    width: 45%;
  }
}
@media (min-width: 1350px) {
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_21 > .gchoice,
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_51 > .gchoice,
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_29 > .gchoice,
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_66 > .gchoice,
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_15 > .gchoice,
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_35 > .gchoice {
    width: 48%;
  }
}
body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_21 > .gchoice label,
body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_51 > .gchoice label,
body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_29 > .gchoice label,
body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_66 > .gchoice label,
body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_15 > .gchoice label,
body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_35 > .gchoice label {
  flex-direction: row;
  padding: 5px !important;
  margin-bottom: 0px !important;
}
@media (min-width: 768px) {
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_21 > .gchoice label,
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_51 > .gchoice label,
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_29 > .gchoice label,
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_66 > .gchoice label,
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_15 > .gchoice label,
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_35 > .gchoice label {
    flex-direction: column;
  }
}
body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_21 > .gchoice label .image-choices-choice-text,
body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_51 > .gchoice label .image-choices-choice-text,
body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_29 > .gchoice label .image-choices-choice-text,
body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_66 > .gchoice label .image-choices-choice-text,
body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_15 > .gchoice label .image-choices-choice-text,
body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_35 > .gchoice label .image-choices-choice-text {
  width: 45%;
  text-align: center;
}
@media (min-width: 768px) {
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_21 > .gchoice label .image-choices-choice-text,
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_51 > .gchoice label .image-choices-choice-text,
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_29 > .gchoice label .image-choices-choice-text,
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_66 > .gchoice label .image-choices-choice-text,
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_15 > .gchoice label .image-choices-choice-text,
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_35 > .gchoice label .image-choices-choice-text {
    width: 100%;
  }
}

body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_15 > .gchoice {
  width: 90%;
}
@media (min-width: 768px) {
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_15 > .gchoice {
    width: 31%;
  }
}
@media (min-width: 991px) {
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_15 > .gchoice {
    width: 45%;
  }
}
@media (min-width: 1350px) {
  body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > #input_31_15 > .gchoice {
    width: 31%;
  }
}

body.page-id-9680 .text-and-image__text.form-section {
  padding: 0;
}
@media (min-width: 768px) {
  body.page-id-9680 .text-and-image__text.form-section {
    padding: 0 5% 0 0;
  }
}

body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .gfield.gf_title_lg.gf_images_single_column.image-choices-field > .ginput_container {
  max-width: none;
}

body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field .image-choices-choice > label {
  max-width: none !important;
  margin: 0 auto !important;
}

.gform_wrapper.gravity-theme .gf_progressbar_title {
  text-align: center !important;
}

.gform_wrapper.contact-local-builder-form_wrapper .section_padding {
  padding: 20px 0 40px !important;
}
.gform_wrapper.contact-local-builder-form_wrapper .section_padding .section-inner h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.gform_wrapper.contact-local-builder-form_wrapper .section_padding .section-inner p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.2em;
}

.gform_wrapper .contact-local-builder-form .gf_progressbar_wrapper {
  padding-top: 30px;
  padding-bottom: 20px;
  order: 0;
}
.gform_wrapper .contact-local-builder-form .gf_progressbar_title {
  text-align: center;
}
.gform_wrapper .contact-local-builder-form .ginput_container.ginput_container_consent {
  display: inline-flex;
}
.gform_wrapper .contact-local-builder-form .button.gform_button.button.noButton {
  padding: 0;
  background-color: transparent;
  border-color: transparent;
  color: #33769f;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
}
.gform_wrapper .contact-local-builder-form .button.gform_button.button.noButton:after {
  background-color: transparent;
  content: " >";
  right: -15px;
  left: auto;
}
.gform_wrapper .contact-local-builder-form .button.gform_button.button.noButton:hover {
  color: #000000;
}
.gform_wrapper .contact-local-builder-form .button.gform_button.button.noButton:hover:after {
  background-color: transparent;
  right: -15px;
}
.gform_wrapper .contact-local-builder-form .gform-body fieldset {
  margin-bottom: 10px;
}
.gform_wrapper .contact-local-builder-form .gform-body .gform_fields {
  color: #000000;
  font-size: 16px;
  padding-bottom: 20px;
}
.gform_wrapper .contact-local-builder-form .gform-body .gform_fields.gform_page_fields {
  margin-bottom: 20px;
}
.gform_wrapper .contact-local-builder-form .gform-body .gform_fields .gfield.gf_title_lg .gfield_label {
  font-size: 24px;
}
.gform_wrapper .contact-local-builder-form .gform-body .gform_fields h4 {
  color: #000000;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
}
.gform_wrapper .contact-local-builder-form .gform-body .gform_fields ul.bulleted {
  color: #000000;
  font-size: 16px;
}
.gform_wrapper .contact-local-builder-form .gform-body .gform_fields br {
  display: none;
}
.gform_wrapper .contact-local-builder-form .gform-body .gform_fields br:after {
  display: block;
  content: " ";
}
.gform_wrapper .contact-local-builder-form .gform-body .gform_fields .gfield_description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
}
.gform_wrapper .contact-local-builder-form .gform-body .gform_fields .gfield_description h4 {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
}
.gform_wrapper .contact-local-builder-form .gform-body .gform_page_footer > button {
  margin-bottom: 10px;
}
.gform_wrapper .contact-local-builder-form .gform-body .gform_page_footer {
  margin-top: 5px !important;
  padding-bottom: 0 !important;
}
.gform_wrapper .contact-local-builder-form .gform-body .gform_page.final_confirmation_summary_page .gform_page_footer {
  padding-bottom: 0;
  text-align: left;
  border-top: none;
  padding-top: 0;
  margin-left: 0 !important;
  margin-top: 10px !important;
  padding-left: 0;
}
.gform_wrapper .contact-local-builder-form .gform-body .gform_page.final_confirmation_summary_page .gform_page_footer button + input {
  margin-left: 0;
}

.contact-local-builder-form .gform_page > .gform_page_fields {
  padding: 0px !important;
}

.text-and-image__text .moreInfo {
  background-color: #000000;
  padding: 30px 30px 10px 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: none;
}
@media (min-width: 991px) {
  .text-and-image__text .moreInfo {
    display: block;
  }
}
.text-and-image__text .moreInfo strong {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
}
.text-and-image__text .moreInfo a {
  color: #00b0d8 !important;
  text-decoration: underline;
}

ul.checkMark {
  list-style: none;
  margin-left: 25px;
}
ul.checkMark li {
  position: relative;
}
ul.checkMark li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 600;
  margin: 0 0px 0 -24px;
  color: #47a2c8;
  position: absolute;
  top: 0;
  left: 0;
}
ul.checkMark li strong {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  color: #000000;
}

.full-width .text-center .section__body, .full-width .text-center .search-results .entry__content, .search-results .full-width .text-center .entry__content,
.full-width .text-center .search-no-results .entry__content,
.search-no-results .full-width .text-center .entry__content,
.full-width .text-left .section__body,
.full-width .text-left .search-results .entry__content,
.search-results .full-width .text-left .entry__content,
.full-width .text-left .search-no-results .entry__content,
.search-no-results .full-width .text-left .entry__content {
  max-width: 100%;
}

.text-center h2.section__heading {
  text-align: center;
  line-height: 1.2em;
  max-width: 900px;
  margin: 0 auto 20px;
}
.text-left h2.section__heading {
  text-align: left;
}
.text-left .section__body, .text-left .search-results .entry__content, .search-results .text-left .entry__content,
.text-left .search-no-results .entry__content,
.search-no-results .text-left .entry__content {
  margin-left: auto !important;
  margin-right: auto !important;
}

.ajax-load-more-wrap {
  overflow: hidden;
}

body.tax-blog-tag .ajax-load-more-wrap,
body.tax-blog-category .ajax-load-more-wrap {
  overflow: visible;
}

.imgShiftUp .slider-common__item img {
  margin-top: -50px !important;
}
@media (min-width: 768px) {
  .imgShiftUp .slider-common__item img {
    margin-top: 0 !important;
  }
}

.backButton_bar {
  width: 100%;
  padding: 10px 30px;
  background-color: #000000;
  position: fixed;
  z-index: 2;
}
@media (min-width: 768px) {
  .backButton_bar {
    padding: 15px 40px;
  }
}
.backButton_bar .backButton a {
  border: none;
  background-color: transparent;
  color: #ffffff;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
}
.backButton_bar .backButton a:before {
  content: "< ";
  padding-right: 6px;
}
.backButton_bar .backButton a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .backButton_bar .backButton a {
    font-size: 18px;
  }
}

body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources .section-inner,
body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources .section-inner {
  margin: 0 auto;
  max-width: 1550px !important;
}
body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources .section-inner .text-left h1.section__heading,
body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources .section-inner .text-left h1.section__heading {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif !important;
  margin-left: 13px !important;
}
body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources .section-inner .text-left .section__body, body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources .section-inner .text-left .search-results .entry__content, .search-results body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources .section-inner .text-left .entry__content,
body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources .section-inner .text-left .search-no-results .entry__content,
.search-no-results body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources .section-inner .text-left .entry__content,
body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources .section-inner .text-left .section__body,
body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources .section-inner .text-left .search-results .entry__content,
.search-results body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources .section-inner .text-left .entry__content,
body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources .section-inner .text-left .search-no-results .entry__content,
.search-no-results body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources .section-inner .text-left .entry__content {
  margin-left: 13px !important;
  margin-right: 0 !important;
  padding-bottom: 0 !important;
}
body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources .section-inner .product-cards .product-card,
body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources .section-inner .product-cards .product-card {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 100%;
}
body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources.singleBlog, body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs,
body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources.singleBlog,
body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs {
  padding: 70px 0 30px !important;
}
@media (min-width: 768px) {
  body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources.singleBlog, body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs,
  body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources.singleBlog,
  body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs {
    padding: 80px 0 50px !important;
  }
}
@media (min-width: 991px) {
  body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources.singleBlog, body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs,
  body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources.singleBlog,
  body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs {
    padding: 80px 0 60px !important;
  }
}
@media (min-width: 1350px) {
  body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources.singleBlog, body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs,
  body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources.singleBlog,
  body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs {
    padding: 120px 0 100px !important;
  }
}
body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources.singleBlog .product-cards .product-card, body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs .product-cards .product-card,
body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources.singleBlog .product-cards .product-card,
body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs .product-cards .product-card {
  padding-left: 13px;
  padding-right: 13px;
}
body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs .section-inner .blog-cards .row .blog-card,
body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs .section-inner .blog-cards .row .blog-card {
  padding-right: 0px !important;
  padding-left: 0px;
  max-width: 100% !important;
}
@media (min-width: 768px) {
  body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs .section-inner .blog-cards .row .blog-card,
  body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs .section-inner .blog-cards .row .blog-card {
    max-width: 50% !important;
    padding-right: 40px !important;
  }
}
body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__content,
body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__content {
  padding: 15px 0px 15px 20px;
}
@media (min-width: 768px) {
  body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__content,
  body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__content {
    padding: 0px 0px 15px 20px;
  }
}
body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__content .blog-card__title h4,
body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__content .blog-card__title h4 {
  font-size: 22px;
}
body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__content .blog-card__excerpt,
body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__content .blog-card__excerpt {
  display: none;
}
body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__content .blog-card__meta,
body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__content .blog-card__meta {
  margin-bottom: 0px;
}
body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content {
  padding: 15px 15px 15px 15px;
}
@media (min-width: 768px) {
  body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content {
    padding: 15px 15px 15px 20px;
  }
}
body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title h4,
body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title h4 {
  font-size: 22px;
}
@media (min-width: 768px) {
  body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title h4,
  body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title h4 {
    font-size: 28px;
  }
}
body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__excerpt,
body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources.latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__excerpt {
  display: block;
}
body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources.singleBlog .blog-card__content,
body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources.singleBlog .blog-card__content {
  padding: 20px 0 20px 0px;
}
@media screen and (min-width: 576px) {
  body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources.singleBlog .blog-card__content,
  body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources.singleBlog .blog-card__content {
    padding: 30px 0px 30px 30px;
  }
}
@media screen and (min-width: 768px) {
  body.page-template-template-page-builder .blogCatArchive.blogHeader.explore-resources.singleBlog .blog-card__content,
  body.page-template-template-2025-page-builder .blogCatArchive.blogHeader.explore-resources.singleBlog .blog-card__content {
    padding: 40px 0px 40px 40px;
  }
}

.rq-alike-compare .rq-alike-items .rq-alike-items-list {
  flex-direction: column;
}

h5,
.h5 {
  line-height: 1.6em;
  font-size: 1.1rem;
  margin-bottom: 20px;
}
@media (min-width: 991px) {
  h5,
  .h5 {
    line-height: 1.6em;
    font-size: 1.25rem;
  }
}

.post-password-form {
  margin: 120px 80px 50px;
}

.banner__text-heading {
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
}

.responsive-img {
  height: auto;
  width: 100%;
}

img.aligncenter,
img.alignnone,
img.alignleft,
img.alignright {
  max-width: 100%;
  height: auto;
}

.fixed {
  position: fixed;
  top: 125px;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
  padding-top: 18px;
}

body.logged-in .fixed {
  top: 158px;
}

.formMeasure .gform_wrapper.gravity-theme .gform_button.button {
  font-family: "Maison Neue Demi", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #0078a3;
  padding: 12px 64px;
  border: 1px solid #0078a3;
  background-color: transparent;
  position: relative;
  transition: color 0.5s ease-in, border-color 0.25s ease-out 0.2s;
  z-index: 1;
}
.formMeasure .gform_wrapper.gravity-theme .gform_button.button:hover {
  color: #ffffff;
  background-color: #000000;
}

.container.confirmation-dealer-results {
  padding: 0 !important;
}
.container.confirmation-dealer-results .container {
  padding: 0 !important;
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  font-size: 1.2em !important;
  margin: 0 0 18px 12px !important;
  text-align: center;
}
.gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
  overflow: visible;
}

.row.hs-blog_row .hs-blog_image-block img {
  object-fit: cover;
  filter: none;
  -webkit-transition: -webkit-filter 0.25s ease-in;
  height: 100%;
  min-height: 250px;
  max-height: 350px;
}
@media (max-width: 767px) {
  .row.hs-blog_row .hs-blog_image-block img {
    max-width: 100%;
  }
}

.mkb-container.mkb-root {
  padding: 0 0 100px 0;
  width: 100%;
  padding-top: 0 !important;
  margin-top: -5px !important;
}
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic, .mkb-container.mkb-root .mkb-content-main.mkb-content-main--article {
  max-width: 1180px;
  width: 100%;
  padding: 0px 40px 50px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-page-header, .mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-page-header {
  margin-bottom: 2em !important;
}
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-page-header h1.mkb-page-title, .mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-page-header h1.mkb-page-title {
  font-family: "Maison Neue", "Maison Neue", "Helvetica", "Arial", sans-serif;
}
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-breadcrumbs, .mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-breadcrumbs {
  order: -1;
}
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-breadcrumbs .mkb-breadcrumbs__list li, .mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-breadcrumbs .mkb-breadcrumbs__list li {
  font-family: "Maison Neue Demi", "Maison Neue", "Helvetica", "Arial", sans-serif;
}
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-extra__like,
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-extra__like:focus,
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-extra__like:active,
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-extra__like:visited,
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-extra__like:hover,
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-item__likes i,
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-extra__dislike,
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-extra__dislike:focus,
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-extra__dislike:active,
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-extra__dislike:visited,
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-extra__dislike:hover,
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-item__dislikes i, .mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-extra__like,
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-extra__like:focus,
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-extra__like:active,
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-extra__like:visited,
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-extra__like:hover,
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-item__likes i,
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-extra__dislike,
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-extra__dislike:focus,
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-extra__dislike:active,
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-extra__dislike:visited,
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-extra__dislike:hover,
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-item__dislikes i {
  color: #00b0d8;
  border-radius: 0;
  padding: 1em 2em;
  border-color: #00b0d8;
  font-size: 16px;
}
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-extra__like,
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-extra__dislike, .mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-extra__like,
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-extra__dislike {
  background-color: transparent;
  position: relative;
  transition: color 0.5s ease-in, border-color 0.25s ease-out 0.2s;
  z-index: 1;
}
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-extra__like:hover,
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-extra__dislike:hover, .mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-extra__like:hover,
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-extra__dislike:hover {
  color: #ffffff;
  border-color: #000000;
}
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-extra__like:hover:after,
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-extra__dislike:hover:after, .mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-extra__like:hover:after,
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-extra__dislike:hover:after {
  right: 0;
}
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-extra__like:after,
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-extra__dislike:after, .mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-extra__like:after,
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-extra__dislike:after {
  background-color: #000000;
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0;
  transition: right 0.25s ease-out;
  z-index: -1;
}
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-extra__like .mkb-like-icon.fa.fa-smile-o:before, .mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-extra__like .mkb-like-icon.fa.fa-smile-o:before {
  content: "\f164";
}
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-extra__like .mkb-article-extra__stats-likes, .mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-extra__like .mkb-article-extra__stats-likes {
  display: none;
}
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-extra__dislike .mkb-dislike-icon.fa.fa-frown-o:before, .mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-extra__dislike .mkb-dislike-icon.fa.fa-frown-o:before {
  content: "\f165";
}
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-extra__dislike .mkb-article-extra__stats-dislikes, .mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-extra__dislike .mkb-article-extra__stats-dislikes {
  display: none;
}
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-extra__rating-title, .mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-extra__rating-title {
  font-family: "Maison Neue Demi", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  color: #000000;
}
@media (min-width: 768px) {
  .mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-list-container, .mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-list-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-list-container .mkb-article-item, .mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-list-container .mkb-article-item {
  padding-bottom: 5px;
}
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-list-container .mkb-article-item .mkb-entry-header, .mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-list-container .mkb-article-item .mkb-entry-header {
  padding-right: 45px !important;
  position: relative;
  min-height: 90%;
  padding-bottom: 10px;
}
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-list-container .mkb-article-item .mkb-entry-header .mkb-entry-title, .mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-list-container .mkb-article-item .mkb-entry-header .mkb-entry-title {
  font-family: "Maison Neue", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  overflow: visible !important;
  white-space: normal !important;
}
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-list-container .mkb-article-item .mkb-entry-header .mkb-entry-title a, .mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-list-container .mkb-article-item .mkb-entry-header .mkb-entry-title a {
  color: #000000;
}
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--topic .mkb-article-list-container .mkb-article-item .mkb-entry-header .mkb-entry-title a:after, .mkb-container.mkb-root .mkb-content-main.mkb-content-main--article .mkb-article-list-container .mkb-article-item .mkb-entry-header .mkb-entry-title a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 20px;
  width: 20px;
  height: 25px;
  background-image: url("../png/icon_knowledge-base-arrow%402x.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--article > div {
  display: flex;
  flex-direction: column;
  max-width: 950px;
  padding-top: 20px;
}
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--article > div .mkb-page-header {
  margin-bottom: 0 !important;
}
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--article > div .mkb-page-header .mkb-page-title {
  line-height: 1.2em;
}
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--article > div .mkb-breadcrumbs {
  order: -1;
}
.mkb-container.mkb-root .mkb-content-main.mkb-content-main--article > div .mkb-single-content .accordion__body_inner {
  padding: 0 !important;
}
.mkb-container.mkb-root .mkb-content-main .mkb-page-content .kb-header {
  background-color: transparent !important;
  padding-top: 3em !important;
  padding-bottom: 3em !important;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .mkb-container.mkb-root .mkb-content-main .mkb-page-content .kb-header {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
  }
}
@media (min-width: 991px) {
  .mkb-container.mkb-root .mkb-content-main .mkb-page-content .kb-header {
    padding-top: 6em !important;
    padding-bottom: 6em !important;
  }
}
.mkb-container.mkb-root .mkb-content-main .mkb-page-content .kb-header .kb-search-gradient {
  background-color: #7f97ab !important;
  background-image: url("../png/knowledge-base_hero-image%402x.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}
.mkb-container.mkb-root .mkb-content-main .mkb-page-content .mkb-home-topics {
  max-width: 1180px;
  width: 100%;
  padding: 50px 40px;
  background-color: #f0f5f5 !important;
}
.mkb-container.mkb-root .mkb-content-main .mkb-page-content .mkb-home-topics:before {
  content: "Browse the Help Center";
  display: block;
  font-family: "Maison Neue Demi", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #000000;
  text-align: left;
}
.mkb-container.mkb-root .mkb-content-main .mkb-page-content .mkb-home-topics .mkb-row .kb-topic .kb-topic__inner {
  background-color: #ffffff !important;
}
.mkb-container.mkb-root .mkb-content-main .mkb-page-content .mkb-home-topics .mkb-row .kb-topic .kb-topic__inner .kb-topic__title {
  font-size: 1em;
  line-height: 1.3em;
  color: #000000;
}
@media (min-width: 768px) {
  .mkb-container.mkb-root .mkb-content-main .mkb-page-content .mkb-home-topics .mkb-row .kb-topic .kb-topic__inner .kb-topic__title {
    font-size: 1em !important;
  }
}
@media (min-width: 991px) {
  .mkb-container.mkb-root .mkb-content-main .mkb-page-content .mkb-home-topics .mkb-row .kb-topic .kb-topic__inner .kb-topic__title {
    font-size: 1.5em !important;
  }
}
.mkb-container.mkb-root .mkb-content-main .mkb-page-content .mkb-home-topics .mkb-row .kb-topic .kb-topic__inner .kb-topic__icon-image {
  width: 8em !important;
}
.mkb-container.mkb-root .mkb-content-main .mkb-page-content .mkb-home-topics .mkb-row .kb-topic .kb-topic__inner .kb-topic__articles .kb-topic__box-count {
  color: #66686b;
}
.mkb-container.mkb-root .mkb-content-main .mkb-page-content .mkb-home-topics .mkb-row .kb-topic .kb-topic__inner .kb-topic__articles .kb-topic__show-all {
  color: #66686b;
}
.mkb-container.mkb-root .mkb-content-main--page {
  background-color: #f0f5f5 !important;
}
.mkb-container.mkb-root .kb-search__form #unibox-suggest-box {
  display: none !important;
}
.mkb-container.mkb-root .kb-search__input-wrap.mkb-search-theme__clean .kb-search__input {
  padding-right: 80px !important;
}
.mkb-container.mkb-root .ss360-voice-search.ss360-flex.ss360-flex--align-center.ss360-flex--justify-center.ss360-n-button {
  right: 38px !important;
  left: auto !important;
}
.mkb-container.mkb-root .kb-search .kb-search__icon,
.mkb-container.mkb-root .kb-search .kb-search__clear-icon {
  right: 0.8em !important;
}

#glt-translate-trigger {
  z-index: 9999 !important;
  top: auto !important;
  bottom: 5px !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  padding: 3px 20px 3px !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  left: 25% !important;
  right: 25% !important;
}
@media (min-width: 991px) {
  #glt-translate-trigger {
    top: 12px !important;
    bottom: auto !important;
    left: 20px !important;
    right: auto !important;
  }
}

body .tool-container.tool-top {
  bottom: 50px !important;
  top: auto !important;
}
@media (min-width: 991px) {
  body .tool-container.tool-top {
    top: 50px !important;
    bottom: auto !important;
  }
}
body .tool-container.tool-top .arrow {
  transform: rotate(180deg) !important;
  top: 24px !important;
  border-color: transparent transparent #e9e5e5 !important;
}
@media (min-width: 991px) {
  body .tool-container.tool-top .arrow {
    border-color: transparent transparent #d0cbcb !important;
    top: -14px !important;
    transform: rotate(0deg) !important;
  }
}

body.wp-admin #glt-translate-trigger {
  display: none !important;
}

body.admin-bar #glt-translate-trigger {
  top: auto !important;
}
@media (min-width: 991px) {
  body.admin-bar #glt-translate-trigger {
    top: 42px !important;
  }
}

body.admin-bar .tool-container.tool-top {
  bottom: 50px !important;
  top: auto !important;
}
@media (min-width: 991px) {
  body.admin-bar .tool-container.tool-top {
    top: 83px !important;
    bottom: auto !important;
  }
}

body.gootsa .speak-search .backBut {
  display: inline-flex;
  margin-right: 20px;
  border: none;
  background-color: #00a078;
  color: #ffffff;
  padding: 8px 12px;
}
body.gootsa section .button-list, body.gootsa section.moreInfo, body.gootsa section.popular-articles, body.gootsa section.helpfulTools, body.gootsa section.spotLight, body.gootsa section.crystalModule {
  display: none;
}

body.selectDealerMain .tool-container.tool-top {
  bottom: 50px !important;
  top: auto !important;
}
body.selectDealerMain .tool-container.tool-top .arrow {
  transform: rotate(180deg) !important;
  top: 24px !important;
  border-color: transparent transparent #e9e5e5 !important;
}

body.selectDealerMain #glt-translate-trigger,
body.selectDealer #glt-translate-trigger {
  bottom: 12px !important;
  right: 30px !important;
  left: auto !important;
  top: auto !important;
}

body.admin-bar.selectDealerMain #glt-translate-trigger,
body.admin-bar.selectDealer #glt-translate-trigger {
  bottom: 12px !important;
}

body.selectDealerMain #fb-root {
  display: none !important;
}

.feedzy-rss ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.section-inner.text-overlap {
  background-color: #ffffff;
  width: 85%;
  margin-top: -130px;
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 991px) {
  .section-inner.text-overlap {
    margin-top: -160px;
  }
}
.section-inner.text-overlap .button-list {
  margin-top: 30px;
}
.section-inner.text-overlap .button-list .button_large__outline {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.section-inner.text-overlap .button-list .button_large__outline:hover {
  border-color: #000000;
  background-color: #ffffff;
  color: #000000;
}
.section-inner.text-overlap .button-list .button_large__outline:after {
  background-color: #ffffff;
}
.section-inner.text-overlap h1.section__heading {
  font-size: 32px;
  line-height: 1.25em;
}
@media (min-width: 768px) {
  .section-inner.text-overlap h1.section__heading {
    font-size: 36px;
  }
}
@media (min-width: 991px) {
  .section-inner.text-overlap h1.section__heading {
    font-size: 58px;
  }
}
@media (min-width: 768px) {
  .section-inner.text-overlap {
    width: 85%;
    margin-top: -200px;
    padding-top: 60px;
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media (min-width: 991px) {
  .section-inner.text-overlap {
    width: 80%;
    margin-top: -280px;
    padding-top: 80px;
  }
}
@media (min-width: 1350px) {
  .section-inner.text-overlap {
    width: 80%;
    margin-top: -300px;
    padding-top: 100px;
  }
}

.section-inner.section-inner_pull_left {
  margin-right: 0;
  max-width: none;
}
.section-inner.section-inner_pull_left.left .text-block {
  order: 1;
  padding: 0 5% 0 5%;
  align-self: center !important;
}
.section-inner.section-inner_pull_left.left .cards-list {
  order: 2;
}
.section-inner.section-inner_pull_left.left .cards-list .cta-link {
  margin-top: 20px;
}
.section-inner.section-inner_pull_left.right .text-block {
  order: 0;
  padding: 0px 5%;
  align-self: center !important;
}
@media (min-width: 768px) {
  .section-inner.section-inner_pull_left.right .text-block {
    order: 2;
  }
}
.section-inner.section-inner_pull_left.right .cards-list {
  order: 1;
}
.section-inner.section-inner_pull_left.right .cards-list .cta-link {
  margin-top: 20px;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
   This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../gif/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../png/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../png/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  left: 0px;
  right: -50px;
  top: -40px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../png/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#poolshapesguide {
  scroll-margin-top: 550px;
}

#preferred-partners {
  scroll-margin-top: 550px;
}

#becomeadealer {
  scroll-margin-top: 550px;
}

.entry__content {
  margin-top: 15px;
}

.entry__title {
  padding-top: 15px;
}

.cat-links {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: normal;
}

body.products-template-single-products-new .mfp-container {
  padding: 0;
}

/* Styles for dialog window */
#small-dialog,
#video-dialog,
#slider-dialog {
  background: white;
  padding: 0px;
  text-align: left;
  width: 100%;
  height: 325px !important;
  margin: 40px auto;
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 1;
  line-height: 0;
}
#small-dialog .container,
#video-dialog .container,
#slider-dialog .container {
  padding: 0;
  max-width: none;
}
#small-dialog.pool-stl,
#video-dialog.pool-stl,
#slider-dialog.pool-stl {
  padding: 0px;
}
@media (min-width: 768px) {
  #small-dialog,
  #video-dialog,
  #slider-dialog {
    width: 700px;
    height: 565px !important;
  }
}
@media (min-width: 991px) {
  #small-dialog,
  #video-dialog,
  #slider-dialog {
    width: 850px;
    height: 670px !important;
  }
}
@media (min-width: 1350px) {
  #small-dialog,
  #video-dialog,
  #slider-dialog {
    width: 960px;
    height: 760px !important;
  }
}
#small-dialog iframe,
#small-dialog video,
#video-dialog iframe,
#video-dialog video,
#slider-dialog iframe,
#slider-dialog video {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  height: 100% !important;
}
#small-dialog .mfp-close,
#video-dialog .mfp-close,
#slider-dialog .mfp-close {
  width: 80px;
  height: 80px;
  line-height: 80px;
  right: -55px;
  top: -55px;
  opacity: 1;
  padding: 0 0 0 0;
  color: #fff;
  font-style: normal;
  font-weight: 200;
  font-size: 70px;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
}

.mfp-content #video-dialog,
.mfp-content #slider-dialog,
.mfp-content .zoom-anim-dialog {
  height: auto !important;
}
.mfp-content #video-dialog video,
.mfp-content #slider-dialog video,
.mfp-content .zoom-anim-dialog video {
  width: 100%;
  height: auto !important;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog,
.my-mfp-zoom-in .zoom-anim-dialogV,
.my-mfp-zoom-in .zoom-anim-dialogZ {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog,
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialogV,
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialogZ {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog,
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialogV,
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialogZ {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog,
.my-mfp-slide-bottom .zoom-anim-dialogV,
.my-mfp-slide-bottom .zoom-anim-dialogZ {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog,
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialogV,
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialogZ {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog,
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialogV,
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialogZ {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.cta-buttons {
  display: block;
}
@media (min-width: 991px) {
  .cta-buttons {
    position: absolute;
    top: -50px;
  }
}
@media (min-width: 1350px) {
  .cta-buttons {
    top: -80px;
  }
}

.cta-link.print-cta, .cta-link.stl-cta, .cta-link.swatch-cta {
  padding-left: 25px;
}
.cta-link.print-cta:after, .cta-link.stl-cta:after, .cta-link.swatch-cta:after {
  display: none;
}
.cta-link.print-cta:before, .cta-link.stl-cta:before, .cta-link.swatch-cta:before {
  content: "";
  background-image: url("../svg/icon-print.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 20px;
  height: 20px;
  display: block;
  border: none;
  opacity: 1;
  z-index: 1;
  transform: none;
  position: absolute;
  top: 1px;
  left: 0;
}
.cta-link.print-cta:hover:before, .cta-link.stl-cta:hover:before, .cta-link.swatch-cta:hover:before {
  background-image: url("../svg/icon-print-hover.svg");
}

.cta-link.stl-cta:before, .cta-link.stl-ctaL:before {
  background-image: url("../png/icon-stl2.png");
}
.cta-link.stl-cta:hover:before, .cta-link.stl-ctaL:hover:before {
  background-image: url("../png/icon-stl-hover.png");
}

.cta-link.swatch-cta:before {
  background-image: url("../png/icon-swatch3.png");
}
.cta-link.swatch-cta:hover:before {
  background-image: url("../png/icon-swatch-hover3.png");
}

@media print {
  .header-style-white .site-main {
    margin-top: 0;
  }
  header.site-header {
    display: none;
  }
  .half-image {
    align-self: center !important;
  }
  .half-image img {
    max-height: 300px !important;
    min-height: 300px !important;
  }
  .section_two-column-item .half-image img {
    max-height: 250px !important;
    min-height: 250px !important;
  }
  footer.footer {
    display: none;
  }
  a {
    text-decoration: none !important;
  }
  .accordion__body.collapse:not(.show) {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .site-header {
    background: linear-gradient(180deg, rgba(0, 18, 32, 0.9) 0%, rgba(0, 18, 32, 0) 100%);
    transition: all 0.25s;
  }
}
@media screen and (max-width: 991px) {
  .site-header {
    background: #ffffff;
  }
}
.site-header__sticky, .header-style-white .site-header {
  background: #ffffff;
  transition: all 0.25s;
}
@media screen and (min-width: 992px) {
  .site-header__main-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .site-header__main-wrap .site-header__branding {
    order: 1;
  }
  .site-header__main-wrap .site-header__search {
    order: 3;
  }
  .site-header__main-wrap .site-header__main-nav {
    order: 2;
  }
}
@media screen and (max-width: 991px) {
  .site-header__main-wrap {
    min-height: 55px;
  }
}

.page__footer {
  padding: 100px 0;
  background: #005263;
  background-image: linear-gradient(180deg, #002e5e 0%, #005263 54%, #00a078 100%);
  z-index: 0 !important;
}
@media screen and (max-width: 768px) {
  .page__footer.footer {
    padding-bottom: 20px;
  }
}

a.post-edit-link {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #00a078;
}

.formBuilder .text-and-image__text {
  margin-left: 0;
  padding-top: 30px;
}
.formBuilder .slider-common_half .slider-common__item a {
  display: inline;
}

.section-inner.contain {
  max-width: 1580px;
}

a.anchor {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden;
}
@media (min-width: 991px) {
  a.anchor {
    top: -40px;
  }
}

@media (min-width: 991px) {
  html:has(.admin-bar) body.page-template-template-page-builder .sticky.section_padding,
  html:has(.admin-bar) body.page-template-template-page-builder .sticky.section.bottom-shrink.section_padding,
  html:has(.admin-bar) body.page-template-template-page-builder .sticky.section.bottom-small.section_padding,
  html:has(.admin-bar) body.page-template-template-2025-page-builder .sticky.section_padding,
  html:has(.admin-bar) body.page-template-template-2025-page-builder .sticky.section.bottom-shrink.section_padding,
  html:has(.admin-bar) body.page-template-template-2025-page-builder .sticky.section.bottom-small.section_padding {
    top: 105px;
  }
}

body.page-template-template-page-builder .sticky.section_padding,
body.page-template-template-page-builder .sticky.section.bottom-shrink.section_padding,
body.page-template-template-page-builder .sticky.section.bottom-small.section_padding,
body.page-template-template-2025-page-builder .sticky.section_padding,
body.page-template-template-2025-page-builder .sticky.section.bottom-shrink.section_padding,
body.page-template-template-2025-page-builder .sticky.section.bottom-small.section_padding {
  z-index: 99 !important;
}
@media (min-width: 991px) {
  body.page-template-template-page-builder .sticky.section_padding,
  body.page-template-template-page-builder .sticky.section.bottom-shrink.section_padding,
  body.page-template-template-page-builder .sticky.section.bottom-small.section_padding,
  body.page-template-template-2025-page-builder .sticky.section_padding,
  body.page-template-template-2025-page-builder .sticky.section.bottom-shrink.section_padding,
  body.page-template-template-2025-page-builder .sticky.section.bottom-small.section_padding {
    position: sticky;
    top: 75px;
    padding: 20px 0 8px 0;
    margin-top: -45px;
    box-shadow: 0 1px 0 rgba(0, 48, 87, 0.15);
  }
  body.page-template-template-page-builder .sticky.section_padding .section-inner .text-center .section__body.clearfix, body.page-template-template-page-builder .sticky.section_padding .section-inner .text-center .search-results .clearfix.entry__content, .search-results body.page-template-template-page-builder .sticky.section_padding .section-inner .text-center .clearfix.entry__content,
  body.page-template-template-page-builder .sticky.section_padding .section-inner .text-center .search-no-results .clearfix.entry__content,
  .search-no-results body.page-template-template-page-builder .sticky.section_padding .section-inner .text-center .clearfix.entry__content,
  body.page-template-template-page-builder .sticky.section.bottom-shrink.section_padding .section-inner .text-center .section__body.clearfix,
  body.page-template-template-page-builder .sticky.section.bottom-small.section_padding .section-inner .text-center .section__body.clearfix,
  body.page-template-template-2025-page-builder .sticky.section_padding .section-inner .text-center .section__body.clearfix,
  body.page-template-template-2025-page-builder .sticky.section_padding .section-inner .text-center .search-results .clearfix.entry__content,
  .search-results body.page-template-template-2025-page-builder .sticky.section_padding .section-inner .text-center .clearfix.entry__content,
  body.page-template-template-2025-page-builder .sticky.section_padding .section-inner .text-center .search-no-results .clearfix.entry__content,
  .search-no-results body.page-template-template-2025-page-builder .sticky.section_padding .section-inner .text-center .clearfix.entry__content,
  body.page-template-template-2025-page-builder .sticky.section.bottom-shrink.section_padding .section-inner .text-center .section__body.clearfix,
  body.page-template-template-2025-page-builder .sticky.section.bottom-small.section_padding .section-inner .text-center .section__body.clearfix {
    padding-bottom: 0;
  }
  body.page-template-template-page-builder .sticky.section_padding .section-inner .text-center .section__body.clearfix p, body.page-template-template-page-builder .sticky.section_padding .section-inner .text-center .search-results .clearfix.entry__content p, .search-results body.page-template-template-page-builder .sticky.section_padding .section-inner .text-center .clearfix.entry__content p,
  body.page-template-template-page-builder .sticky.section_padding .section-inner .text-center .search-no-results .clearfix.entry__content p,
  .search-no-results body.page-template-template-page-builder .sticky.section_padding .section-inner .text-center .clearfix.entry__content p,
  body.page-template-template-page-builder .sticky.section.bottom-shrink.section_padding .section-inner .text-center .section__body.clearfix p,
  body.page-template-template-page-builder .sticky.section.bottom-small.section_padding .section-inner .text-center .section__body.clearfix p,
  body.page-template-template-2025-page-builder .sticky.section_padding .section-inner .text-center .section__body.clearfix p,
  body.page-template-template-2025-page-builder .sticky.section_padding .section-inner .text-center .search-results .clearfix.entry__content p,
  .search-results body.page-template-template-2025-page-builder .sticky.section_padding .section-inner .text-center .clearfix.entry__content p,
  body.page-template-template-2025-page-builder .sticky.section_padding .section-inner .text-center .search-no-results .clearfix.entry__content p,
  .search-no-results body.page-template-template-2025-page-builder .sticky.section_padding .section-inner .text-center .clearfix.entry__content p,
  body.page-template-template-2025-page-builder .sticky.section.bottom-shrink.section_padding .section-inner .text-center .section__body.clearfix p,
  body.page-template-template-2025-page-builder .sticky.section.bottom-small.section_padding .section-inner .text-center .section__body.clearfix p {
    margin-bottom: 0;
  }
}

/* -------- New Hero Banner -------- */
.hero-banner.new {
  mask-image: url(../svg/wave-mask.svg);
  mask-position: bottom center;
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-image: url(../svg/wave-mask.svg);
  -webkit-mask-position: bottom center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  z-index: 200;
  position: relative;
  margin-bottom: -25px;
}
.hero-banner.new.banner-slider.slider-common_fullwidth.section_bg_grey {
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 2%, rgb(240, 245, 245) 2%, rgb(240, 245, 245) 98%, rgb(255, 255, 255) 98%, rgb(255, 255, 255) 100%) !important;
}
.hero-banner.new.banner-slider.slider-common_fullwidth.section_bg_blue {
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 2%, rgb(0, 46, 94) 2%, rgb(0, 46, 94) 98%, rgb(255, 255, 255) 98%, rgb(255, 255, 255) 100%) !important;
}
.hero-banner.new.banner-slider.slider-common_fullwidth .slider__text {
  transform: none;
  left: 0;
  top: 35%;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 80%;
  padding: 30px !important;
  border-top-right-radius: 5em 5em;
}
@media (min-width: 768px) {
  .hero-banner.new.banner-slider.slider-common_fullwidth .slider__text {
    padding: 40px !important;
    width: 70%;
    top: 25%;
  }
}
@media (min-width: 991px) {
  .hero-banner.new.banner-slider.slider-common_fullwidth .slider__text {
    padding: 60px !important;
    width: 60%;
    top: 22%;
  }
}
@media (min-width: 1350px) {
  .hero-banner.new.banner-slider.slider-common_fullwidth .slider__text {
    padding: 90px !important;
    width: 50%;
    top: 17%;
  }
}
@media (min-width: 768px) {
  .hero-banner.new.banner-slider.slider-common_fullwidth .slider__image {
    min-height: 700px;
  }
}
@media (min-width: 991px) {
  .hero-banner.new.banner-slider.slider-common_fullwidth .slider__image {
    height: calc(100vh - 130px);
    min-height: 800px;
  }
}
.hero-banner.new.banner-slider.slider-common_fullwidth.slider_smallh .slider__image {
  height: 350px;
}
@media (min-width: 768px) {
  .hero-banner.new.banner-slider.slider-common_fullwidth.slider_smallh .slider__image {
    height: 400px;
    min-height: auto;
  }
}
@media (min-width: 991px) {
  .hero-banner.new.banner-slider.slider-common_fullwidth.slider_smallh .slider__image {
    height: 520px;
  }
}
.hero-banner.new.banner-slider.slider-common_fullwidth.slider_smallh .slider__text {
  left: 50%;
  top: 45%;
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
  background-color: transparent;
  height: auto;
  width: 80%;
  border-top-right-radius: 5em 5em;
}
.hero-banner.new.banner-slider.slider-common_fullwidth .slider__title {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
}
.hero-banner.new.banner-slider.slider-common_fullwidth .slider__title.larger {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 32px;
}
@media (min-width: 768px) {
  .hero-banner.new.banner-slider.slider-common_fullwidth .slider__title.larger {
    font-size: 46px;
  }
}
@media (min-width: 991px) {
  .hero-banner.new.banner-slider.slider-common_fullwidth .slider__title.larger {
    font-size: 80px;
  }
}
@media (min-width: 1350px) {
  .hero-banner.new.banner-slider.slider-common_fullwidth .slider__title.larger {
    font-size: 100px;
  }
}
@media (min-width: 991px) {
  .hero-banner.new.banner-slider.slider-common_fullwidth .slider__text {
    max-width: 750px;
  }
}

/* -------- CSS Animation -----------*/
/* -------- New Measure & Plunge Pool Styes -------- */
.section.overlap-section {
  z-index: 100 !important;
}
.section.measure.slider-common_fullwidth .slider__item-wrap .slider__text {
  padding-right: 25%;
  padding-bottom: 30px;
  text-align: left;
  max-width: 1300px;
  animation: 0.6s fadeInUp;
  transition: all 500ms ease-in;
}
@keyframes fadeInUp {
  0% {
    margin-top: 60px;
    opacity: 0;
    filter: blur(8px);
  }
  100% {
    margin-top: 0px;
    opacity: 1;
    filter: blur(0px);
  }
}
@media (min-width: 768px) {
  .section.measure.slider-common_fullwidth .slider__item-wrap .slider__text {
    padding-right: 25%;
    padding-bottom: 60px;
  }
}
@media (min-width: 991px) {
  .section.measure.slider-common_fullwidth .slider__item-wrap .slider__text {
    padding-right: 0;
    max-width: 700px;
    top: 50%;
    left: 5%;
    transform: translate3d(5%, -50%, 0);
  }
}
@media (min-width: 1350px) {
  .section.measure.slider-common_fullwidth .slider__item-wrap .slider__text {
    max-width: 780px;
  }
}
.section.measure.slider-common_fullwidth .slider__item-wrap .slider__text h1 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1em;
}
@media (min-width: 768px) {
  .section.measure.slider-common_fullwidth .slider__item-wrap .slider__text h1 {
    font-size: 3rem;
  }
}
@media (min-width: 991px) {
  .section.measure.slider-common_fullwidth .slider__item-wrap .slider__text h1 {
    font-size: 5rem;
  }
}
@media (min-width: 1350px) {
  .section.measure.slider-common_fullwidth .slider__item-wrap .slider__text h1 {
    font-size: 6rem;
  }
}
.section.measure.slider-common_fullwidth .slider__item-wrap .slider__text h3 {
  font-size: 1.1rem;
  line-height: 1.4em;
}
@media (min-width: 768px) {
  .section.measure.slider-common_fullwidth .slider__item-wrap .slider__text h3 {
    font-size: 1.3rem;
  }
}
@media (min-width: 991px) {
  .section.measure.slider-common_fullwidth .slider__item-wrap .slider__text h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1350px) {
  .section.measure.slider-common_fullwidth .slider__item-wrap .slider__text h3 {
    font-size: 1.8rem;
  }
}
.section.measure.halfCircle.smaller .text-overlap img {
  margin-top: 20px !important;
}
.section.plungePool {
  overflow-x: clip;
  overflow-y: visible;
  position: relative;
  width: 100%;
  padding: 50px 0 50px !important;
}
@media (min-width: 768px) {
  .section.plungePool {
    padding: 60px 0 40px !important;
  }
}
@media (min-width: 991px) {
  .section.plungePool {
    padding: 70px 0 40px !important;
  }
}
@media (min-width: 1350px) {
  .section.plungePool {
    padding: 110px 0 85px !important;
  }
}
.section.plungePool h2.section__heading {
  line-height: 1.1em !important;
  font-size: 36px !important;
  background-position: 0 bottom;
  letter-spacing: -0.015em;
}
@media (min-width: 768px) {
  .section.plungePool h2.section__heading {
    font-size: 45px !important;
  }
}
@media (min-width: 991px) {
  .section.plungePool h2.section__heading {
    font-size: 50px !important;
  }
}
@keyframes waveUnderHead {
  from {
    background-position: left bottom;
  }
  to {
    background-position: right bottom;
  }
}
.section.plungePool.hero {
  padding: 0 !important;
}
.section.plungePool.hero .slider__title {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 32px;
}
@media (min-width: 768px) {
  .section.plungePool.hero .slider__title {
    font-size: 40px;
    letter-spacing: 0.2em;
  }
}
@media (min-width: 991px) {
  .section.plungePool.hero .slider__title {
    font-size: 65px;
    letter-spacing: 0.3em;
  }
}
.section.plungePool.hero .slider__title br {
  display: block;
}
.section.plungePool.halfCircle {
  padding: 0px !important;
  position: relative;
  margin-top: 0px;
  background-color: transparent !important;
  margin-top: -118px;
  z-index: 105 !important;
}
@media (min-width: 768px) {
  .section.plungePool.halfCircle {
    margin-top: -220px;
  }
}
@media (min-width: 991px) {
  .section.plungePool.halfCircle {
    margin-top: -280px;
  }
}
@media (min-width: 1350px) {
  .section.plungePool.halfCircle {
    margin-top: -300px;
  }
}
.section.plungePool.halfCircle .text-overlap {
  background-color: #002e5e;
  width: 300px !important;
  height: 128px;
  margin-top: 0;
  mask-image: url(../svg/half-circle-mask-main.svg);
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-image: url(../svg/half-circle-mask-main.svg);
  -webkit-mask-position: top center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
}
.section.plungePool.halfCircle .text-overlap img {
  max-width: 150px;
  opacity: 0;
  margin-top: 10px;
  transform: scale(0.5) translate(0, 100%);
  transition: all 500ms ease-in 500ms;
}
.section.plungePool.halfCircle .text-overlap img.in-view {
  transform: scale(1) translate(0, 0);
  opacity: 1;
}
@media (min-width: 768px) {
  .section.plungePool.halfCircle .text-overlap img {
    max-width: 230px;
    margin-top: 0;
  }
}
@media (min-width: 991px) {
  .section.plungePool.halfCircle .text-overlap img {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .section.plungePool.halfCircle .text-overlap {
    width: 600px !important;
    height: 300px;
  }
}
@media (min-width: 991px) {
  .section.plungePool.halfCircle .text-overlap {
    width: 650px !important;
    height: 350px;
  }
}
@media (min-width: 1350px) {
  .section.plungePool.halfCircle .text-overlap {
    width: 800px !important;
    height: 400px;
  }
}
.section.plungePool.halfCircle.shapeLogo {
  margin-top: -230px;
}
@media (min-width: 768px) {
  .section.plungePool.halfCircle.shapeLogo {
    margin-top: -260px;
  }
}
@media (min-width: 991px) {
  .section.plungePool.halfCircle.shapeLogo {
    margin-top: -275px;
  }
}
@media (min-width: 1350px) {
  .section.plungePool.halfCircle.shapeLogo {
    margin-top: -285px;
  }
}
.section.plungePool.halfCircle.shapeLogo .text-overlap {
  padding-top: 55px;
  width: 300px !important;
  height: 250px;
}
.section.plungePool.halfCircle.shapeLogo .text-overlap img {
  max-width: 120px;
}
@media (min-width: 768px) {
  .section.plungePool.halfCircle.shapeLogo .text-overlap img {
    max-width: 220px;
  }
}
@media (min-width: 991px) {
  .section.plungePool.halfCircle.shapeLogo .text-overlap img {
    max-width: 320px;
  }
}
@media (min-width: 768px) {
  .section.plungePool.halfCircle.shapeLogo .text-overlap {
    width: 600px !important;
    height: 250px;
  }
}
@media (min-width: 991px) {
  .section.plungePool.halfCircle.shapeLogo .text-overlap {
    width: 650px !important;
    height: 300px;
  }
}
@media (min-width: 1350px) {
  .section.plungePool.halfCircle.shapeLogo .text-overlap {
    width: 800px !important;
    height: 350px;
  }
}
.section.plungePool.halfCircle.smaller {
  margin-top: -130px;
}
@media (min-width: 768px) {
  .section.plungePool.halfCircle.smaller {
    margin-top: -180px;
  }
}
@media (min-width: 991px) {
  .section.plungePool.halfCircle.smaller {
    margin-top: -180px;
  }
}
@media (min-width: 1350px) {
  .section.plungePool.halfCircle.smaller {
    margin-top: -195px;
  }
}
.section.plungePool.halfCircle.smaller .text-overlap {
  padding-top: 30px;
  width: 300px !important;
  height: 125px;
}
.section.plungePool.halfCircle.smaller .text-overlap img {
  max-width: 160px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .section.plungePool.halfCircle.smaller .text-overlap img {
    max-width: 220px;
  }
}
@media (min-width: 991px) {
  .section.plungePool.halfCircle.smaller .text-overlap img {
    max-width: 250px;
  }
}
@media (min-width: 768px) {
  .section.plungePool.halfCircle.smaller .text-overlap {
    width: 500px !important;
    height: 245px;
    padding-top: 35px;
  }
}
@media (min-width: 991px) {
  .section.plungePool.halfCircle.smaller .text-overlap {
    width: 550px !important;
    height: 250px;
    padding-top: 40px;
  }
}
@media (min-width: 1350px) {
  .section.plungePool.halfCircle.smaller .text-overlap {
    width: 700px !important;
    height: 300px;
    padding-top: 45px;
  }
}
.section.plungePool.underHalfCircle {
  margin-top: -12px;
  padding: 0 0 0 0 !important;
  z-index: 106 !important;
}
@media (min-width: 768px) {
  .section.plungePool.underHalfCircle {
    margin-top: -100px;
  }
}
@media (min-width: 991px) {
  .section.plungePool.underHalfCircle {
    margin-top: -100px;
  }
}
@media (min-width: 1350px) {
  .section.plungePool.underHalfCircle {
    margin-top: -120px;
  }
}
.section.plungePool.underHalfCircle:after {
  position: relative;
  content: "";
  display: block;
  margin: 0 auto;
  background-color: #002e5e;
  mask-image: url(../svg/wave-mask-new.svg);
  mask-position: bottom center;
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-image: url(../svg/wave-mask-new.svg);
  -webkit-mask-position: bottom center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
}
.section.plungePool.underHalfCircle .section-inner {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .section.plungePool.underHalfCircle .section-inner {
    padding-bottom: 40px;
  }
}
@media (min-width: 991px) {
  .section.plungePool.underHalfCircle .section-inner {
    padding-bottom: 45px;
  }
}
.section.plungePool.underHalfCircle .section-inner .text-center h2.section__heading {
  display: inline-block;
  padding-top: 20px;
  background: url("../svg/wave-lines-green.svg") center center no-repeat;
  background-size: 145%;
  background-position-y: bottom !important;
  font-size: 30px !important;
  margin-top: 15px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .section.plungePool.underHalfCircle .section-inner .text-center h2.section__heading {
    margin-top: 0;
    font-size: 40px !important;
    padding-top: 35px;
  }
}
@media (min-width: 991px) {
  .section.plungePool.underHalfCircle .section-inner .text-center h2.section__heading {
    font-size: 50px !important;
    padding-top: 45px;
    padding-bottom: 0;
    background-size: 145%;
    background-position-y: top !important;
    margin-top: 15px;
  }
}
.section.plungePool.halfCircleMask {
  background: #005263;
  background-image: linear-gradient(180deg, #002e5e 0%, #005263 54%, #00a078 100%);
}
.section.plungePool.halfCircleMask .text-left .size-full.slider__image {
  mask-image: url(../svg/half-circle-mask.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-image: url(../svg/half-circle-mask.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
}
.section.plungePool.halfCircleMask .text-left .slider__text {
  padding-right: 55%;
}
.section.plungePool.waveUnderline:after {
  position: absolute;
  content: "";
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 30px;
  bottom: -20px;
  background-color: #002e5e;
  mask-image: url(../svg/wave-mask-new.svg);
  mask-position: bottom center;
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-image: url(../svg/wave-mask-new.svg);
  -webkit-mask-position: bottom center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
}
@media (min-width: 768px) {
  .section.plungePool.waveUnderline:after {
    height: 20px;
    bottom: -19px;
  }
}
.section.plungePool.waveOverline:before {
  position: absolute;
  content: "";
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 30px;
  top: -20px;
  background-color: #002e5e;
  mask-image: url(../svg/wave-mask-new-rev.svg);
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-image: url(../svg/wave-mask-new-rev.svg);
  -webkit-mask-position: top center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
}
@media (min-width: 768px) {
  .section.plungePool.waveOverline:before {
    height: 30px;
    bottom: -20px;
  }
}
.section.plungePool.underHalfCircle.waveUnderline {
  margin-bottom: -30px;
}
.section.plungePool.underHalfCircle.waveUnderline:after {
  position: absolute;
  content: "";
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 20px;
  bottom: 0px;
  background-color: #002e5e;
  mask-image: url(../svg/wave-mask-new-rev.svg);
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-image: url(../svg/wave-mask-new-rev.svg);
  -webkit-mask-position: top center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
}
.section.plungePool.underHalfCircle.waveUnderline.darkBlueAfter:after {
  background-color: #002e5e;
}
.section.plungePool.underHalfCircle.waveUnderline.lightBlueAfter:after {
  background-color: #dfeef2;
}
.section.plungePool.underHalfCircle.waveUnderline.whiteAfter:after {
  background-color: #ffffff;
}
@keyframes waveOver {
  from {
    -webkit-mask-position: top left;
    mask-position: top left;
  }
  to {
    -webkit-mask-position: top right;
    mask-position: top right;
  }
}
.section.plungePool.waveOverSection {
  z-index: 100;
}
.section.plungePool.waveOverSection.bottom-small {
  padding-top: 20px !important;
}
@media (min-width: 991px) {
  .section.plungePool.waveOverSection.bottom-small {
    padding-top: 40px !important;
  }
}
.section.plungePool.waveOverSection:before {
  position: absolute;
  content: "";
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 30px;
  top: -30px;
  background-color: #002e5e;
  mask-image: url(../svg/wave-mask-multi-rev.svg);
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-image: url(../svg/wave-mask-multi-rev.svg);
  -webkit-mask-position: top center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
}
@media (min-width: 768px) {
  .section.plungePool.waveOverSection:before {
    height: 90px;
    top: -90px;
  }
}
.section.plungePool.waveOverSection.in-view:before {
  animation: waveOver 4s infinite alternate ease-in-out;
}
.section.plungePool.section_bg_blue-gradient:before {
  background-color: #0e2f55;
}
.section.plungePool.lightBlueBkgd {
  background-color: #dfeef2;
}
.section.plungePool.lightBlueBkgd:after {
  background-color: #dfeef2 !important;
}
.section.plungePool.lightBlueBkgd:before {
  background-color: #dfeef2 !important;
}
.section.plungePool.lightBlueBkgd .text-and-image__text h2.section__heading {
  background: url("../svg/wave-lines-coral.svg") center center no-repeat;
  background-position: bottom;
  background-size: 140%;
}
.section.plungePool.whtBkgd {
  background-color: #ffffff;
}
.section.plungePool.whtBkgd:after {
  background-color: #ffffff !important;
}
.section.plungePool.whtBkgd:before {
  background-color: #ffffff !important;
}
.section.plungePool.whtBkgd .text-and-image__text h2.section__heading {
  background: url("../svg/wave-lines-green.svg") center center no-repeat;
  background-position: bottom;
  background-size: 140%;
}
.section.plungePool.gradBlueBkgd {
  background: #005263;
  background-image: linear-gradient(180deg, #002e5e 0%, #005263 54%, #00a078 100%);
}
.section.plungePool.gradBlueBkgd:after {
  background-color: #00a078 !important;
}
.section.plungePool.gradBlueBkgd:before {
  background-color: #002e5e !important;
}
.section.plungePool.gradBlueBkgd .text-and-image__text h2.section__heading {
  background: url("../svg/wave-lines-coral.svg") center center no-repeat;
  background-position: bottom;
  background-size: 140%;
  padding-bottom: 30px;
}
.section.plungePool.greenBkgd {
  background: #00a078;
  margin-top: -20px;
}
.section.plungePool.greenBkgd:after {
  background-color: #00a078 !important;
}
.section.plungePool.greenBkgd:before {
  background-color: #00a078 !important;
}
@media (min-width: 991px) {
  .section.plungePool.greenBkgd {
    margin-top: -20px;
  }
}
.section.plungePool.textColumnRoundImg .section-inner .columns .columns__item:nth-of-type(1) .columns__image img {
  transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s;
}
.section.plungePool.textColumnRoundImg .section-inner .columns .columns__item:nth-of-type(2) .columns__image img {
  transition: opacity 0.5s ease 0.6s, transform 0.5s ease 0.6s;
}
.section.plungePool.textColumnRoundImg .section-inner .columns .columns__item:nth-of-type(3) .columns__image img {
  transition: opacity 0.5s ease 0.7s, transform 0.5s ease 0.7s;
}
.section.plungePool.textColumnRoundImg .section-inner .columns .columns__item:nth-of-type(4) .columns__image img {
  transition: opacity 0.5s ease 0.8s, transform 0.5s ease 0.8s;
}
.section.plungePool.textColumnRoundImg .section-inner .columns .columns__item .column__item-inner .columns__image {
  background-color: transparent !important;
}
.section.plungePool.textColumnRoundImg .section-inner .columns .columns__item .column__item-inner .columns__image img {
  width: 100%;
  height: 300px;
  margin: 5px auto 0px;
  border-radius: 0;
  opacity: 0 !important;
  transform: scale(0.8);
  mask-image: url(../svg/circle-mask2.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url(../svg/circle-mask2.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  filter: blur(8px);
}
@media (min-width: 768px) {
  .section.plungePool.textColumnRoundImg .section-inner .columns .columns__item .column__item-inner .columns__image img {
    width: 90%;
    height: 225px;
  }
}
.section.plungePool.textColumnRoundImg .section-inner .columns .columns__item .column__item-inner .columns__image.in-view img {
  opacity: 1 !important;
  transform: scale(1);
  filter: blur(0px);
}
.section.plungePool.textColumnRoundImg .section-inner .columns .columns__item .column__item-inner .text-content .section__body, .section.plungePool.textColumnRoundImg .section-inner .columns .columns__item .column__item-inner .text-content .search-results .entry__content, .search-results .section.plungePool.textColumnRoundImg .section-inner .columns .columns__item .column__item-inner .text-content .entry__content,
.section.plungePool.textColumnRoundImg .section-inner .columns .columns__item .column__item-inner .text-content .search-no-results .entry__content,
.search-no-results .section.plungePool.textColumnRoundImg .section-inner .columns .columns__item .column__item-inner .text-content .entry__content {
  margin-bottom: 0;
  padding-bottom: 0;
}
.section.plungePool.greenLightBkgd {
  background: #c2dbcd;
}
.section.plungePool.greenLightBkgd:after {
  background-color: #c2dbcd !important;
}
.section.plungePool.greenLightBkgd:before {
  background-color: #c2dbcd !important;
}
.section.plungePool.greenLightBkgd .section-inner .columns .columns__item:nth-of-type(1) .columns__image img {
  transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s;
}
.section.plungePool.greenLightBkgd .section-inner .columns .columns__item:nth-of-type(2) .columns__image img {
  transition: opacity 0.5s ease 0.6s, transform 0.5s ease 0.6s;
}
.section.plungePool.greenLightBkgd .section-inner .columns .columns__item:nth-of-type(3) .columns__image img {
  transition: opacity 0.5s ease 0.7s, transform 0.5s ease 0.7s;
}
.section.plungePool.greenLightBkgd .section-inner .columns .columns__item:nth-of-type(4) .columns__image img {
  transition: opacity 0.5s ease 0.8s, transform 0.5s ease 0.8s;
}
.section.plungePool.greenLightBkgd .section-inner .columns .columns__item .column__item-inner .columns__image img {
  width: 60%;
  height: 60%;
  margin: 0 auto;
  opacity: 0 !important;
  transform: scale(0.8);
}
.section.plungePool.greenLightBkgd .section-inner .columns .columns__item .column__item-inner .columns__image.in-view img {
  opacity: 1 !important;
  transform: scale(1);
}
.section.plungePool.greenLightBkgd .section-inner .columns .columns__item .column__item-inner .text-content .section__body, .section.plungePool.greenLightBkgd .section-inner .columns .columns__item .column__item-inner .text-content .search-results .entry__content, .search-results .section.plungePool.greenLightBkgd .section-inner .columns .columns__item .column__item-inner .text-content .entry__content,
.section.plungePool.greenLightBkgd .section-inner .columns .columns__item .column__item-inner .text-content .search-no-results .entry__content,
.search-no-results .section.plungePool.greenLightBkgd .section-inner .columns .columns__item .column__item-inner .text-content .entry__content {
  margin-bottom: 0;
  padding-bottom: 0;
}
.section.plungePool.greenLightBkgd .about-columns__heading-block h2.section__heading {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  display: inline-block;
  padding-bottom: 30px;
  background: url("../svg/wave-lines-aqua.svg") center center no-repeat;
  background-size: 350%;
  background-position: bottom;
}
.section.plungePool.textImageRight .image-wrapper .slider-common__item .media_label {
  z-index: 300;
  text-align: right;
}
.section.plungePool.textImageRight .image-wrapper .slider-common__item img {
  border-radius: 200px 0 0 200px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .section.plungePool.textImageRight .image-wrapper .slider-common__item img {
    border-radius: 0;
    padding-left: 0;
    mask-image: url(../svg/half-circle-mask-right2.svg);
    mask-position: left center;
    mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-image: url(../svg/half-circle-mask-right2.svg);
    -webkit-mask-position: left center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
  }
}
.section.plungePool.textImageRight .text-and-image__text h2.section__heading {
  display: inline-block;
  padding-bottom: 30px;
  background: url("../svg/wave-lines-coral.svg") center center no-repeat;
  background-size: 160%;
  background-position: bottom;
}
.section.plungePool.textImageLeft .slider-common__item img {
  border-radius: 0 200px 200px 0;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .section.plungePool.textImageLeft .slider-common__item img {
    border-radius: 0;
    padding-right: 0;
    mask-image: url(../svg/half-circle-mask-left2.svg);
    mask-position: right center;
    mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-image: url(../svg/half-circle-mask-left2.svg);
    -webkit-mask-position: right center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
  }
}
.section.plungePool.textImageLeft .text-and-image__text h2.section__heading {
  display: inline-block;
  padding-bottom: 30px;
  background: url("../svg/wave-lines-green.svg") center center no-repeat;
  background-size: 160%;
  background-position: bottom;
}
.section.plungePool.textImageLeft .slider-common__item img {
  transition: all 1s ease-out 200ms;
  transform: translate(-10%, 0);
  opacity: 0;
  filter: blur(8px);
}
.section.plungePool.textImageLeft .slider-common__item.in-view img {
  opacity: 1;
  transform: translate(-30px, 0);
  filter: blur(0px);
}
.section.plungePool.textImageLeft .owl-item .slider-common__item img {
  transform: translate(0, 0);
  opacity: 1;
  filter: blur(8px);
}
.section.plungePool.textImageLeft .owl-item .slider-common__item.in-view img {
  transform: translate(0px, 0);
  filter: blur(0px);
}
.section.plungePool.textImageRight .slider-common__item img {
  transition: all 1s ease-out 200ms;
  transform: translate(10%, 0);
  opacity: 0;
  filter: blur(8px);
}
.section.plungePool.textImageRight .slider-common__item.in-view img {
  opacity: 1;
  transform: translate(30px, 0);
  filter: blur(0px);
}
.section.plungePool.textImageRight .owl-item .slider-common__item img {
  transform: translate(0, 0);
  opacity: 1;
  filter: blur(8px);
}
.section.plungePool.textImageRight .owl-item .slider-common__item.in-view img {
  transform: translate(0px, 0);
  filter: blur(0px);
}
.section.section_padding {
  padding: 30px 0 !important;
  background-color: #f5f3ec;
}
@media (min-width: 768px) {
  .section.section_padding {
    padding: 50px 0 !important;
  }
}
@media (min-width: 991px) {
  .section.section_padding {
    padding: 60px 0 !important;
  }
}
@media (min-width: 1350px) {
  .section.section_padding {
    padding: 100px 0 !important;
  }
}
.section.section_padding.topModule {
  padding: 35px 0 !important;
}
@media (min-width: 768px) {
  .section.section_padding.topModule {
    padding: 60px 0 !important;
  }
}
@media (min-width: 991px) {
  .section.section_padding.topModule {
    padding: 80px 0 !important;
  }
}
@media (min-width: 1350px) {
  .section.section_padding.topModule {
    padding: 120px 0 !important;
  }
}
.section.section_padding.topModule .section__heading {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 40px;
  font-weight: 500;
}
.section.section_padding_bottom-shrink {
  padding-bottom: 1px !important;
}
@media screen and (max-width: 768px) {
  .section.section_padding_bottom-shrink {
    padding-bottom: 0px !important;
  }
}
.section.section_padding_top-shrink {
  padding-top: 1px !important;
}
@media screen and (max-width: 768px) {
  .section.section_padding_top-shrink {
    padding-top: 30px !important;
  }
}
.section.section_padding_bottom-small {
  padding-bottom: 50px !important;
}
@media screen and (max-width: 768px) {
  .section.section_padding_bottom-small {
    padding-bottom: 30px !important;
  }
}
.section.section_padding_top-small {
  padding-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .section.section_padding_top-small {
    padding-top: 30px !important;
  }
}
.section.section_wide {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1720px;
}
.section.section_bg_grey {
  background-color: #e8e5dd;
}
.section.section_bg_blue {
  background-color: #002e5e;
}
.section.section_bg_blue .text-and-image__text a {
  color: #ffffff;
}
.section.section_bg_blue .text-and-image__text ul {
  list-style: none;
  margin-left: 25px;
}
.section.section_bg_blue .text-and-image__text ul li {
  position: relative;
}
.section.section_bg_blue .text-and-image__text ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 600;
  margin: 0 0px 0 -24px;
  color: #47a2c8;
  position: absolute;
  top: 0;
  left: 0;
}
.section.section_bg_blue .text-and-image__text ul li strong {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  color: #002e5e;
}
.section.section_bg_blue .section__heading {
  font-size: 35px !important;
}
.section.section_bg_blue-gradient {
  background: rgb(14, 47, 85);
  background: linear-gradient(158deg, rgb(14, 47, 85) 0%, rgb(14, 47, 85) 40%, rgb(71, 162, 200) 100%, rgb(71, 162, 200) 100%);
}
.section.section-bkgd-image, .section.section-bkgd-image-mobile {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  z-index: -1;
}
.section.section-bkgd-image .inner, .section.section-bkgd-image-mobile .inner {
  height: 100%;
  width: 100%;
  display: block;
}
.section.section-bkgd-image .inner img, .section.section-bkgd-image-mobile .inner img {
  min-height: 100%;
  height: auto;
  width: 100%;
  object-fit: cover;
}
.section-inner {
  margin: 0 auto;
  padding-right: 5%;
  padding-left: 5%;
  max-width: 1480px;
  z-index: 1;
  position: relative;
}
.section-inner.full-width {
  max-width: 1550px;
}
@media (min-width: 1350px) {
  .section-inner.full-width {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
}
@media (min-width: 991px) {
  .section-inner.full-width .text-and-image__text {
    padding-left: 0;
  }
}
.section-inner_narrow {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 850px;
}
.section-inner_wide {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1720px;
}
@media screen and (min-width: 1480px) {
  .section-inner_pull_left {
    margin-right: calc(50vw - (1480px / 2));
    max-width: 1550px;
  }
}
@media screen and (min-width: 1480px) {
  .section-inner_pull_left.full-width {
    margin: 0 auto;
    max-width: 1550px;
  }
}
@media screen and (min-width: 1480px) {
  .section-inner_pull_right {
    margin-left: calc(50vw - (1480px / 2));
    max-width: 1550px;
  }
}
@media screen and (min-width: 769px) {
  .section-inner_stick_right {
    padding-right: 0;
  }
}
@media screen and (min-width: 1480px) {
  .section-inner_stick_right {
    max-width: 100%;
    margin-left: calc(50vw - (1480px / 2));
  }
}
@media screen and (min-width: 769px) {
  .section-inner_stick_left {
    padding-left: 0;
  }
}
@media screen and (min-width: 1480px) {
  .section-inner_stick_left {
    max-width: 100%;
    margin-left: 0;
    margin-right: calc(50vw - (1480px / 2));
  }
}
.section-inner_content {
  max-width: 830px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.section-inner.alignLeft .about-columns__heading-block {
  max-width: 1210px !important;
}
.section-inner.alignLeft .about-columns__heading-block h2.section__heading {
  max-width: none !important;
  padding-left: 12px;
}
@media (min-width: 1350px) {
  .section-inner.alignLeft .about-columns__heading-block h2.section__heading {
    padding-left: 0px;
  }
}
.section-inner.alignLeft .columns .columns__item .column__item-inner .columns__image.imgIcon {
  padding: 20px 20px 20px 0px;
}
.section-inner.alignLeft .columns .columns__item .column__item-inner .columns__image.imgIcon img {
  width: auto;
}
.section_media_left .text-block {
  order: 2;
}
@media screen and (min-width: 1480px) {
  .section_media_left .text-block {
    padding-left: 135px;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .section_media_left .text-block {
    padding-right: 0;
  }
}
.section_media_left .text-block.textTop {
  order: 0;
  text-align: center !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 991px) {
  .section_media_left .text-block.textTop {
    padding-bottom: 30px !important;
  }
}
.section_media_left .half-image {
  order: 1;
  padding-left: 0;
  padding-right: 0;
}
.section .half-image {
  padding-left: 0;
  padding-right: 0;
}
.section_media_video .video-container {
  height: 467px;
}
@media (max-width: 991px) {
  .section_media_video .video-container {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .section_media_video .video-container {
    height: 250px;
  }
}
.section_media_video .video-container .iframe-wrap {
  height: 467px;
  position: absolute;
  width: 100%;
}
.section_media_video .video-container iframe {
  display: none;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  width: calc(100% - 30px);
  height: 100%;
  border: 0;
}
.section_media_video .video-container .half-image {
  transition: all 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.section_media_video .video-container .half-image img {
  height: 467px;
  max-height: 467px;
}
@media (max-width: 991px) {
  .section_media_video .video-container .half-image img {
    max-height: 350px;
  }
}
@media (max-width: 575px) {
  .section_media_video .video-container .half-image img {
    max-height: 250px;
  }
}
.section_media_video .video-container .half-image:before {
  content: "";
  height: 90px;
  width: 90px;
  border-radius: 100%;
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
@media (max-width: 767px) {
  .section_media_video .video-container .half-image:before {
    height: 70px;
    width: 70px;
  }
}
.section_media_video .video-container .half-image:after {
  content: "";
  border: 12px solid transparent;
  border-left: 20px solid #0078a3;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  margin-right: -10px;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}
.section_media_video .video-container .half-image:hover img {
  filter: contrast(110%);
}
.section_media_video .video-container .half-image:hover:before {
  opacity: 0.8;
}
.section_media_video .video-container .half-image:hover:after {
  border-left: 20px solid #002e5e;
}
.section .section-icon {
  max-width: 50px;
  margin-bottom: 10px;
  height: auto;
}
@media (min-width: 768px) {
  .section .section-icon {
    max-width: 70px;
    margin-bottom: 30px;
  }
}

.section_bg_blue.universal-content .section__body.clearfix, .section_bg_blue.universal-content .search-results .clearfix.entry__content, .search-results .section_bg_blue.universal-content .clearfix.entry__content,
.section_bg_blue.universal-content .search-no-results .clearfix.entry__content,
.search-no-results .section_bg_blue.universal-content .clearfix.entry__content {
  max-width: 850px;
}

.section__body.clearfix, .search-results .clearfix.entry__content,
.search-no-results .clearfix.entry__content {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media (min-width: 991px) {
  .section__body.clearfix, .search-results .clearfix.entry__content,
  .search-no-results .clearfix.entry__content {
    padding-bottom: 28px;
    margin-bottom: 0px;
  }
}

@media (min-width: 991px) {
  body.logged-in .section.shape-latham.hero-banner .slider__text img.aligncenter {
    padding-left: 0px;
    margin-top: 80px;
    width: 60% !important;
    max-width: 450px;
  }
}
@media (min-width: 991px) {
  body.logged-in .section.shape-latham.hero-banner .media_label.credit {
    bottom: 140px !important;
  }
}

.section.shape-latham.hero-banner .slider__item-wrap .slider__text {
  transform: translate3d(-50%, 0, 0) !important;
  bottom: 0px;
  left: 50%;
  top: auto;
  width: 100%;
  max-width: none;
  background-color: #002e5e;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#002e5e+12,ffffff+100&1+12,0+100 */
  background: linear-gradient(to top, rgb(0, 46, 94) 12%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 140px;
  margin-bottom: 0;
  width: 100%;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media (min-width: 768px) {
  .section.shape-latham.hero-banner .slider__item-wrap .slider__text {
    bottom: 0px;
    transform: translate3d(-50%, 0, 0) !important;
    height: 200px;
  }
}
@media (min-width: 991px) {
  .section.shape-latham.hero-banner .slider__item-wrap .slider__text {
    left: 50%;
    width: 650px;
    height: 335px;
    border-radius: 800px 800px 0 0;
    bottom: -88px;
    transform: translate3d(-50%, 0, 0) !important;
    background: #002e5e;
    background-image: none;
  }
}
@media (min-width: 1350px) {
  .section.shape-latham.hero-banner .slider__item-wrap .slider__text {
    height: 335px;
    bottom: -80px;
    transform: translate3d(-50%, 0, 0) !important;
  }
}
.section.shape-latham.hero-banner .slider__item-wrap .slider__text img.aligncenter {
  width: 70% !important;
  max-width: 300px;
  margin-top: 30px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .section.shape-latham.hero-banner .slider__item-wrap .slider__text img.aligncenter {
    margin-top: 45px;
    width: 60% !important;
    max-width: 400px;
  }
}
@media (min-width: 991px) {
  .section.shape-latham.hero-banner .slider__item-wrap .slider__text img.aligncenter {
    padding-left: 0px;
    margin-top: 102px;
    width: 60% !important;
    max-width: 450px;
  }
}
.section.shape-latham.hero-banner .media_label.credit {
  z-index: 4 !important;
  background: none;
  bottom: 150px !important;
}
.section.shape-latham.hero-banner .media_label.credit .media_label_on {
  font-size: 22px;
  text-align: center;
  color: #ff8672;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
}
@media (min-width: 768px) {
  .section.shape-latham.hero-banner .media_label.credit .media_label_on {
    font-size: 28px;
  }
}
.section.shape-latham.hero-banner .slider__image {
  height: calc(45vh - 20px);
  min-height: auto;
}
@media (min-width: 768px) {
  .section.shape-latham.hero-banner .slider__image {
    height: calc(60vh - 20px);
  }
}
@media (min-width: 991px) {
  .section.shape-latham.hero-banner .slider__image {
    height: calc(98vh - 20px);
  }
}
.section.shape-latham.universal-content .section-inner .section__body, .section.shape-latham.universal-content .section-inner .search-results .entry__content, .search-results .section.shape-latham.universal-content .section-inner .entry__content,
.section.shape-latham.universal-content .section-inner .search-no-results .entry__content,
.search-no-results .section.shape-latham.universal-content .section-inner .entry__content {
  max-width: 1040px;
}
.section.shape-latham.universal-content .section-inner .section__body img.aligncenter, .section.shape-latham.universal-content .section-inner .search-results .entry__content img.aligncenter, .search-results .section.shape-latham.universal-content .section-inner .entry__content img.aligncenter,
.section.shape-latham.universal-content .section-inner .search-no-results .entry__content img.aligncenter,
.search-no-results .section.shape-latham.universal-content .section-inner .entry__content img.aligncenter {
  padding-bottom: 10px;
  background: url("../svg/wave-lines-coral.svg") center center no-repeat;
  background-size: 170%;
  background-position: top;
  padding-top: 40px;
  width: 70% !important;
  max-width: 350px !important;
}
@media (min-width: 768px) {
  .section.shape-latham.universal-content .section-inner .section__body img.aligncenter, .section.shape-latham.universal-content .section-inner .search-results .entry__content img.aligncenter, .search-results .section.shape-latham.universal-content .section-inner .entry__content img.aligncenter,
  .section.shape-latham.universal-content .section-inner .search-no-results .entry__content img.aligncenter,
  .search-no-results .section.shape-latham.universal-content .section-inner .entry__content img.aligncenter {
    padding-top: 45px;
  }
}
@media (min-width: 991px) {
  .section.shape-latham.universal-content .section-inner .section__body img.aligncenter, .section.shape-latham.universal-content .section-inner .search-results .entry__content img.aligncenter, .search-results .section.shape-latham.universal-content .section-inner .entry__content img.aligncenter,
  .section.shape-latham.universal-content .section-inner .search-no-results .entry__content img.aligncenter,
  .search-no-results .section.shape-latham.universal-content .section-inner .entry__content img.aligncenter {
    padding-top: 70px;
    max-width: 375px !important;
  }
}
@media (min-width: 1350px) {
  .section.shape-latham.universal-content .section-inner .section__body img.aligncenter, .section.shape-latham.universal-content .section-inner .search-results .entry__content img.aligncenter, .search-results .section.shape-latham.universal-content .section-inner .entry__content img.aligncenter,
  .section.shape-latham.universal-content .section-inner .search-no-results .entry__content img.aligncenter,
  .search-no-results .section.shape-latham.universal-content .section-inner .entry__content img.aligncenter {
    padding-top: 80px;
    max-width: 390px !important;
  }
}
.section.shape-latham.universal-content h2.section__heading {
  display: inline-block;
  padding-top: 20px;
  background-size: 145%;
  background-position-y: bottom !important;
  font-size: 30px !important;
  margin-top: 15px;
  padding-bottom: 20px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .section.shape-latham.universal-content h2.section__heading {
    margin-top: 0;
    font-size: 40px !important;
    padding-top: 35px;
  }
}
@media (min-width: 991px) {
  .section.shape-latham.universal-content h2.section__heading {
    font-size: 50px !important;
    padding-bottom: 0;
    background-size: 145%;
    background-position-y: top !important;
    margin-top: 15px;
  }
}
.section.shape-latham.universal-content h5 {
  color: #ffffff;
}
.section.shape-latham.slider.slider-common_fullwidth .slider__item-wrap .imageMask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -2px;
  z-index: 2;
  opacity: 1;
}
.section.shape-latham.slider.slider-common_fullwidth .slider__item-wrap .imageMask img {
  object-fit: cover;
  min-height: 100%;
  width: 100.5%;
}
.section.shape-latham.slider.slider-common_fullwidth .slider__item-wrap .slider__text {
  z-index: 3 !important;
  padding-left: 30px;
}
.section.shape-latham.slider.slider-common_fullwidth .slider__item-wrap .slider__text .rightImage {
  position: absolute;
  right: 20px;
  bottom: -10px;
  display: block;
  width: 40%;
}
@media (min-width: 768px) {
  .section.shape-latham.slider.slider-common_fullwidth .slider__item-wrap .slider__text .rightImage {
    display: none;
  }
}
.section.shape-latham.slider.slider-common_fullwidth .slider__item-wrap .slider__text .rightImage img {
  width: 100%;
  height: auto;
}
.section.shape-latham.slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text {
  padding-right: 30%;
}
@media (min-width: 768px) {
  .section.shape-latham.slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text {
    padding-right: 40%;
  }
}
.section.shape-latham.slider.slider-common_fullwidth .slider__item-wrap.text-center .slider__text {
  z-index: 3 !important;
  padding-left: 0;
}
.section.shape-latham.slider.slider-common_fullwidth .slider__item-wrap.text-center .slider__text .section__body img, .section.shape-latham.slider.slider-common_fullwidth .slider__item-wrap.text-center .slider__text .search-results .entry__content img, .search-results .section.shape-latham.slider.slider-common_fullwidth .slider__item-wrap.text-center .slider__text .entry__content img,
.section.shape-latham.slider.slider-common_fullwidth .slider__item-wrap.text-center .slider__text .search-no-results .entry__content img,
.search-no-results .section.shape-latham.slider.slider-common_fullwidth .slider__item-wrap.text-center .slider__text .entry__content img {
  max-width: 450px;
  width: 50%;
}
.section.shape-latham.slider.slider-common_fullwidth.animate .slider__item-wrap .imageMask {
  opacity: 0;
  filter: blur(20px);
  transition: opacity 1000ms ease-out 1000ms, filter 1000ms ease-out 1000ms;
}
.section.shape-latham.slider.slider-common_fullwidth.animate .slider__item-wrap .imageMask.size-mobile {
  opacity: 1;
  filter: blur(0px);
}
.section.shape-latham.slider.slider-common_fullwidth.animate .slider__item-wrap .slider__text {
  opacity: 0;
  margin-top: 60px;
  transition: opacity 1000ms ease-out 500ms, margin-top 1500ms ease-out 500ms;
}
.section.shape-latham.slider.slider-common_fullwidth.animate .slider__item-wrap .imageCTAbutton {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 4 !important;
  min-width: 120px;
  text-align: center;
  color: #002e5e;
  font-size: 12px;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  padding: 6px 12px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 768px) {
  .section.shape-latham.slider.slider-common_fullwidth.animate .slider__item-wrap .imageCTAbutton {
    bottom: 40px;
    right: 40px;
    font-size: 14px;
  }
}
.section.shape-latham.slider.slider-common_fullwidth.animate .slider__item-wrap .imageCTAbutton:before {
  content: "";
  background: transparent url("../png/plus.png") no-repeat;
  background-size: contain;
  vertical-align: text-top;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin-right: 3px;
  -webkit-transition: all 300ms 0s ease-in-out;
  transition: all 300ms 0s ease-in-out;
}
.section.shape-latham.slider.slider-common_fullwidth.animate .slider__item-wrap .imageCTAbutton:hover:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section.shape-latham.slider.slider-common_fullwidth.animate .slider__item-wrap .imageCTAreveal {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  z-index: 3;
  max-width: 100%;
  width: 80%;
  transition: opacity 200ms ease-out 0ms !important;
}
.section.shape-latham.slider.slider-common_fullwidth.animate .slider__item-wrap .imageCTAreveal img {
  width: 100%;
  height: auto;
  margin: 0;
}
.section.shape-latham.slider.slider-common_fullwidth.animate .slider__item-wrap .imageCTAreveal h3 {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .section.shape-latham.slider.slider-common_fullwidth.animate .slider__item-wrap .imageCTAreveal h3 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .section.shape-latham.slider.slider-common_fullwidth.animate .slider__item-wrap .imageCTAreveal {
    top: 50%;
    left: 28%;
    max-width: 35%;
  }
}
.section.shape-latham.slider.slider-common_fullwidth.in-view .owl-item.active .slider__item-wrap .imageMask {
  opacity: 1;
  filter: blur(0px);
}
.section.shape-latham.slider.slider-common_fullwidth.in-view .owl-item.active .slider__item-wrap .slider__text {
  opacity: 1;
  margin-top: 0px;
}
.section.shape-latham.slider.slider-common_fullwidth.in-view .owl-item.active .slider__item-wrap .imageCTAbutton.active:before {
  content: "—";
  vertical-align: baseline;
  background-image: none;
}
.section.shape-latham.slider.slider-common_fullwidth.in-view .owl-item.active .slider__item-wrap .imageCTAbutton.active ~ .slider__text {
  opacity: 0 !important;
  transition: opacity 200ms ease-out 0ms !important;
}
.section.shape-latham.slider.slider-common_fullwidth.in-view .owl-item.active .slider__item-wrap .imageCTAbutton.active ~ .imageCTAreveal {
  opacity: 1;
}
.section.shape-latham.slider.slider-common_fullwidth.in-view .owl-item.active .slider__item-wrap .imageCTAbutton.active:hover:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (min-width: 991px) {
  body.logged-in .section.shape-latham.hero-banner .slider__text img.aligncenter {
    padding-left: 0px;
    margin-top: 80px;
    width: 60% !important;
    max-width: 450px;
  }
}
@media (min-width: 991px) {
  body.logged-in .section.shape-latham.hero-banner .media_label.credit {
    bottom: 160px !important;
  }
}

.section.NPI.animateTimeline {
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, filter 0.3s ease-out;
  opacity: calc(var(--distance));
  transform: scale(calc(0.8 + var(--distance) * 0.2));
  filter: blur(calc((1 - var(--distance)) * 10px)); /* More blur when farther from center */
}

@media (prefers-reduced-motion) {
  /* styles to apply if a user's device settings are set to reduced motion */
}
body.admin-bar .section.plungePool.halfCircle.smaller {
  margin-top: -150px;
}
@media (min-width: 768px) {
  body.admin-bar .section.plungePool.halfCircle.smaller {
    margin-top: -233px;
  }
}
@media (min-width: 991px) {
  body.admin-bar .section.plungePool.halfCircle.smaller {
    margin-top: -228px;
  }
}
@media (min-width: 1350px) {
  body.admin-bar .section.plungePool.halfCircle.smaller {
    margin-top: -232px;
  }
}

.section_help-info {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 566px;
}
@media screen and (max-width: 768px) {
  .section_help-info {
    padding-bottom: 450px;
  }
}
@media screen and (max-width: 576px) {
  .section_help-info {
    background-color: #e6f4f1;
    background-position: center bottom;
    background-size: contain;
    padding-bottom: 250px;
  }
}
.section_help-info.no-img-padding {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .section_help-info.no-img-padding {
    padding-bottom: 50px;
  }
}
.section_help-info .section__mini-heading, .section_help-info .post-preview__inner__text__label {
  margin-bottom: 2px;
}
.section_help-info .section__heading {
  margin-bottom: 12px;
}

.page-description {
  padding-right: 15px;
  padding-left: 15px;
}
.page-description .section__heading {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}

.section-content-text ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-content-text ul {
    padding-left: 40px;
    margin-bottom: 30px;
  }
}
.section-content-text ul li {
  color: #66686b;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .section-content-text ul li {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-content-text ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-content-text ol {
    padding-left: 40px;
    margin-bottom: 30px;
  }
}
.section-content-text ol li {
  color: #66686b;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .section-content-text ol li {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-content-text p {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #66686b;
  line-height: 28px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section-content-text p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .section-content-text p br {
    display: none;
  }
}
.section-content-text p:last-child {
  margin-bottom: 0;
}
.section-content-text p a {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #0078a3;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .section-content-text p a {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-content-text p a:hover {
  color: #000000;
}
.section-content-text p a img {
  margin-right: 5px;
  min-height: 26px;
}
.section-content-text strong {
  font-weight: 700;
}
.section-content-text h1 {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 48px;
  font-weight: 500;
  color: #000000;
  line-height: 52px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .section-content-text h1 {
    font-size: 36px;
    line-height: normal;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section-content-text h1 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 16px;
  }
  .section-content-text h1 br {
    display: none;
  }
}
.section-content-text h2 {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #000000;
  line-height: 42px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .section-content-text h2 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section-content-text h2 {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 16px;
  }
  .section-content-text h2 br {
    display: none;
  }
}
.section-content-text h3 {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #000000;
  line-height: 38px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .section-content-text h3 {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section-content-text h3 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 16px;
  }
  .section-content-text h3 br {
    display: none;
  }
}
.section-content-text h4 {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  line-height: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .section-content-text h4 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section-content-text h4 br {
    display: none;
  }
}
.section-content-text h5 {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 26px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .section-content-text h5 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section-content-text h5 br {
    display: none;
  }
}
.section-content-text img {
  width: auto;
  max-width: 370px;
  height: auto;
}
.section-content-text img.alignleft {
  float: left;
  margin: 7px 30px 7px 0;
}
@media (max-width: 575px) {
  .section-content-text img.alignleft {
    display: block;
    max-width: 100%;
    float: none;
    margin: 15px auto;
  }
}
.section-content-text img.alignright {
  float: right;
  margin: 7px 0 15px 30px;
}
@media (max-width: 575px) {
  .section-content-text img.alignright {
    display: block;
    max-width: 100%;
    float: none;
    margin: 15px auto;
  }
}

@media (min-width: 768px) {
  .section_text-img-block.section_media_left .text-block, .section_text-img-block.section_media_right .text-block {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section_text-img-block.section_media_left .half-image, .section_text-img-block.section_media_right .half-image {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section_text-img-block.section_media_left .text-block {
    order: 2;
    margin-bottom: 0;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .section_text-img-block.section_media_left .text-block {
    padding-left: 50px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .section_text-img-block.section_media_left .text-block {
    padding-left: 125px;
  }
}
@media (max-width: 767px) {
  .section_text-img-block.section_media_left .half-image {
    order: 1;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .section_text-img-block.section_media_right {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .section_text-img-block.section_media_right .text-block {
    order: 2;
  }
}
@media (min-width: 768px) {
  .section_text-img-block.section_media_right .text-block {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .section_text-img-block.section_media_right .text-block {
    padding-right: 125px;
  }
}
@media (min-width: 768px) {
  .section_text-img-block .section-inner.section-inner_stick_right .half-image {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .section_text-img-block .section-inner.section-inner_stick_right .half-image {
    order: 1;
  }
}
@media (max-width: 767px) {
  .section_text-img-block .section-inner.section-inner_stick_right .text-block {
    order: 2;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .section_text-img-block .section-inner.section-inner_stick_right .text-block {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .section_text-img-block .section-inner.section-inner_stick_left .half-image {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .section_text-img-block .section-inner.section-inner_stick_left .text-block {
    order: 2;
    margin-bottom: 0;
  }
}

.image-with-text {
  overflow: hidden;
  position: relative;
}
.image-with-text img {
  height: 750px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .image-with-text img {
    height: 650px;
  }
}
@media screen and (max-width: 960px) {
  .image-with-text img {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  .image-with-text img {
    height: 400px;
  }
}
@media screen and (max-width: 576px) {
  .image-with-text img {
    height: 280px;
  }
}
.image-with-text .text-wrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .image-with-text .text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}
@media screen and (max-width: 767px) {
  .image-with-text .text-wrap {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .image-with-text .section__heading,
  .image-with-text .section__mini-heading,
  .image-with-text .post-preview__inner__text__label {
    color: #ffffff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
  }
}
.image-with-text_overlay-wrap {
  position: relative;
  display: block;
}
.image-with-text_overlay-wrap:before {
  content: "";
  background-color: rgba(0, 18, 32, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.banner-slider.about-slider.slider-common_fullwidth .owl-stage-outer:after {
  display: none;
}
@media (min-width: 992px) {
  .banner-slider.about-slider.slider-common_fullwidth .slider__text {
    max-width: 80%;
  }
}
@media (min-width: 1380px) {
  .banner-slider.about-slider.slider-common_fullwidth .slider__text {
    max-width: 60%;
  }
}
.banner-slider.about-slider.slider-common_fullwidth .slider__title {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .banner-slider.about-slider.slider-common_fullwidth .slider__title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

.about-columns {
  padding: 100px 0 72px;
}
.about-columns .section-inner {
  text-align: center;
}
.about-columns .section-inner .about-columns__heading-block {
  max-width: 1000px;
  margin: 0 auto 20px !important;
}
@media (min-width: 991px) {
  .about-columns .section-inner .about-columns__heading-block {
    margin-bottom: 40px !important;
  }
}
.about-columns .section-inner .columns__item.imgFullFlex {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .about-columns .section-inner .columns__item.imgFullFlex {
    margin-bottom: 30px;
  }
}
.about-columns .section-inner .columns__item.imgFullFlex .column__item-inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 991px) {
  .about-columns .section-inner .columns__item.imgFullFlex .column__item-inner {
    display: block;
  }
}
.about-columns .section-inner .columns__item.imgFullFlex .column__item-inner .columns__image {
  order: 2;
}
.about-columns .section-inner .columns__item.imgFullFlex .column__item-inner .text-content {
  order: 1;
}
.about-columns .section-inner .columns__item-title {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #000000;
  order: -1;
  max-height: none;
  overflow: visible;
}
@media (min-width: 768px) {
  .about-columns .section-inner .columns__item-title {
    order: 0;
  }
}
.about-columns .section-inner .columns__icon {
  display: block;
  padding: 20px;
}
.about-columns .section-inner .columns__icon i {
  font-size: 8em;
  color: #002e5e;
}
.about-columns .section-inner .columns__image {
  display: block;
  padding: 20px;
}
.about-columns .section-inner .columns__image .media_label.credit {
  padding: 8px;
  z-index: 999;
}
.about-columns .section-inner .columns__image .media_label.credit .media_label-sub_on {
  margin-bottom: 0;
}
.about-columns .section-inner .columns__image .full-width-image.desktop {
  display: none;
}
@media (min-width: 768px) {
  .about-columns .section-inner .columns__image .full-width-image.desktop {
    display: block;
  }
}
.about-columns .section-inner .columns__image .full-width-image.mobile {
  display: block;
}
@media (min-width: 768px) {
  .about-columns .section-inner .columns__image .full-width-image.mobile {
    display: none;
  }
}
.about-columns .section-inner .columns__image img {
  width: 101%;
  height: 130px;
  margin-left: -1px;
  object-fit: scale-down;
  display: block;
}
@media (min-width: 991px) {
  .about-columns .section-inner .columns__image img {
    height: 130px;
  }
}
.about-columns .section-inner .columns__image.imgIcon img {
  height: 45px;
}
.about-columns .section-inner .columns__image.imgFull {
  padding: 0px 0px 0px 0px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .about-columns .section-inner .columns__image.imgFull {
    background-color: #000000;
  }
}
.about-columns .section-inner .columns__image.imgFull img {
  max-width: 101%;
  height: auto;
}
.about-columns .section-inner .columns__image.imgFull .image-card__text {
  top: calc(100% - 0px);
  line-height: 1.2em;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .about-columns .section-inner .columns__image.imgFull .image-card__text {
    margin-top: 0;
  }
}
.about-columns .section-inner .columns__image.imgFull .image-card__text h3 {
  font-size: 1.2em !important;
  color: #323349 !important;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
}
@media (min-width: 768px) {
  .about-columns .section-inner .columns__image.imgFull .image-card__text h3 {
    color: #ffffff !important;
  }
}
@media (min-width: 768px) {
  .about-columns .section-inner .columns__image.imgFull:hover img {
    opacity: 0.3;
    transition: 0.25s;
  }
}
.about-columns .section-inner .columns__image.imgFull:hover .image-card__text {
  top: 30%;
  z-index: 2;
}
@media (min-width: 768px) {
  .about-columns .section-inner .columns__image.imgFull:hover .image-card__text {
    color: #ffffff;
  }
}
.about-columns .section-inner .columns__image.imgFit img {
  height: 250px;
  object-fit: cover;
  opacity: 1 !important;
}
.about-columns .section-inner .columns__image.imgFit img:hover {
  opacity: 1;
}
.about-columns .section-inner .columns__image.imgContain {
  background-color: #ffffff;
}
.about-columns .section-inner .columns__image.imgContain img {
  height: 250px;
  object-fit: contain;
  opacity: 1 !important;
}
.about-columns .section-inner .columns__image.imgContain img:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .about-columns .section-inner .columns__image.imgContain img {
    height: 370px;
  }
}
@media (min-width: 991px) {
  .about-columns .section-inner .columns__image.imgContain img {
    height: 370px;
  }
}
.about-columns .section-inner .columns__item .text-content {
  order: 1;
  position: relative;
}
.about-columns .section-inner .columns__item .text-content .cta-buttons {
  top: 4px;
  right: 0;
  position: absolute;
}
.about-columns .section-inner .columns__item .text-content .cta-buttons .cta-link {
  color: #33769f;
  margin-bottom: 8px;
  padding-right: 0;
}
.about-columns .section-inner .columns__item .text-content .section__body, .about-columns .section-inner .columns__item .text-content .search-results .entry__content, .search-results .about-columns .section-inner .columns__item .text-content .entry__content,
.about-columns .section-inner .columns__item .text-content .search-no-results .entry__content,
.search-no-results .about-columns .section-inner .columns__item .text-content .entry__content {
  position: relative;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .about-columns .section-inner .columns__item .text-content .section__body, .about-columns .section-inner .columns__item .text-content .search-results .entry__content, .search-results .about-columns .section-inner .columns__item .text-content .entry__content,
  .about-columns .section-inner .columns__item .text-content .search-no-results .entry__content,
  .search-no-results .about-columns .section-inner .columns__item .text-content .entry__content {
    margin-bottom: 20px;
  }
}
.about-columns .section-inner .columns__item .text-content .section__body .dimension-list, .about-columns .section-inner .columns__item .text-content .search-results .entry__content .dimension-list, .search-results .about-columns .section-inner .columns__item .text-content .entry__content .dimension-list,
.about-columns .section-inner .columns__item .text-content .search-no-results .entry__content .dimension-list,
.search-no-results .about-columns .section-inner .columns__item .text-content .entry__content .dimension-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: normal;
}
@media (min-width: 768px) {
  .about-columns .section-inner .columns__item .text-content .section__body .dimension-list, .about-columns .section-inner .columns__item .text-content .search-results .entry__content .dimension-list, .search-results .about-columns .section-inner .columns__item .text-content .entry__content .dimension-list,
  .about-columns .section-inner .columns__item .text-content .search-no-results .entry__content .dimension-list,
  .search-no-results .about-columns .section-inner .columns__item .text-content .entry__content .dimension-list {
    flex-direction: row;
  }
}
.about-columns .section-inner .columns__item .text-content .section__body .dimension-list .pool-dimensions, .about-columns .section-inner .columns__item .text-content .search-results .entry__content .dimension-list .pool-dimensions, .search-results .about-columns .section-inner .columns__item .text-content .entry__content .dimension-list .pool-dimensions,
.about-columns .section-inner .columns__item .text-content .search-no-results .entry__content .dimension-list .pool-dimensions,
.search-no-results .about-columns .section-inner .columns__item .text-content .entry__content .dimension-list .pool-dimensions {
  display: flex;
  flex-direction: column;
  width: auto;
  padding-right: 20px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .about-columns .section-inner .columns__item .text-content .section__body .dimension-list .pool-dimensions, .about-columns .section-inner .columns__item .text-content .search-results .entry__content .dimension-list .pool-dimensions, .search-results .about-columns .section-inner .columns__item .text-content .entry__content .dimension-list .pool-dimensions,
  .about-columns .section-inner .columns__item .text-content .search-no-results .entry__content .dimension-list .pool-dimensions,
  .search-no-results .about-columns .section-inner .columns__item .text-content .entry__content .dimension-list .pool-dimensions {
    margin-top: 20px;
    padding-right: 40px;
  }
}
@media (min-width: 991px) {
  .about-columns .section-inner .columns__item .text-content .section__body .dimension-list .pool-dimensions, .about-columns .section-inner .columns__item .text-content .search-results .entry__content .dimension-list .pool-dimensions, .search-results .about-columns .section-inner .columns__item .text-content .entry__content .dimension-list .pool-dimensions,
  .about-columns .section-inner .columns__item .text-content .search-no-results .entry__content .dimension-list .pool-dimensions,
  .search-no-results .about-columns .section-inner .columns__item .text-content .entry__content .dimension-list .pool-dimensions {
    margin-top: 20px;
    padding-right: 40px;
  }
}
.about-columns .section-inner .columns__item .text-content .section__body .dimension-list .pool-dimensions h5, .about-columns .section-inner .columns__item .text-content .search-results .entry__content .dimension-list .pool-dimensions h5, .search-results .about-columns .section-inner .columns__item .text-content .entry__content .dimension-list .pool-dimensions h5,
.about-columns .section-inner .columns__item .text-content .search-no-results .entry__content .dimension-list .pool-dimensions h5,
.search-no-results .about-columns .section-inner .columns__item .text-content .entry__content .dimension-list .pool-dimensions h5 {
  width: 100%;
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  line-height: 1em;
}
@media (min-width: 768px) {
  .about-columns .section-inner .columns__item .text-content .section__body .dimension-list .pool-dimensions h5, .about-columns .section-inner .columns__item .text-content .search-results .entry__content .dimension-list .pool-dimensions h5, .search-results .about-columns .section-inner .columns__item .text-content .entry__content .dimension-list .pool-dimensions h5,
  .about-columns .section-inner .columns__item .text-content .search-no-results .entry__content .dimension-list .pool-dimensions h5,
  .search-no-results .about-columns .section-inner .columns__item .text-content .entry__content .dimension-list .pool-dimensions h5 {
    font-size: 30px;
  }
}
@media (min-width: 991px) {
  .about-columns .section-inner .columns__item .text-content .section__body .dimension-list .pool-dimensions h5, .about-columns .section-inner .columns__item .text-content .search-results .entry__content .dimension-list .pool-dimensions h5, .search-results .about-columns .section-inner .columns__item .text-content .entry__content .dimension-list .pool-dimensions h5,
  .about-columns .section-inner .columns__item .text-content .search-no-results .entry__content .dimension-list .pool-dimensions h5,
  .search-no-results .about-columns .section-inner .columns__item .text-content .entry__content .dimension-list .pool-dimensions h5 {
    font-size: 25px;
  }
}
@media (min-width: 1350px) {
  .about-columns .section-inner .columns__item .text-content .section__body .dimension-list .pool-dimensions h5, .about-columns .section-inner .columns__item .text-content .search-results .entry__content .dimension-list .pool-dimensions h5, .search-results .about-columns .section-inner .columns__item .text-content .entry__content .dimension-list .pool-dimensions h5,
  .about-columns .section-inner .columns__item .text-content .search-no-results .entry__content .dimension-list .pool-dimensions h5,
  .search-no-results .about-columns .section-inner .columns__item .text-content .entry__content .dimension-list .pool-dimensions h5 {
    font-size: 30px;
  }
}
.about-columns .section-inner .columns__item .text-content .section__body .dimension-list .pool-dimensions p, .about-columns .section-inner .columns__item .text-content .search-results .entry__content .dimension-list .pool-dimensions p, .search-results .about-columns .section-inner .columns__item .text-content .entry__content .dimension-list .pool-dimensions p,
.about-columns .section-inner .columns__item .text-content .search-no-results .entry__content .dimension-list .pool-dimensions p,
.search-no-results .about-columns .section-inner .columns__item .text-content .entry__content .dimension-list .pool-dimensions p {
  width: 100%;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}
.about-columns .section-inner .columns__item.boxed-center {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .about-columns .section-inner .columns__item.boxed-center {
    margin-bottom: 30px;
  }
}
.about-columns .section-inner .columns__item.boxed-center .column__item-inner {
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .about-columns .section-inner .columns__item.boxed-center .column__item-inner {
    flex-direction: row;
  }
}
@media (min-width: 991px) {
  .about-columns .section-inner .columns__item.boxed-center .column__item-inner {
    flex-direction: row;
  }
}
.about-columns .section-inner .columns__item.boxed-center .column__item-inner .columns__item-title {
  color: #000000 !important;
  max-height: none;
  overflow: visible;
}
.about-columns .section-inner .columns__item.boxed-center .column__item-inner .text-content {
  padding: 20px 20px 0px 0px;
}
@media (min-width: 768px) {
  .about-columns .section-inner .columns__item.boxed-center .column__item-inner .text-content {
    padding: 0px 20px 0px 20px;
  }
}
@media (min-width: 991px) {
  .about-columns .section-inner .columns__item.boxed-center .column__item-inner .text-content {
    padding: 35px 35px 0 0;
  }
}
.about-columns .section-inner .columns__item.boxed-center .column__item-inner .section__body, .about-columns .section-inner .columns__item.boxed-center .column__item-inner .search-results .entry__content, .search-results .about-columns .section-inner .columns__item.boxed-center .column__item-inner .entry__content,
.about-columns .section-inner .columns__item.boxed-center .column__item-inner .search-no-results .entry__content,
.search-no-results .about-columns .section-inner .columns__item.boxed-center .column__item-inner .entry__content {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #000000 !important;
}
.about-columns .section-inner .columns__item.boxed-center .column__item-inner .section__body .button_large__outline, .about-columns .section-inner .columns__item.boxed-center .column__item-inner .search-results .entry__content .button_large__outline, .search-results .about-columns .section-inner .columns__item.boxed-center .column__item-inner .entry__content .button_large__outline,
.about-columns .section-inner .columns__item.boxed-center .column__item-inner .search-no-results .entry__content .button_large__outline,
.search-no-results .about-columns .section-inner .columns__item.boxed-center .column__item-inner .entry__content .button_large__outline {
  background-color: #0078a3;
  color: #ffffff;
}
.about-columns .section-inner .columns__item.boxed-center .column__item-inner .section__body .button_large__outline:hover, .about-columns .section-inner .columns__item.boxed-center .column__item-inner .search-results .entry__content .button_large__outline:hover, .search-results .about-columns .section-inner .columns__item.boxed-center .column__item-inner .entry__content .button_large__outline:hover,
.about-columns .section-inner .columns__item.boxed-center .column__item-inner .search-no-results .entry__content .button_large__outline:hover,
.search-no-results .about-columns .section-inner .columns__item.boxed-center .column__item-inner .entry__content .button_large__outline:hover {
  border-color: #0078a3;
  color: #ffffff;
}
.about-columns .section-inner .columns__item.boxed-center .column__item-inner .columns__image {
  padding: 0;
}
.about-columns .section-inner .columns__item.boxed-center .column__item-inner .columns__image img {
  width: 40px;
  margin: 0 auto;
  height: auto;
}
@media (min-width: 768px) {
  .about-columns .section-inner .columns__item.boxed-center .column__item-inner .columns__image img {
    max-height: 55px;
    max-width: none;
    width: auto;
  }
}
@media (min-width: 991px) {
  .about-columns .section-inner .columns__item.boxed-center .column__item-inner .columns__image img {
    height: auto;
    max-height: none;
    max-width: 45px;
  }
}
.about-columns .section-inner .columns__item.boxed-center .column__item-inner.imgFull {
  flex-direction: column;
}
.about-columns .section-inner .columns__item.boxed-center .column__item-inner.imgFull .columns__image {
  background-color: transparent;
  order: 0;
}
.about-columns .section-inner .columns__item.boxed-center .column__item-inner.imgFull .columns__image img {
  height: 300px;
  max-height: none;
  max-width: none;
  width: 100%;
  object-fit: contain;
}
.about-columns .section-inner .columns__item.boxed-center .column__item-inner.imgFull .columns__image img:hover {
  opacity: 1;
}
.about-columns .section-inner .columns__item.boxed-center .column__item-inner.imgFull .text-content {
  padding: 30px;
}
.about-columns .section-inner .columns__item.boxed-center .column__item-inner.imgFull .text-content .columns__item-title {
  font-size: 22px;
  color: #000000;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
}
@media (min-width: 768px) {
  .about-columns .section-inner .columns__item.boxed-center .column__item-inner.imgFull .text-content .columns__item-title {
    font-size: 28px;
  }
}
@media (min-width: 991px) {
  .about-columns .section-inner .columns__item.boxed-center .column__item-inner.imgFull .text-content .columns__item-title {
    font-size: 32px;
  }
}
.about-columns .section-inner .columns__item.boxed-center .column__item-inner.imgFull .text-content .section__body .button_large__outline, .about-columns .section-inner .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-results .entry__content .button_large__outline, .search-results .about-columns .section-inner .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button_large__outline,
.about-columns .section-inner .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-no-results .entry__content .button_large__outline,
.search-no-results .about-columns .section-inner .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button_large__outline {
  background-color: #ffffff;
  color: #0078a3;
}
.about-columns .section-inner .columns__item.boxed-center .column__item-inner.imgFull .text-content .section__body .button_large__outline:hover, .about-columns .section-inner .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-results .entry__content .button_large__outline:hover, .search-results .about-columns .section-inner .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button_large__outline:hover,
.about-columns .section-inner .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-no-results .entry__content .button_large__outline:hover,
.search-no-results .about-columns .section-inner .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button_large__outline:hover {
  border-color: #0078a3;
  color: #ffffff;
}
.about-columns .section-inner .columns__item.boxed-center .column__item-inner.imgFit img {
  height: 250px;
  object-fit: cover;
  opacity: 1 !important;
}
.about-columns .section-inner .columns__item.boxed-center .column__item-inner.imgFit img:hover {
  opacity: 1;
}
.about-columns .section-inner .columns__item.boxed-center .column__item-inner.imgContain img {
  height: 250px;
  object-fit: contain;
  opacity: 1 !important;
}
.about-columns .section-inner .columns__item.boxed-center .column__item-inner.imgContain img:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .about-columns .section-inner .columns__item.boxed-center .column__item-inner.imgContain img {
    height: 370px;
  }
}
@media (min-width: 991px) {
  .about-columns .section-inner .columns__item.boxed-center .column__item-inner.imgContain img {
    height: 370px;
  }
}
.about-columns .section-inner .columns__item.boxed-center.overlap {
  display: flex;
}
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner {
  border-radius: 7px;
  background-color: #ffffff !important;
  flex-direction: column;
  padding: 30px 30px 25px 30px;
}
@media (min-width: 991px) {
  .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner {
    padding: 30px 30px 25px 30px;
  }
}
@media (min-width: 1350px) {
  .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner {
    padding: 40px 40px 35px 40px;
  }
}
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .columns__item-title {
  margin-bottom: 15px;
  max-height: none;
  overflow: visible;
}
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content {
  padding: 0px 0px 0px 0px;
}
@media (min-width: 768px) {
  .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content {
    padding: 0px 0px 0px 0px;
  }
}
@media (min-width: 991px) {
  .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content {
    padding: 0px 0px 0px 0px;
  }
}
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body ul, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content ul, .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content ul,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content ul,
.search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content ul {
  list-style: none;
  margin-left: 25px;
  margin-bottom: 25px;
  position: relative;
}
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body ul li::before, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content ul li::before, .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content ul li::before,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content ul li::before,
.search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 600;
  margin: 0 8px 0 -15px;
  color: #47a2c8;
  position: absolute;
  left: -8px;
}
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .columns__image img {
  margin: 0;
  margin-bottom: 20px;
  max-height: 55px;
  max-width: none;
  width: auto;
}
@media (min-width: 768px) {
  .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .columns__image img {
    max-height: 55px;
  }
}
@media (min-width: 991px) {
  .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .columns__image img {
    height: auto;
    max-height: 45px;
  }
}
.about-columns .section-inner .columns__item.boxed-center.iconLeft .about-columns__heading-block {
  padding: 0 20px 5px;
}
@media (min-width: 991px) {
  .about-columns .section-inner .columns__item.boxed-center.iconLeft .about-columns__heading-block {
    padding: 0 20px 20px;
  }
}
.about-columns .section-inner .columns__item.boxed-center.iconLeft .column__item-inner {
  background-color: transparent;
}
.about-columns .section-inner .columns__item.boxed-center.iconLeft .column__item-inner .columns__image {
  padding-right: 20px;
}
.about-columns .section-inner .columns__item.boxed-center.iconLeft .column__item-inner .columns__image img {
  max-width: 55px;
}
.about-columns .section-inner .columns__item.boxed-center.iconLeft .column__item-inner .text-content {
  padding: 0px 0px 0 0;
}
.about-columns .section-inner .columns__item.boxed-center.iconLeft .column__item-inner .text-content .section__body, .about-columns .section-inner .columns__item.boxed-center.iconLeft .column__item-inner .text-content .search-results .entry__content, .search-results .about-columns .section-inner .columns__item.boxed-center.iconLeft .column__item-inner .text-content .entry__content,
.about-columns .section-inner .columns__item.boxed-center.iconLeft .column__item-inner .text-content .search-no-results .entry__content,
.search-no-results .about-columns .section-inner .columns__item.boxed-center.iconLeft .column__item-inner .text-content .entry__content {
  padding-bottom: 0px;
}
@media (min-width: 991px) {
  .about-columns .section-inner .columns__item.boxed-center.iconLeft .column__item-inner .text-content .section__body, .about-columns .section-inner .columns__item.boxed-center.iconLeft .column__item-inner .text-content .search-results .entry__content, .search-results .about-columns .section-inner .columns__item.boxed-center.iconLeft .column__item-inner .text-content .entry__content,
  .about-columns .section-inner .columns__item.boxed-center.iconLeft .column__item-inner .text-content .search-no-results .entry__content,
  .search-no-results .about-columns .section-inner .columns__item.boxed-center.iconLeft .column__item-inner .text-content .entry__content {
    padding-bottom: 28px;
  }
}
.about-columns .section-inner .columns__item.imgSwap {
  margin-bottom: 20px;
}
.about-columns .section-inner .columns__item.imgSwap .column__item-inner .columns__image {
  padding: 0;
  position: relative;
  border-radius: 7px;
  background-color: transparent !important;
  aspect-ratio: 3/2;
  margin-bottom: 10px;
}
.about-columns .section-inner .columns__item.imgSwap .column__item-inner .columns__image .image-card_hover {
  aspect-ratio: 3/2;
  border-radius: 7px;
  opacity: 0;
  transition: 0.25s;
  position: absolute;
  left: 0;
  top: 0;
}
.about-columns .section-inner .columns__item.imgSwap .column__item-inner .columns__image img {
  object-fit: cover;
  display: block;
  max-width: 100% !important;
  max-height: 100% !important;
  height: 100% !important;
  margin: 0;
}
.about-columns .section-inner .columns__item.imgSwap .column__item-inner .columns__image:hover img.main {
  opacity: 0;
  transition: 0.25s;
}
.about-columns .section-inner .columns__item.imgSwap .column__item-inner .columns__image:hover .image-card_hover {
  z-index: 2;
  opacity: 1;
}
.about-columns .section-inner .columns__item.imgSwap .column__item-inner .columns__image:hover .image-card_hover img {
  opacity: 1;
}
.about-columns .section-inner .columns__item.imgSwap .column__item-inner .text-content h3.columns__item-title {
  font-size: clamp(1.5rem, 1.75vw, 2rem) !important;
  margin-bottom: 8px;
}
.about-columns .section-inner .columns__item.imgSwap .column__item-inner .text-content .section__body, .about-columns .section-inner .columns__item.imgSwap .column__item-inner .text-content .search-results .entry__content, .search-results .about-columns .section-inner .columns__item.imgSwap .column__item-inner .text-content .entry__content,
.about-columns .section-inner .columns__item.imgSwap .column__item-inner .text-content .search-no-results .entry__content,
.search-no-results .about-columns .section-inner .columns__item.imgSwap .column__item-inner .text-content .entry__content {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.about-columns .section-inner .columns__item.imgSwap .column__item-inner .text-content .section__body p, .about-columns .section-inner .columns__item.imgSwap .column__item-inner .text-content .search-results .entry__content p, .search-results .about-columns .section-inner .columns__item.imgSwap .column__item-inner .text-content .entry__content p,
.about-columns .section-inner .columns__item.imgSwap .column__item-inner .text-content .search-no-results .entry__content p,
.search-no-results .about-columns .section-inner .columns__item.imgSwap .column__item-inner .text-content .entry__content p {
  margin: 0 0 10px 0;
}
.about-columns .section-inner .columns__item.imgSwap .column__item-inner .text-content .section__body .button-link a, .about-columns .section-inner .columns__item.imgSwap .column__item-inner .text-content .search-results .entry__content .button-link a, .search-results .about-columns .section-inner .columns__item.imgSwap .column__item-inner .text-content .entry__content .button-link a,
.about-columns .section-inner .columns__item.imgSwap .column__item-inner .text-content .search-no-results .entry__content .button-link a,
.search-no-results .about-columns .section-inner .columns__item.imgSwap .column__item-inner .text-content .entry__content .button-link a {
  margin: 0;
}
.about-columns .section-inner.overlapSection {
  text-align: left;
}
.about-columns .section-inner.stacked-columns .about-columns__heading-block {
  margin-bottom: 20px !important;
  padding: 0 10% !important;
}
@media (min-width: 768px) {
  .about-columns .section-inner.stacked-columns .about-columns__heading-block {
    padding-right: 5% !important;
    padding-left: 55px !important;
  }
}
.about-columns .section-inner.stacked-columns .about-columns__heading-block.alignLeft {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.about-columns .section-inner.stacked-columns .about-columns__heading-block.alignLeft h2 {
  text-align: left;
}
.about-columns .section-inner.stacked-columns .about-columns__heading-block.alignLeft .button-link {
  order: 10;
  margin-top: 20px;
}
.about-columns .section-inner.stacked-columns .text-before {
  margin-bottom: 20px;
  padding-left: 0 !important;
}
.about-columns .section-inner.stacked-columns .text-before h3,
.about-columns .section-inner.stacked-columns .text-before h4 {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  color: #000000;
}
.about-columns .section-inner.stacked-columns .text-before h3 {
  font-size: 28px;
}
.about-columns .section-inner.stacked-columns .columns {
  margin-top: 0px !important;
  margin-bottom: 20px;
  padding: 0 10% !important;
  max-width: 600px;
}
@media (min-width: 768px) {
  .about-columns .section-inner.stacked-columns .columns {
    padding-left: 55px !important;
    padding: 0 5% 0 0 !important;
  }
}
.about-columns .section-inner.stacked-columns .columns .columns__item {
  margin-bottom: 10px;
  padding-left: 0 !important;
  padding-right: 20px;
}
.about-columns .section-inner.stacked-columns .columns .columns__item .column__item-inner .text-content .columns__item-title {
  font-size: 22px;
}
.about-columns .section-inner.stacked-columns .columns .columns__item .column__item-inner .text-content .section__body, .about-columns .section-inner.stacked-columns .columns .columns__item .column__item-inner .text-content .search-results .entry__content, .search-results .about-columns .section-inner.stacked-columns .columns .columns__item .column__item-inner .text-content .entry__content,
.about-columns .section-inner.stacked-columns .columns .columns__item .column__item-inner .text-content .search-no-results .entry__content,
.search-no-results .about-columns .section-inner.stacked-columns .columns .columns__item .column__item-inner .text-content .entry__content {
  padding-bottom: 10px;
}
.about-columns .section-inner.alignLeft {
  text-align: left;
}
.about-columns .section-inner.alignLeft .about-columns__heading-block h2.section__heading {
  padding-left: 10px;
}
.about-columns .section-inner.alignLeft .about-columns__heading-block .section__body, .about-columns .section-inner.alignLeft .about-columns__heading-block .search-results .entry__content, .search-results .about-columns .section-inner.alignLeft .about-columns__heading-block .entry__content,
.about-columns .section-inner.alignLeft .about-columns__heading-block .search-no-results .entry__content,
.search-no-results .about-columns .section-inner.alignLeft .about-columns__heading-block .entry__content {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .about-columns .section-inner.alignLeft .about-columns__heading-block .section__body, .about-columns .section-inner.alignLeft .about-columns__heading-block .search-results .entry__content, .search-results .about-columns .section-inner.alignLeft .about-columns__heading-block .entry__content,
  .about-columns .section-inner.alignLeft .about-columns__heading-block .search-no-results .entry__content,
  .search-no-results .about-columns .section-inner.alignLeft .about-columns__heading-block .entry__content {
    margin-left: 0;
    margin-right: 0;
  }
}
.about-columns .section-inner.alignLeft .about-columns__heading-block .button-list {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .about-columns .section-inner.alignLeft .about-columns__heading-block .button-list {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.about-columns .section-inner.alignLeft .about-columns__heading-block.center {
  text-align: center !important;
}
.about-columns .section-inner.alignLeft .columns {
  text-align: left;
}
.about-columns .section-inner.iconLeft .columns {
  margin-top: 0;
}
@media (min-width: 991px) {
  .about-columns .section-inner.iconLeft .columns {
    margin-top: 40px;
  }
}
.about-columns .section-inner.iconLeft .about-columns__heading-block {
  max-width: 1000px;
  padding: 0px 20px 8px;
  text-align: center;
}
@media (min-width: 991px) {
  .about-columns .section-inner.iconLeft .about-columns__heading-block {
    padding: 0px 20px 20px;
  }
}
.about-columns .section-inner.iconLeft .about-columns__heading-block h2 {
  max-width: none;
  text-align: center;
}
.about-columns .section-inner.boxed-center {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.about-columns .section-inner.overlapSection,
.about-columns .section-inner.boxed-center {
  margin-top: -100px;
}
@media (min-width: 991px) {
  .about-columns .section-inner.overlapSection,
  .about-columns .section-inner.boxed-center {
    margin-top: -200px;
  }
}
.about-columns .section-inner.overlapSection .afterContent,
.about-columns .section-inner.boxed-center .afterContent {
  display: flex;
  margin: 0 auto;
  margin-top: 30px;
  background-color: #f0f5f5;
  flex-direction: column;
}
@media (min-width: 768px) {
  .about-columns .section-inner.overlapSection .afterContent,
  .about-columns .section-inner.boxed-center .afterContent {
    margin-top: 50px;
    flex-direction: row;
  }
}
.about-columns .section-inner.overlapSection .afterContent .afterImage,
.about-columns .section-inner.boxed-center .afterContent .afterImage {
  flex: 0 0 100%;
  max-width: 100%;
}
.about-columns .section-inner.overlapSection .afterContent .afterImage img,
.about-columns .section-inner.boxed-center .afterContent .afterImage img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .about-columns .section-inner.overlapSection .afterContent .afterImage img,
  .about-columns .section-inner.boxed-center .afterContent .afterImage img {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .about-columns .section-inner.overlapSection .afterContent .afterImage,
  .about-columns .section-inner.boxed-center .afterContent .afterImage {
    flex-direction: row;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 991px) {
  .about-columns .section-inner.overlapSection .afterContent .afterImage,
  .about-columns .section-inner.boxed-center .afterContent .afterImage {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.about-columns .section-inner.overlapSection .afterContent .afterText,
.about-columns .section-inner.boxed-center .afterContent .afterText {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 30px 30px 30px 30px;
}
@media (min-width: 768px) {
  .about-columns .section-inner.overlapSection .afterContent .afterText,
  .about-columns .section-inner.boxed-center .afterContent .afterText {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 991px) {
  .about-columns .section-inner.overlapSection .afterContent .afterText,
  .about-columns .section-inner.boxed-center .afterContent .afterText {
    flex-direction: row;
    flex: 0 0 75%;
    max-width: 75%;
    padding: 40px 40px 40px 40px;
    display: flex;
  }
}
.about-columns .section-inner.overlapSection .afterContent .afterText .afterInner,
.about-columns .section-inner.boxed-center .afterContent .afterText .afterInner {
  text-align: left;
  padding: 0px 0px 0px 0px;
}
@media (min-width: 991px) {
  .about-columns .section-inner.overlapSection .afterContent .afterText .afterInner,
  .about-columns .section-inner.boxed-center .afterContent .afterText .afterInner {
    flex: 0 0 55%;
    max-width: 55%;
    padding: 0px 0px 0px 0px;
  }
}
.about-columns .section-inner.overlapSection .afterContent .afterText .afterInner .section__body, .about-columns .section-inner.overlapSection .afterContent .afterText .afterInner .search-results .entry__content, .search-results .about-columns .section-inner.overlapSection .afterContent .afterText .afterInner .entry__content,
.about-columns .section-inner.overlapSection .afterContent .afterText .afterInner .search-no-results .entry__content,
.search-no-results .about-columns .section-inner.overlapSection .afterContent .afterText .afterInner .entry__content,
.about-columns .section-inner.boxed-center .afterContent .afterText .afterInner .section__body,
.about-columns .section-inner.boxed-center .afterContent .afterText .afterInner .search-results .entry__content,
.search-results .about-columns .section-inner.boxed-center .afterContent .afterText .afterInner .entry__content,
.about-columns .section-inner.boxed-center .afterContent .afterText .afterInner .search-no-results .entry__content,
.search-no-results .about-columns .section-inner.boxed-center .afterContent .afterText .afterInner .entry__content {
  padding-bottom: 0;
}
.about-columns .section-inner.overlapSection .afterContent .afterText .afterInner .columns__item-title,
.about-columns .section-inner.boxed-center .afterContent .afterText .afterInner .columns__item-title {
  color: #000000;
  max-height: none;
  overflow: visible;
}
.about-columns .section-inner.overlapSection .afterContent .afterText .button-list,
.about-columns .section-inner.boxed-center .afterContent .afterText .button-list {
  text-align: left;
  padding: 0px 0px 0px 0px;
}
@media (min-width: 768px) {
  .about-columns .section-inner.overlapSection .afterContent .afterText .button-list,
  .about-columns .section-inner.boxed-center .afterContent .afterText .button-list {
    text-align: left;
  }
}
@media (min-width: 991px) {
  .about-columns .section-inner.overlapSection .afterContent .afterText .button-list,
  .about-columns .section-inner.boxed-center .afterContent .afterText .button-list {
    text-align: center;
    flex: 0 0 45%;
    max-width: 45%;
    padding: 0px 0px 0px 20px;
  }
}
.about-columns .section-inner.boxed-center {
  margin-top: 0px;
}
@media (min-width: 991px) {
  .about-columns .section-inner.boxed-center {
    margin-top: 0px;
  }
}
.about-columns.section_bg_blue .section-inner .about-columns__heading-block .button-link .cta-link-custom-content-block {
  color: #ffffff !important;
}
.about-columns.section_bg_blue .section-inner .about-columns__heading-block .button-link .cta-link-custom-content-block:after {
  border-color: #ffffff !important;
}
.about-columns.section_bg_blue .section-inner .about-columns__heading-block .button-link .cta-link-custom-content-block:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
.about-columns.section_bg_blue .section-inner .about-columns__heading-block .button-link .cta-link-custom-content-block:hover:after {
  border-color: #ffffff !important;
}
.about-columns.section_bg_blue .section-inner .columns .text-before h3 {
  color: #ffffff !important;
}
.about-columns.section_bg_blue .section-inner .columns .columns__item .column__item-inner .text-content h3.columns__item-title {
  color: #ffffff !important;
}
.about-columns.section_bg_blue .section-inner .columns .columns__item .column__item-inner .text-content .section__body, .about-columns.section_bg_blue .section-inner .columns .columns__item .column__item-inner .text-content .search-results .entry__content, .search-results .about-columns.section_bg_blue .section-inner .columns .columns__item .column__item-inner .text-content .entry__content,
.about-columns.section_bg_blue .section-inner .columns .columns__item .column__item-inner .text-content .search-no-results .entry__content,
.search-no-results .about-columns.section_bg_blue .section-inner .columns .columns__item .column__item-inner .text-content .entry__content {
  color: #ffffff !important;
}
.about-columns.section .boxed-center.imgFullFlex .column__item-inner.imgFull {
  background-color: #f0f5f5;
}
.about-columns.section .boxed-center.imgFullFlex .column__item-inner.imgFull .columns__image img {
  object-fit: cover !important;
}
.about-columns.section_bg_grey .boxed-center.imgFullFlex .column__item-inner.imgFull {
  background-color: #ffffff;
}
.about-columns.iconsCover {
  text-align: center;
}
.about-columns.iconsCover .iconLeft {
  text-align: left;
}
@media (min-width: 768px) {
  .about-columns.iconsCover .iconLeft {
    text-align: center;
  }
}
.about-columns.lathamNumbers .columns .columns__item .section__body h3, .about-columns.lathamNumbers .columns .columns__item .search-results .entry__content h3, .search-results .about-columns.lathamNumbers .columns .columns__item .entry__content h3,
.about-columns.lathamNumbers .columns .columns__item .search-no-results .entry__content h3,
.search-no-results .about-columns.lathamNumbers .columns .columns__item .entry__content h3 {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
}
.about-columns.lathamNumbers .columns .columns__item:first-of-type .columns__item-title {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2em;
  padding-bottom: 10px;
}
.about-columns.lathamNumbers .columns .columns__item:first-of-type .section__body, .about-columns.lathamNumbers .columns .columns__item:first-of-type .search-results .entry__content, .search-results .about-columns.lathamNumbers .columns .columns__item:first-of-type .entry__content,
.about-columns.lathamNumbers .columns .columns__item:first-of-type .search-no-results .entry__content,
.search-no-results .about-columns.lathamNumbers .columns .columns__item:first-of-type .entry__content {
  padding-bottom: 0;
  margin-bottom: 0;
}
.about-columns.transparent .section-inner .columns__image {
  background-color: transparent !important;
}
.about-columns.transparent .section-inner .columns__image.imgFull {
  background-color: transparent !important;
}

.about-history-slider .slider-common__content_center .slider__text .slider__body {
  max-width: 700px;
}
@media (max-width: 767px) {
  .about-history-slider.slider-common__content .slider__text {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .section.about-latham-corporate .latham-corporate__text {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .section.about-latham-corporate .latham-corporate__text {
    padding-right: 125px;
  }
}
@media screen and (max-width: 767px) {
  .section.about-latham-corporate .latham-corporate__text {
    padding-right: 0;
    padding-left: 0;
  }
}
.section.about-latham-corporate .latham-corporate__links {
  margin-left: -3px;
  margin-right: -3px;
}
@media (max-width: 767.98px) {
  .section.about-latham-corporate .latham-corporate__links {
    padding-left: 0;
    padding-right: 0;
  }
}
.section.about-latham-corporate .latham-corporate__links-wrap {
  padding: 3px;
}
.section.about-latham-corporate .latham-corporate__links-item {
  background-color: #ffffff;
  padding: 20px;
  height: 100%;
}
.section.about-latham-corporate .latham-corporate__links-item .section__subsection-heading {
  color: #000000;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.about-latham-corporate .latham-corporate__links-item .section__subsection-heading {
    font-size: 20px;
  }
}
.section.about-latham-corporate .latham-corporate__links-item .section__body, .section.about-latham-corporate .latham-corporate__links-item .search-results .entry__content, .search-results .section.about-latham-corporate .latham-corporate__links-item .entry__content,
.section.about-latham-corporate .latham-corporate__links-item .search-no-results .entry__content,
.search-no-results .section.about-latham-corporate .latham-corporate__links-item .entry__content {
  color: #66686b;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 20px;
  max-height: none;
  overflow: hidden;
  padding-bottom: 0;
}
.section.about-latham-corporate .latham-corporate__links .cta-link {
  color: #0078a3;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
}
.section.about-latham-corporate .latham-corporate__links .cta-link:after {
  border-color: #0078a3;
}

@media screen and (max-width: 768px) {
  .complete-pools .section__heading,
  .complete-pools .section__body,
  .complete-pools .search-results .entry__content,
  .search-results .complete-pools .entry__content,
  .complete-pools .search-no-results .entry__content,
  .search-no-results .complete-pools .entry__content {
    text-align: left;
  }
}
.complete-pools .cards-list {
  margin-top: 82px;
}
@media screen and (max-width: 768px) {
  .complete-pools .cards-list {
    margin-top: 35px;
  }
}
@media screen and (min-width: 769px) {
  .complete-pools .cards-list .image-card {
    flex: 1 0 calc(33.33333% - 8px);
    margin-right: 8px;
  }
}
.complete-pools .cards-list .image-card:last-child {
  margin-right: 0;
}
.complete-pools .cards-list .image-card__title {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 36px;
  font-weight: normal;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .complete-pools .cards-list .image-card__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .complete-pools .cards-list .image-card__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .complete-pools .cards-list .image-card__image__inner {
    max-height: 315px;
  }
}
@media screen and (max-width: 576px) {
  .complete-pools .cards-list .image-card__image__inner {
    max-height: 175px;
  }
}

@media screen and (max-width: 768px) {
  .just-great-poos {
    background: #ffffff;
  }
}
.just-great-poos .half-image img {
  max-height: 551px;
  max-width: 652px;
  width: 100%;
}

.latham-collection {
  overflow: hidden;
}
.latham-collection__text {
  padding: 0 30px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.latham-collection .slider-center__active-text .cta-link {
  color: #0078a3;
}
.latham-collection .slider-center__active-text .cta-link:after {
  border-color: #0078a3;
}

.homepage_text-img_right .section__heading {
  font-size: 60px;
  line-height: normal;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .homepage_text-img_right .section__heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 576px) {
  .homepage_text-img_right .section__heading {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .homepage_text-img_right .text-block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 60px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .homepage_text-img_right .cards-list .row {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .homepage_text-img_right .cards-list .image-card {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .homepage_text-img_right .cards-list .image-card {
    flex: 0 0 calc(50% - 4px);
    max-width: calc(50% - 4px);
  }
  .homepage_text-img_right .cards-list .image-card:nth-child(odd) {
    margin-right: 4px;
  }
  .homepage_text-img_right .cards-list .image-card:nth-child(even) {
    margin-left: 4px;
  }
}
@media screen and (max-width: 576px) {
  .homepage_text-img_right .cards-list .image-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .homepage_text-img_right .cards-list .image-card__image__inner {
    max-height: 200px;
  }
}

@media (min-width: 992px) {
  .idea-cards-row .cards-list.col-lg-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (width: 768px) {
  .idea-cards-row .cards-list .image-card__text {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .idea-complete-backyard .section-inner_pull_left .text-block {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    order: 0;
  }
}
@media (min-width: 991px) {
  .idea-complete-backyard .section-inner_pull_left .cards-list {
    padding-left: 28px;
  }
}
@media screen and (max-width: 768px) {
  .idea-complete-backyard .section-inner_pull_left .cards-list .row {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .idea-complete-backyard .section-inner_pull_left .cards-list .image-card__image {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .idea-complete-backyard .section-inner_pull_left .cards-list .image-card__image__inner {
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .idea-img-wide-block .half-image {
    padding-right: 0;
    padding-left: 4px;
  }
}
@media (min-width: 1200px) {
  .idea-img-wide-block .half-image img {
    max-height: 600px;
  }
}
@media (max-width: 767px) {
  .idea-img-wide-block .text-block {
    order: 2;
  }
}
@media (min-width: 768px) {
  .idea-img-wide-block .text-block {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1359px) {
  .idea-img-wide-block .text-block {
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .idea-img-wide-block .text-block {
    padding-right: 125px;
  }
}
@media (min-width: 1360px) {
  .idea-img-wide-block .text-block {
    padding-left: calc(50vw - 690px + 15px);
  }
}
@media (min-width: 1720px) {
  .idea-img-wide-block .text-block {
    padding-left: 185px;
  }
}

.section.pool-shapes {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .section.pool-shapes {
    padding-top: 50px;
  }
}
.section.pool-shapes .text-center {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .section.pool-shapes .text-center {
    padding-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .section.pool-shapes .cards-list .image-card:hover .image-card__text > * {
    color: #ffffff;
  }
}
.section.pool-shapes .cards-list .image-card__text > * {
  color: #000000;
}
@media (min-width: 991px) {
  .section.pool-shapes .cards-list .image-card__text > * {
    color: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .section.pool-shapes .cards-list .image-card__text .cta-link:after {
    border-color: #000000;
  }
}
@media screen and (max-width: 768px) {
  .section.pool-shapes.cards_col-4 .section-inner .cards-list .row, .section.pool-shapes.cards_col-4 .section-inner_wide .cards-list .row {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .section.pool-shapes.cards_col-4 .section-inner .cards-list .image-card, .section.pool-shapes.cards_col-4 .section-inner_wide .cards-list .image-card {
    flex: 1 0 calc(25% - 40px);
    margin-right: 40px;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .section.pool-shapes.cards_col-4 .section-inner .cards-list .image-card, .section.pool-shapes.cards_col-4 .section-inner_wide .cards-list .image-card {
    flex: 1 0 calc(50% - 40px);
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .section.pool-shapes.cards_col-4 .section-inner .cards-list .image-card, .section.pool-shapes.cards_col-4 .section-inner_wide .cards-list .image-card {
    margin-bottom: 20px;
  }
  .section.pool-shapes.cards_col-4 .section-inner .cards-list .image-card .image-card__image, .section.pool-shapes.cards_col-4 .section-inner_wide .cards-list .image-card .image-card__image {
    background-color: #ffffff;
    text-align: center;
  }
  .section.pool-shapes.cards_col-4 .section-inner .cards-list .image-card .image-card__image img, .section.pool-shapes.cards_col-4 .section-inner_wide .cards-list .image-card .image-card__image img {
    min-height: auto;
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .covers-section .slider-common {
    padding-left: 0;
  }
}

.fiberglass-pools {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fiberglass-pools {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .fiberglass-pools .text-block,
  .fiberglass-pools .slider-common {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .fiberglass-pools .slider-common {
    padding-right: 0;
    padding-left: 0;
  }
}

.liners-section {
  overflow: hidden;
}
@media screen and (min-width: 1426px) {
  .liners-section .section-inner {
    max-width: calc(1480px + 46px);
    margin-left: calc(50vw - (1480px / 2));
  }
}
@media screen and (min-width: 960px) {
  .liners-section .text-block {
    padding-right: 100px;
  }
}
.liners-section .text-block .cta-link {
  color: #0078a3;
}
.liners-section .text-block .cta-link:after {
  border-color: #0078a3;
}

@media screen and (max-width: 767px) {
  .resources-cards .image-card__image__inner {
    max-height: 200px;
  }
}

.resources-gallery .section-inner_full {
  width: 100%;
  padding: 0 30px;
}
.resources-gallery .section-inner_full .image-card {
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 767px) {
  .resources-gallery .section-inner_full .image-card {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .resources-gallery .section-inner_full .image-card {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .resources-gallery .section-inner_full .image-card {
    flex: 1 0 calc(50% - 8px);
  }
}
@media screen and (min-width: 1200px) {
  .resources-gallery .section-inner_full .image-card {
    flex: 1 0 calc(25% - 8px);
    margin-right: 8px;
  }
}
.resources-gallery .section-inner_full .image-card:last-child {
  margin-right: 0;
}
.resources-gallery .section-inner_full .image-card img {
  min-height: 200px;
}
@media (max-width: 767px) {
  .resources-gallery .section-inner_full .image-card .image-card__title {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.resources-gallery .section-inner_full .image-card .image-card__body {
  line-height: 22px;
}
@media (min-width: 768px) and (max-width: 1380px) {
  .resources-gallery .section-inner_full .image-card .image-card__body {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1380px) {
  .resources-gallery .section-inner_full .image-card:hover .image-card__text {
    bottom: calc(100% - 70px);
  }
  .resources-gallery .section-inner_full .image-card:hover .image-card__title {
    bottom: calc(100% - 30px);
  }
}

@media (max-width: 767px) {
  .resources-gallery-slider .gallery-slider .slider__title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .resources-gallery-slider.slider-common__content .slider__text {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .section.resources-page-description .section__heading {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .section.resources-page-description .section__heading {
    font-size: 60px;
  }
}
.section.resources-page-description .section__body, .section.resources-page-description .search-results .entry__content, .search-results .section.resources-page-description .entry__content,
.section.resources-page-description .search-no-results .entry__content,
.search-no-results .section.resources-page-description .entry__content {
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section.resources-page-description.bottom-shrink {
    padding-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .resources-img-wide-block .half-image {
    padding-right: 0;
    padding-left: 4px;
  }
}
@media (min-width: 1200px) {
  .resources-img-wide-block .half-image img {
    max-height: 600px;
  }
}
@media (max-width: 767px) {
  .resources-img-wide-block .text-block {
    order: 2;
  }
}
@media (min-width: 768px) {
  .resources-img-wide-block .text-block {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1359px) {
  .resources-img-wide-block .text-block {
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .resources-img-wide-block .text-block {
    padding-right: 125px;
  }
}
@media (min-width: 1360px) {
  .resources-img-wide-block .text-block {
    padding-left: calc(50vw - 690px + 15px);
  }
}
@media (min-width: 1720px) {
  .resources-img-wide-block .text-block {
    padding-left: 185px;
  }
}

body.blog-template-default .blogContent a {
  scroll-margin-top: 150px;
}

.section-content-text .hs-blog a {
  scroll-margin-top: 140px;
}
@media (max-width: 767px) {
  .section-content-text .hs-blog_col {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .section-content-text .hs-blog_image-block {
    text-align: center;
  }
}
.section-content-text .hs-blog_image-block img {
  min-height: 250px;
  max-height: 250px;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-content-text .hs-blog_image-block img {
    min-height: 200px;
  }
}
.section-content-text .hs-blog_title {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 28px;
  margin-bottom: 20px;
}
.section-content-text .hs-blog_title a {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 28px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.section-content-text .hs-blog_title a:hover {
  color: #0078a3;
}
.section-content-text .hs-blog_author {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  line-height: normal;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.section-content-text .hs-blog_author span {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 1px;
  line-height: normal;
  text-transform: none;
}
.section-content-text .hs-blog_pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 20px;
}
.section-content-text .hs-blog_pagination ul.page-numbers li {
  list-style: none;
}
.section-content-text .hs-blog_pagination ul.page-numbers li a,
.section-content-text .hs-blog_pagination ul.page-numbers li span {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 5px;
  color: #000000;
}
.section-content-text .hs-blog_pagination ul.page-numbers li a {
  color: #000000;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.section-content-text .hs-blog_pagination ul.page-numbers li a:hover {
  color: #0078a3;
}

.iframeLP .single-product-slider .ctaButtons {
  display: none;
}
.iframeLP .section.LPsingleProductCTAvlp, .iframeLP .section.LPsingleProductCTA {
  display: none;
}

.single-product-slider {
  padding-bottom: 50px;
}
@media (max-width: 1439px) {
  .single-product-slider {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .single-product-slider.section_media_left .section-inner_stick_left {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .single-product-slider.section_media_left .text-block {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .single-product-slider.section_media_left .text-block {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1339px) {
  .single-product-slider.section_media_left .text-block {
    padding-left: 50px;
  }
}
.single-product-slider #product-gallery-main .owl-item .slider-common__image {
  height: 300px;
}
@media (min-width: 768px) {
  .single-product-slider #product-gallery-main .owl-item .slider-common__image {
    height: 350px;
  }
}
@media (min-width: 991px) {
  .single-product-slider #product-gallery-main .owl-item .slider-common__image {
    height: 450px;
  }
}
@media (min-width: 1350px) {
  .single-product-slider #product-gallery-main .owl-item .slider-common__image {
    height: 600px;
  }
}
@media (min-width: 1850px) {
  .single-product-slider #product-gallery-main .owl-item .slider-common__image {
    height: 650px;
  }
}
.single-product-slider #product-gallery-preview .owl-stage-outer {
  margin-left: -4px;
}
@media (min-width: 768px) {
  .single-product-slider #product-gallery-preview .owl-stage-outer {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .single-product-slider #product-gallery-preview .owl-stage-outer {
    padding-left: 10px;
  }
}
.single-product-slider #product-gallery-preview .owl-item {
  cursor: pointer;
}
.single-product-slider #product-gallery-preview .owl-item .slider-common__image {
  height: 70px;
  opacity: 0.4;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 1700px) {
  .single-product-slider #product-gallery-preview .owl-item .slider-common__image {
    height: 80px;
  }
}
.single-product-slider #product-gallery-preview .owl-item .slider-common__item {
  margin: 20px 5px 10px;
}
.single-product-slider #product-gallery-preview .owl-item.current .slider-common__image {
  opacity: 1;
}

.single-product-accordion-section {
  padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .single-product-accordion-section h2.section__heading {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-product-accordion-section h2.section__heading {
    font-size: 36px;
    line-height: normal;
  }
}
@media (min-width: 992px) {
  .single-product-accordion-section h2.section__heading {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 575px) {
  .single-product-accordion-section .accordion__body_inner {
    padding: 20px;
  }
}
.single-product-accordion-section .accordion__body_inner a {
  align-items: center;
  line-height: 21px;
}
.single-product-accordion-section .accordion__body_inner a img {
  min-height: 20px;
}

@media (max-width: 767px) {
  .section_two-column-item {
    padding-bottom: 40px;
  }
}
.section_two-column-item .half-image {
  margin-bottom: 20px;
}
.section_two-column-item .half-image img {
  min-height: 100%;
  max-height: 500px;
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .section_two-column-item .half-image img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .section_two-column-item .half-image img {
    height: 300px;
  }
}
.section_two-column-item .section__heading {
  font-size: 26px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .section_two-column-item .section__heading {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .section_two-column-item:last-child {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .section_text-img-block.single-text-img-block.section_media_right .section-inner_stick_right {
    padding-left: 0;
  }
}
@media (min-width: 1380px) {
  .section_text-img-block.single-text-img-block.section_media_right .section-inner_stick_right .text-block {
    width: calc(50% - (100vw - 1380px) / 4);
    max-width: calc(50% - (100vw - 1380px) / 4);
    flex: 0 0 calc(50% - (100vw - 1380px) / 4);
  }
}
@media (min-width: 1380px) {
  .section_text-img-block.single-text-img-block.section_media_right .section-inner_stick_right .half-image {
    width: calc(50% + (100vw - 1380px) / 4);
    max-width: calc(50% + (100vw - 1380px) / 4);
    flex: 0 0 calc(50% + (100vw - 1380px) / 4);
  }
}

.popup-with-zoom-animZ.fullVid {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-with-zoom-animZ.fullVid .video-container {
  position: relative;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}
.popup-with-zoom-animZ.fullVid .video-container .vid {
  width: 100%;
  display: block;
}
.popup-with-zoom-animZ.fullVid .video-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.popup-with-zoom-animZ.fullVid .video-container .overlay .overlay-text {
  color: white;
  font-size: 24px;
  text-align: center;
}
.popup-with-zoom-animZ.fullVid .video-container:hover .overlay {
  opacity: 0;
}

body.products-template-single-products-new #product-gallery-main .owl-stage-outer,
body.products-template-single-products-new #product-gallery-main .owl-stage,
body.products-template-single-products-new #product-gallery-main .owl-stage,
body.products-template-single-products-new #product-gallery-main .slider-common__item {
  height: 300px;
}
@media (min-width: 768px) {
  body.products-template-single-products-new #product-gallery-main .owl-stage-outer,
  body.products-template-single-products-new #product-gallery-main .owl-stage,
  body.products-template-single-products-new #product-gallery-main .owl-stage,
  body.products-template-single-products-new #product-gallery-main .slider-common__item {
    height: 400px;
  }
}
@media (min-width: 991px) {
  body.products-template-single-products-new #product-gallery-main .owl-stage-outer,
  body.products-template-single-products-new #product-gallery-main .owl-stage,
  body.products-template-single-products-new #product-gallery-main .owl-stage,
  body.products-template-single-products-new #product-gallery-main .slider-common__item {
    height: 550px;
  }
}
body.products-template-single-products-new .mfp-content #slider-dialog video,
body.products-template-single-products-new .mfp-content #slider-dialog .overlay {
  height: 300px !important;
}
@media (min-width: 768px) {
  body.products-template-single-products-new .mfp-content #slider-dialog video,
  body.products-template-single-products-new .mfp-content #slider-dialog .overlay {
    height: 400px !important;
  }
}
@media (min-width: 991px) {
  body.products-template-single-products-new .mfp-content #slider-dialog video,
  body.products-template-single-products-new .mfp-content #slider-dialog .overlay {
    height: 550px !important;
  }
}

body.products-template-single-products-new .section.section_media_left.product_description {
  overflow: hidden;
}
@media (min-width: 991px) {
  body.products-template-single-products-new .section.section_media_left.product_description.section_padding {
    padding-top: 80px !important;
  }
}
body.products-template-single-products-new .section.section_media_left.product_description .section-header.text-block {
  order: 0;
  padding: 0 0 0 0;
  position: relative;
  margin-top: 0;
}
@media (min-width: 768px) {
  body.products-template-single-products-new .section.section_media_left.product_description .section-header.text-block {
    margin-top: 0px;
  }
}
body.products-template-single-products-new .section.section_media_left.product_description .section-header.text-block .cta-buttons {
  top: 50px;
  right: 0;
}
body.products-template-single-products-new .section.section_media_left.product_description .section-header.text-block .section__heading {
  margin-bottom: 5px;
}
body.products-template-single-products-new .section.section_media_left.product_description .section-header.text-block .section__mini-heading, body.products-template-single-products-new .section.section_media_left.product_description .section-header.text-block .post-preview__inner__text__label {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0;
}
body.products-template-single-products-new .section.section_media_left.product_description .main-gallery {
  padding: 0 0 14px 0;
  height: 250px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  body.products-template-single-products-new .section.section_media_left.product_description .main-gallery {
    height: 300px;
  }
}
@media (min-width: 991px) {
  body.products-template-single-products-new .section.section_media_left.product_description .main-gallery {
    height: 462px;
  }
}
body.products-template-single-products-new .section.section_media_left.product_description .main-gallery .main-image video,
body.products-template-single-products-new .section.section_media_left.product_description .main-gallery .main-image .videoPlaceHolder {
  width: 126%;
  height: 250px;
  padding-right: 0;
  object-fit: cover;
}
@media (min-width: 768px) {
  body.products-template-single-products-new .section.section_media_left.product_description .main-gallery .main-image video,
  body.products-template-single-products-new .section.section_media_left.product_description .main-gallery .main-image .videoPlaceHolder {
    width: 100%;
    height: 300px;
    padding-right: 2%;
  }
}
@media (min-width: 991px) {
  body.products-template-single-products-new .section.section_media_left.product_description .main-gallery .main-image video,
  body.products-template-single-products-new .section.section_media_left.product_description .main-gallery .main-image .videoPlaceHolder {
    height: 462px;
    padding-right: 2%;
  }
}
body.products-template-single-products-new .section.section_media_left.product_description .main-gallery .main-image video.main-video.desktop,
body.products-template-single-products-new .section.section_media_left.product_description .main-gallery .main-image .videoPlaceHolder.main-video.desktop {
  display: none;
}
@media (min-width: 768px) {
  body.products-template-single-products-new .section.section_media_left.product_description .main-gallery .main-image video.main-video.desktop,
  body.products-template-single-products-new .section.section_media_left.product_description .main-gallery .main-image .videoPlaceHolder.main-video.desktop {
    display: block;
  }
}
body.products-template-single-products-new .section.section_media_left.product_description .main-gallery .main-image video.main-video.mobile,
body.products-template-single-products-new .section.section_media_left.product_description .main-gallery .main-image .videoPlaceHolder.main-video.mobile {
  display: block;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  body.products-template-single-products-new .section.section_media_left.product_description .main-gallery .main-image video.main-video.mobile,
  body.products-template-single-products-new .section.section_media_left.product_description .main-gallery .main-image .videoPlaceHolder.main-video.mobile {
    display: none;
  }
}
body.products-template-single-products-new .section.section_media_left.product_description a.btn-gallery {
  background: url("../png/view-all3.png") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  width: 85px;
  height: 32px;
  position: absolute;
  bottom: 15px;
  right: 27px;
  font-size: 1px;
  z-index: 999;
  color: #000000;
}
@media (min-width: 768px) {
  body.products-template-single-products-new .section.section_media_left.product_description a.btn-gallery {
    right: 30px;
  }
}
body.products-template-single-products-new .section.section_media_left.product_description a.btn-gallery.mobile {
  right: 15px;
  bottom: 15px;
}
@media (min-width: 768px) {
  body.products-template-single-products-new .section.section_media_left.product_description a.btn-gallery.mobile {
    display: none;
  }
}
body.products-template-single-products-new .section.section_media_left.product_description .secondary-gallery {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: 270px;
  overflow: hidden;
  padding: 0 0 0 0;
  position: relative;
}
@media (min-width: 768px) {
  body.products-template-single-products-new .section.section_media_left.product_description .secondary-gallery {
    height: 300px;
    display: flex;
  }
}
@media (min-width: 991px) {
  body.products-template-single-products-new .section.section_media_left.product_description .secondary-gallery {
    height: 462px;
  }
}
body.products-template-single-products-new .section.section_media_left.product_description .secondary-gallery .gallery-images-new {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body.products-template-single-products-new .section.section_media_left.product_description .secondary-gallery .gallery__item {
  width: 50%;
  padding-right: 2%;
  margin-bottom: 12px;
  height: 125px;
}
body.products-template-single-products-new .section.section_media_left.product_description .secondary-gallery .gallery__item:nth-of-type(2n) {
  padding-right: 0;
  padding-left: 2%;
}
@media (min-width: 768px) {
  body.products-template-single-products-new .section.section_media_left.product_description .secondary-gallery .gallery__item {
    height: 145px;
    margin-bottom: 10px;
  }
  body.products-template-single-products-new .section.section_media_left.product_description .secondary-gallery .gallery__item:nth-of-type(2n) {
    padding-right: 2%;
    padding-left: 0;
  }
}
@media (min-width: 991px) {
  body.products-template-single-products-new .section.section_media_left.product_description .secondary-gallery .gallery__item {
    height: 225px;
    margin-bottom: 12px;
  }
}
body.products-template-single-products-new .section.section_media_left.product_description .secondary-gallery .gallery__item img {
  width: 100%;
  height: 125px;
  object-fit: cover;
}
@media (min-width: 768px) {
  body.products-template-single-products-new .section.section_media_left.product_description .secondary-gallery .gallery__item img {
    height: 145px;
  }
}
@media (min-width: 991px) {
  body.products-template-single-products-new .section.section_media_left.product_description .secondary-gallery .gallery__item img {
    height: 225px;
  }
}
body.products-template-single-products-new .section.section_media_left.product_description .secondary-gallery .gallery__item img:hover {
  opacity: 0.8;
}
body.products-template-single-products-new .section.section_media_left.product_description .content-block {
  max-width: 1380px;
  z-index: 1;
  position: relative;
  padding-top: 0px;
}
@media (min-width: 768px) {
  body.products-template-single-products-new .section.section_media_left.product_description .content-block {
    padding-top: 20px;
  }
}
body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block {
  padding: 0 0 0 0;
  order: 0;
  margin-top: 10px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block {
    padding: 0 40px 0 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .content-wrap .breadcrumbs {
  margin: 0 auto;
  padding: 0 0 30px 0 !important;
  max-width: 1380px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .content-wrap .breadcrumbs a {
  color: #0078a3;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .content-wrap .breadcrumbs {
    padding: 0 0 40px 0 !important;
  }
}
@media (min-width: 991px) {
  body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .content-wrap .breadcrumbs {
    padding: 0 0 50px 0 !important;
  }
}
body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .content-wrap .section__body, body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .content-wrap .search-results .entry__content, .search-results body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .content-wrap .entry__content,
body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .content-wrap .search-no-results .entry__content,
.search-no-results body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .content-wrap .entry__content {
  margin-bottom: 0px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .content-wrap .section__body, body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .content-wrap .search-results .entry__content, .search-results body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .content-wrap .entry__content,
  body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .content-wrap .search-no-results .entry__content,
  .search-no-results body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .content-wrap .entry__content {
    margin-bottom: 25px;
    padding-bottom: 0px;
  }
}
body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .content-wrap .section__body h2, body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .content-wrap .search-results .entry__content h2, .search-results body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .content-wrap .entry__content h2,
body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .content-wrap .search-no-results .entry__content h2,
.search-no-results body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .content-wrap .entry__content h2 {
  max-width: none;
  margin: 0 0 0 0;
}
body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .features-wrap {
  padding: 30px 0 0px 0;
  margin-top: 20px;
  margin-bottom: 0;
  border-top: 2px #d8d8d8 solid;
}
@media (min-width: 768px) {
  body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .features-wrap {
    padding: 50px 0 30px 0;
  }
}
body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .features-wrap h3 {
  color: #000000;
  font-size: 2rem;
  margin-bottom: 40px;
}
body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .features-wrap .product-features {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .features-wrap .product-features {
    flex-direction: row;
  }
}
body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .features-wrap .product-features .features {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .features-wrap .product-features .features {
    width: 33.33%;
    padding-bottom: 30px;
  }
}
@media (min-width: 991px) {
  body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .features-wrap .product-features .features {
    width: 33.33%;
  }
}
body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .features-wrap .product-features .features .featImg {
  width: 12%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .features-wrap .product-features .features .featImg img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .features-wrap .product-features .features .featImg {
    width: 25%;
  }
}
body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .features-wrap .product-features .features h4 {
  width: 75%;
  color: #000000;
  font-size: 18px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  body.products-template-single-products-new .section.section_media_left.product_description .content-block .text-block .features-wrap .product-features .features h4 {
    font-size: 18px;
  }
}

.mobileFormButton {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  padding: 17px 24px;
  border: 1px solid #000000;
  background-color: #000000;
  position: relative;
  transition: color 0.5s ease-in, border-color 0.25s ease-out 0.2s;
  z-index: 1;
  display: inline-block;
  margin: 15px 0 0 0;
  width: 100%;
}
.mobileFormButton.active span {
  display: none;
}
.mobileFormButton.active:after {
  content: "Close Form";
}
@media (min-width: 768px) {
  .mobileFormButton {
    display: none;
  }
}

body.page-template-template-page-builder .iframeCode {
  margin-bottom: 30px;
}
body.page-template-template-page-builder .iframeCode .mobileFormButton {
  background-color: #ff8672;
  border: none;
}

.formCode.mobileButtonToggle,
.mobileButtonToggle {
  padding: 0;
  display: none;
}
@media (min-width: 768px) {
  .formCode.mobileButtonToggle,
  .mobileButtonToggle {
    display: block !important;
  }
}
@media (min-width: 991px) {
  .formCode.mobileButtonToggle,
  .mobileButtonToggle {
    padding-top: 20px;
    padding-right: 10px;
  }
}
.formCode.mobileButtonToggle img,
.mobileButtonToggle img {
  width: 100%;
  height: auto;
}

.mfp-counter {
  top: auto;
  right: 10px;
  bottom: 10px;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
}

body.products-template-single-products-new .about-columns .section-inner .columns__item-title.stl {
  padding-right: 150px;
}
body.products-template-single-products-new .about-columns .columns {
  margin-top: 40px;
}
body.products-template-single-products-new .about-columns .columns.justify-content-center {
  justify-content: flex-start !important;
}
body.products-template-single-products-new .about-columns .columns.justify-content-center .columns__item {
  display: flex;
}
body.products-template-single-products-new .about-columns .columns.justify-content-center .columns__item .column__item-inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
body.products-template-single-products-new .about-columns .columns.justify-content-center .columns__item .column__item-inner .text-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
body.products-template-single-products-new .about-columns .columns.justify-content-center .columns__item .column__item-inner .text-content .section__body, body.products-template-single-products-new .about-columns .columns.justify-content-center .columns__item .column__item-inner .text-content .search-results .entry__content, .search-results body.products-template-single-products-new .about-columns .columns.justify-content-center .columns__item .column__item-inner .text-content .entry__content,
body.products-template-single-products-new .about-columns .columns.justify-content-center .columns__item .column__item-inner .text-content .search-no-results .entry__content,
.search-no-results body.products-template-single-products-new .about-columns .columns.justify-content-center .columns__item .column__item-inner .text-content .entry__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
body.products-template-single-products-new .section.text-and-image.top-shrink .text-and-image__wrap .slider-common_half,
body.products-template-single-products-new .section.text-and-image .text-and-image__wrap .slider-common_half {
  order: 1;
}
@media (min-width: 768px) {
  body.products-template-single-products-new .section.text-and-image.top-shrink .text-and-image__wrap .slider-common_half,
  body.products-template-single-products-new .section.text-and-image .text-and-image__wrap .slider-common_half {
    order: 1;
  }
}
body.products-template-single-products-new .section.text-and-image.top-shrink .text-and-image__wrap .text-and-image__text,
body.products-template-single-products-new .section.text-and-image .text-and-image__wrap .text-and-image__text {
  margin-top: 40px;
}
body.products-template-single-products-new .section.text-and-image.top-shrink .text-and-image__wrap.text-and-image__wrap--left .text-and-image__text,
body.products-template-single-products-new .section.text-and-image .text-and-image__wrap.text-and-image__wrap--left .text-and-image__text {
  order: 2;
}
@media (min-width: 768px) {
  body.products-template-single-products-new .section.text-and-image.top-shrink .text-and-image__wrap.text-and-image__wrap--left .text-and-image__text,
  body.products-template-single-products-new .section.text-and-image .text-and-image__wrap.text-and-image__wrap--left .text-and-image__text {
    order: 0;
  }
}
body.products-template-single-products-new .section.text-and-image.top-shrink .text-and-image__wrap.text-and-image__wrap--right .text-and-image__text,
body.products-template-single-products-new .section.text-and-image .text-and-image__wrap.text-and-image__wrap--right .text-and-image__text {
  order: 2;
}
@media (min-width: 768px) {
  body.products-template-single-products-new .section.text-and-image.top-shrink .text-and-image__wrap.text-and-image__wrap--right .text-and-image__text,
  body.products-template-single-products-new .section.text-and-image .text-and-image__wrap.text-and-image__wrap--right .text-and-image__text {
    order: 2;
  }
}
body.products-template-single-products-new .section.text-and-image.top-shrink {
  padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
  body.products-template-single-products-new .section.text-and-image {
    padding-top: 0 !important;
  }
}
body.products-template-single-products-new .mfp-wrap .mfp-container.mfp-iframe-holder .mfp-content {
  max-width: 75%;
}
body.products-template-single-products-new .mfp-wrap .mfp-container.mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
  padding-top: 70%;
}
body.products-template-single-products-new .mfp-wrap .mfp-container.mfp-iframe-holder .mfp-content .mfp-iframe-scaler button.mfp-close {
  top: -33px;
  right: -35px;
  left: auto;
  width: 50px;
  height: 70px;
  font-size: 1px;
}
body.products-template-single-products-new .mfp-wrap .mfp-container.mfp-iframe-holder .mfp-content .mfp-iframe-scaler iframe {
  background-color: #ffffff;
}
body.products-template-single-products-new #slider-dialog {
  margin: 0 auto;
}
@media (min-width: 768px) {
  body.products-template-single-products-new #slider-dialog {
    margin: 40px auto;
  }
}
body.products-template-single-products-new #slider-dialog .mobile-magnific-gallery {
  display: block;
}
body.products-template-single-products-new #slider-dialog .mobile-magnific-gallery .mfp-close {
  height: auto;
  line-height: normal;
  width: 100%;
  right: auto;
  top: auto;
  margin: 0 auto;
  padding-top: 30px;
  padding-left: 15px;
  padding-bottom: 16px;
  text-align: left;
  color: #000000;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  position: relative;
}
body.products-template-single-products-new #slider-dialog .mobile-magnific-gallery .slider-common__item {
  margin-bottom: 20px;
}
body.products-template-single-products-new #slider-dialog .mobile-magnific-gallery .slider-common__item img,
body.products-template-single-products-new #slider-dialog .mobile-magnific-gallery .slider-common__item .main-video {
  width: 100%;
  height: 190px !important;
  padding-right: 0;
  object-fit: cover;
}
@media (min-width: 768px) {
  body.products-template-single-products-new #slider-dialog .mobile-magnific-gallery {
    display: none;
  }
}
body.products-template-single-products-new .mfp-container {
  padding: 0;
}
body.products-template-single-products-new .mfp-container.mfp-iframe-holder {
  padding: 40px;
}
body.products-template-single-products-new .mfp-container .mfp-content #slider-dialog .single-product-slider .mfp-iframe-holder {
  padding: 0;
}
body.products-template-single-products-new .mfp-container .mfp-content #slider-dialog .single-product-slider .mfp-iframe-holder .mfp-close {
  right: -34px;
  font-size: 1px;
  line-height: 1px;
}
body.products-template-single-products-new .single-product-slider {
  display: none;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  body.products-template-single-products-new .single-product-slider {
    display: block;
  }
}
body.products-template-single-products-new .single-product-slider #product-gallery-preview .owl-item .slider-common__item {
  margin: 10px 5px 10px;
}
body.products-template-single-products-new .product-slider {
  padding: 0 0 0 0;
}
body.products-template-single-products-new video,
body.products-template-single-products-new .videoPlaceHolder {
  width: 100%;
  height: 205px;
  padding-right: 0;
  object-fit: cover;
}
@media (min-width: 768px) {
  body.products-template-single-products-new video,
  body.products-template-single-products-new .videoPlaceHolder {
    height: 300px;
    padding-right: 0;
  }
}
@media (min-width: 991px) {
  body.products-template-single-products-new video,
  body.products-template-single-products-new .videoPlaceHolder {
    height: 462px;
    padding-right: 0;
  }
}
body.products-template-single-products-new video.main-video.desktop,
body.products-template-single-products-new .videoPlaceHolder.main-video.desktop {
  display: none;
}
@media (min-width: 768px) {
  body.products-template-single-products-new video.main-video.desktop,
  body.products-template-single-products-new .videoPlaceHolder.main-video.desktop {
    display: block;
  }
}
body.products-template-single-products-new video.main-video.mobile,
body.products-template-single-products-new .videoPlaceHolder.main-video.mobile {
  display: block;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  body.products-template-single-products-new video.main-video.mobile,
  body.products-template-single-products-new .videoPlaceHolder.main-video.mobile {
    display: none;
  }
}
body.products-template-single-products-new img.main-video.videoPlaceHolder:hover {
  opacity: 0.8;
}
body.products-template-single-products-new .image-wrapper .iframeCode {
  height: auto;
}
body.products-template-single-products-new .image-wrapper .iframeCode video,
body.products-template-single-products-new .image-wrapper .iframeCode .videoPlaceHolder {
  height: 220px;
}
@media (min-width: 768px) {
  body.products-template-single-products-new .image-wrapper .iframeCode video,
  body.products-template-single-products-new .image-wrapper .iframeCode .videoPlaceHolder {
    height: 400px;
  }
}
@media (min-width: 991px) {
  body.products-template-single-products-new .image-wrapper .iframeCode video,
  body.products-template-single-products-new .image-wrapper .iframeCode .videoPlaceHolder {
    height: 550px;
  }
}

body.products-template-single-products-new .accordion_module_ h2.section__heading {
  margin-top: 20px;
}
@media (min-width: 768px) {
  body.products-template-single-products-new .accordion_module_ h2.section__heading {
    margin-top: 0;
  }
}

.iframeLP body.products-template-single-products-new #page .section.section_media_left.product_description .section-inner.content-block .mainSection {
  padding: 0 0 0 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 !important;
}
.iframeLP body.products-template-single-products-new #page .section.section_media_left.product_description .section-inner.content-block .mobileFormButton {
  display: none !important;
}
.iframeLP body.products-template-single-products-new #page .section.section_media_left.product_description .section-inner.content-block .formCode {
  display: none !important;
}
.iframeLP body.products-template-single-products-new #page .section.section_media_left.product_description .section-inner.content-block .breadcrumbs {
  display: none !important;
}
.iframeLP body.products-template-single-products-new #page .section.section_padding.text-and-image {
  display: none !important;
}
.iframeLP body.products-template-single-products-new #page .section.section_padding.text-and-image.top-shrink.bottom-shrink {
  display: block !important;
  padding: 0 !important;
}
.iframeLP body.products-template-single-products-new #page .section.section_padding.fg-colors .button-list.single-product-buttons {
  display: none !important;
}
.iframeLP body.products-template-single-products #page .section.section_padding.fg-colors .button-list.single-product-buttons {
  display: none !important;
}

.section .row.isotope .product-card {
  transition: none;
}

.product-cards .row {
  transition: all 0.3s ease-in-out;
  justify-content: center;
}
@media (min-width: 1440px) {
  .product-cards .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.product-card__outer-wrap {
  position: relative;
}
.product-card__outer-wrap a.alike-button.alike-button-style {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  padding: 3px 6px;
  background-color: rgba(0, 156, 190, 0.75);
}
.product-card__outer-wrap a.alike-button.alike-button-style:hover {
  text-decoration: none;
  color: #000000;
}

.alike-compare-area,
.alike-compare-widget-wrapper {
  z-index: 99999 !important;
}

body.selectDealerMain .alike-compare-widget-wrapper,
body.selectDealer .alike-compare-widget-wrapper {
  top: 30px;
  bottom: auto;
  z-index: 99999;
}
body.selectDealerMain .alike-compare-widget-wrapper .alike-compare-widget-content,
body.selectDealer .alike-compare-widget-wrapper .alike-compare-widget-content {
  bottom: auto;
  top: -10px;
}
body.selectDealerMain .alike-compare-widget-wrapper .alike-compare-widget-content .alike-compare-widget-post-remove-all,
body.selectDealer .alike-compare-widget-wrapper .alike-compare-widget-content .alike-compare-widget-post-remove-all {
  margin: 20px 20px 8px 0;
}
body.selectDealerMain .alike-compare-widget-wrapper .alike-compare-widget-content .alike-compare-widget-post-remove-all .alike-compare-widget-post-remove-all-content span,
body.selectDealer .alike-compare-widget-wrapper .alike-compare-widget-content .alike-compare-widget-post-remove-all .alike-compare-widget-post-remove-all-content span {
  top: -15px;
  right: 0;
}
body.admin-bar.selectDealerMain .alike-compare-widget-wrapper,
body.admin-bar.selectDealer .alike-compare-widget-wrapper {
  top: 75px;
}

.alike-compare-widget-button {
  background-color: #002e5e !important;
}

.alike-compare-widget-counter,
.alike-compare-widget-post-remove-button {
  color: #002e5e !important;
}

.alike-compare-widget-post-title {
  text-align: center !important;
  margin-top: 0px !important;
  color: #002e5e !important;
  text-transform: none !important;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.rq-alike-show-difference {
  background-color: #002e5e !important;
  border: 1px #002e5e solid;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.rq-alike-show-difference:hover {
  color: #009cbd;
  background-color: #ffffff !important;
  text-decoration: none !important;
  border: 1px #009cbd solid;
}

.rq-alike-compare .rq-alike-items .rq-alike-items-list.alike-image .rq-alike-top-data h2 {
  text-transform: none !important;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #002e5e !important;
}

.sortFilters {
  margin-top: 20px;
}
.sortFilters .filters {
  text-align: center;
  margin-bottom: 15px;
}
.sortFilters .filters span {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  margin-right: 4px;
}
.sortFilters .filters li {
  display: inline-block;
  margin-bottom: 5px;
}
.sortFilters .filters li a {
  color: #ffffff;
  font-size: 12px;
  padding: 4px 10px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  margin: 0 3px;
  font-weight: 500;
}
.sortFilters .filters li a.active {
  color: #006098;
  background-color: #ffffff;
}
.sortFilters .filters li a.all {
  margin-right: 5px;
}
.sortFilters .filters li a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.35);
}
.sortFilters .filters li.sortCat {
  position: relative;
  cursor: pointer;
  color: #006098;
  margin-right: 40px;
  display: inline-block;
}
.sortFilters .filters li.sortCat:after {
  content: "";
  background-image: url("../svg/expand-arrow2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 10px;
  position: absolute;
  display: block;
  right: -25px;
  top: 8px;
}
.sortFilters .filters li.sortCat.selected:after {
  background-image: url("../svg/expand-arrow2a.svg");
}
.sortFilters .filters .master {
  text-decoration: none;
  color: #ffffff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 15px;
  font-weight: 500;
  background-color: #aaa;
}
.sortFilters .filters .master:hover {
  background-color: #ccc;
}
.sortFilters .filters .sortCatSpan {
  background-color: #006098;
  margin: 10px 0;
  padding: 20px;
  display: none;
}
.sortFilters .filters .sortCatSpan .sizeDesc {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-top: 12px;
  display: block;
}

img.inlineImg {
  display: inline-block;
  padding: 0 4px 0 3px;
  margin-bottom: 4px;
}

.product-card {
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .product-card {
    max-width: 50%;
    margin: 30px 0 0;
  }
}
@media (min-width: 991px) {
  .product-card {
    max-width: 33.33%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1350px) {
  .product-card {
    max-width: 25%;
  }
}
.product-card__image.over {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
}
.product-card__image.over:hover {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.product-card__image-wrap {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.product-card__image-wrap .corner-icon {
  padding: 0px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px silver solid;
}
.product-card__image-wrap .corner-icon img {
  object-fit: contain;
  width: 100%;
}
.product-card__image-wrap .inventory_tag {
  padding: 5px 10px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ff8672;
}
.product-card__image-wrap .inventory_tag h5 {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1em;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #ffffff !important;
}
.product-card__image__inner {
  width: 100%;
  height: 275px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .product-card__image__inner {
    height: 275px;
  }
}
@media (min-width: 991px) {
  .product-card__image__inner {
    height: 250px;
  }
}
@media (min-width: 1350px) {
  .product-card__image__inner {
    height: 250px;
  }
}
.product-card .product-card__title {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.product-card .product-card__title:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.9) 15%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0.3) 85%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  right: 0;
  left: 0;
  bottom: -1px;
}
.product-card .product-card__title h4,
.product-card .product-card__title h5 {
  position: relative;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #000000;
  margin-bottom: 0;
  display: inline-block;
}
.product-card .product-card__title h5 {
  font-size: 12px;
  font-style: oblique;
}
.product-card__text {
  transition: all 0.3s ease-in-out;
}
.product-card__text .product-card__body {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
  color: #66686b;
  display: none;
  position: absolute;
  top: 0;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.85);
  height: 275px;
  width: 100%;
  z-index: 3;
}
@media (min-width: 768px) {
  .product-card__text .product-card__body {
    height: 200px;
  }
  .product-card__text .product-card__body p {
    font-size: 14px;
    line-height: 1.6em;
  }
}
@media (min-width: 991px) {
  .product-card__text .product-card__body {
    height: 250px;
  }
  .product-card__text .product-card__body p {
    font-size: 14px;
    line-height: 1.6em;
  }
}
.product-card__text .product-card__body.section-content-text p,
.product-card__text .product-card__body.section-content-text h5,
.product-card__text .product-card__body.section-content-text h4,
.product-card__text .product-card__body.section-content-text h3,
.product-card__text .product-card__body.section-content-text h2,
.product-card__text .product-card__body.section-content-text h1 {
  margin-bottom: 7px;
}
.product-card__text .product-card__body.section-content-text p {
  line-height: 1.4em;
}
.product-card__text .product-card__body.section-content-text ul,
.product-card__text .product-card__body.section-content-text ol {
  padding-left: 18px;
}
.product-card__cta-block {
  padding: 20px 0;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
}
.product-card__cta-block .cta-link_quick-view {
  margin-bottom: 12px;
  color: #0078a3;
  position: relative;
  padding-left: 20px;
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
.product-card__cta-block .cta-link_quick-view:after {
  position: absolute;
  content: "";
  opacity: 1;
  z-index: 1;
  border: none;
  top: 50%;
  left: -7px;
  height: 15px;
  width: 1px;
  background-color: #0078a3;
  transition: all 0.3s ease-in-out;
  transform: translate3d(7px, -7px, 3px);
}
.product-card__cta-block .cta-link_quick-view:before {
  position: absolute;
  content: "";
  opacity: 1;
  z-index: 1;
  border: none;
  top: 50%;
  left: 0;
  height: 15px;
  width: 1px;
  background-color: #0078a3;
  transition: all 0.3s ease-in-out;
  transform: rotate(90deg) translate3d(-7px, -7px, 3px);
}
.product-card__cta-block .cta-link_quick-view:hover:before {
  background-color: #000000;
}
.product-card__cta-block .cta-link_quick-view:hover:after {
  background-color: #000000;
  left: -17px;
}
.product-card__cta-block.active .cta-link_quick-view:after {
  transform: rotate(90deg) translate3d(-7px, -7px, 3px);
}

.accordion_module {
  background-color: #f5f3ec;
}

.accordion__item {
  background-color: #ffffff;
  margin-bottom: 8px;
}
.accordion__title-btn {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 500;
  background-color: #f5f3ec;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #000000;
  display: block;
  line-height: normal;
  padding: 25px 55px 25px 25px;
  position: relative;
  text-align: left;
  width: 100%;
}
.accordion__title-btn:after {
  display: inline-block;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 7"><defs><style> .cls-1 { fill: none; stroke: %23f48472; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px; } </style></defs><path class="cls-1" d="M13,1l-6,5L1,1"/></svg>');
  content: "";
  position: absolute;
  top: 30px;
  right: 25px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px;
  background-position: center;
  transition: all 0.2s ease-in-out;
  transform: rotate(180deg);
}
.accordion__title-btn.collapsed {
  text-decoration: none;
  color: #000000;
}
.accordion__title-btn.collapsed:after {
  transform: rotate(0deg);
}
.accordion__body_inner {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #66686b;
  line-height: 26px;
  padding: 25px 25px 25px 25px;
  border-top: 2px #b7b4ab solid;
  background-color: #f5f3ec;
}
@media (min-width: 991px) {
  .accordion__body_inner {
    padding: 25px 25px 25px 25px;
  }
}
.accordion__body_inner .alignright,
.accordion__body_inner img.alignright {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0;
  margin-bottom: 15px;
  margin-top: 15px;
  clear: both;
  display: block;
}
@media (min-width: 768px) {
  .accordion__body_inner .alignright,
  .accordion__body_inner img.alignright {
    max-width: 45% !important;
    width: auto !important;
    margin-left: 1.5em;
    margin-top: 0;
    display: inline;
  }
}
.accordion__body_inner p:last-child {
  margin-bottom: 0;
}
.accordion__body_inner strong {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
}
.accordion__body_inner ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 15px;
}
.accordion__body_inner ul li {
  list-style: disc !important;
}

.soc-menu__item:not(:last-child) {
  margin-right: 32px;
}
@media screen and (min-width: 992px) and (max-width: 1190px) {
  .soc-menu__item:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 790px) {
  .soc-menu__item:not(:last-child) {
    margin-right: 20px;
  }
}
.soc-menu__item a:hover .fab {
  color: #4fffd6;
}
.soc-menu__item a .fab {
  color: #ffffff;
  font-size: 18px;
  vertical-align: baseline;
}

.brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: -40px;
}
.brands_item {
  margin-bottom: 50px;
  max-width: 25%;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .brands_item {
    max-width: 33.333%;
  }
}
@media screen and (max-width: 768px) {
  .brands_item {
    max-width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .brands_item {
    max-width: 100%;
  }
}
.brands_item img {
  padding: 0 5px;
  height: auto;
  max-width: 200px;
  width: 100%;
}

.button-list .button {
  margin-bottom: 10px;
}
.button-list .button:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .button-list .button:not(:last-child) {
    margin-right: 10px;
  }
}

.button-link {
  margin-top: 0px;
}

.button {
  color: #0078a3;
  display: inline-block;
  margin: 0;
  position: relative;
}
.button:hover {
  text-decoration: none;
}
.button_large__white, .slider__text--light .button, .section--light .button {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #0078a3;
  padding: 17px 24px;
  background-color: #ffffff;
  transition: color 0.25s ease-in;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .button_large__white, .slider__text--light .button, .section--light .button {
    font-size: 14px;
    padding: 14px 16px;
  }
}
.button_large__white:after, .slider__text--light .button:after, .section--light .button:after {
  background-color: #ffffff;
}
.button_large__white:hover, .slider__text--light .button:hover, .section--light .button:hover {
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .button_large__white_md {
    font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #0078a3;
    padding: 17px 24px;
    border: 1px solid #0078a3;
    background-color: transparent;
    position: relative;
    transition: color 0.5s ease-in, border-color 0.25s ease-out 0.2s;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  .button_large__white_md {
    font-size: 14px;
    padding: 14px 16px;
  }
}
@media screen and (max-width: 767px) {
  .button_large__white_md:hover {
    color: #ffffff;
    border-color: #000000;
  }
  .button_large__white_md:hover:after {
    right: 0;
  }
  .button_large__white_md:after {
    background-color: #000000;
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    transition: right 0.25s ease-out;
    z-index: -1;
  }
}
.button_large__outline,
.button_large .alm-btn-wrap .alm-load-more-btn {
  background-color: transparent;
  position: relative;
  transition: color 0.5s ease-in, border-color 0.25s ease-out 0.2s;
  z-index: 1;
}
.button_large__outline:hover,
.button_large .alm-btn-wrap .alm-load-more-btn:hover {
  color: #ffffff;
  border-color: #000000;
}
.button_large__outline:hover:after,
.button_large .alm-btn-wrap .alm-load-more-btn:hover:after {
  right: 0;
}
.button_large__outline:after,
.button_large .alm-btn-wrap .alm-load-more-btn:after {
  background-color: #000000;
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0;
  transition: right 0.25s ease-out;
  z-index: -1;
}
.button__video {
  background-image: url("../png/triangle-right.png");
  background-position: 20px center;
  background-repeat: no-repeat;
  padding-left: 40px;
  position: relative;
}
.button__video:hover {
  background-image: url("../svg/traingle-dark.svg");
}
@media screen and (max-width: 767px) {
  .button__video:hover {
    color: #000000;
  }
}
@media screen and (max-width: 767px) {
  .button__video:before, .button__video:after {
    display: none;
  }
}

.section_bg_blue .button_large__outline,
.section_org_blue-gradient .button_large__outline,
.section_grb_blue-gradient .button_large__outline,
.section_bg_blue-gradient .button_large__outline,
.banner-slider .button_large__outline {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

@media screen and (max-width: 767px) {
  .cards-list .row {
    display: block;
  }
}

.image-card {
  margin-bottom: 12px;
  margin-right: 12px;
  position: relative;
  width: 100%;
  border-radius: 7px;
}
@media screen and (min-width: 768px) {
  .image-card {
    cursor: pointer;
    flex: 1 0 calc(50% - 12px);
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .image-card.threeCol {
    cursor: pointer;
    flex: 1 0 calc(50% - 12px);
    overflow: hidden;
  }
}
@media (min-width: 991px) {
  .image-card.threeCol {
    cursor: pointer;
    flex: 1 0 calc(33.33% - 12px);
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .image-card.fourCol {
    cursor: pointer;
    flex: 1 0 calc(50% - 12px);
    overflow: hidden;
  }
}
@media (min-width: 991px) {
  .image-card.fourCol {
    cursor: pointer;
    flex: 1 0 calc(25% - 12px);
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .image-card .image-card__title {
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
  }
}
@media screen and (min-width: 768px) {
  .image-card:nth-child(odd) {
    margin-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .image-card {
    margin-bottom: 30px;
  }
  .image-card:last-child {
    margin-bottom: 0;
  }
}
.image-card__image {
  max-height: 350px;
  height: 100%;
  width: 100%;
  border-radius: 7px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .image-card__image {
    overflow: hidden;
    max-height: 300px;
  }
}
.image-card__image.fitImage {
  padding: 25px;
}
.image-card__image__inner {
  min-height: 100%;
  width: 101%;
  height: auto;
  margin-left: -2px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .image-card__image__inner {
    height: 100%;
  }
}
.image-card__image__inner.fitImage {
  width: 55%;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.image-card__text {
  padding: 10px 5%;
}
@media (min-width: 768px) {
  .image-card__text {
    color: #ffffff;
  }
}
.image-card:hover .image-card__text {
  top: 25px;
  z-index: 2;
}
.image-card:hover .image-card__text .image-card__title {
  text-shadow: none;
}
@media (min-width: 768px) {
  .image-card:hover .image-card__text {
    color: #ffffff;
  }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .image-card__text {
    padding: 0 16px;
  }
}
@media screen and (min-width: 768px) {
  .image-card__text {
    padding: 0 28px;
    position: absolute;
    top: calc(100% - 20px);
    right: 0;
    left: 0;
    transition: top 0.25s;
  }
}
.image-card__text .image-card__title {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.image-card:hover .image-card__text .image-card__title {
  transform: translate(0, 0);
}
@media (min-width: 768px) {
  .image-card__text .image-card__title {
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
  }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .image-card__text .image-card__title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (min-width: 768px) {
  .image-card__text .image-card__title {
    transform: translate(0, -100%);
    transition: transform 0.17s linear 0.05s;
  }
}
@media screen and (max-width: 767px) {
  .image-card__text .image-card__title {
    margin-top: 10px;
  }
}
.image-card__text--dark {
  color: #000000;
}
@media (min-width: 768px) {
  .image-card__text--dark .image-card__title {
    text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.6);
  }
}
.image-card__text--dark:hover .image-card__title {
  text-shadow: none;
}
.image-card__text .image-card__body {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin: 0 0 10px;
  display: block;
}
@media screen and (min-width: 768px) {
  .image-card__text .image-card__body {
    color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .image-card__text .image-card__body {
    color: #66686b;
  }
}
.image-card__text .cta-link {
  margin-bottom: 0;
}
.image-card__text .cta-link:hover, .image-card__text .cta-link:focus {
  color: #ffffff !important;
}
.image-card__text .cta-link:hover:after, .image-card__text .cta-link:focus:after {
  border-color: #ffffff !important;
}
@media screen and (max-width: 767px) {
  .image-card__text .cta-link {
    color: #0078a3;
  }
  .image-card__text .cta-link:after {
    border-color: #0078a3;
  }
}
.image-card__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.2s ease;
}
.image-card:hover .image-card__overlay {
  opacity: 0.8;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .image-card__overlay {
    display: none;
  }
}

.cards_col-2 .cards-list {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .cards_col-2 .cards-list {
    margin-top: 15px;
  }
  .cards_col-2 .cards-list .row {
    display: block;
  }
}
.cards_col-2 .cards-list .image-card__image {
  max-height: 350px;
}

.cards_col-4 {
  padding-top: 8px;
}
.cards_col-4 .section-inner,
.cards_col-4 .section-inner_wide {
  width: 100%;
}
@media (max-width: 1199px) {
  .cards_col-4 .section-inner,
  .cards_col-4 .section-inner_wide {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .cards_col-4 .section-inner,
  .cards_col-4 .section-inner_wide {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cards_col-4 .section-inner .image-card,
  .cards_col-4 .section-inner_wide .image-card {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .cards_col-4 .section-inner .image-card,
  .cards_col-4 .section-inner_wide .image-card {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .cards_col-4 .section-inner .image-card,
  .cards_col-4 .section-inner_wide .image-card {
    flex: 1 0 calc(50% - 8px);
    margin-right: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .cards_col-4 .section-inner .image-card,
  .cards_col-4 .section-inner_wide .image-card {
    flex: 1 0 calc(25% - 8px);
  }
}
.cards_col-4 .section-inner .image-card:last-child,
.cards_col-4 .section-inner_wide .image-card:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .cards_col-4 .section-inner .image-card:nth-child(even),
  .cards_col-4 .section-inner_wide .image-card:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cards_col-4 .section-inner .image-card__title,
  .cards_col-4 .section-inner_wide .image-card__title {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.cards_col-4 .section-inner .image-card__body,
.cards_col-4 .section-inner_wide .image-card__body {
  line-height: 22px;
  display: block;
}
@media (min-width: 768px) and (max-width: 1380px) {
  .cards_col-4 .section-inner .image-card__body,
  .cards_col-4 .section-inner_wide .image-card__body {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1380px) {
  .cards_col-4 .section-inner .image-card__body,
  .cards_col-4 .section-inner_wide .image-card__body {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1380px) {
  .cards_col-4 .section-inner .image-card:hover .image-card__text,
  .cards_col-4 .section-inner_wide .image-card:hover .image-card__text {
    bottom: calc(100% - 70px);
  }
  .cards_col-4 .section-inner .image-card:hover .image-card__title,
  .cards_col-4 .section-inner_wide .image-card:hover .image-card__title {
    bottom: calc(100% - 30px);
  }
}

.image-card.threeCol .image-card__body,
.image-card.fourCol .image-card__body {
  display: block;
}
@media (min-width: 768px) and (max-width: 850px) {
  .image-card.threeCol .image-card__body,
  .image-card.fourCol .image-card__body {
    display: none;
  }
}
@media (min-width: 990px) and (max-width: 1280px) {
  .image-card.threeCol .image-card__body,
  .image-card.fourCol .image-card__body {
    display: none;
  }
}

.image-card.onState .image-card__text {
  bottom: calc(100% - 70px);
  top: 20px;
  z-index: 2;
}
.image-card.onState .image-card__text .image-card__title {
  transform: translate(0, 0);
}
.image-card.onState .image-card__overlay {
  opacity: 0.6;
  z-index: 1;
}
.image-card.onState .button-list {
  margin-top: 20px;
}

.section__features-links {
  margin-top: 85px;
}

.card-w-overlay_big {
  padding: 0 4px;
  position: relative;
  overflow: hidden;
  min-height: 356px;
  width: 100%;
}
.card-w-overlay_big:hover:after {
  opacity: 0.4;
}
.card-w-overlay_big:after {
  background-color: #000;
  content: "";
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  left: 4px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.card-w-overlay_big__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.card-w-overlay_big__title {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  line-height: normal;
  margin: 0 23px 20px;
  position: absolute;
  bottom: 0;
  transition: bottom 0.2s ease;
  z-index: 1;
}
.card-w-overlay_big:hover .card-w-overlay_big__title {
  bottom: 50px;
}
.card-w-overlay_big__link {
  margin: 0 23px 20px;
  position: absolute;
  bottom: -100px;
  transition: bottom 0.2s ease;
  z-index: 1;
}
.card-w-overlay_big:hover .card-w-overlay_big__link {
  bottom: 10px;
}

.cta-link {
  /*@include arrow();
  @include make-font($font-base-demi, 16px, 500);
  color: $white;
  display: inline-block;
  line-height: normal;
  margin-bottom: 20px;
  padding-right: 20px;
  position: relative;
  transition: color 0.25s ease-in;

  &:hover {
    color: $heading !important;
    text-decoration: none;

    &:after {
      border-color: $heading !important;
    }
  }

  &:after {
    right: 0;
    left: auto;
    transition: border-color 0.25s ease-in;
  }*/
}

.text-block .cta-link {
  color: #0078a3;
}
.text-block .cta-link:after {
  border-color: #0078a3;
}

.post-preview {
  margin-top: 66px;
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  .post-preview {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1050px) {
  .post-preview:first-child {
    padding-right: 0;
  }
  .post-preview:first-child .post-preview__inner {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .post-preview:first-child {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1050px) {
  .post-preview:last-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .post-preview:last-child {
    margin-top: 20px;
  }
}
.post-preview__inner {
  background-color: #ffffff;
}
@media screen and (min-width: 576px) {
  .post-preview__inner {
    height: 100%;
  }
}
@media screen and (min-width: 576px) {
  .post-preview__inner__image {
    float: left;
    min-height: 276px;
    max-width: 222px;
    width: 100%;
    height: 100%;
  }
}
.post-preview__inner__image-item {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 575px) {
  .post-preview__inner__image-item {
    max-height: 210px;
  }
}
.post-preview__inner__text {
  padding: 27px 38px;
  line-height: normal;
  text-align: left;
}
@media screen and (min-width: 576px) {
  .post-preview__inner__text {
    overflow: hidden;
  }
}
@media screen and (max-width: 576px) {
  .post-preview__inner__text {
    padding: 20px 25px;
  }
}
.post-preview__inner__text__label {
  line-height: normal;
  margin-bottom: 2px;
}
@media screen and (max-width: 576px) {
  .post-preview__inner__text__label {
    font-size: 12px;
  }
}
.post-preview__inner__text__title {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 16px;
}
@media screen and (max-width: 576px) {
  .post-preview__inner__text__title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.post-preview__inner__text__body {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #66686b;
}
@media screen and (max-width: 576px) {
  .post-preview__inner__text__body {
    font-size: 14px;
  }
}
.post-preview__inner__text__link {
  margin-bottom: 5px;
}
.post-preview__inner__text__link a {
  color: #0078a3;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .post-preview__inner__text__link a {
    font-size: 14px;
  }
}
.post-preview__inner__text__link a:after {
  border-color: #0078a3;
}

.half-image {
  position: relative;
}
@media screen and (max-width: 768px) {
  .half-image {
    text-align: center;
  }
}
.half-image img {
  min-height: 100%;
  max-height: 600px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .section .row .half-image {
    padding-right: 0;
    padding-left: 0;
  }
}

.media_label {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  color: #ffffff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 25px 35px 15px 35px;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7441351541) 0%, rgba(0, 0, 0, 0) 100%);
}
.media_label--dark {
  color: #000000;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7441351541) 0%, rgba(255, 255, 255, 0) 100%);
}
.media_label.imgCaption {
  background: none !important;
  padding: 0;
  width: auto;
}
.media_label_on {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
.media_label-sub_on {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 1350px) {
  .media_label-sub_on {
    margin-bottom: 0.7rem;
  }
}
.media_label.credit {
  top: auto;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7441351541) 0%, rgba(0, 0, 0, 0) 100%);
}
.media_label.credit--dark {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.7441351541) 0%, rgba(255, 255, 255, 0) 100%);
}

.contained {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .contained {
    display: block;
  }
}
.contained .media_label {
  order: 2;
  background: transparent !important;
  position: relative;
  color: #000000;
  text-shadow: none;
  padding: 5px 25px 10px 35px;
  text-align: left;
}
@media (min-width: 768px) {
  .contained .media_label {
    text-align: left;
    position: absolute;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    padding: 25px 35px 15px;
    color: #ffffff;
  }
}
@media screen and (min-width: 1480px) {
  .text-block {
    padding-right: 125px;
  }
}
@media screen and (min-width: 768px) {
  .text-block {
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .text-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 960px) {
  .section_media_left .text-block {
    padding-right: 0;
    padding-left: 125px;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .section_media_left .text-block {
    padding-right: 0;
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .section_media_left .text-block {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section .row .text-block {
    padding-right: 0;
    padding-left: 0;
  }
}

.gallery {
  margin-top: 65px;
}
.gallery__title {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-left: 15px;
}
@media (max-width: 1199px) {
  .gallery__title {
    font-size: 30px;
  }
}
.gallery-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery-images__item {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 576px) {
  .gallery-images__item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .gallery-images__item {
    width: 33.3%;
  }
}
@media (min-width: 992px) {
  .gallery-images__item {
    width: 25%;
  }
}
.gallery-images__item a {
  display: block;
  position: relative;
  padding: 15px;
}
.gallery-images__item a:before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.gallery-images__item a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: none;
  -webkit-transition: -webkit-filter 0.25s ease-in;
  aspect-ratio: 6/4;
}
.gallery-images__item a .gallery-images_details {
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.gallery-images__item a .gallery-images_details .dashicons-search {
  font-size: 24px;
  padding-right: 15px;
  margin-top: 3px;
}
@media (min-width: 1200px) {
  .gallery-images__item a:hover:before {
    background-color: rgba(0, 48, 87, 0.75);
  }
  .gallery-images__item a:hover .gallery-images_details {
    opacity: 1;
  }
}
.gallery__label {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  line-height: normal;
  margin-bottom: 0;
}
.gallery__label-sub {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #66686b;
  line-height: normal;
  margin-bottom: 12px;
}
.gallery__label_link {
  color: #0078a3;
}
.gallery__label_link:after {
  border-color: #0078a3;
}

.mfp-with-zoom.mfp-with-blur .mfp-content {
  opacity: 0;
  transform: scale(0.95);
  filter: blur(10px);
  transition: all 0.3s ease-in-out;
}

.mfp-with-zoom.mfp-with-blur.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}

.mfp-with-zoom.mfp-with-blur.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(0.95);
  filter: blur(10px);
}

.mfp-image-holder .mfp-content,
.mfp-iframe-holder .mfp-content {
  max-width: 75%;
}
.mfp-image-holder .mfp-arrow,
.mfp-iframe-holder .mfp-arrow {
  opacity: 1;
}
.mfp-image-holder .mfp-arrow:before, .mfp-image-holder .mfp-arrow:after,
.mfp-iframe-holder .mfp-arrow:before,
.mfp-iframe-holder .mfp-arrow:after {
  border-width: 3px;
}
.mfp-image-holder .mfp-title,
.mfp-iframe-holder .mfp-title {
  color: #003057;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  position: absolute;
  right: -35px;
  left: auto;
  width: 35px;
  opacity: 1;
}
.mfp-image-holder .mfp-close:before, .mfp-image-holder .mfp-close:after,
.mfp-iframe-holder .mfp-close:before,
.mfp-iframe-holder .mfp-close:after {
  background: #d8d8d8;
  content: "";
  position: absolute;
  right: 0;
  height: 3px;
  width: 35px;
  border-radius: 10px;
}
.mfp-image-holder .mfp-close:before,
.mfp-iframe-holder .mfp-close:before {
  transform: rotate(45deg);
}
.mfp-image-holder .mfp-close:after,
.mfp-iframe-holder .mfp-close:after {
  transform: rotate(-45deg);
}

.mfp-bg {
  background-color: rgba(24, 26, 30, 0.7);
}
.mfp-img {
  padding-bottom: 0 !important;
  max-width: calc(100vw - 100px) !important;
}
@media screen and (min-width: 768px) {
  .mfp-img {
    max-height: calc(100vh - 200px) !important;
  }
}
@media screen and (min-width: 768px) {
  .mfp-bottom-bar {
    position: initial;
  }
}
.mfp-bottom-bar {
  background: #ffffff;
  padding: 16px 20px 16px 25px;
  margin-top: 0;
}
.mfp-arrow:after {
  margin-left: 0;
}
.mfp-arrow-left:before, .mfp-arrow-left:after {
  background-color: transparent;
  border-style: solid;
  content: "";
  height: 25px;
  width: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform-origin: 50% 50%;
  border-top: none;
  border-right: none;
}
.mfp-arrow-left:before {
  border-color: rgba(0, 0, 0, 0.5);
  border-width: 2px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.25s ease-in;
}
.mfp-arrow-left:after {
  border-color: #d8d8d8;
  border-width: 2px;
}
.mfp-arrow-left:before {
  display: none;
}
.mfp-arrow-right:before, .mfp-arrow-right:after {
  background-color: transparent;
  border-style: solid;
  content: "";
  height: 25px;
  width: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform-origin: 50% 50%;
  border-left: none;
  border-bottom: none;
}
.mfp-arrow-right:before {
  border-color: rgba(0, 0, 0, 0.5);
  border-width: 2px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.25s ease-in;
}
.mfp-arrow-right:after {
  border-color: #d8d8d8;
  border-width: 2px;
}
.mfp-arrow-right:before {
  display: none;
}
@media (max-width: 767px) {
  .mfp-arrow {
    max-width: 55px;
  }
}
@media (max-width: 767px) {
  .mfp-container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.banner_inner {
  overflow: hidden;
  position: relative;
}
.banner_inner img {
  height: 520px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .banner_inner img {
    height: 400px;
  }
}
@media screen and (max-width: 576px) {
  .banner_inner img {
    height: 350px;
  }
}
.banner__text {
  width: 96%;
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .banner__text {
    top: 50%;
  }
}
.banner__text-heading {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
  line-height: normal;
}
@media screen and (max-width: 991px) {
  .banner__text-heading {
    font-size: 48px;
    line-height: 54px;
  }
}
@media screen and (max-width: 767px) {
  .banner__text-heading {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  .banner__text-heading {
    font-size: 32px;
    line-height: 38px;
  }
}
.banner__text-body {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #ffffff;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .banner__text-body {
    font-size: 16px;
  }
}
.banner__overlay .banner_inner {
  position: relative;
}
.banner__overlay .banner_inner:before {
  content: "";
  background: rgba(0, 18, 32, 0.6);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.address__list {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .address__list {
    margin-top: 25px;
  }
}
.address__list .address {
  margin-bottom: 25px;
}
.address__list .address .section__subsection-heading {
  font-size: 28px;
  margin-bottom: 8px;
}
.address__list .address .section__body, .address__list .address .search-results .entry__content, .search-results .address__list .address .entry__content,
.address__list .address .search-no-results .entry__content,
.search-no-results .address__list .address .entry__content {
  margin-bottom: 0;
}

.cta-link-custom-content-block {
  /*@include arrow();
    @include make-font($font-base-bold, 16px, 500);
    color: $main-blue;
    display: inline-block;
    line-height: normal;
    margin-bottom: 20px;
    padding-right: 20px;
    position: relative;
    transition: color 0.25s ease-in;

    &:hover {
      color: $heading !important;
      text-decoration: none;

      &:after {
        border-color: $heading !important;
      }
    }

    &:after {
      right: 0;
      left: auto;
      transition: border-color 0.25s ease-in;
      border-color: $main-blue !important;
    } */
}

.text-block .cta-link {
  color: #0078a3;
}
.text-block .cta-link:after {
  border-color: #0078a3;
}

.section.greenBkgd .cta-link-custom-content-block,
.section_org_blue-gradient .cta-link-custom-content-block,
.section_grb_blue-gradient .cta-link-custom-content-block,
.section_bg_blue-gradient .cta-link-custom-content-block,
.section_bg_blue .cta-link-custom-content-block {
  color: #ffffff !important;
}
.section.greenBkgd .cta-link-custom-content-block:hover,
.section_org_blue-gradient .cta-link-custom-content-block:hover,
.section_grb_blue-gradient .cta-link-custom-content-block:hover,
.section_bg_blue-gradient .cta-link-custom-content-block:hover,
.section_bg_blue .cta-link-custom-content-block:hover {
  text-decoration: underline;
}
.section.greenBkgd .cta-link-custom-content-block:after,
.section_org_blue-gradient .cta-link-custom-content-block:after,
.section_grb_blue-gradient .cta-link-custom-content-block:after,
.section_bg_blue-gradient .cta-link-custom-content-block:after,
.section_bg_blue .cta-link-custom-content-block:after {
  border-color: #ffffff !important;
}

.text-and-image {
  overflow: hidden;
}
@media (min-width: 768px) {
  .text-and-image__wrap--right .text-and-image__text {
    padding-left: 55px;
    order: 2;
  }
}
@media (min-width: 768px) {
  .text-and-image__wrap--right .covers-section {
    order: 1;
  }
}
@media (min-width: 768px) {
  .text-and-image__wrap--left .text-and-image__text {
    padding-right: 55px;
    padding-left: 55px;
  }
}
.text-and-image.section_bg_blue-gradient ul {
  list-style: none;
  margin-left: 15px;
}
.text-and-image.section_bg_blue-gradient ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 600;
  margin: 0 8px 0 -15px;
  color: #47a2c8;
}
.text-and-image__text {
  margin-bottom: 30px;
  padding: 0 10%;
}
@media (min-width: 768px) {
  .text-and-image__text {
    margin-bottom: 0;
    padding: 0 5% 0 0;
  }
}
.text-and-image__text img {
  max-width: 100%;
  height: auto;
}
.text-and-image__text.form-section {
  bottom: auto !important;
  align-self: flex-start !important;
  margin-top: 20px;
}
.text-and-image__text ol {
  padding-inline-start: 20px;
}
.text-and-image__text ol li::marker {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
.text-and-image__form {
  margin-bottom: 30px;
  bottom: auto;
  padding: 0 10%;
  padding-right: 5px;
  padding-left: 45px;
}
@media (min-width: 1200px) {
  .text-and-image__form {
    margin-bottom: 0;
    padding: 0 2% 0 0;
  }
}
.text-and-image__form.formBox {
  background-color: #e8e5dd;
  border-radius: 5px;
  padding: 20px;
}
@media (min-width: 768px) {
  .text-and-image__form.formBox {
    padding: 40px;
  }
}
.text-and-image .image-wrapper .iframeCode {
  height: auto;
  width: 100%;
  display: block;
}
.text-and-image .image-wrapper .rollOver .rollOverMessage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .text-and-image .image-wrapper .rollOver .rollOverMessage {
    font-size: 3em;
  }
}
@media (min-width: 991px) {
  .text-and-image .image-wrapper .rollOver .rollOverMessage {
    font-size: 5em;
  }
}
.text-and-image .image-wrapper .rollOver .rollOverMessage .ROtext {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  width: 250px;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  transform: scale(1);
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
}
@media (min-width: 768px) {
  .text-and-image .image-wrapper .rollOver .rollOverMessage .ROtext {
    top: 45%;
  }
}
@media (min-width: 991px) {
  .text-and-image .image-wrapper .rollOver .rollOverMessage .ROtext {
    top: 45%;
  }
}
@media (min-width: 1350px) {
  .text-and-image .image-wrapper .rollOver .rollOverMessage .ROtext {
    top: 45%;
  }
}
.text-and-image .image-wrapper .rollOver .rollOverMessage .ROtext p {
  display: inline-block;
  padding-right: 5px;
  margin-bottom: 0;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
.text-and-image .image-wrapper .rollOver .rollOverMessage .ROtext .fa {
  color: #ffffff;
  font-size: 1.1em;
  opacity: 0.8;
}
.text-and-image .image-wrapper .rollOver .rollOverMessage .ROtext .fa::before {
  border-radius: 30px;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.text-and-image .image-wrapper .rollOver.over {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
}
.text-and-image .image-wrapper .rollOver.over:hover {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.text-and-image.section_hubspot_form .text-and-image__wrap--left .text-and-image__text.align-self-center {
  align-self: start !important;
}

.horizontal-row {
  position: relative;
}
.horizontal-row__hr {
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.slider-common__nav .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
}
.slider-common__nav .owl-nav .owl-prev,
.slider-common__nav .owl-nav .owl-next {
  position: absolute;
  height: 35.36px;
  width: 35.36px;
  transform: translate(0, -50%);
}
.slider-common__nav .owl-nav .owl-prev span,
.slider-common__nav .owl-nav .owl-next span {
  visibility: hidden;
  overflow: hidden;
}
.slider-common__nav .owl-nav .owl-prev {
  left: 40px;
}
.slider-common__nav .owl-nav .owl-prev:before, .slider-common__nav .owl-nav .owl-prev:after {
  background-color: transparent;
  border-style: solid;
  content: "";
  height: 25px;
  width: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform-origin: 50% 50%;
  border-top: none;
  border-right: none;
}
.slider-common__nav .owl-nav .owl-prev:before {
  border-color: rgba(0, 0, 0, 0.5);
  border-width: 2px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.25s ease-in;
}
.slider-common__nav .owl-nav .owl-prev:after {
  border-color: #ffffff;
  border-width: 2px;
}
.slider-common__nav .owl-nav .owl-prev:before {
  border-width: 2px;
  border-color: #000000;
  left: calc(50% + 1px);
  opacity: 1;
}
.slider-common__nav .owl-nav .owl-next {
  right: 40px;
}
.slider-common__nav .owl-nav .owl-next:before, .slider-common__nav .owl-nav .owl-next:after {
  background-color: transparent;
  border-style: solid;
  content: "";
  height: 25px;
  width: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform-origin: 50% 50%;
  border-left: none;
  border-bottom: none;
}
.slider-common__nav .owl-nav .owl-next:before {
  border-color: rgba(0, 0, 0, 0.5);
  border-width: 2px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.25s ease-in;
}
.slider-common__nav .owl-nav .owl-next:after {
  border-color: #ffffff;
  border-width: 2px;
}
.slider-common__nav .owl-nav .owl-next:before {
  border-width: 2px;
  border-color: #000000;
  left: calc(50% - 1px);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .slider-common__nav .section-inner_stick_right .owl-nav .owl-prev {
    left: 35px;
  }
}
@media screen and (min-width: 768px) {
  .slider-common__nav .section-inner_stick_left .owl-nav .owl-next {
    right: 35px;
  }
}
@media screen and (max-width: 767px) {
  .slider-common_fullwidth .owl-nav {
    top: 225px;
  }
}
@media screen and (max-width: 576px) {
  .slider-common_fullwidth .owl-nav {
    top: 143px;
  }
}
.slider-common_fullwidth .owl-nav .owl-prev {
  left: 40px;
}
@media screen and (max-width: 768px) {
  .slider-common_fullwidth .owl-nav .owl-prev {
    left: 20px;
  }
}
.slider-common_fullwidth .owl-nav .owl-next {
  right: 40px;
}
@media screen and (max-width: 768px) {
  .slider-common_fullwidth .owl-nav .owl-next {
    right: 20px;
  }
}

.slider-common__dots .owl-dots {
  position: absolute;
  top: calc(112% - 20px);
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, -100%);
}
@media (min-width: 1350px) {
  .slider-common__dots .owl-dots {
    top: calc(103% - 25px);
  }
}
.slider-common__dots .owl-dots .owl-dot {
  background-color: #002e5e;
  border: 2px solid transparent;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  width: 8px;
  vertical-align: middle;
  transition: all 0.2s;
}
@media (min-width: 1350px) {
  .slider-common__dots .owl-dots .owl-dot {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.54);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.54);
  }
}
.slider-common__dots .owl-dots .owl-dot:not(:last-child) {
  margin-right: 20px;
}
.slider-common__dots .owl-dots .owl-dot.active {
  background-color: transparent;
  border-color: #002e5e;
  height: 12px;
  width: 12px;
  transition: all 0.2s;
}
@media (min-width: 1350px) {
  .slider-common__dots .owl-dots .owl-dot.active {
    border-color: #ffffff;
  }
}
.slider-common__dots.section_media_left .owl-dots {
  left: calc(50% - 8px);
}
@media screen and (max-width: 960px) {
  .slider-common_fullwidth .owl-dots {
    top: 580px;
  }
}
@media screen and (max-width: 767px) {
  .slider-common_fullwidth .owl-dots {
    top: 430px;
  }
}
@media screen and (max-width: 576px) {
  .slider-common_fullwidth .owl-dots {
    top: 266px;
  }
}

.slider-common__content .slider__item-wrap {
  position: relative;
}
.slider-common__content .slider__text {
  max-width: 1480px;
  width: 100%;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .slider-common__content .slider__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}
@media screen and (min-width: 768px) and (max-width: 1490px) {
  .slider-common__content .slider__text {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 767px) {
  .slider-common__content .slider__text {
    margin-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .slider-common__content .slider__text br {
    display: none;
  }
}
.slider-common__content_left .slider__text {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .slider-common__content_center .slider__text {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .slider-common__content_center .slider__text .slider__body {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .slider-common__content_center .slider__text .slider__body {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
.slider-common_fullwidth {
  overflow: hidden;
}
.slider-common_fullwidth .owl-nav {
  display: none;
}
@media (min-width: 768px) {
  .slider-common_fullwidth .owl-nav {
    display: block;
  }
}
.slider-common_fullwidth .slider__image {
  height: 740px;
  min-height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 1380px) {
  .slider-common_fullwidth .slider__image {
    height: 635px;
  }
}
@media screen and (max-width: 960px) {
  .slider-common_fullwidth .slider__image {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .slider-common_fullwidth .slider__image {
    height: 400px;
  }
}
@media screen and (max-width: 576px) {
  .slider-common_fullwidth .slider__image {
    height: 350px;
  }
}
.slider-common_fullwidth .slider__mini-title {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: normal;
  text-transform: uppercase;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .slider-common_fullwidth .slider__mini-title {
    color: #66686b;
    font-size: 12px;
    margin-top: 24px;
    margin-bottom: 2px;
  }
}
.slider-common_fullwidth .slider__title {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.2;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .slider-common_fullwidth .slider__title {
    color: #000000;
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.slider-common_fullwidth .slider__body {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: normal;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .slider-common_fullwidth .slider__body {
    color: #66686b;
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.slider__text .section__body h4, .slider__text .search-results .entry__content h4, .search-results .slider__text .entry__content h4,
.slider__text .search-no-results .entry__content h4,
.search-no-results .slider__text .entry__content h4 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .slider__text .section__body h4, .slider__text .search-results .entry__content h4, .search-results .slider__text .entry__content h4,
  .slider__text .search-no-results .entry__content h4,
  .search-no-results .slider__text .entry__content h4 {
    font-size: 1.1rem;
  }
}
@media (min-width: 991px) {
  .slider__text .section__body h4, .slider__text .search-results .entry__content h4, .search-results .slider__text .entry__content h4,
  .slider__text .search-no-results .entry__content h4,
  .search-no-results .slider__text .entry__content h4 {
    font-size: 1.3rem;
  }
}
@media (min-width: 1350px) {
  .slider__text .section__body h4, .slider__text .search-results .entry__content h4, .search-results .slider__text .entry__content h4,
  .slider__text .search-no-results .entry__content h4,
  .search-no-results .slider__text .entry__content h4 {
    font-size: 1.5rem;
  }
}
.slider__text--light {
  color: #ffffff;
}
.slider__text--light .section__mini-heading, .slider__text--light .post-preview__inner__text__label, .slider__text--light .section__heading, .slider__text--light .section__body, .slider__text--light .search-results .entry__content, .search-results .slider__text--light .entry__content,
.slider__text--light .search-no-results .entry__content,
.search-no-results .slider__text--light .entry__content {
  color: #ffffff;
}
.slider__text--light .cta-link-custom-content-block {
  color: #ffffff;
}
.slider__text--light .cta-link-custom-content-block:hover {
  color: #ffffff !important;
}
.slider__text--light .cta-link-custom-content-block:hover::after {
  color: #ffffff;
  border-color: #ffffff !important;
}
.slider__text--light .cta-link-custom-content-block::after {
  color: #ffffff;
  border-color: #ffffff !important;
}
.slider__text--dark {
  color: #000000;
}
.slider__text--dark .section__mini-heading, .slider__text--dark .post-preview__inner__text__label, .slider__text--dark .section__heading, .slider__text--dark .section__body, .slider__text--dark .search-results .entry__content, .search-results .slider__text--dark .entry__content,
.slider__text--dark .search-no-results .entry__content,
.search-no-results .slider__text--dark .entry__content {
  color: #000000;
}
.slider__text--dark .cta-link-custom-content-block {
  color: #000000;
}
.slider__text--dark .cta-link-custom-content-block:hover {
  color: #000000 !important;
}
.slider__text--dark .cta-link-custom-content-block:hover::after {
  color: #000000;
  border-color: #000000 !important;
}
.slider__text--dark .cta-link-custom-content-block::after {
  color: #000000;
  border-color: #000000 !important;
}

.banner-slider .owl-carousel {
  display: block;
}
@media (max-width: 767px) {
  .banner-slider.slider-common_fullwidth .slider__item-wrap.slider__item-overlay:before {
    height: 100%;
  }
}
.banner-slider.slider-common_fullwidth .slider__item-wrap--light {
  color: #ffffff;
}
.banner-slider.slider-common_fullwidth .slider__item-wrap--light .slider__title {
  color: #ffffff;
}
.banner-slider.slider-common_fullwidth .slider__item-wrap--dark {
  color: #000000;
}
.banner-slider.slider-common_fullwidth .slider__item-wrap--dark .slider__title {
  color: #000000;
}
.banner-slider.slider-common_fullwidth .slider__image {
  height: calc(100vh - 20px);
  min-height: 450px;
}
@media (min-width: 768px) {
  .banner-slider.slider-common_fullwidth .slider__image {
    min-height: 600px;
  }
}
@media (min-width: 991px) {
  .banner-slider.slider-common_fullwidth .slider__image {
    min-height: 700px;
  }
}
@media (min-width: 1350px) {
  .banner-slider.slider-common_fullwidth .slider__image {
    min-height: 800px;
  }
}
@media (min-width: 1850px) {
  .banner-slider.slider-common_fullwidth .slider__image {
    min-height: 900px;
  }
}
@media screen and (max-width: 960px) {
  .banner-slider.slider-common_fullwidth .slider__image {
    height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .banner-slider.slider-common_fullwidth .slider__image {
    height: 500px;
  }
}
@media screen and (max-width: 576px) {
  .banner-slider.slider-common_fullwidth .slider__image {
    height: 347px;
  }
}
.banner-slider.slider-common_fullwidth .slider__image.fader {
  width: 100%;
  display: block;
}
.banner-slider.slider-common_fullwidth .slider__image.fader::before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 10;
  background-size: cover;
  -webkit-animation: myanim 5s ease-in-out 6s infinite alternate-reverse;
  animation: myanim 5s ease-in-out 6s infinite alternate-reverse;
}
.banner-slider.slider-common_fullwidth .slider__image.fader::after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  background-size: cover;
}
@-webkit-keyframes myanim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner-slider.slider-common_fullwidth .slider__image.mobile {
  display: none !important;
}
@media screen and (max-width: 576px) {
  .banner-slider.slider-common_fullwidth .slider__image.mobile {
    display: block !important;
  }
}
.banner-slider.slider-common_fullwidth .slider__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -35%, 0);
  text-align: center;
  max-width: 1200px;
}
.banner-slider.slider-common_fullwidth .slider__text .button-list {
  margin-top: 20px;
}
@media (min-width: 991px) {
  .banner-slider.slider-common_fullwidth .slider__text .button-list {
    margin-top: 40px;
  }
}
.banner-slider.slider-common_fullwidth .slider__title {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
}
.banner-slider.slider-common_fullwidth .slider__title.larger {
  font-size: 36px;
  line-height: 1em !important;
  display: inline-block;
  max-width: 1000px;
  margin: 0 auto;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
}
@media (min-width: 768px) {
  .banner-slider.slider-common_fullwidth .slider__title.larger {
    font-size: 80px;
  }
}
@media (min-width: 991px) {
  .banner-slider.slider-common_fullwidth .slider__title.larger {
    font-size: 120px;
  }
}
@media screen and (max-width: 768px) {
  .banner-slider.slider-common_fullwidth .slider__title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .page-template-template-homepage .banner-slider.slider-common_fullwidth .slider__title {
    font-size: 84px;
  }
}
.page-template-template-homepage .banner-slider.slider-common_fullwidth .owl-stage-outer:before, .page-template-template-homepage .banner-slider.slider-common_fullwidth .owl-stage-outer:after {
  background-color: transparent;
  border-style: solid;
  content: "";
  height: 22px;
  width: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform-origin: 50% 50%;
  border-left: none;
  border-top: none;
}
.page-template-template-homepage .banner-slider.slider-common_fullwidth .owl-stage-outer:before {
  border-color: rgba(0, 0, 0, 0.5);
  border-width: 2px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.25s ease-in;
}
.page-template-template-homepage .banner-slider.slider-common_fullwidth .owl-stage-outer:after {
  border-color: #d8d8d8;
  border-width: 2px;
}
.page-template-template-homepage .banner-slider.slider-common_fullwidth .owl-stage-outer:after {
  top: calc(100vh - 120px);
}

body.page-id-5935 .banner-slider.slider-common_fullwidth .slider__text,
body.page-id-5935 .slider.slider-common_fullwidth .slider__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
body.page-id-5935 .banner-slider.slider-common_fullwidth .slider__image,
body.page-id-5935 .slider.slider-common_fullwidth .slider__image {
  opacity: 0.4;
}
@media (min-width: 768px) {
  body.page-id-5935 .banner-slider.slider-common_fullwidth .slider__image,
  body.page-id-5935 .slider.slider-common_fullwidth .slider__image {
    opacity: 1;
  }
}

.banner-slider.slider-common_fullwidth .slider__text,
.slider.slider-common_fullwidth .slider__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 2 !important;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .banner-slider.slider-common_fullwidth .slider__text,
  .slider.slider-common_fullwidth .slider__text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.banner-slider.slider-common_fullwidth .slider__text .rightImage,
.slider.slider-common_fullwidth .slider__text .rightImage {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}
@media (min-width: 768px) {
  .banner-slider.slider-common_fullwidth .slider__text .rightImage,
  .slider.slider-common_fullwidth .slider__text .rightImage {
    display: block;
  }
}
.banner-slider.slider-common_fullwidth .slider__text .rightImage img,
.slider.slider-common_fullwidth .slider__text .rightImage img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .banner-slider.slider-common_fullwidth .slider__text .rightImage img,
  .slider.slider-common_fullwidth .slider__text .rightImage img {
    max-width: 200px;
  }
}
@media (min-width: 991px) {
  .banner-slider.slider-common_fullwidth .slider__text .rightImage img,
  .slider.slider-common_fullwidth .slider__text .rightImage img {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .banner-slider.slider-common_fullwidth .text-left .slider__text,
  .slider.slider-common_fullwidth .text-left .slider__text {
    padding-right: 5%;
  }
}
@media (min-width: 991px) {
  .banner-slider.slider-common_fullwidth .text-left .slider__text,
  .slider.slider-common_fullwidth .text-left .slider__text {
    padding-right: 15%;
  }
}
@media (min-width: 1350px) {
  .banner-slider.slider-common_fullwidth .text-left .slider__text,
  .slider.slider-common_fullwidth .text-left .slider__text {
    padding-right: 35%;
  }
}
@media (min-width: 1850px) {
  .banner-slider.slider-common_fullwidth .text-left .slider__text,
  .slider.slider-common_fullwidth .text-left .slider__text {
    padding-right: 22%;
  }
}
.banner-slider.slider-common_fullwidth .slider__body,
.slider.slider-common_fullwidth .slider__body {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4em;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .banner-slider.slider-common_fullwidth .slider__body,
  .slider.slider-common_fullwidth .slider__body {
    font-size: 14px;
    margin-bottom: 20px;
    color: #ffffff;
  }
}
.banner-slider.slider-common_fullwidth .section_video_bg,
.slider.slider-common_fullwidth .section_video_bg {
  display: block;
  visibility: visible;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: display 0.3s;
  -moz-transition: display 0.3s;
  transition: display 0.3s;
  pointer-events: none;
}
.banner-slider.slider-common_fullwidth .section_video_bg .overlay,
.slider.slider-common_fullwidth .section_video_bg .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-slider.slider-common_fullwidth .section_video_bg video,
.slider.slider-common_fullwidth .section_video_bg video {
  display: block;
  width: 100%;
  min-height: 100%;
  height: calc(100vh - 450px);
  object-fit: cover;
  vertical-align: middle;
  border-style: none;
}

body.home .banner-slider.slider-common_fullwidth .section_video_bg video {
  height: calc(100vh - 630px);
}
@media screen and (min-width: 769px) {
  body.home .banner-slider.slider-common_fullwidth .section_video_bg video {
    height: calc(100vh - 450px);
  }
}

/* Owl Carousel Slider Updates */
.slider-center__inner .owl-nav {
  transform: none !important;
  left: 0 !important;
  margin-top: 0 !important;
  max-width: none !important;
  top: 10px !important;
  width: 100% !important;
}
.slider-center__inner .owl-nav .slider-center__counter {
  color: #5f6c7b !important;
  position: absolute !important;
  left: 170px !important;
  margin-top: 5px !important;
}
.slider-center__inner .owl-nav button.owl-prev, .slider-center__inner .owl-nav button.owl-next {
  border: 1px solid rgba(0, 48, 87, 0.5) !important;
}
.slider-center__inner .owl-nav button.owl-prev:after, .slider-center__inner .owl-nav button.owl-next:after {
  border-color: #5f6c7b !important;
}
.slider-center__inner .owl-nav .slider-center__progress {
  display: none !important;
}

.slider-center__active-text {
  margin-top: 80px !important;
}

@media (min-width: 961px) {
  .slider-center__inner .owl-nav {
    margin-left: 12px !important;
  }
}
@media (min-width: 1380px) {
  .slider-center__inner .owl-nav {
    margin-left: 0px !important;
  }
}
.latham-product-modal .single-product-slider #product-gallery-main .owl-item .slider-common__image {
  height: 400px !important;
}

.hero-banner.banner-slider.slider-common_fullwidth.scaleAnimate .slider__image,
.slider.slider-common_fullwidth.scaleAnimate .slider__image {
  animation: zoomEffect 30s ease-in-out 0s infinite alternate both;
  -webkit-animation: zoomEffect 30s ease-in-out 0s infinite alternate both;
  -o-animation: zoomEffect 30s ease-in-out 0s infinite alternate both;
  -moz--o-animation: zoomEffect 30s ease-in-out 0s infinite alternate both;
}
.hero-banner.banner-slider.slider-common_fullwidth.scaleAnimate .media_label.credit,
.slider.slider-common_fullwidth.scaleAnimate .media_label.credit {
  z-index: 2;
  display: none;
}
.hero-banner.banner-slider.slider-common_fullwidth.scaleAnimate .media_label.credit .media_label_on,
.slider.slider-common_fullwidth.scaleAnimate .media_label.credit .media_label_on {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
}
.hero-banner.banner-slider.slider-common_fullwidth.scaleAnimate .media_label.credit .media_label-sub_on,
.slider.slider-common_fullwidth.scaleAnimate .media_label.credit .media_label-sub_on {
  text-align: left;
  width: 28%;
}
@media (min-width: 991px) {
  .hero-banner.banner-slider.slider-common_fullwidth.scaleAnimate .media_label.credit,
  .slider.slider-common_fullwidth.scaleAnimate .media_label.credit {
    bottom: 28px;
    display: block;
  }
}
@media (min-width: 1350px) {
  .hero-banner.banner-slider.slider-common_fullwidth.scaleAnimate .media_label.credit,
  .slider.slider-common_fullwidth.scaleAnimate .media_label.credit {
    bottom: 12px;
  }
}
.hero-banner.banner-slider.slider-common_fullwidth.scaleAnimate .owl-carousel .owl-item,
.slider.slider-common_fullwidth.scaleAnimate .owl-carousel .owl-item {
  overflow: hidden;
}
@keyframes zoomEffect {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}

.hero-banner.banner-slider.slider-common_fullwidth .slider__text .slider__title {
  margin-bottom: 0;
}
.hero-banner.banner-slider.slider-common_fullwidth .media_label.credit {
  z-index: 2;
  display: none;
}
.hero-banner.banner-slider.slider-common_fullwidth .media_label.credit .media_label_on {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
}
.hero-banner.banner-slider.slider-common_fullwidth .media_label.credit .media_label-sub_on {
  text-align: left;
  width: 28%;
}
@media (min-width: 991px) {
  .hero-banner.banner-slider.slider-common_fullwidth .media_label.credit {
    bottom: 8px;
    display: block;
  }
}
@media (min-width: 1350px) {
  .hero-banner.banner-slider.slider-common_fullwidth .media_label.credit {
    bottom: 0px;
  }
}

@media (min-width: 991px) {
  body.logged-in .hero-banner.banner-slider.slider-common_fullwidth.scaleAnimate .media_label.credit {
    bottom: 70px;
    display: block;
  }
}
@media (min-width: 1350px) {
  body.logged-in .hero-banner.banner-slider.slider-common_fullwidth.scaleAnimate .media_label.credit {
    bottom: 50px;
  }
}

.slider-center {
  padding: 70px 0 40px 0;
  position: relative;
}
@media screen and (max-width: 960px) {
  .slider-center {
    padding: 40px 0 0 30px;
  }
}
.slider-center .pool-colors {
  display: none;
}
.slider-center .photo-credit {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #0078a3;
}
@media (min-width: 768px) {
  .slider-center .photo-credit {
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
    color: #ffffff;
  }
}
.slider-center .stock {
  width: 100%;
  clear: both;
  display: block;
  margin-top: 10px;
}
.slider-center .stock h4 {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  width: auto;
  display: inline-block;
  background-color: #ff8672;
  color: #ffffff;
  text-align: center;
  padding: 5px 10px 3px 10px;
  text-transform: uppercase;
}
@media screen and (min-width: 961px) {
  .slider-center__active-text {
    position: absolute;
    left: calc(50vw - 690px);
    max-width: 340px;
    width: 100%;
    z-index: 2;
    transition: opacity 0.15s;
    padding-left: 30px !important;
  }
  .slider-center__active-text .section__mini-heading, .slider-center__active-text .post-preview__inner__text__label {
    margin-bottom: 0;
  }
  .slider-center__active-text .section__heading {
    margin-bottom: 10px;
  }
  .slider-center__active-text .section__body, .slider-center__active-text .search-results .entry__content, .search-results .slider-center__active-text .entry__content,
  .slider-center__active-text .search-no-results .entry__content,
  .search-no-results .slider-center__active-text .entry__content {
    margin-bottom: 10px;
    padding-bottom: 10px !important;
  }
  .slider-center__active-text .cta-link {
    line-height: 18px;
  }
  .slider-center__active-text .cta-link a {
    color: #0078a3;
  }
  .slider-center__active-text .cta-link a:after {
    border-color: #0078a3;
  }
}
@media screen and (min-width: 961px) and (max-width: 1480px) {
  .slider-center__active-text {
    left: 15px;
    max-width: 280px;
  }
}
@media screen and (max-width: 960px) {
  .slider-center__active-text {
    display: none;
  }
}
@media screen and (min-width: 1380px) {
  .slider-center__inner {
    margin-right: 0;
    margin-left: calc(50vw - 690px);
    padding-left: 380px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1480px) {
  .slider-center__inner {
    padding-left: 315px;
    margin: 0;
  }
}
.slider-center__inner .active-center .slider-center__inner__item__text .section__mini-heading, .slider-center__inner .active-center .slider-center__inner__item__text .post-preview__inner__text__label,
.slider-center__inner .active-center .slider-center__inner__item__text .section__subsection-heading {
  opacity: 0;
  display: none;
}
.slider-center__inner .active-center .slider-center__inner__item__text .pool-color {
  opacity: 1;
}
.slider-center__inner .active-center .slider-center__inner__item__text .photo-credit {
  opacity: 1;
}
.slider-center__inner .active-center .slider-center__inner__item__image {
  width: 610px;
  transition: width 0.4s;
}
.slider-center__inner .active-center .slider-center__inner__item__image:hover {
  cursor: initial;
}
.slider-center__inner .active-center .slider-center__inner__item__image:after {
  opacity: 0;
}
.slider-center__inner__item {
  position: relative;
}
@media screen and (min-width: 961px) {
  .slider-center__inner__item__text {
    position: absolute;
    bottom: 20px;
    left: 40px;
    z-index: 1;
  }
  .slider-center__inner__item__text .section__mini-heading, .slider-center__inner__item__text .post-preview__inner__text__label,
  .slider-center__inner__item__text .section__subsection-heading {
    color: #ffffff;
    opacity: 1;
    display: block;
    transition: opacity 0.25s;
  }
  .slider-center__inner__item__text .pool-color {
    opacity: 0;
  }
  .slider-center__inner__item__text .photo-credit {
    opacity: 0;
  }
  .slider-center__inner__item__text .section__mini-heading, .slider-center__inner__item__text .post-preview__inner__text__label {
    margin-bottom: 2px;
  }
  .slider-center__inner__item__text .section__subsection-heading {
    font-size: 24px;
  }
  .slider-center__inner__item__text .section__body, .slider-center__inner__item__text .search-results .entry__content, .search-results .slider-center__inner__item__text .entry__content,
  .slider-center__inner__item__text .search-no-results .entry__content,
  .search-no-results .slider-center__inner__item__text .entry__content,
  .slider-center__inner__item__text .cta-link {
    display: none;
  }
  .slider-center__inner__item__text .pool-color {
    display: block;
    cursor: pointer;
  }
  .slider-center__inner__item__text .pool-color .button {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 960px) {
  .slider-center__inner__item__text {
    margin-top: 12px;
    padding-right: 15px;
  }
  .slider-center__inner__item__text > *:last-child {
    margin-bottom: 0;
  }
  .slider-center__inner__item__text .cta-link {
    color: #0078a3;
  }
  .slider-center__inner__item__text .cta-link:after {
    border-color: #0078a3;
  }
}
.slider-center__inner__item__image {
  position: relative;
  border-radius: 7px;
  aspect-ratio: 1;
}
@media screen and (min-width: 961px) {
  .slider-center__inner__item__image {
    height: 620px;
    width: 620px;
    transition: width 0.4s;
  }
}
@media screen and (max-width: 960px) {
  .slider-center__inner__item__image {
    height: 450px;
    height: 100%;
  }
}
@media screen and (max-width: 576px) {
  .slider-center__inner__item__image {
    height: 450px;
    height: 100%;
  }
}
.slider-center__inner__item__image .imgCaption {
  position: absolute;
  display: none;
  right: 15px;
  left: auto;
  top: 15px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
}
.slider-center__inner__item__image:hover {
  cursor: pointer;
}
.slider-center__inner__item__image:hover:after {
  opacity: 0.6;
}
.slider-center__inner__item__image:after {
  border-radius: 7px;
  background-image: linear-gradient(180deg, rgba(44, 79, 90, 0) 1%, rgba(8, 39, 69, 0.7) 100%);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.25s;
}
.slider-center__inner__item__image__inner {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 7px;
}
.slider-center__inner.owl-carousel .owl-stage .owl-item.active .slider-center__inner__item__image:after {
  background-image: none;
  border-radius: 7px;
}
@media (min-width: 768px) {
  .slider-center__inner.owl-carousel .owl-stage .owl-item.active .slider-center__inner__item__image:after {
    background-image: linear-gradient(180deg, rgba(44, 79, 90, 0) 1%, rgba(8, 39, 69, 0.7) 100%);
  }
}
@media screen and (min-width: 961px) {
  .slider-center__inner.owl-carousel {
    width: auto;
  }
}
@media screen and (max-width: 960px) {
  .slider-center__inner.owl-carousel .owl-stage {
    left: -15px;
  }
}
@media screen and (max-width: 960px) {
  .slider-center__inner.owl-carousel .owl-item .slider-center__inner__item__text {
    opacity: 0;
    transition: opacity 0.25s;
  }
}
@media screen and (max-width: 960px) {
  .slider-center__inner.owl-carousel .owl-item.active .slider-center__inner__item__text {
    opacity: 1;
    transition: opacity 0.25s;
  }
}
@media screen and (min-width: 961px) {
  .slider-center__inner .owl-nav {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50vw;
    transform: translate3d(-50vw, 0, 0);
    margin-top: 50px;
    max-width: 1480px;
    width: 100%;
  }
}
@media screen and (min-width: 961px) and (max-width: 1480px) {
  .slider-center__inner .owl-nav {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 960px) {
  .slider-center__inner .owl-nav {
    margin-top: 35px;
    position: relative;
  }
}
.slider-center__inner .owl-nav > * {
  display: inline-block;
}
.slider-center__inner .owl-nav .slider-center__counter {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: rgba(102, 104, 107, 0.5);
  margin-right: 30px;
}
@media screen and (max-width: 960px) {
  .slider-center__inner .owl-nav .slider-center__counter {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.slider-center__inner .owl-nav .slider-center__progress {
  background-color: rgba(0, 0, 0, 0.2);
  flex-grow: 1;
  height: 1px;
  margin-right: 40px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .slider-center__inner .owl-nav .slider-center__progress {
    display: none;
  }
}
.slider-center__inner .owl-nav .slider-center__progress__inner {
  background-color: #000;
  height: 100%;
  padding-left: 15px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
.slider-center__inner .owl-nav button.owl-prev,
.slider-center__inner .owl-nav button.owl-next {
  border: 1px solid rgba(0, 48, 87, 0.2);
  border-radius: 50%;
  color: transparent;
  display: inline-block;
  position: relative;
  height: 57px;
  width: 57px;
}
.slider-center__inner .owl-nav button.owl-prev:hover:before,
.slider-center__inner .owl-nav button.owl-next:hover:before {
  opacity: 1;
}
.slider-center__inner .owl-nav button.owl-prev span,
.slider-center__inner .owl-nav button.owl-next span {
  opacity: 0;
}
.slider-center__inner .owl-nav button.owl-prev {
  margin-right: 16px;
}
.slider-center__inner .owl-nav button.owl-prev:before, .slider-center__inner .owl-nav button.owl-prev:after {
  background-color: transparent;
  border-style: solid;
  content: "";
  height: 19px;
  width: 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform-origin: 50% 50%;
  border-top: none;
  border-right: none;
}
.slider-center__inner .owl-nav button.owl-prev:before {
  border-color: rgba(0, 0, 0, 0.5);
  border-width: 2px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.25s ease-in;
}
.slider-center__inner .owl-nav button.owl-prev:after {
  border-color: #d8d8d8;
  border-width: 2px;
}
.slider-center__inner .owl-nav button.owl-prev:before, .slider-center__inner .owl-nav button.owl-prev:after {
  left: calc(50% + 3px);
}
.slider-center__inner .owl-nav button.owl-next:before, .slider-center__inner .owl-nav button.owl-next:after {
  background-color: transparent;
  border-style: solid;
  content: "";
  height: 19px;
  width: 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform-origin: 50% 50%;
  border-left: none;
  border-bottom: none;
}
.slider-center__inner .owl-nav button.owl-next:before {
  border-color: rgba(0, 0, 0, 0.5);
  border-width: 2px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.25s ease-in;
}
.slider-center__inner .owl-nav button.owl-next:after {
  border-color: #d8d8d8;
  border-width: 2px;
}
.slider-center__inner .owl-nav button.owl-next:before, .slider-center__inner .owl-nav button.owl-next:after {
  left: calc(50% - 3px);
}

.mfp-arrow-right:after {
  border-color: white;
  box-shadow: 2px -2px 1px rgba(0, 0, 0, 0.5);
}

.mfp-arrow-left:after {
  border-color: white;
  box-shadow: -2px 2px 1px rgba(0, 0, 0, 0.5);
}

.mfp-container .mfp-content figcaption {
  display: block;
}

.poolColors .mfp-container .mfp-content figcaption {
  display: none;
}

.owl-item.active-center.active .imgCaption {
  display: block;
}

/* Owl Carousel Slider Updates */
.slider-center__inner .owl-nav .slider-center__counter {
  color: #5f6c7b !important;
  position: absolute !important;
  left: 170px !important;
  margin-top: 5px !important;
}
@media (min-width: 961px) {
  .slider-center__inner .owl-nav .slider-center__counter {
    top: 0;
    left: 10px !important;
    color: #ffffff !important;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
  }
}
@media screen and (min-width: 1380px) {
  .slider-center__inner .owl-nav .slider-center__counter {
    top: 0;
    left: 10px !important;
    color: #ffffff !important;
  }
}

.slider-center__inner .owl-nav button.owl-prev,
.slider-center__inner .owl-nav button.owl-next {
  border: 1px solid rgba(0, 48, 87, 0.5) !important;
  background-color: #ffffff;
}
@media (min-width: 961px) {
  .slider-center__inner .owl-nav button.owl-prev,
  .slider-center__inner .owl-nav button.owl-next {
    margin-top: 280px;
    opacity: 0.6;
  }
  .slider-center__inner .owl-nav button.owl-prev:hover,
  .slider-center__inner .owl-nav button.owl-next:hover {
    opacity: 0.9;
  }
}

.slider-center__inner .owl-nav button.owl-prev:after,
.slider-center__inner .owl-nav button.owl-next:after {
  border-color: #5f6c7b !important;
}

.slider-center__inner .owl-nav {
  transform: none !important;
  left: 0 !important;
  margin-top: 0 !important;
  max-width: none !important;
  top: 10px !important;
  width: 100% !important;
  margin-bottom: 35px;
}

.slider-center__inner .owl-nav .slider-center__progress {
  display: none !important;
}

.slider-center__active-text {
  margin-top: 20px !important;
  padding-left: 15px;
}
.slider-center__active-text .pool-color {
  display: none;
}
.slider-center__active-text .photo-credit {
  display: none;
}

@media (min-width: 961px) {
  .slider-center__inner .owl-nav {
    margin-left: 12px !important;
    margin-left: 325px !important;
    display: block !important;
  }
  .slider-center__inner .owl-nav button.owl-next {
    margin-left: 460px !important;
  }
}
@media (min-width: 1380px) {
  .slider-center__inner .owl-nav {
    margin-left: 0px !important;
    margin-left: 390px !important;
  }
  .slider-center__inner .owl-nav button.owl-next {
    margin-left: 460px !important;
  }
}
.section_media_video .owl-carousel .owl-item {
  aspect-ratio: 6/4;
}
@media (min-width: 768px) {
  .section_media_video .owl-carousel .owl-item {
    aspect-ratio: auto;
  }
}
.section_media_video .owl-carousel .owl-item img {
  aspect-ratio: 6/4;
}
@media (min-width: 768px) {
  .section_media_video .owl-carousel .owl-item img {
    aspect-ratio: auto;
  }
}
.section_media_video .video-container {
  min-height: auto;
}
@media (min-width: 768px) {
  .section_media_video .video-container {
    min-height: 350px;
  }
}
@media (min-width: 991px) {
  .section_media_video .video-container {
    min-height: 467px;
  }
}
@media (min-width: 1350px) {
  .section_media_video .video-container {
    min-height: 550px;
  }
}
.section_media_video .video-container.video400, .section_media_video .video-container.video550, .section_media_video .video-container.video650 {
  height: auto;
}
.section_media_video .video-container.video400 .half-image img, .section_media_video .video-container.video550 .half-image img, .section_media_video .video-container.video650 .half-image img {
  height: auto;
  max-height: none;
}
.section_media_video .video-container.video400 {
  height: 250px;
}
@media (min-width: 768px) {
  .section_media_video .video-container.video400 {
    height: 300px;
  }
}
@media (min-width: 991px) {
  .section_media_video .video-container.video400 {
    height: 320px;
  }
}
@media (min-width: 1350px) {
  .section_media_video .video-container.video400 {
    height: 400px;
  }
}
.section_media_video .video-container.video400 .half-image img.lider-common__image-shortest {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1480px) {
  .section_media_video .video-container.video400 .half-image img.lider-common__image-shortest {
    height: 400px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1480px) {
  .section_media_video .video-container.video400 .half-image img.lider-common__image-shortest {
    height: 320px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .section_media_video .video-container.video400 .half-image img.lider-common__image-shortest {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .section_media_video .video-container.video400 .half-image img.lider-common__image-shortest {
    height: 300px;
  }
}
.section_media_video .video-container.video550 {
  height: 250px;
}
@media (min-width: 768px) {
  .section_media_video .video-container.video550 {
    height: 400px;
  }
}
@media (min-width: 991px) {
  .section_media_video .video-container.video550 {
    height: 550px;
  }
}
@media (min-width: 1350px) {
  .section_media_video .video-container.video550 {
    height: 600px;
  }
}
.section_media_video .video-container.video550 .half-image img.slider-common__image-shorter {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1480px) {
  .section_media_video .video-container.video550 .half-image img.slider-common__image-shorter {
    height: 550px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1480px) {
  .section_media_video .video-container.video550 .half-image img.slider-common__image-shorter {
    height: 420px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .section_media_video .video-container.video550 .half-image img.slider-common__image-shorter {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .section_media_video .video-container.video550 .half-image img.slider-common__image-shorter {
    height: auto;
  }
}
.section_media_video .video-container.video550 .half-image img.slider-common__image-shorter.contain {
  object-fit: contain;
}
.section_media_video .video-container.video650 {
  height: 250px;
}
@media (min-width: 768px) {
  .section_media_video .video-container.video650 {
    height: 400px;
  }
}
@media (min-width: 991px) {
  .section_media_video .video-container.video650 {
    height: 550px;
  }
}
@media (min-width: 1350px) {
  .section_media_video .video-container.video650 {
    height: 700px;
  }
}
.section_media_video .video-container.video650 .half-image img.slider-common__image {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1480px) {
  .section_media_video .video-container.video650 .half-image img.slider-common__image {
    height: 650px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1480px) {
  .section_media_video .video-container.video650 .half-image img.slider-common__image {
    height: 500px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .section_media_video .video-container.video650 .half-image img.slider-common__image {
    height: 420px;
  }
}
@media screen and (max-width: 768px) {
  .section_media_video .video-container.video650 .half-image img.slider-common__image {
    height: auto;
  }
}

.slider_smallh.banner-slider.slider-common_fullwidth .slider__image {
  height: 350px;
  width: 100%;
  object-fit: cover;
  display: block;
  min-height: auto !important;
}
@media (min-width: 768px) {
  .slider_smallh.banner-slider.slider-common_fullwidth .slider__image {
    height: 400px;
  }
}
@media (min-width: 991px) {
  .slider_smallh.banner-slider.slider-common_fullwidth .slider__image {
    height: 520px;
  }
}
.slider_boxed.banner-slider.slider-common_fullwidth {
  overflow: visible;
}
.slider_boxed.banner-slider.slider-common_fullwidth .slider__item-wrap--light .slider__image {
  height: 350px;
  width: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  .slider_boxed.banner-slider.slider-common_fullwidth .slider__item-wrap--light .slider__image {
    height: 460px;
  }
}
@media (min-width: 991px) {
  .slider_boxed.banner-slider.slider-common_fullwidth .slider__item-wrap--light .slider__image {
    height: 620px;
  }
}
.slider-common_half {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .slider-common_half .slider-common {
    align-self: center;
  }
}
@media screen and (max-width: 767px) {
  .slider-common_half .row .slider-common {
    padding-right: 0;
    padding-left: 0;
  }
}
.slider-common_half.image-shortest {
  height: auto;
  object-fit: cover;
}
@media (min-width: 768px) {
  .slider-common_half.image-shortest {
    height: 300px;
  }
}
@media (min-width: 991px) {
  .slider-common_half.image-shortest {
    height: 320px;
  }
}
@media (min-width: 1350px) {
  .slider-common_half.image-shortest {
    height: 400px;
  }
}
.slider-common_half.image-shorter {
  height: auto;
  object-fit: cover;
}
@media (min-width: 768px) {
  .slider-common_half.image-shorter {
    height: 400px;
  }
}
@media (min-width: 991px) {
  .slider-common_half.image-shorter {
    height: 420px;
  }
}
@media (min-width: 1350px) {
  .slider-common_half.image-shorter {
    height: 550px;
  }
}
.slider-common_half.image-standard {
  height: auto;
  object-fit: cover;
}
@media (min-width: 768px) {
  .slider-common_half.image-standard {
    height: 420px;
  }
}
@media (min-width: 991px) {
  .slider-common_half.image-standard {
    height: 500px;
  }
}
@media (min-width: 1350px) {
  .slider-common_half.image-standard {
    height: 650px;
  }
}
.slider-common_half.image-contain {
  height: auto;
  object-fit: contain;
}
@media (min-width: 768px) {
  .slider-common_half.image-contain {
    height: 450px;
  }
}
@media (min-width: 991px) {
  .slider-common_half.image-contain {
    height: 550px;
  }
}
@media (min-width: 1350px) {
  .slider-common_half.image-contain {
    height: 650px;
  }
}
@media (min-width: 1850px) {
  .slider-common_half.image-contain {
    height: 720px;
  }
}
.slider-common_half .slider-common__image {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
  height: auto;
}
@media (min-width: 768px) {
  .slider-common_half .slider-common__image {
    height: 420px;
  }
}
@media (min-width: 991px) {
  .slider-common_half .slider-common__image {
    height: 500px;
  }
}
@media (min-width: 1350px) {
  .slider-common_half .slider-common__image {
    height: 650px;
  }
}
.slider-common_half .slider-common__image-shorter {
  min-height: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 768px) {
  .slider-common_half .slider-common__image-shorter {
    height: 400px;
  }
}
@media (min-width: 991px) {
  .slider-common_half .slider-common__image-shorter {
    height: 420px;
  }
}
@media (min-width: 1350px) {
  .slider-common_half .slider-common__image-shorter {
    height: 550px;
  }
}
.slider-common_half .slider-common__image-shorter.contain {
  height: auto;
  width: 90%;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}
@media (min-width: 768px) {
  .slider-common_half .slider-common__image-shorter.contain {
    height: 450px;
    width: 100%;
    margin: 0;
    display: inline-block;
  }
}
@media (min-width: 991px) {
  .slider-common_half .slider-common__image-shorter.contain {
    height: 550px;
    object-fit: contain;
    object-position: right;
  }
}
@media (min-width: 1350px) {
  .slider-common_half .slider-common__image-shorter.contain {
    height: 650px;
  }
}
@media (min-width: 1850px) {
  .slider-common_half .slider-common__image-shorter.contain {
    height: 720px;
  }
}
.slider-common_half .slider-common__image-shorter.contain.more {
  object-fit: contain;
  object-position: center;
}
@media (min-width: 991px) {
  .slider-common_half .slider-common__image-shorter.contain.more {
    object-fit: contain;
  }
}
.slider-common_half .slider-common__image-shortest {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
  height: auto;
}
@media (min-width: 768px) {
  .slider-common_half .slider-common__image-shortest {
    height: 300px;
  }
}
@media (min-width: 991px) {
  .slider-common_half .slider-common__image-shortest {
    height: 320px;
  }
}
@media (min-width: 1350px) {
  .slider-common_half .slider-common__image-shortest {
    height: 400px;
  }
}
.slider-common .slider__item-wrap.slider__item-overlay:before {
  content: "";
  background: rgba(0, 18, 32, 0.4);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
@media (max-width: 767px) {
  .slider-common .slider__item-wrap.slider__item-overlay:before {
    height: 450px;
  }
}
@media (max-width: 576px) {
  .slider-common .slider__item-wrap.slider__item-overlay:before {
    height: 350px;
  }
}

.text-and-image .text-and-image__wrap .slider-common_half .image-wrapper .slider-common__item .media_label .media_label-sub_on {
  margin-bottom: 0rem;
}
@media (min-width: 991px) {
  .text-and-image .text-and-image__wrap .slider-common_half .image-wrapper .slider-common__item .media_label .media_label-sub_on {
    margin-bottom: 0.7rem;
  }
}

@media screen and (max-width: 767px) {
  .section-inner_stick_right .text-block,
  .section-inner_stick_right .slider-common {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .section-inner_stick_right .slider-common {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-inner_stick_left .text-block,
  .section-inner_stick_left .slider-common {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .section-inner_stick_left .slider-common {
    padding-left: 0;
  }
}

.slider-common_half .slider-common__item a {
  display: block;
}
.slider-common_half .slider-common__item a img {
  cursor: pointer;
}

.row.text-and-image__wrap--right.objectFit .slider-common_half .media_label {
  background-color: transparent;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%);
  padding: 20px 80px 10px 50px;
}
.row.text-and-image__wrap--right.objectFit .slider-common_half .slider-common__image-shorter.contain.more {
  object-fit: contain;
  object-position: center;
}
@media (min-width: 991px) {
  .row.text-and-image__wrap--right.objectFit .slider-common_half .slider-common__image-shorter.contain.more {
    object-fit: cover;
    object-position: right;
  }
}

.row.text-and-image__wrap--left.objectFit .slider-common_half .media_label {
  background-color: transparent;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%);
  padding: 20px 50px 10px 80px;
  text-align: right;
}
.row.text-and-image__wrap--left.objectFit .slider-common_half .slider-common__image-shorter.contain.more {
  object-fit: contain;
  object-position: center;
}
@media (min-width: 991px) {
  .row.text-and-image__wrap--left.objectFit .slider-common_half .slider-common__image-shorter.contain.more {
    object-fit: cover;
    object-position: left;
  }
}

.slider-common_fullwidth .gallery-slider.owl-carousel,
.slider-common_fullwidth .gallery-slider.animate.owl-carousel {
  padding-bottom: 40px;
}
@media (min-width: 1350px) {
  .slider-common_fullwidth .gallery-slider.owl-carousel,
  .slider-common_fullwidth .gallery-slider.animate.owl-carousel {
    padding-bottom: 0px;
  }
}
.slider-common_fullwidth .gallery-slider.owl-carousel .owl-dots,
.slider-common_fullwidth .gallery-slider.animate.owl-carousel .owl-dots {
  bottom: -13px;
  top: auto;
}
@media (min-width: 1350px) {
  .slider-common_fullwidth .gallery-slider.owl-carousel .owl-dots,
  .slider-common_fullwidth .gallery-slider.animate.owl-carousel .owl-dots {
    top: auto;
    bottom: 0px;
  }
}
.slider-common_fullwidth .slider__item-wrap .slider__text {
  padding-left: 30px;
  max-width: 1380px;
}
@media (min-width: 768px) {
  .slider-common_fullwidth .slider__item-wrap .slider__text {
    padding-left: 0;
    padding-right: 0;
  }
}
.slider-common_fullwidth .slider__item-wrap .slider__text .section__heading {
  font-size: 30px;
}
@media (min-width: 768px) {
  .slider-common_fullwidth .slider__item-wrap .slider__text .section__heading {
    font-size: 40px;
  }
}
@media (min-width: 991px) {
  .slider-common_fullwidth .slider__item-wrap .slider__text .section__heading {
    font-size: 65px;
  }
}
.slider-common_fullwidth .slider__item-wrap .slider__text .section__body, .slider-common_fullwidth .slider__item-wrap .slider__text .search-results .entry__content, .search-results .slider-common_fullwidth .slider__item-wrap .slider__text .entry__content,
.slider-common_fullwidth .slider__item-wrap .slider__text .search-no-results .entry__content,
.search-no-results .slider-common_fullwidth .slider__item-wrap .slider__text .entry__content {
  font-size: 1rem;
  z-index: 5;
  position: relative;
}
@media (min-width: 991px) {
  .slider-common_fullwidth .slider__item-wrap .slider__text .section__body, .slider-common_fullwidth .slider__item-wrap .slider__text .search-results .entry__content, .search-results .slider-common_fullwidth .slider__item-wrap .slider__text .entry__content,
  .slider-common_fullwidth .slider__item-wrap .slider__text .search-no-results .entry__content,
  .search-no-results .slider-common_fullwidth .slider__item-wrap .slider__text .entry__content {
    font-size: 1.25rem;
  }
}
.slider-common_fullwidth .slider__item-wrap .media_label.credit .media_label-sub_on {
  text-align: right;
}
.slider-common_fullwidth .slider__item-wrap .imageMask.size-full {
  display: block;
}
@media (min-width: 768px) {
  .slider-common_fullwidth .slider__item-wrap .imageMask.size-full {
    display: block;
  }
}
.slider-common_fullwidth .slider__item-wrap .imageMask.size-mobile {
  display: block;
}
@media (min-width: 768px) {
  .slider-common_fullwidth .slider__item-wrap .imageMask.size-mobile {
    display: none;
  }
}
.slider-common_fullwidth .slider__item-wrap.mobile-replace .slider__image.size-full {
  opacity: 0;
}
@media (min-width: 768px) {
  .slider-common_fullwidth .slider__item-wrap.mobile-replace .slider__image.size-full {
    opacity: 1;
  }
}
.slider-common_fullwidth .text-left .section__body, .slider-common_fullwidth .text-left .search-results .entry__content, .search-results .slider-common_fullwidth .text-left .entry__content,
.slider-common_fullwidth .text-left .search-no-results .entry__content,
.search-no-results .slider-common_fullwidth .text-left .entry__content {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.slider-common_fullwidth.hero-banner .slider__item-wrap .slider__text {
  max-width: 1080px;
}

@media screen and (max-width: 1040px) {
  .slider-common-mosaics {
    align-self: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .slider-common-mosaics {
    align-self: center;
  }
}
@media screen and (max-width: 768px) {
  .slider-common-mosaics {
    padding: 0 46px;
  }
}
.slider-common-mosaics .slider-common__item {
  padding-bottom: 90px;
}
.slider-common-mosaics .media_label {
  max-width: 640px;
  width: 100%;
  top: 100%;
  left: 0;
  transform: translate(0, -100%);
  text-align: center;
  background-color: transparent !important;
  background: none !important;
  text-shadow: none !important;
}
.slider-common-mosaics .media_label_on {
  color: #000000;
}
.slider-common-mosaics .media_label-sub_on {
  color: #66686b;
}
.slider-common-mosaics .mosaics {
  display: flex;
  flex-wrap: wrap;
}
.slider-common-mosaics .mosaics_image {
  flex: 1 0 50%;
  max-width: 320px;
  max-height: 250px;
  padding-bottom: 7px;
}
.slider-common-mosaics .mosaics_image:nth-child(odd) {
  padding-right: 3.5px;
}
.slider-common-mosaics .mosaics_image:nth-child(even) {
  padding-left: 3.5px;
}
.slider-common-mosaics .mosaics_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slider-common-mosaics .owl-stage-outer {
  margin: 0 auto;
  max-width: 640px;
}
.slider-common-mosaics .owl-nav {
  top: calc(50% - 50px);
}
.slider-common-mosaics .owl-nav .owl-prev,
.slider-common-mosaics .owl-nav .owl-next {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: inline-block;
  height: 46px;
  width: 46px;
  position: absolute;
}
.slider-common-mosaics .owl-nav .owl-prev {
  left: 15px;
}
.slider-common-mosaics .owl-nav .owl-next {
  right: 15px;
}
.slider-common-mosaics .owl-dots {
  top: auto;
  bottom: 35px;
}
.slider-common-mosaics .owl-dots .owl-dot {
  background-color: #d8d8d8;
}
.slider-common-mosaics .owl-dots .owl-dot.active {
  background-color: #ffffff;
  border: 2px solid #000000;
}

@media screen and (min-width: 1500px) {
  .section_media_left .slider-common-mosaics {
    margin-left: -60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1499px) {
  .section_media_left .text-block {
    padding-left: 30px;
  }
}

#topAnnounce {
  display: block;
  width: 100%;
  box-shadow: 0 1px 0 rgba(0, 48, 87, 0.7);
  background-color: #ff8672;
}
#topAnnounce .top-content {
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 12px;
}
@media (min-width: 991px) {
  #topAnnounce .top-content {
    padding: 12px 190px;
  }
}
#topAnnounce .top-content p,
#topAnnounce .top-content h2,
#topAnnounce .top-content h3,
#topAnnounce .top-content h4 {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2em;
  margin: 0;
}
@media (min-width: 991px) {
  #topAnnounce .top-content p,
  #topAnnounce .top-content h2,
  #topAnnounce .top-content h3,
  #topAnnounce .top-content h4 {
    font-size: 16px;
  }
}
#topAnnounce .top-content h2 {
  font-size: 14px;
}
@media (min-width: 991px) {
  #topAnnounce .top-content h2 {
    font-size: 24px;
  }
}
#topAnnounce .top-content h3 {
  font-size: 14px;
}
@media (min-width: 991px) {
  #topAnnounce .top-content h3 {
    font-size: 20px;
  }
}
#topAnnounce .top-content h4 {
  font-size: 14px;
}
@media (min-width: 991px) {
  #topAnnounce .top-content h4 {
    font-size: 18px;
  }
}

.top-nav {
  background-color: #f0f5f5;
  box-shadow: 0 1px 0 rgba(0, 48, 87, 0.15);
}
@media screen and (max-width: 991px) {
  .top-nav {
    display: none;
  }
}
.top-nav__inner {
  padding-top: 0;
  padding-bottom: 0;
}
.top-nav__inner .navbar-collapse .menu {
  margin-left: auto;
}
@media screen and (min-width: 992px) {
  .top-nav__inner .navbar-collapse .menu .menu__item .dropdown-header-wrap {
    display: none;
  }
}
.top-nav__inner .navbar-collapse .menu .menu__item .nav-link.my-latham {
  background: url("../png/profile.png") left center no-repeat;
  background-size: 20px;
  padding-left: 24px;
  margin-left: 10px;
}
.top-nav__inner .navbar-collapse .menu .menu__item .nav-link.my-latham:hover {
  color: #000000;
}
.top-nav__inner .navbar-collapse .menu .menu__item.menu__item--about-us .dropdown-menu li:first-of-type {
  padding-left: 0;
}
.top-nav__inner .navbar-collapse .menu .menu__item.menu__item--dealers .dropdown-menu li:first-of-type {
  background: url("../png/icon-lock.png") left center no-repeat;
  padding-left: 25px;
}
.top-nav__inner .navbar-collapse .menu .menu__item:nth-of-type(2), .top-nav__inner .navbar-collapse .menu .menu__item:nth-of-type(3) {
  padding-left: 0;
}
.top-nav__inner .navbar-collapse .menu .menu__item.dropdown:hover .nav-link:after {
  border-color: #000000;
}
.top-nav__inner .navbar-collapse .menu .menu__item.dropdown .nav-link {
  padding-right: 25px;
}
.top-nav__inner .navbar-collapse .menu .menu__item.dropdown .nav-link:after {
  right: 0;
  left: auto;
}
.top-nav__inner .navbar-collapse .menu .menu__item .dropdown-menu {
  background-color: #d9e0e6;
  margin: 0;
  padding: 12px 30px;
  border-radius: 0;
  border: 0;
  transform: translateX(-100%);
  left: 100%;
}
.top-nav__inner .navbar-collapse .menu .menu__item .dropdown-menu:hover .dropdown-item {
  background: #d9e0e6;
}
.top-nav__inner .navbar-collapse .menu .menu__item .dropdown-menu .menu__item {
  background-color: transparent !important;
}
.top-nav__inner .navbar-collapse .menu .menu__item .dropdown-menu .dropdown-item {
  color: #000000;
  padding: 12px 0;
}
@media screen and (max-width: 1100px) {
  .top-nav__inner .navbar-collapse .menu .menu__item .dropdown-menu .dropdown-item {
    font-size: 14px;
  }
}
.top-nav__inner .navbar-collapse .menu__item--depth-0:hover {
  background-color: #d9e0e6;
}
.top-nav__inner .navbar-collapse .menu__item--depth-0:hover .nav-link {
  color: #000000;
}
.top-nav__inner .navbar-collapse .menu__item--depth-0 .nav-link {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #66686b;
  letter-spacing: 0.62px;
  padding: 12px 20px;
}
@media screen and (max-width: 1100px) {
  .top-nav__inner .navbar-collapse .menu__item--depth-0 .nav-link {
    font-size: 14px;
  }
}
.top-nav__inner .navbar-collapse .menu__item--depth-0 .nav-link.dropdown-toggle:before, .top-nav__inner .navbar-collapse .menu__item--depth-0 .nav-link.dropdown-toggle:after {
  background-color: transparent;
  border-style: solid;
  content: "";
  height: 6px;
  width: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform-origin: 50% 50%;
  border-left: none;
  border-top: none;
}
.top-nav__inner .navbar-collapse .menu__item--depth-0 .nav-link.dropdown-toggle:before {
  border-color: rgba(0, 0, 0, 0.5);
  border-width: 2px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.25s ease-in;
}
.top-nav__inner .navbar-collapse .menu__item--depth-0 .nav-link.dropdown-toggle:after {
  border-color: #66686b;
  border-width: 2px;
}

.top-nav__inner .navbar-collapse .menu .menu__item .dropdown-menu .menu__item {
  padding-left: 0 !important;
  background: none !important;
}

.speakDealerM {
  display: block;
  background-color: #002e5e;
  width: 250px;
  margin: 40px auto 20px;
  padding: 0px;
}
.speakDealerM:hover {
  background-color: #d9e0e6;
}
.speakDealerM a {
  color: #ffffff;
  letter-spacing: 0.62px;
  padding: 15px 40px 15px;
  font-weight: 500;
  font-size: 16px;
  display: block;
  text-align: center;
}
.speakDealerM a:hover {
  color: #000000;
}
@media screen and (min-width: 992px) {
  .speakDealerM {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  #menu-top-menu {
    padding-top: 20px;
  }
  #menu-top-menu .menu__item--depth-0 {
    border: none;
    box-shadow: none;
    padding-left: 15px;
  }
  #menu-top-menu .menu__item--depth-0 .nav-link {
    border: none;
    box-shadow: none;
    color: #000000;
    display: inline-block;
    font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
  }
  #menu-top-menu .menu__item--depth-0 .nav-link > .mobile-arrow-area {
    right: -10px;
  }
  #menu-top-menu .menu__item--depth-0 .nav-link > .mobile-arrow-area:after {
    border-color: #000000;
    height: 8px;
    width: 8px;
  }
  #menu-top-menu .menu__item.company .dropdown-header {
    background: url("../svg/company-deepsea.svg") 20px center no-repeat;
    padding-left: 50px;
    background-size: 20px;
    background-position-x: 145px;
  }
  #menu-top-menu .menu__item.builders .dropdown-header {
    background: url("../svg/builders-deepsea.svg") 20px center no-repeat;
    padding-left: 50px;
    background-size: 20px;
    background-position-x: 140px;
  }
  #menu-top-menu .menu__item:first-of-type .nav-link {
    background: url("../svg/company.svg") 20px center no-repeat;
    padding-left: 50px;
    background-size: 20px;
  }
  #menu-top-menu .menu__item:nth-of-type(2) .nav-link {
    background: url("../svg/builders.svg") 20px center no-repeat;
    padding-left: 50px;
    background-size: 20px;
  }
  #menu-top-menu .menu__item:nth-of-type(3) .nav-link {
    background: url("../svg/my-latham.svg") 20px center no-repeat;
    padding-left: 50px;
    background-size: 20px;
  }
}

body.selectDealerMain .top-nav,
body.selectDealerMain .speakDealerM,
body.selectDealerMain .main-menu-toggler,
body.selectDealer .top-nav,
body.selectDealer .speakDealerM,
body.selectDealer .main-menu-toggler {
  display: none;
}
body.selectDealerMain .main-nav .navbar,
body.selectDealer .main-nav .navbar {
  display: none;
}
body.selectDealerMain .site-header__main-nav,
body.selectDealer .site-header__main-nav {
  height: auto;
}
@media screen and (min-width: 992px) {
  body.selectDealerMain .site-header__main-nav,
  body.selectDealer .site-header__main-nav {
    height: 77px;
  }
}
body.selectDealerMain .search-icon,
body.selectDealerMain .search-form__mobile-btn,
body.selectDealer .search-icon,
body.selectDealer .search-form__mobile-btn {
  display: none;
}
body.selectDealerMain footer#colophon,
body.selectDealer footer#colophon {
  padding: 50px 0;
}
body.selectDealerMain footer#colophon .col-12.col-md-3.col-lg-2,
body.selectDealerMain footer#colophon .footer-menu-wrap,
body.selectDealer footer#colophon .col-12.col-md-3.col-lg-2,
body.selectDealer footer#colophon .footer-menu-wrap {
  display: none;
}
body.selectDealerMain footer#colophon .copyright,
body.selectDealer footer#colophon .copyright {
  padding-top: 50px;
}

body.selectDealer .section_two-column,
body.selectDealer .section_media_right {
  display: none;
}

@media screen and (max-width: 991px) {
  .site-header__branding {
    float: left;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.site-header__title .custom-logo-link {
  display: block;
}
@media screen and (max-width: 991px) {
  .site-header__title .custom-logo-link {
    background: url("../svg/latham-nav-logo-blue.svg") no-repeat center center;
    background-size: contain;
  }
}
.site-header__title .custom-logo-link .custom-logo {
  opacity: 1;
  transition: opacity 0.25s;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1310px) {
  .site-header__title .custom-logo-link .custom-logo {
    max-width: 180px;
  }
}
@media screen and (max-width: 1100px) {
  .site-header__title .custom-logo-link .custom-logo {
    max-width: 140px;
  }
}
@media screen and (max-width: 991px) {
  .site-header__title .custom-logo-link .custom-logo {
    max-width: 122px;
    opacity: 0;
  }
}

.site-header__sticky .site-header__title .custom-logo-link, .header-style-white .site-header .site-header__title .custom-logo-link {
  background: url("../svg/latham-nav-logo-blue.svg") no-repeat center center;
  background-size: cover;
}
.site-header__sticky .site-header__title .custom-logo-link .custom-logo, .header-style-white .site-header .site-header__title .custom-logo-link .custom-logo {
  opacity: 0;
  transition: opacity 0.25s;
}

@media (min-width: 991px) {
  #navbar-collapse-primary #menu-top-menu {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .mobileNavWrapper {
    display: none;
  }
}

body.mobile-menu-open .mobileNavWrapper {
  width: 100%;
  display: block;
  height: 100vh;
  border-top: 2px #d8d8d8 solid;
}

.unibox-n-section {
  margin-top: 100px !important;
}
@media (min-width: 991px) {
  .unibox-n-section {
    margin-top: 30px !important;
  }
}

.search-form__mobile-btn .dashicons {
  font-size: 26px;
  width: 25px;
  height: 25px;
}
.search-form__mobile-btn .dashicons.close {
  opacity: 1;
  display: none;
  margin-top: -18px;
  font-size: 32px;
  color: #000000;
}

@media (min-width: 991px) {
  .searchM {
    display: none;
  }
}

.search-drop {
  display: none;
  width: 100%;
  position: absolute;
  top: 128px;
}
.search-drop .header__search {
  padding: 20px;
  background-color: #ffffff;
  width: 55%;
  margin: 0 auto;
  box-shadow: 0 1px 0 rgba(0, 48, 87, 0.15);
}
.search-drop .header__search .search-form #search {
  width: 90%;
}
.search-drop .header__search .search-form label {
  width: 75%;
}
.search-drop form {
  text-align: center;
  margin: 0 auto;
}

.speak-search {
  display: none;
}
@media (min-width: 991px) {
  .speak-search {
    display: inline-block;
    order: 4;
  }
}
.speak-search .backBut {
  display: none;
}
.speak-search .search-icon {
  display: inline-block;
  margin-right: 30px;
}
.speak-search .search-icon a.searchShow.open {
  display: block;
}
.speak-search .search-icon a.searchShow.close {
  display: none;
  opacity: 1;
}
.speak-search .search-icon a.searchShow.close span {
  font-size: 35px;
}
.speak-search .search-icon a .dashicons {
  color: #ffffff;
  font-size: 30px;
}
.speak-search .search-icon a:hover {
  text-decoration: none;
}
.speak-search .speakDealerD {
  display: inline-block;
}
.speak-search .speakDealerD .button.button_large__outline {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #0078a3;
  padding: 17px 24px;
  border: 1px solid #0078a3;
  background-color: #000000;
  position: relative;
  transition: color 0.5s ease-in, border-color 0.25s ease-out 0.2s;
  z-index: 1;
  color: #ffffff;
  border-color: #000000;
}
@media screen and (max-width: 768px) {
  .speak-search .speakDealerD .button.button_large__outline {
    font-size: 14px;
    padding: 14px 16px;
  }
}
.speak-search .speakDealerD .button.button_large__outline:hover {
  color: #0078a3;
  border-color: #0078a3;
}
.speak-search .speakDealerD .button.button_large__outline:hover:after {
  right: 0;
}
.speak-search .speakDealerD .button.button_large__outline:after {
  background-color: #ffffff;
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0;
  transition: right 0.25s ease-out;
  z-index: -1;
}

.site-header__sticky .search-icon a .dashicons, .header-style-white .site-header .search-icon a .dashicons {
  color: #000000;
}

site-header.section.fixed-top .search-icon a.searchShow .dashicons {
  color: #000000 !important;
}

@media screen and (max-width: 991px) {
  .main-nav {
    background-color: #ffffff;
    margin: 0 -15px 0;
    overflow: hidden;
  }
}
.main-nav .navbar {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .main-nav .navbar {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .main-nav .navbar .navbar-nav {
    overflow: hidden;
  }
}
@media screen and (max-width: 991px) {
  .main-nav .navbar .menu__item.dropdown {
    position: initial;
  }
}
@media screen and (max-width: 991px) {
  .main-nav .navbar .menu__item.dropdown .nav-link,
  .main-nav .navbar .menu__item.dropdown .dropdown-item {
    position: relative;
  }
  .main-nav .navbar .menu__item.dropdown .nav-link:before, .main-nav .navbar .menu__item.dropdown .nav-link:after,
  .main-nav .navbar .menu__item.dropdown .dropdown-item:before,
  .main-nav .navbar .menu__item.dropdown .dropdown-item:after {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .main-nav .navbar .menu__item.dropdown .nav-link ~ .dropdown-menu,
  .main-nav .navbar .menu__item.dropdown .dropdown-item ~ .dropdown-menu {
    background-color: #ffffff;
    top: 0;
    margin: 0;
    padding: 0;
    min-height: 100%;
    width: 100%;
    height: 100vh;
  }
}
@media screen and (max-width: 991px) {
  .main-nav .navbar .menu__item.dropdown > .dropdown-item > .mobile-arrow-area {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: -20px;
    height: 44px;
    width: 44px;
  }
  .main-nav .navbar .menu__item.dropdown > .dropdown-item > .mobile-arrow-area:before, .main-nav .navbar .menu__item.dropdown > .dropdown-item > .mobile-arrow-area:after {
    background-color: transparent;
    border-style: solid;
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform-origin: 50% 50%;
    border-left: none;
    border-bottom: none;
  }
  .main-nav .navbar .menu__item.dropdown > .dropdown-item > .mobile-arrow-area:before {
    border-color: rgba(0, 0, 0, 0.5);
    border-width: 2px;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.25s ease-in;
  }
  .main-nav .navbar .menu__item.dropdown > .dropdown-item > .mobile-arrow-area:after {
    border-color: #0078a3;
    border-width: 2px;
  }
}
@media screen and (min-width: 992px) {
  .main-nav .navbar .menu__item--depth-0 {
    border-bottom: 3px solid transparent;
    transition: border-bottom-color 0.15s;
  }
}
@media screen and (max-width: 991px) {
  .main-nav .navbar .menu__item--depth-0 {
    padding: 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .main-nav .navbar .menu__item--depth-0:hover {
    border-bottom: 3px solid #0078a3;
  }
}
.main-nav .navbar .menu__item--depth-0.dropdown .nav-link {
  padding-right: 40px;
}
.main-nav .navbar .menu__item--depth-0.dropdown .nav-link:before, .main-nav .navbar .menu__item--depth-0.dropdown .nav-link:after {
  background-color: transparent;
  border-style: solid;
  content: "";
  height: 9px;
  width: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform-origin: 50% 50%;
  border-left: none;
  border-top: none;
}
.main-nav .navbar .menu__item--depth-0.dropdown .nav-link:before {
  border-color: rgba(0, 0, 0, 0.5);
  border-width: 2px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.25s ease-in;
}
.main-nav .navbar .menu__item--depth-0.dropdown .nav-link:after {
  border-color: #ffffff;
  border-width: 2px;
}
@media screen and (max-width: 1315px) {
  .main-nav .navbar .menu__item--depth-0.dropdown .nav-link {
    padding-right: 30px;
  }
}
.main-nav .navbar .menu__item--depth-0.dropdown .nav-link:after {
  right: 20px;
  left: auto;
}
@media screen and (max-width: 1380px) {
  .main-nav .navbar .menu__item--depth-0.dropdown .nav-link:after {
    top: 48%;
  }
}
@media screen and (max-width: 1315px) {
  .main-nav .navbar .menu__item--depth-0.dropdown .nav-link:after {
    right: 0;
    top: 48%;
  }
}
@media screen and (max-width: 1100px) {
  .main-nav .navbar .menu__item--depth-0.dropdown .nav-link:after {
    top: 55%;
  }
}
@media screen and (max-width: 991px) {
  .main-nav .navbar .menu__item--depth-0.dropdown .nav-link > .mobile-arrow-area {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 0;
    height: 44px;
    width: 44px;
  }
  .main-nav .navbar .menu__item--depth-0.dropdown .nav-link > .mobile-arrow-area:before, .main-nav .navbar .menu__item--depth-0.dropdown .nav-link > .mobile-arrow-area:after {
    background-color: transparent;
    border-style: solid;
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform-origin: 50% 50%;
    border-left: none;
    border-bottom: none;
  }
  .main-nav .navbar .menu__item--depth-0.dropdown .nav-link > .mobile-arrow-area:before {
    border-color: rgba(0, 0, 0, 0.5);
    border-width: 2px;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.25s ease-in;
  }
  .main-nav .navbar .menu__item--depth-0.dropdown .nav-link > .mobile-arrow-area:after {
    border-color: #0078a3;
    border-width: 2px;
  }
}
@media screen and (min-width: 992px) {
  .main-nav .navbar .menu__item--depth-0.active {
    border-bottom: 3px solid #0078a3;
  }
}
.main-nav .navbar .menu__item--depth-0 .nav-link {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.63px;
  padding: 36px 27px 33px;
  transition: padding 0.25s, color 0.25s;
}
@media screen and (max-width: 1380px) {
  .main-nav .navbar .menu__item--depth-0 .nav-link {
    padding: 25px 15px 25px;
  }
}
@media screen and (max-width: 1330px) {
  .main-nav .navbar .menu__item--depth-0 .nav-link {
    font-size: 18px;
    padding: 25px 10px 25px;
  }
}
@media screen and (max-width: 1100px) {
  .main-nav .navbar .menu__item--depth-0 .nav-link {
    font-size: 18px;
    padding: 30px 10px 20px;
  }
}
@media screen and (max-width: 991px) {
  .main-nav .navbar .menu__item--depth-0 .nav-link {
    color: #000000;
    font-size: 18px;
    padding: 15px 0 10px 0px;
    border-bottom: 1px #d8d8d8 solid;
  }
}
.main-nav .navbar .menu__item--depth-0 .dropdown-menu {
  position: absolute;
}
.main-nav .navbar .menu__item .mobile-arrow-area {
  display: none;
}
.main-nav .navbar .menu__item .dropdown-menu {
  border-radius: 0;
  margin: 3px 0 0;
  padding: 0px 0px 0px 0px;
  border: 1px solid #d8d8d8;
  border-top: none;
}
@media screen and (max-width: 991px) {
  .main-nav .navbar .menu__item .dropdown-menu {
    left: 100%;
    border: none;
  }
}
.main-nav .navbar .menu__item .dropdown-menu .menu__item {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.44px;
  position: relative;
  background: #ffffff;
}
@media screen and (max-width: 1100px) {
  .main-nav .navbar .menu__item .dropdown-menu .menu__item {
    font-size: 14px;
    font-weight: 500;
  }
}
@media screen and (min-width: 992px) {
  .main-nav .navbar .menu__item .dropdown-menu .menu__item {
    padding: 0 45px 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .main-nav .navbar .menu__item .dropdown-menu .menu__item {
    padding: 0 30px;
    position: initial;
    font-size: 18px;
    font-weight: 500;
  }
  .main-nav .navbar .menu__item .dropdown-menu .menu__item a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}
.main-nav .navbar .menu__item .dropdown-menu .menu__item:hover {
  background-color: #f0f5f5;
}
.main-nav .navbar .menu__item .dropdown-menu .menu__item.dropdown:before, .main-nav .navbar .menu__item .dropdown-menu .menu__item.dropdown:after {
  background-color: transparent;
  border-style: solid;
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform-origin: 50% 50%;
  border-left: none;
  border-bottom: none;
}
.main-nav .navbar .menu__item .dropdown-menu .menu__item.dropdown:before {
  border-color: rgba(0, 0, 0, 0.5);
  border-width: 2px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.25s ease-in;
}
.main-nav .navbar .menu__item .dropdown-menu .menu__item.dropdown:after {
  border-color: #0078a3;
  border-width: 2px;
}
.main-nav .navbar .menu__item .dropdown-menu .menu__item.dropdown:after {
  right: 25px;
  left: auto;
}
.main-nav .navbar .menu__item .dropdown-menu .menu__item.dropdown:hover:after {
  border-color: #000000;
}
@media screen and (max-width: 991px) {
  .main-nav .navbar .menu__item .dropdown-menu .menu__item.dropdown:before, .main-nav .navbar .menu__item .dropdown-menu .menu__item.dropdown:after {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .main-nav .navbar .menu__item .dropdown-menu .menu__item.dropdown-header-wrap .mobile-arrow-area, .main-nav .navbar .menu__item .dropdown-menu .menu__item.dropdown-divider-wrap .mobile-arrow-area {
    display: none;
  }
  .main-nav .navbar .menu__item .dropdown-menu .menu__item.dropdown-header-wrap.inground, .main-nav .navbar .menu__item .dropdown-menu .menu__item.dropdown-divider-wrap.inground {
    background: url("../svg/inground-pools.svg") 30px center no-repeat;
    padding-left: 60px;
    background-size: 20px;
  }
  .main-nav .navbar .menu__item .dropdown-menu .menu__item.dropdown-header-wrap.liners, .main-nav .navbar .menu__item .dropdown-menu .menu__item.dropdown-divider-wrap.liners {
    background: url("../svg/liners.svg") 30px center no-repeat;
    padding-left: 60px;
    background-size: 20px;
  }
  .main-nav .navbar .menu__item .dropdown-menu .menu__item.dropdown-header-wrap.covers, .main-nav .navbar .menu__item .dropdown-menu .menu__item.dropdown-divider-wrap.covers {
    background: url("../svg/covers.svg") 30px center no-repeat;
    padding-left: 60px;
    background-size: 20px;
  }
  .main-nav .navbar .menu__item .dropdown-menu .menu__item.dropdown-header-wrap.inspiration, .main-nav .navbar .menu__item .dropdown-menu .menu__item.dropdown-divider-wrap.inspiration {
    background: url("../svg/inspiration-and-design.svg") 30px center no-repeat;
    padding-left: 60px;
    background-size: 20px;
  }
  .main-nav .navbar .menu__item .dropdown-menu .menu__item.dropdown-header-wrap.planning, .main-nav .navbar .menu__item .dropdown-menu .menu__item.dropdown-divider-wrap.planning {
    background: url("../svg/planning-guides.svg") 30px center no-repeat;
    padding-left: 60px;
    background-size: 20px;
  }
  .main-nav .navbar .menu__item .dropdown-menu .menu__item.dropdown-header-wrap.customer, .main-nav .navbar .menu__item .dropdown-menu .menu__item.dropdown-divider-wrap.customer {
    background: url("../svg/customer-resources.svg") 30px center no-repeat;
    padding-left: 60px;
    background-size: 20px;
  }
  .main-nav .navbar .menu__item .dropdown-menu .menu__item.dropdown-header-wrap.help, .main-nav .navbar .menu__item .dropdown-menu .menu__item.dropdown-divider-wrap.help {
    background: url("../svg/help.svg") 30px center no-repeat;
    padding-left: 60px;
    background-size: 20px;
  }
  .main-nav .navbar .menu__item .dropdown-menu .menu__item.dropdown-header-wrap:hover, .main-nav .navbar .menu__item .dropdown-menu .menu__item.dropdown-divider-wrap:hover {
    background-color: #ffffff;
  }
  .main-nav .navbar .menu__item .dropdown-menu .menu__item.dropdown-header-wrap:hover .dropdown-item, .main-nav .navbar .menu__item .dropdown-menu .menu__item.dropdown-divider-wrap:hover .dropdown-item {
    background-color: #ffffff;
  }
}
.main-nav .navbar .menu__item .dropdown-menu .dropdown-header-wrap + .dropdown-divider-wrap .dropdown-divider {
  border-top: none;
}
@media screen and (min-width: 992px) {
  .main-nav .navbar .menu__item .dropdown-menu .dropdown-header-wrap {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .main-nav .navbar .menu__item .dropdown-menu .dropdown-header-wrap {
    background-color: #d8d8d8;
    padding: 0;
  }
}
.main-nav .navbar .menu__item .dropdown-menu .dropdown-header,
.main-nav .navbar .menu__item .dropdown-menu .dropdown-divider,
.main-nav .navbar .menu__item .dropdown-menu .dropdown-item {
  color: #000000;
  padding: 15px 0 8px;
}
@media (min-width: 991px) {
  .main-nav .navbar .menu__item .dropdown-menu .dropdown-header,
  .main-nav .navbar .menu__item .dropdown-menu .dropdown-divider,
  .main-nav .navbar .menu__item .dropdown-menu .dropdown-item {
    padding: 12px 0 12px;
  }
}
.main-nav .navbar .menu__item .dropdown-menu .dropdown-divider {
  padding: 12px 0 3px;
}
.main-nav .navbar .menu__item .dropdown-menu .dropdown-header {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 800;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  letter-spacing: 0.56px;
  padding-bottom: 22px;
}
@media screen and (max-width: 1100px) {
  .main-nav .navbar .menu__item .dropdown-menu .dropdown-header {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .main-nav .navbar .menu__item .dropdown-menu .dropdown-header {
    border: none;
    padding: 12px 30px;
    position: relative;
    text-align: center;
  }
  .main-nav .navbar .menu__item .dropdown-menu .dropdown-header:before, .main-nav .navbar .menu__item .dropdown-menu .dropdown-header:after {
    background-color: transparent;
    border-style: solid;
    content: "";
    height: 9px;
    width: 9px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform-origin: 50% 50%;
    border-top: none;
    border-right: none;
  }
  .main-nav .navbar .menu__item .dropdown-menu .dropdown-header:before {
    border-color: rgba(0, 0, 0, 0.5);
    border-width: 2px;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.25s ease-in;
  }
  .main-nav .navbar .menu__item .dropdown-menu .dropdown-header:after {
    border-color: #0078a3;
    border-width: 2px;
  }
  .main-nav .navbar .menu__item .dropdown-menu .dropdown-header:after {
    left: 36px;
  }
}
.main-nav .navbar .menu__item .dropdown-menu .dropdown-divider {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.56px;
  height: auto;
  margin: 0;
  border-top: 1px solid #d8d8d8;
}
@media screen and (max-width: 1100px) {
  .main-nav .navbar .menu__item .dropdown-menu .dropdown-divider {
    font-size: 18px;
    font-weight: 700;
  }
}
@media screen and (max-width: 991px) {
  .main-nav .navbar .menu__item .dropdown-menu .dropdown-divider {
    font-size: 16px;
    font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
    padding-top: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-top: none;
  }
}
.main-nav .navbar .menu__item .dropdown-menu .dropdown-item {
  font-weight: 500;
}
.main-nav .navbar .menu__item .dropdown-menu .dropdown-item:hover {
  background: inherit !important;
}
.main-nav .navbar .menu__item .dropdown-menu .dropdown .dropdown-menu {
  display: none;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .main-nav .navbar .menu__item .dropdown-menu .dropdown .dropdown-menu {
    border: 1px solid #d8d8d8;
    background-color: #ffffff;
  }
  .main-nav .navbar .menu__item .dropdown-menu .dropdown .dropdown-menu .menu__item:hover .dropdown-item {
    color: black;
  }
}
@media screen and (max-width: 991px) {
  .main-nav .navbar .menu__item .dropdown-menu .dropdown .dropdown-menu {
    background-color: #ffffff;
  }
}
@media screen and (min-width: 992px) {
  .main-nav .navbar .menu__item .dropdown-menu .dropdown .dropdown-menu .menu__item:hover {
    background-color: #d9e0e6;
  }
  .main-nav .navbar .menu__item .dropdown-menu .dropdown .dropdown-menu .menu__item:hover > .dropdown-item {
    background-color: #d9e0e6;
  }
}
.main-nav .navbar .menu__item .dropdown-menu .dropdown:hover > .dropdown-menu {
  display: block;
  top: 0;
  left: 100%;
}

.site-header__sticky, .header-style-white .site-header {
  box-shadow: 0 1px 0 rgba(0, 48, 87, 0.15);
}
.site-header__sticky .main-nav .navbar .menu__item--depth-0 .nav-link, .header-style-white .site-header .main-nav .navbar .menu__item--depth-0 .nav-link {
  color: #000000;
  transition: padding 0.25s, color 0.25s;
}
@media screen and (min-width: 992px) {
  .site-header__sticky .main-nav .navbar .menu__item--depth-0 .nav-link, .header-style-white .site-header .main-nav .navbar .menu__item--depth-0 .nav-link {
    padding-top: 35px;
    padding-bottom: 30px;
  }
}
.site-header__sticky .main-nav .navbar .menu__item--depth-0 .nav-link:after, .header-style-white .site-header .main-nav .navbar .menu__item--depth-0 .nav-link:after {
  border-color: #000000;
}

.main-nav .navbar .menu__item .dropdown-menu .mobile-landing-link.menu__item {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 600;
  margin-top: 25px;
  font-size: 16px;
}
.main-nav .navbar .menu__item .dropdown-menu .mobile-landing-link.menu__item a {
  border: none;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .main-nav .navbar .menu__item .dropdown-menu .mobile-landing-link.menu__item {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .dropdown .dropdown-menu {
    display: block;
  }
}
.mobile-menu-open {
  position: relative;
}
.mobile-menu-open #wpadminbar {
  top: -46px;
}
.mobile-menu-open:before {
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.mobile-menu-open .site-header.fixed-top {
  position: absolute;
}

.dropdown .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
}

.dropdown:hover .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}

.ss360-voice-search {
  left: auto !important;
  right: 5px !important;
}

@media screen and (max-width: 991px) {
  .header__search {
    margin-top: 15px;
    float: right;
  }
}
@media screen and (max-width: 991px) {
  .header__search .search-form.expanded .search-form-wrap {
    height: 100px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 991px) {
  .header__search .search-form-wrap {
    background-color: #f0f5f5;
    height: 0;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    text-align: center;
    overflow: hidden;
    transition: height 0.3s, padding 0.3s;
  }
}
@media screen and (min-width: 992px) {
  .header__search .search-form__mobile-btn {
    display: none;
  }
}
.header__search .search-form label {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .header__search .search-form label {
    position: absolute;
    right: 20px;
    left: 20px;
  }
}
.header__search .search-form #search, .header__search .search-form__submit {
  background: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.header__search .search-form #search {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.63px;
  text-align: left;
  transition: color 0.25s;
  border: 1px solid #cdd3d6;
  padding: 3px 7px;
}
@media screen and (min-width: 992px) and (max-width: 1290px) {
  .header__search .search-form #search {
    max-width: 200px;
  }
}
@media screen and (max-width: 1100px) {
  .header__search .search-form #search {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .header__search .search-form #search {
    max-width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .header__search .search-form #search {
    font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #ffffff;
    border: 1px solid #cdd3d6;
    color: rgba(102, 104, 107, 0.7);
    letter-spacing: 0.5px;
    padding: 17px 30px 14px 14px;
    width: 100%;
    text-align: left;
    transition: margin-left 0.25s;
  }
}
.header__search .search-form #search::-webkit-input-placeholder {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.63px;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .header__search .search-form #search::-webkit-input-placeholder {
    font-size: 18px;
  }
}
.header__search .search-form #search::-moz-placeholder {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.63px;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .header__search .search-form #search::-moz-placeholder {
    font-size: 18px;
  }
}
.header__search .search-form #search:-ms-input-placeholder {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.63px;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .header__search .search-form #search:-ms-input-placeholder {
    font-size: 18px;
  }
}
.header__search .search-form #search:-moz-placeholder {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.63px;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .header__search .search-form #search:-moz-placeholder {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .header__search .search-form__submit {
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translate(0, -50%);
  }
}
.header__search .search-form__submit span {
  color: #000000;
  font-size: 22px;
  transition: color 0.25s;
}
@media screen and (max-width: 991px) {
  .header__search .search-form__submit span {
    color: #000000;
  }
}

.site-header__sticky .header__search .search-form #search, .header-style-white .site-header .header__search .search-form #search {
  color: #000000;
  transition: color 0.25s;
  border-color: #cccccc;
}
@media screen and (min-width: 992px) {
  .site-header__sticky .header__search .search-form #search::-webkit-input-placeholder, .header-style-white .site-header .header__search .search-form #search::-webkit-input-placeholder {
    color: #000000;
    transition: color 0.25s;
  }
  .site-header__sticky .header__search .search-form #search::-moz-placeholder, .header-style-white .site-header .header__search .search-form #search::-moz-placeholder {
    color: #000000;
    transition: color 0.25s;
  }
  .site-header__sticky .header__search .search-form #search:-ms-input-placeholder, .header-style-white .site-header .header__search .search-form #search:-ms-input-placeholder {
    color: #000000;
    transition: color 0.25s;
  }
  .site-header__sticky .header__search .search-form #search:-moz-placeholder, .header-style-white .site-header .header__search .search-form #search:-moz-placeholder {
    color: #000000;
    transition: color 0.25s;
  }
}
.site-header__sticky .header__search .search-form__submit span, .header-style-white .site-header .header__search .search-form__submit span {
  color: #000000;
  transition: color 0.25s;
}

@media screen and (min-width: 992px) {
  .main-menu-toggler {
    display: none;
  }
}

.navbar-toggler {
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  height: 13px;
  width: 25px;
}
@media screen and (max-width: 991px) {
  .navbar-toggler {
    float: right;
    margin-top: 20px;
    margin-left: 20px;
  }
}
.navbar-toggler[aria-expanded=false] .navbar-toggler-custom-icon {
  background-color: #000000;
  transition: background-color 0.25s;
}
.navbar-toggler[aria-expanded=false] .navbar-toggler-custom-icon:before, .navbar-toggler[aria-expanded=false] .navbar-toggler-custom-icon:after {
  background-color: #000000;
  transform: rotate(0);
  transition: transform 0.25s;
}
.navbar-toggler[aria-expanded=false] .navbar-toggler-custom-icon:before {
  top: -7px;
}
.navbar-toggler[aria-expanded=false] .navbar-toggler-custom-icon:after {
  bottom: -7px;
}
.navbar-toggler .navbar-toggler-custom-icon {
  background: transparent;
  display: block;
  height: 2px;
  width: 25px;
  position: relative;
  transition: background-color 0.25s;
}
.navbar-toggler .navbar-toggler-custom-icon:before, .navbar-toggler .navbar-toggler-custom-icon:after {
  background-color: #000000;
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 25px;
  transition: transform 0.25s;
}
.navbar-toggler .navbar-toggler-custom-icon:before {
  transform: rotate(45deg);
}
.navbar-toggler .navbar-toggler-custom-icon:after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .footer_logo {
    display: none;
  }
}

.page__footer__inner .soc-menu__item:not(:last-child) {
  margin-right: 18px;
}

.footer-col__title {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 22px;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .footer-col__title {
    font-size: 16px;
  }
}
.footer-col__title_bordered {
  position: relative;
  margin-bottom: 23px;
  padding-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .footer-col__title_bordered {
    margin-bottom: 18px;
    padding-bottom: 16px;
  }
}
.footer-col__title_bordered:after {
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 23px;
  height: 2px;
}

@media screen and (max-width: 768px) {
  .footer-menu-wrap {
    margin-bottom: 50px;
  }
}
.footer-menu__item {
  line-height: normal;
}
.footer-menu__item:not(:last-child) {
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .footer-menu__item:not(:last-child) {
    margin-bottom: 13px;
  }
}
.footer-menu__item a {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .footer-menu__item a {
    font-size: 14px;
  }
}
.footer-menu__item a:hover {
  color: #4fffd6;
}

.copyright {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding-top: 133px;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .copyright {
    padding-top: 35px;
  }
}

.hbspt-form #hsForm_1845e1c2-c8f0-488d-9c98-a71775d68a39 {
  margin-right: 40px;
}
.hbspt-form #hsForm_1845e1c2-c8f0-488d-9c98-a71775d68a39 form.hs-form {
  margin-right: 0;
}

#hubspotPopupLeadForm .modal-header {
  background-image: url("../latham_popup_header.html");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100px;
  flex-direction: column;
}
#hubspotPopupLeadForm .modal-header .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 25px;
}
#hubspotPopupLeadForm .modal-header h5 {
  font-size: 17px;
  display: block;
  width: 100%;
}

.hwp-powered-by {
  display: none;
}

.hwp-chat {
  display: none;
}

.hwp-box-rows {
  overflow: visible !important;
}
.hwp-box-rows > .avatar {
  display: none;
}

.hwp-row {
  background-color: transparent;
  overflow: visible !important;
}

.hwp-close {
  top: 0;
  right: 0;
}
.hwp-close i {
  font-size: 32px;
}

.holler-box {
  background-color: #002e5e;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0 !important;
  border: none;
  border-top: 2px solid #009cbd;
  height: 140px;
  padding-top: 0;
  overflow: visible !important;
}
.holler-box .brochure {
  max-width: 75px;
  max-width: 75px;
}
.holler-box .text-callout .h3 {
  font-size: 1.05rem;
  font-weight: bold;
}
.holler-box ul li {
  font-size: 14px;
}
.holler-box .cta a {
  transform: translateY(-70%);
}

#wpfront-notification-bar-spacer {
  text-align: center;
  line-height: 1em;
  padding: 6px;
}

#wpfront-notification-bar-open-button {
  width: 150px;
  height: 44px;
  position: relative;
  background-color: #ff8672 !important;
}
#wpfront-notification-bar-open-button:before {
  content: "Important COVID-19 Message";
  font-size: 12px;
  color: #fff;
  position: absolute;
  width: 140px;
  left: 5px;
  top: 8px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -0.05em;
}
#wpfront-notification-bar-open-button.top {
  background-image: none !important;
  border: 3px solid #fff !important;
}

#hwp-5217.holler-box,
#hwp-5212.holler-box,
#hwp-4997.holler-box,
#hwp-7351.holler-box,
#hwp-7419.holler-box {
  left: auto;
  width: 200px;
  bottom: 30% !important;
  border: none;
  height: auto !important;
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slide 0.5s forwards;
  animation-delay: 2s;
  background-color: rgba(0, 48, 87, 0.8) !important;
  padding: 20px 15px 15px 15px;
}
#hwp-5217.holler-box.hwp-bottomright,
#hwp-5212.holler-box.hwp-bottomright,
#hwp-4997.holler-box.hwp-bottomright,
#hwp-7351.holler-box.hwp-bottomright,
#hwp-7419.holler-box.hwp-bottomright {
  right: 0 !important;
}
#hwp-5217.holler-box .hwp-close,
#hwp-5212.holler-box .hwp-close,
#hwp-4997.holler-box .hwp-close,
#hwp-7351.holler-box .hwp-close,
#hwp-7419.holler-box .hwp-close {
  top: 4px;
  right: auto;
  left: 0;
}
#hwp-5217.holler-box .hwp-close i,
#hwp-5212.holler-box .hwp-close i,
#hwp-4997.holler-box .hwp-close i,
#hwp-7351.holler-box .hwp-close i,
#hwp-7419.holler-box .hwp-close i {
  font-size: 22px;
}
#hwp-5217.holler-box .hwp-row,
#hwp-5212.holler-box .hwp-row,
#hwp-4997.holler-box .hwp-row,
#hwp-7351.holler-box .hwp-row,
#hwp-7419.holler-box .hwp-row {
  padding: 0px 10px 15px 10px;
  text-align: center;
  margin-right: 0;
  font-size: 18px;
}
#hwp-5217.holler-box .hwp-row h3,
#hwp-5212.holler-box .hwp-row h3,
#hwp-4997.holler-box .hwp-row h3,
#hwp-7351.holler-box .hwp-row h3,
#hwp-7419.holler-box .hwp-row h3 {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 200;
}
#hwp-5217.holler-box .hwp-row img,
#hwp-5212.holler-box .hwp-row img,
#hwp-4997.holler-box .hwp-row img,
#hwp-7351.holler-box .hwp-row img,
#hwp-7419.holler-box .hwp-row img {
  margin-right: -15px;
  float: right;
}

#hwp-7351.holler-box,
#hwp-7419.holler-box {
  width: 300px;
  background-color: rgba(0, 48, 87, 0.9) !important;
}
#hwp-7351.holler-box .hwp-row,
#hwp-7419.holler-box .hwp-row {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

@media (min-width: 768px) {
  #hubspotPopupLeadForm .modal-header h5 {
    font-size: 19px;
  }
  .holler-box {
    height: 150px;
  }
  .holler-box .cta a {
    transform: translateY(-1%) !important;
  }
  .holler-box .brochure {
    display: block;
    max-width: 130px;
    transform: translateY(-30%);
    z-index: 99;
  }
  .holler-box .text-callout .h3 {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) {
  #hubspotPopupLeadForm .modal-header h5 {
    font-size: 22px;
  }
  .holler-box .text-callout .h3 {
    font-size: 1.75rem;
  }
  .holler-box .cta a {
    font-size: 18px;
  }
  .holler-box .brochure {
    max-width: 150px;
    transform: translateY(-50%);
    z-index: 99;
  }
}
.gallery.newLayout {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.4em;
  margin-top: 0px;
  position: relative;
  margin-top: 30px;
}
.gallery.newLayout #alm-selected-filters,
.gallery.newLayout .alm-results-text {
  display: block;
  position: absolute;
  top: auto;
  margin-top: -65px;
  left: 94px;
  z-index: 888;
}
.gallery.newLayout #alm-selected-filters li div,
.gallery.newLayout .alm-results-text li div {
  border-radius: 15px;
  padding: 5px 16px 5px 12px;
}
@media (min-width: 1350px) {
  .gallery.newLayout #alm-selected-filters,
  .gallery.newLayout .alm-results-text {
    display: block;
  }
}
.gallery.newLayout .alm-results-text {
  left: auto;
  right: 15px;
  color: #000000;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  margin-top: -13px;
}
@media (min-width: 768px) {
  .gallery.newLayout .alm-results-text {
    margin-top: -65px;
  }
}
.gallery.newLayout .alm-filters-container {
  border-bottom: 1px silver solid;
  text-align: left;
  padding: 0 15px;
}
.gallery.newLayout .alm-filters-container .alm-filter.secondary {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  width: 100%;
  margin-bottom: 15px;
  height: 60px;
}
@media (min-width: 768px) {
  .gallery.newLayout .alm-filters-container .alm-filter.secondary {
    width: auto;
  }
}
.gallery.newLayout .alm-filters-container .alm-filter.secondary .alm-filter--title {
  padding-right: 10px;
  border: 1px silver solid;
  border-radius: 40px;
}
.gallery.newLayout .alm-filters-container .alm-filter.secondary .alm-filter--title h3 {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  padding: 15px 30px 15px 20px;
}
.gallery.newLayout .alm-filters-container .alm-filter.secondary .alm-filter--title h3:after {
  background-color: transparent;
  border-style: solid;
  content: "";
  height: 9px;
  width: 9px;
  position: absolute;
  top: 38%;
  right: 20px;
  left: auto;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform-origin: 50% 50%;
  border-left: none;
  border-top: none;
  border-width: 2px;
  border-color: #f48472;
  display: inline-block;
}
.gallery.newLayout .alm-filters-container .alm-filter.secondary .alm-filter--title h3:hover {
  color: #000000;
}
.gallery.newLayout .alm-filters-container .alm-filter.secondary .alm-filter--inner {
  position: absolute;
  z-index: 999;
  top: 60px;
  border-radius: 10px;
  border: 1px silver solid;
  min-width: 200px;
  background-color: #fff;
  padding: 15px 15px 5px;
  display: none;
  transition: all 0.3s ease-out;
}
.gallery.newLayout .alm-filters-container .alm-filter.secondary .alm-filter--inner li {
  display: block;
  text-align: left;
}
.gallery.newLayout .alm-filters-container .alm-filter.secondary .alm-filter--inner li .alm-filter--link:hover {
  color: #000000;
}
.gallery.newLayout .alm-filters-container .alm-filter.secondary .alm-filter--inner li .alm-filter--link.active:before {
  border-color: #000000;
  background-color: #000000;
}
.gallery.newLayout .alm-filters-container .alm-filter.secondary .alm-filter--inner.reveal {
  display: block;
}
.gallery.newLayout .alm-filters-container .alm-filter.secondary:hover .alm-filter--inner {
  display: block;
}
.gallery.newLayout .alm-filters-container .alm-filter.secondary.materials {
  height: auto;
}
@media (min-width: 768px) {
  .gallery.newLayout .alm-filters-container .alm-filter.secondary.materials {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .gallery.newLayout .alm-filters-container .alm-filter.secondary.materials {
    height: 60px;
  }
}
.gallery.newLayout .alm-filters-container .alm-filter.secondary.materials .alm-filter--inner {
  top: 100px;
}
@media (min-width: 768px) {
  .gallery.newLayout .alm-filters-container .alm-filter.secondary.materials .alm-filter--inner {
    top: 60px;
  }
}
.gallery.newLayout .alm-filters-container .alm-filter.secondary.materials .alm-filter--title h3:after {
  top: 72%;
}
@media (min-width: 768px) {
  .gallery.newLayout .alm-filters-container .alm-filter.secondary.materials .alm-filter--title h3:after {
    top: 38%;
  }
}
.gallery.newLayout .alm-filters-container .alm-filter.secondary.materials .alm-filter--inner {
  min-width: 250px !important;
}
.gallery.newLayout .alm-filters-container .alm-filter.secondary.materials:before {
  content: "Filters";
  display: block;
  background-image: url(../png/filters-icon_19x16%402x.png);
  background-position: 0px 3px;
  background-repeat: no-repeat;
  background-size: 18px;
  height: 20px;
  margin-top: 2px;
  padding-left: 26px;
  font-size: 14px;
  color: #66686b;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .gallery.newLayout .alm-filters-container .alm-filter.secondary.materials:before {
    position: absolute;
    left: -80px;
    top: 11px;
    margin-bottom: 0;
  }
}
.gallery.newLayout .alm-filters-container .alm-filter.mainFilter {
  width: 100%;
}
.gallery.newLayout .alm-filters-container .alm-filter.mainFilter .alm-filter--title h3 {
  color: #000000;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
}
.gallery.newLayout .alm-filters-container .alm-filter.mainFilter .alm-filter--inner li {
  display: inline-block;
}
.gallery.newLayout .alm-filters-container .alm-filter.mainFilter .alm-filter--inner ul li.alm-filter--radio {
  padding-right: 12px;
}
.gallery.newLayout .alm-filters-container .alm-filter.mainFilter .alm-filter--inner ul li.alm-filter--radio .alm-filter--link {
  width: 170px;
  padding-left: 0;
  text-align: left;
  color: #000000;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
}
.gallery.newLayout .alm-filters-container .alm-filter.mainFilter .alm-filter--inner ul li.alm-filter--radio .alm-filter--link.active:before {
  border-width: 5px;
}
.gallery.newLayout .alm-filters-container .alm-filter.mainFilter .alm-filter--inner ul li.alm-filter--radio .alm-filter--link:before {
  content: "";
  height: 125px;
  width: 170px;
  border-radius: 0;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.gallery.newLayout .alm-filters-container .alm-filter.mainFilter .alm-filter--inner ul li.alm-filter--radio .alm-filter--link:after {
  visibility: hidden;
}
.gallery.newLayout .alm-filters-container .alm-filter.mainFilter .alm-filter--inner ul li.alm-filter--radio .alm-filter--link.field-small-backyard:before {
  background-image: url("../jpg/05f-75-1-11707888_s-5-150x150.jpg");
}
.gallery.newLayout .alm-filters-container .alm-filter.mainFilter .alm-filter--inner ul li.alm-filter--radio .alm-filter--link.field-design-themes:before {
  background-image: url("../jpg/05f-75-1-11818048_3-150x150.jpg");
}
.gallery.newLayout .alm-filters-container .alm-filter.mainFilter .alm-filter--inner ul li.alm-filter--radio .alm-filter--link.field-fire-pits:before {
  background-image: url("../png/03fiji-fiberglass-fire-bowls-sunset-brick-150x150.png");
}
.gallery.newLayout .alm-filters-container .alm-filter.mainFilter .alm-filter--inner ul li.alm-filter--radio .alm-filter--link.field-water-features:before {
  background-image: url("../jpg/10f-75-163-11827139_img_4928-150x150.jpg");
}
.gallery.newLayout .alm-filters-container .alm-filter.mainFilter .alm-filter--inner ul li.alm-filter--radio .alm-filter--link.field-spas:before {
  background-image: url("../jpg/shasta-granite-fiberglass-modern-orange-accents-dusk-150x150.jpg");
}
.gallery.newLayout .alm-filters-container .alm-filter.mainFilter .alm-filter--inner ul li.alm-filter--radio .alm-filter--link.field-tanning-ledges:before {
  background-image: url("../jpg/06electric-aquarius-custom-vinyl-tanning-ledge-150x150.jpg");
}
.gallery.newLayout .alm-filters-container .alm-filter.mainFilter .alm-filter--inner ul li.alm-filter--radio .alm-filter--link.field-led-lights:before {
  background-image: url("../jpg/03f-102-163-13633194_sheffey_09-150x150.jpg");
}
.gallery.newLayout .gallery-images {
  justify-content: center;
  width: 100% !important;
}
.gallery.newLayout .gallery-images .ajax-load-more-wrap {
  width: 100% !important;
}
.gallery.newLayout .gallery-images .ajax-load-more-wrap .alm-listing.alm-ajax {
  width: 100% !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.gallery.newLayout .gallery-images__item {
  /*width: 100%;
  max-width: none;
  @include tablet {
  	width: 50%;
  	max-width: 50%;
  }
  @include desksmall {
  	width: 33.33%;
  	max-width: 33.33%;
  }
  @include desktop {
  	width: 25%;
  	max-width: 25%;
  }*/
}
.gallery.newLayout .widget_wpc_filters_widget {
  padding: 0 15px;
}
.gallery.newLayout .alm-filters-container .alm-filters--controls {
  margin-top: -10px;
}

.gallery-images__item {
  padding: 0;
}
.gallery-images__item a {
  padding: 15px 15px 15px 15px;
}

body.wpc_is_filter_request .pagination {
  display: none;
}

body.page-template-template-page-builder .alm-listing.alm-ajax {
  padding: 0 !important;
}

body .wpc-filters-main-wrap .wpc-filter-image-category {
  width: 100% !important;
  max-width: 100% !important;
}
body .wpc-filters-main-wrap .wpc-filter-image-category li.wpc-term-item {
  width: 32.5%;
}
@media (min-width: 768px) {
  body .wpc-filters-main-wrap .wpc-filter-image-category li.wpc-term-item {
    width: auto;
  }
}
body .wpc-filters-main-wrap .wpc-filter-image-category .wpc-filter-title {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #002e5e;
}

.wpc-filter-has-swatches.wpc-filter-hidden-term-names .wpc-term-name {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #002e5e;
  padding-top: 10px;
  display: block !important;
}

.wpc-filters-widget-containers-wrapper {
  display: flex;
  flex-direction: column;
}

.widget_wpc_filters_widget {
  padding-left: 0px;
}

ul.wpc-filter-chips-list {
  text-align: left;
}

body .wpc-filters-main-wrap ul.wpc-filters-ul-list {
  padding: 0;
}
body .wpc-filters-main-wrap li.wpc-term-item a {
  color: #66686b;
  font-size: 15px;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
}
body .wpc-filters-main-wrap input[type=radio] {
  border-color: #66686b !important;
}
body .wpc-filters-main-wrap input[type=radio]:checked {
  border-color: #66686b !important;
}
body .wpc-filters-main-wrap input[type=radio]:after {
  background-color: #66686b !important;
}

.wpc-filters-widget-top-container {
  order: 1;
  background-color: transparent !important;
}
.wpc-filters-widget-top-container:before {
  background-color: transparent !important;
}

.wpc-widget-top-inside {
  padding-top: 20px;
}

.wpc-filters-section {
  text-align: left;
}

.wpc-filters-ul-list {
  text-align: left;
}

.wpc-filters-radio .wpc-radio-item {
  display: inline-block;
}

.wpc-filter-selected-values {
  display: none;
}

.wpc-filters-scroll-container {
  order: 0;
  border-bottom: 1px silver solid;
}

.wpc-filter-content {
  position: absolute;
  z-index: 9999;
  background-color: transparent;
  border: 1px silver solid;
  border-radius: 5px;
  padding: 15px 15px 5px 15px;
}
.wpc-filter-content ul {
  margin: 0;
}

.wpc-filter-content.wpc-filter-image-category {
  position: relative;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.wpc-filter-content.wpc-filter-image-category li.wpc-term-item label {
  padding-left: 0 !important;
}
.wpc-filter-content.wpc-filter-image-category input[type=radio] {
  display: none;
}
.wpc-filter-content.wpc-filter-image-category .wpc-term-swatch-wrapper {
  width: 100%;
  min-width: auto;
  display: block;
  margin-right: 0;
  border: none;
  border-radius: 0;
  height: 75px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .wpc-filter-content.wpc-filter-image-category .wpc-term-swatch-wrapper {
    height: 90px;
  }
}
.wpc-filter-content.wpc-filter-image-category .wpc-term-count {
  display: none;
}

.wpc-filter-has-swatches ul.wpc-filters-ul-list {
  max-height: none !important;
  overflow-y: visible !important;
}
.wpc-filter-has-swatches ul.wpc-filters-ul-list li.wpc-term-item a {
  flex-direction: column !important;
  align-items: flex-start !important;
}

.wpc-posts-found {
  display: none;
}

.wpc-filter-chips-list li {
  display: inline;
}

.wpc-filter-header .wpc-filter-title button {
  color: #66686b;
  font-size: 16px;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
}

body .wpc-filters-main-wrap.wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filter-image-material {
  max-width: none !important;
  width: auto !important;
  margin-right: 20px !important;
}
body .wpc-filters-main-wrap.wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filter-image-size {
  max-width: none !important;
  width: auto !important;
  margin-right: 20px !important;
}
body .wpc-filters-main-wrap.wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filter-image-color {
  max-width: none !important;
  width: auto !important;
  margin-right: 20px !important;
}
body .wpc-filters-main-wrap.wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filter-image-style {
  max-width: none !important;
  width: auto !important;
  margin-right: 20px !important;
}
body .wpc-filters-main-wrap.wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filter-content.wpc-filter-image-material,
body .wpc-filters-main-wrap.wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filter-content.wpc-filter-image-size,
body .wpc-filters-main-wrap.wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filter-content.wpc-filter-image-color,
body .wpc-filters-main-wrap.wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filter-content.wpc-filter-image-style {
  top: 60px;
  border-radius: 10px;
  border: 1px silver solid;
  min-width: 220px;
  background-color: #ffffff;
}
body .wpc-filters-main-wrap.wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filters-section.wpc-filter-image-material {
  margin-left: 0px;
}
@media (min-width: 768px) {
  body .wpc-filters-main-wrap.wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filters-section.wpc-filter-image-material {
    margin-left: 80px;
  }
}
body .wpc-filters-main-wrap.wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filters-section.wpc-filter-image-material:before {
  content: "Filters";
  display: block;
  background-image: url(../png/filters-icon_19x16%402x.png);
  background-position: 0px 3px;
  background-repeat: no-repeat;
  background-size: 18px;
  height: 20px;
  margin-top: 2px;
  padding-left: 26px;
  font-size: 14px;
  color: #66686b;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  body .wpc-filters-main-wrap.wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filters-section.wpc-filter-image-material:before {
    position: absolute;
    left: -80px;
    top: 11px;
    margin-bottom: 0;
  }
}
body .wpc-filters-main-wrap.wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filter-content.wpc-filter-image-material {
  top: 90px;
}
@media (min-width: 768px) {
  body .wpc-filters-main-wrap.wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filter-content.wpc-filter-image-material {
    top: 60px;
  }
}

.wpc-filter-image-material .wpc-filter-header {
  padding: 15px 20px;
  border: 1px silver solid;
  border-radius: 40px;
}
.wpc-filter-image-material .wpc-filter-title {
  margin-bottom: 0;
}

.wpc-filter-image-size .wpc-filter-header {
  padding: 15px 20px;
  border: 1px silver solid;
  border-radius: 40px;
}
.wpc-filter-image-size .wpc-filter-title {
  margin-bottom: 0;
}

.wpc-filter-image-color .wpc-filter-header {
  padding: 15px 20px;
  border: 1px silver solid;
  border-radius: 40px;
}
.wpc-filter-image-color .wpc-filter-title {
  margin-bottom: 0;
}

.wpc-filter-image-style .wpc-filter-header {
  padding: 15px 20px;
  border: 1px silver solid;
  border-radius: 40px;
}
.wpc-filter-image-style .wpc-filter-title {
  margin-bottom: 0;
}

.wpc-wrap-icons {
  padding-right: 20px;
}

.wpc-inner-widget-chips-wrapper .wpc-filter-chips-list li.wpc-chip-reset-all a {
  border: none;
  font-size: 14px;
  color: #66686b;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
}
.wpc-inner-widget-chips-wrapper .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a {
  border-color: #66686b !important;
  padding: 8px 20px;
  background-color: #ddd;
  font-size: 14px;
  color: #66686b;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
}
.wpc-inner-widget-chips-wrapper ul.wpc-filter-chips-list {
  display: flex;
  align-items: center;
}
.wpc-inner-widget-chips-wrapper ul.wpc-filter-chips-list li:first-of-type {
  order: 3;
}

body.page-id-9680 #mapDiv {
  width: 100% !important;
}
body.page-id-9680 #gmapOuter {
  width: 100% !important;
}
body.page-id-9680 #gmap_canvas {
  height: 300px !important;
}
body.page-id-9680 #listOfDealers {
  width: 100% !important;
  float: none !important;
}
body.page-id-9680 .modal-backdrop {
  display: none;
}
body.page-id-9680 .ginput_container_modal > .modal {
  background: rgba(0, 0, 0, 0.6);
}
body.page-id-9680 .contact-local-builder-form {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
}
body.page-id-9680 .contact-local-builder-form .modal .modal-body p.modal-my-latham-register a:hover {
  color: #000000 !important;
}
body.page-id-9680 .contact-local-builder-form .gform-body .gfield_description#gfield_description_31_91 {
  display: none;
}
body.page-id-9680 .contact-local-builder-form .gform-body .gfield_description#gfield_description_31_9 {
  display: none;
}
body.page-id-9680 .contact-local-builder-form .gform-body .gfield_html h2 {
  display: none !important;
}
body.page-id-9680 .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > div {
  flex-wrap: wrap !important;
}
body.page-id-9680 .topText {
  max-width: 670px;
  margin: 0 auto;
}
body.page-id-9680 .formBox h3.newTitle {
  font-size: 26px;
  display: block !important;
  color: #000000;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
}
body.page-id-9680 .authDealer .text-center h2.section__heading {
  font-size: 24px;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
}
body.page-id-9680 .gform_wrapper.gravity-theme .gf_progressbar_blue {
  margin: 0 10px;
}
body.page-id-9680 .contact-local-builder-form_wrapper .contact-local-builder-form .gf_progressbar {
  margin-bottom: 0px !important;
}
body.page-id-9680 .section.howWorksT.about-columns .section-inner .columns__image {
  margin-left: -30px;
}
body.page-id-9680 .section.howWorksT.about-columns .section-inner .columns__image img {
  width: auto;
}

li.hs-form-radio {
  display: inline-block;
}

.latham-branded-form {
  overflow-x: hidden;
}
.latham-branded-form form fieldset {
  max-width: 100%;
  margin-bottom: 25px;
}
.latham-branded-form form input[type=text],
.latham-branded-form form input[type=email],
.latham-branded-form form input[type=date],
.latham-branded-form form input[type=tel] {
  width: 100%;
  padding: 10px 15px;
  height: 50px;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #66686b;
  outline: none;
  box-shadow: none;
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .latham-branded-form form input[type=text],
  .latham-branded-form form input[type=email],
  .latham-branded-form form input[type=date],
  .latham-branded-form form input[type=tel] {
    width: 100% !important;
  }
}
.latham-branded-form form input[type=text]:focus,
.latham-branded-form form input[type=email]:focus,
.latham-branded-form form input[type=date]:focus,
.latham-branded-form form input[type=tel]:focus {
  border: 1px solid #0078a3;
}
.latham-branded-form form input[type=text]:required:valid,
.latham-branded-form form input[type=email]:required:valid,
.latham-branded-form form input[type=date]:required:valid,
.latham-branded-form form input[type=tel]:required:valid {
  border: 1px solid #66686b;
}
.latham-branded-form form input[type=text]:not(required):not(:placeholder-shown),
.latham-branded-form form input[type=email]:not(required):not(:placeholder-shown),
.latham-branded-form form input[type=date]:not(required):not(:placeholder-shown),
.latham-branded-form form input[type=tel]:not(required):not(:placeholder-shown) {
  border: 1px solid #66686b;
}
.latham-branded-form form input[type=text]:not(required).error,
.latham-branded-form form input[type=email]:not(required).error,
.latham-branded-form form input[type=date]:not(required).error,
.latham-branded-form form input[type=tel]:not(required).error {
  border: 1px solid red;
}
.latham-branded-form form input[type=text].error,
.latham-branded-form form input[type=email].error,
.latham-branded-form form input[type=date].error,
.latham-branded-form form input[type=tel].error {
  border: 1px solid red;
}
.latham-branded-form form select {
  width: 100%;
  padding: 10px 15px;
  height: 50px;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #66686b;
  outline: none;
  box-shadow: none;
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .latham-branded-form form select {
    width: 100% !important;
  }
}
.latham-branded-form form select:focus {
  border: 1px solid #0078a3;
}
.latham-branded-form form select:required:valid {
  border: 1px solid #66686b;
}
.latham-branded-form form select.error {
  border: 1px solid red;
}
.latham-branded-form form label {
  margin-bottom: 7px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: auto;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #66686b;
}
.latham-branded-form form label.hs-error-msg {
  color: red;
  text-transform: none;
  cursor: auto;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.latham-branded-form form label span.hs-form-required {
  margin-left: 3px;
  color: red;
}
.latham-branded-form form label {
  text-transform: none;
  letter-spacing: normal;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 10px;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.latham-branded-form form input[type=checkbox] {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  position: relative;
  background: #ffffff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #d8d8d8;
  position: relative;
  vertical-align: middle;
}
.latham-branded-form form input[type=checkbox]:after {
  content: "";
  width: 10px;
  height: 4px;
  position: absolute;
  top: 5px;
  left: 4px;
  border: 1px solid #ffffff;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
.latham-branded-form form input[type=checkbox]:checked {
  background-color: #000000;
  border: 1px solid #000000;
}
.latham-branded-form form input[type=checkbox]:checked:after {
  opacity: 1;
}
.latham-branded-form form a {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #0078a3;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.latham-branded-form form a:hover {
  color: #000000;
}
.latham-branded-form form input[type=submit] {
  padding: 12px 15px;
  min-width: 100px;
  text-align: center;
  border: 1px solid #0078a3;
  outline: none;
  box-shadow: none;
  background: transparent;
  margin-top: 30px;
  color: #0078a3;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.latham-branded-form form input[type=submit]:hover {
  color: #000000;
  border: 1px solid #000000;
}

body.page-id-9499 #masthead,
body.page-id-10375 #masthead {
  display: none !important;
}
body.page-id-9499 .site-header,
body.page-id-10375 .site-header {
  background: linear-gradient(180deg, rgba(0, 18, 32, 0) 0%, rgba(0, 18, 32, 0) 100%);
}
body.page-id-9499 .section_form.section_padding,
body.page-id-10375 .section_form.section_padding {
  padding: 0 !important;
}
body.page-id-9499 #formDiv,
body.page-id-10375 #formDiv {
  max-width: none !important;
}
body.page-id-9499 .hbspt-form,
body.page-id-10375 .hbspt-form {
  clear: both;
}
body.page-id-9499 .hbspt-form form.hs-form,
body.page-id-10375 .hbspt-form form.hs-form {
  margin-right: 0px !important;
  margin-left: 0px !important;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  body.page-id-9499 .hbspt-form form.hs-form,
  body.page-id-10375 .hbspt-form form.hs-form {
    padding-bottom: 100px;
  }
}
body.page-id-9499 .hbspt-form form.hs-form fieldset,
body.page-id-10375 .hbspt-form form.hs-form fieldset {
  margin-bottom: 15px;
}
body.page-id-9499 .hbspt-form form.hs-form fieldset .input,
body.page-id-10375 .hbspt-form form.hs-form fieldset .input {
  margin-right: 20px;
}
body.page-id-9499 .hs_recaptcha,
body.page-id-10375 .hs_recaptcha {
  margin-right: 32px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  body.page-id-9499 .hs_recaptcha,
  body.page-id-10375 .hs_recaptcha {
    float: right;
  }
}
body.page-id-9499 .form-section,
body.page-id-9499 .form-shortcode,
body.page-id-10375 .form-section,
body.page-id-10375 .form-shortcode {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 50px;
}
@media (min-width: 768px) {
  body.page-id-9499 .form-section,
  body.page-id-9499 .form-shortcode,
  body.page-id-10375 .form-section,
  body.page-id-10375 .form-shortcode {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 80px;
  }
}
body.page-id-9499 .whyLatham,
body.page-id-10375 .whyLatham {
  background-color: #000000;
  padding: 30px;
  margin-top: 0px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  body.page-id-9499 .whyLatham,
  body.page-id-10375 .whyLatham {
    margin-right: 40px;
  }
}
body.page-id-9499 .whyLatham h4,
body.page-id-9499 .whyLatham p,
body.page-id-10375 .whyLatham h4,
body.page-id-10375 .whyLatham p {
  color: #ffffff;
}
body.page-id-9499 .whyLatham h4,
body.page-id-10375 .whyLatham h4 {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
}
body.page-id-9499 .whyLatham a,
body.page-id-10375 .whyLatham a {
  color: #ffffff !important;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  text-decoration: none !important;
  cursor: pointer;
}
body.page-id-9499 .whyLatham a:hover,
body.page-id-10375 .whyLatham a:hover {
  text-decoration: underline !important;
}
@media (min-width: 768px) {
  body.page-id-9499 .whyLatham,
  body.page-id-10375 .whyLatham {
    display: none;
  }
}
body.page-id-9499 .disclaimer,
body.page-id-10375 .disclaimer {
  background-color: #00a078;
  margin: 0 auto;
  padding: 30px;
  display: block;
  max-width: none;
}
body.page-id-9499 .disclaimer p,
body.page-id-10375 .disclaimer p {
  color: #ffffff;
  font-size: 14px;
  font-style: italic;
  display: block;
  max-width: 1080px;
  margin: 0 auto;
}
body.page-id-9499 .text-and-image__form,
body.page-id-10375 .text-and-image__form {
  margin-bottom: 0;
}
body.page-id-9499 .form-shortcode,
body.page-id-10375 .form-shortcode {
  padding-right: 50px;
}
@media (min-width: 768px) {
  body.page-id-9499 .form-shortcode,
  body.page-id-10375 .form-shortcode {
    padding-right: 60px;
  }
}
@media (min-width: 991px) {
  body.page-id-9499 .form-shortcode,
  body.page-id-10375 .form-shortcode {
    padding-right: 100px;
  }
}
@media (min-width: 1350px) {
  body.page-id-9499 .form-shortcode,
  body.page-id-10375 .form-shortcode {
    padding-right: 150px;
  }
}
@media (min-width: 1850px) {
  body.page-id-9499 .form-shortcode,
  body.page-id-10375 .form-shortcode {
    padding-right: 200px;
  }
}
body.page-id-9499 .form-shortcode h2.section__heading,
body.page-id-10375 .form-shortcode h2.section__heading {
  font-size: 30px;
  padding-top: 40px !important;
}
@media (min-width: 768px) {
  body.page-id-9499 .form-shortcode h2.section__heading,
  body.page-id-10375 .form-shortcode h2.section__heading {
    padding-top: 175px !important;
  }
}
@media (min-width: 991px) {
  body.page-id-9499 .form-shortcode h2.section__heading,
  body.page-id-10375 .form-shortcode h2.section__heading {
    padding-top: 195px !important;
  }
}
body.page-id-9499 .form-shortcode p,
body.page-id-10375 .form-shortcode p {
  color: #000000;
}
body.page-id-9499 .form-shortcode .hbspt-form ul.inputs-list.multi-container,
body.page-id-10375 .form-shortcode .hbspt-form ul.inputs-list.multi-container {
  column-count: 2;
}
body.page-id-9499 .form-shortcode .hbspt-form .hs-form-field label,
body.page-id-10375 .form-shortcode .hbspt-form .hs-form-field label {
  color: #000000;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
}
body.page-id-9499 .form-shortcode .hbspt-form .hs-form-field input[type=text],
body.page-id-10375 .form-shortcode .hbspt-form .hs-form-field input[type=text] {
  color: #000000;
}
body.page-id-9499 .form-shortcode .formP,
body.page-id-10375 .form-shortcode .formP {
  margin-right: 50px;
}
body.page-id-9499 .form-shortcode ul.checks,
body.page-id-10375 .form-shortcode ul.checks {
  list-style-type: none;
  margin-bottom: 30px;
  margin-left: 20px;
}
body.page-id-9499 .form-shortcode ul.checks li,
body.page-id-10375 .form-shortcode ul.checks li {
  color: #000000;
  text-align: left;
  margin-bottom: 12px;
}
body.page-id-9499 .form-shortcode ul.checks li:before,
body.page-id-10375 .form-shortcode ul.checks li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  height: 45px;
  font-weight: 600;
  margin: 0 8px 0 -15px;
  color: #00b0d8;
  display: block;
  width: 18px;
  float: left;
}
body.page-id-9499 .form-section,
body.page-id-10375 .form-section {
  padding-left: 50px;
  padding-bottom: 266px;
  color: #ffffff;
  margin: 0 !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url("../jpg/scene_14_vignette_1_srgb-full_mobile.jpg");
}
@media (min-width: 768px) {
  body.page-id-9499 .form-section,
  body.page-id-10375 .form-section {
    padding-left: 90px;
    padding-bottom: 0;
    background-image: url("../jpg/shimmer-promo_landing-page-hero_scene-14b.jpg");
    background-position: center top;
  }
}
@media (min-width: 991px) {
  body.page-id-9499 .form-section,
  body.page-id-10375 .form-section {
    padding-left: 140px;
  }
}
@media (min-width: 1350px) {
  body.page-id-9499 .form-section,
  body.page-id-10375 .form-section {
    padding-left: 150px;
  }
}
@media (min-width: 1850px) {
  body.page-id-9499 .form-section,
  body.page-id-10375 .form-section {
    padding-left: 200px;
  }
}
body.page-id-9499 .form-section h2.section__heading,
body.page-id-10375 .form-section h2.section__heading {
  padding-top: 55px !important;
}
body.page-id-9499 .form-section p,
body.page-id-9499 .form-section ul,
body.page-id-9499 .form-section h2.section__heading,
body.page-id-9499 .form-section a,
body.page-id-10375 .form-section p,
body.page-id-10375 .form-section ul,
body.page-id-10375 .form-section h2.section__heading,
body.page-id-10375 .form-section a {
  color: #ffffff !important;
}
body.page-id-9499 .form-section a,
body.page-id-10375 .form-section a {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  text-decoration: underline;
}
body.page-id-9499 .form-section strong,
body.page-id-10375 .form-section strong {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
}
body.page-id-9499 .form-section .whyLatham,
body.page-id-10375 .form-section .whyLatham {
  display: none;
}
@media (min-width: 768px) {
  body.page-id-9499 .form-section .whyLatham,
  body.page-id-10375 .form-section .whyLatham {
    display: block;
    margin-top: 50px;
    padding-bottom: 35px;
  }
}
body.page-id-9499 .form-section .section__mini-heading, body.page-id-9499 .form-section .post-preview__inner__text__label,
body.page-id-10375 .form-section .section__mini-heading,
body.page-id-10375 .form-section .post-preview__inner__text__label {
  padding-top: 40px;
}
@media (min-width: 768px) {
  body.page-id-9499 .form-section .section__mini-heading, body.page-id-9499 .form-section .post-preview__inner__text__label,
  body.page-id-10375 .form-section .section__mini-heading,
  body.page-id-10375 .form-section .post-preview__inner__text__label {
    padding-top: 60px;
  }
}
@media (min-width: 991px) {
  body.page-id-9499 .form-section .section__mini-heading, body.page-id-9499 .form-section .post-preview__inner__text__label,
  body.page-id-10375 .form-section .section__mini-heading,
  body.page-id-10375 .form-section .post-preview__inner__text__label {
    padding-top: 80px;
  }
}
body.page-id-9499 .form-section ul,
body.page-id-10375 .form-section ul {
  list-style-type: none;
}
body.page-id-9499 .form-section ul li:before,
body.page-id-10375 .form-section ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  height: 50px;
  font-weight: 600;
  margin: 0 8px 0 -15px;
  color: #fff;
  display: block;
  width: 18px;
  float: left;
}
body.page-id-9499 footer#colophon .footer-menu-wrap,
body.page-id-10375 footer#colophon .footer-menu-wrap {
  display: block !important;
}
body.page-id-9499 footer#colophon .section-inner,
body.page-id-10375 footer#colophon .section-inner {
  margin: 0 auto;
  padding-right: 5%;
  padding-left: 5%;
  max-width: 1380px;
  z-index: 1;
  position: relative;
}

body.page-template-template-latham-blog-articles .section.section_padding,
body.page-template-template-latham-blog-articles .breadcrumbs,
body.blog-template-default .section.section_padding,
body.blog-template-default .breadcrumbs,
body.single-blog .section.section_padding,
body.single-blog .breadcrumbs,
body.tax-blog-category .section.section_padding,
body.tax-blog-category .breadcrumbs {
  background-color: #ffffff;
}

body.page-template-template-latham-blog-page .entry__content ul,
body.author .entry__content ul,
body.search-results .entry__content ul,
body.search-no-results .entry__content ul,
body.tax-blog-category .entry__content ul,
body.blog-template-default .entry__content ul,
body.page-template-template-latham-blog-articles .entry__content ul,
body.tax-blog-tag .entry__content ul,
body.page-template-template-page-builder .entry__content ul,
body.single-products .entry__content ul,
body.page-template-template-basic-page .entry__content ul,
body.home .entry__content ul,
.full-width #ajax-load-more .entry__content ul {
  list-style-type: disc;
  margin-left: 30px;
}
body.page-template-template-latham-blog-page .entry__content ul li,
body.author .entry__content ul li,
body.search-results .entry__content ul li,
body.search-no-results .entry__content ul li,
body.tax-blog-category .entry__content ul li,
body.blog-template-default .entry__content ul li,
body.page-template-template-latham-blog-articles .entry__content ul li,
body.tax-blog-tag .entry__content ul li,
body.page-template-template-page-builder .entry__content ul li,
body.single-products .entry__content ul li,
body.page-template-template-basic-page .entry__content ul li,
body.home .entry__content ul li,
.full-width #ajax-load-more .entry__content ul li {
  margin-bottom: 5px;
}
body.page-template-template-latham-blog-page .entry__content ul.twoColumn,
body.author .entry__content ul.twoColumn,
body.search-results .entry__content ul.twoColumn,
body.search-no-results .entry__content ul.twoColumn,
body.tax-blog-category .entry__content ul.twoColumn,
body.blog-template-default .entry__content ul.twoColumn,
body.page-template-template-latham-blog-articles .entry__content ul.twoColumn,
body.tax-blog-tag .entry__content ul.twoColumn,
body.page-template-template-page-builder .entry__content ul.twoColumn,
body.single-products .entry__content ul.twoColumn,
body.page-template-template-basic-page .entry__content ul.twoColumn,
body.home .entry__content ul.twoColumn,
.full-width #ajax-load-more .entry__content ul.twoColumn {
  columns: 1;
  column-gap: 0px;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .entry__content ul.twoColumn,
  body.author .entry__content ul.twoColumn,
  body.search-results .entry__content ul.twoColumn,
  body.search-no-results .entry__content ul.twoColumn,
  body.tax-blog-category .entry__content ul.twoColumn,
  body.blog-template-default .entry__content ul.twoColumn,
  body.page-template-template-latham-blog-articles .entry__content ul.twoColumn,
  body.tax-blog-tag .entry__content ul.twoColumn,
  body.page-template-template-page-builder .entry__content ul.twoColumn,
  body.single-products .entry__content ul.twoColumn,
  body.page-template-template-basic-page .entry__content ul.twoColumn,
  body.home .entry__content ul.twoColumn,
  .full-width #ajax-load-more .entry__content ul.twoColumn {
    columns: 2;
    column-gap: 20px;
  }
}
body.page-template-template-latham-blog-page .entry__content ul.threeColumn,
body.author .entry__content ul.threeColumn,
body.search-results .entry__content ul.threeColumn,
body.search-no-results .entry__content ul.threeColumn,
body.tax-blog-category .entry__content ul.threeColumn,
body.blog-template-default .entry__content ul.threeColumn,
body.page-template-template-latham-blog-articles .entry__content ul.threeColumn,
body.tax-blog-tag .entry__content ul.threeColumn,
body.page-template-template-page-builder .entry__content ul.threeColumn,
body.single-products .entry__content ul.threeColumn,
body.page-template-template-basic-page .entry__content ul.threeColumn,
body.home .entry__content ul.threeColumn,
.full-width #ajax-load-more .entry__content ul.threeColumn {
  columns: 1;
  column-gap: 0px;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .entry__content ul.threeColumn,
  body.author .entry__content ul.threeColumn,
  body.search-results .entry__content ul.threeColumn,
  body.search-no-results .entry__content ul.threeColumn,
  body.tax-blog-category .entry__content ul.threeColumn,
  body.blog-template-default .entry__content ul.threeColumn,
  body.page-template-template-latham-blog-articles .entry__content ul.threeColumn,
  body.tax-blog-tag .entry__content ul.threeColumn,
  body.page-template-template-page-builder .entry__content ul.threeColumn,
  body.single-products .entry__content ul.threeColumn,
  body.page-template-template-basic-page .entry__content ul.threeColumn,
  body.home .entry__content ul.threeColumn,
  .full-width #ajax-load-more .entry__content ul.threeColumn {
    columns: 2;
    column-gap: 20px;
  }
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .entry__content ul.threeColumn,
  body.author .entry__content ul.threeColumn,
  body.search-results .entry__content ul.threeColumn,
  body.search-no-results .entry__content ul.threeColumn,
  body.tax-blog-category .entry__content ul.threeColumn,
  body.blog-template-default .entry__content ul.threeColumn,
  body.page-template-template-latham-blog-articles .entry__content ul.threeColumn,
  body.tax-blog-tag .entry__content ul.threeColumn,
  body.page-template-template-page-builder .entry__content ul.threeColumn,
  body.single-products .entry__content ul.threeColumn,
  body.page-template-template-basic-page .entry__content ul.threeColumn,
  body.home .entry__content ul.threeColumn,
  .full-width #ajax-load-more .entry__content ul.threeColumn {
    columns: 3;
    column-gap: 20px;
  }
}
body.page-template-template-latham-blog-page .entry__content figure,
body.author .entry__content figure,
body.search-results .entry__content figure,
body.search-no-results .entry__content figure,
body.tax-blog-category .entry__content figure,
body.blog-template-default .entry__content figure,
body.page-template-template-latham-blog-articles .entry__content figure,
body.tax-blog-tag .entry__content figure,
body.page-template-template-page-builder .entry__content figure,
body.single-products .entry__content figure,
body.page-template-template-basic-page .entry__content figure,
body.home .entry__content figure,
.full-width #ajax-load-more .entry__content figure {
  width: 100% !important;
}
body.page-template-template-latham-blog-page .entry__content figure.alignleft,
body.author .entry__content figure.alignleft,
body.search-results .entry__content figure.alignleft,
body.search-no-results .entry__content figure.alignleft,
body.tax-blog-category .entry__content figure.alignleft,
body.blog-template-default .entry__content figure.alignleft,
body.page-template-template-latham-blog-articles .entry__content figure.alignleft,
body.tax-blog-tag .entry__content figure.alignleft,
body.page-template-template-page-builder .entry__content figure.alignleft,
body.single-products .entry__content figure.alignleft,
body.page-template-template-basic-page .entry__content figure.alignleft,
body.home .entry__content figure.alignleft,
.full-width #ajax-load-more .entry__content figure.alignleft {
  width: auto !important;
}
body.page-template-template-latham-blog-page .blog-slider .section-inner .slider-common_half,
body.author .blog-slider .section-inner .slider-common_half,
body.search-results .blog-slider .section-inner .slider-common_half,
body.search-no-results .blog-slider .section-inner .slider-common_half,
body.tax-blog-category .blog-slider .section-inner .slider-common_half,
body.blog-template-default .blog-slider .section-inner .slider-common_half,
body.page-template-template-latham-blog-articles .blog-slider .section-inner .slider-common_half,
body.tax-blog-tag .blog-slider .section-inner .slider-common_half,
body.page-template-template-page-builder .blog-slider .section-inner .slider-common_half,
body.single-products .blog-slider .section-inner .slider-common_half,
body.page-template-template-basic-page .blog-slider .section-inner .slider-common_half,
body.home .blog-slider .section-inner .slider-common_half,
.full-width #ajax-load-more .blog-slider .section-inner .slider-common_half {
  overflow: visible;
}
body.page-template-template-latham-blog-page .blog-slider .section-inner .slider-common_half .row.slider-common,
body.author .blog-slider .section-inner .slider-common_half .row.slider-common,
body.search-results .blog-slider .section-inner .slider-common_half .row.slider-common,
body.search-no-results .blog-slider .section-inner .slider-common_half .row.slider-common,
body.tax-blog-category .blog-slider .section-inner .slider-common_half .row.slider-common,
body.blog-template-default .blog-slider .section-inner .slider-common_half .row.slider-common,
body.page-template-template-latham-blog-articles .blog-slider .section-inner .slider-common_half .row.slider-common,
body.tax-blog-tag .blog-slider .section-inner .slider-common_half .row.slider-common,
body.page-template-template-page-builder .blog-slider .section-inner .slider-common_half .row.slider-common,
body.single-products .blog-slider .section-inner .slider-common_half .row.slider-common,
body.page-template-template-basic-page .blog-slider .section-inner .slider-common_half .row.slider-common,
body.home .blog-slider .section-inner .slider-common_half .row.slider-common,
.full-width #ajax-load-more .blog-slider .section-inner .slider-common_half .row.slider-common {
  margin: 0 !important;
}
body.page-template-template-latham-blog-page .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card,
body.author .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card,
body.search-results .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card,
body.search-no-results .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card,
body.tax-blog-category .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card,
body.blog-template-default .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card,
body.page-template-template-latham-blog-articles .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card,
body.tax-blog-tag .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card,
body.page-template-template-page-builder .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card,
body.single-products .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card,
body.page-template-template-basic-page .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card,
body.home .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card,
.full-width #ajax-load-more .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card {
  padding: 0 !important;
}
body.page-template-template-latham-blog-page .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__outer-wrap,
body.author .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__outer-wrap,
body.search-results .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__outer-wrap,
body.search-no-results .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__outer-wrap,
body.tax-blog-category .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__outer-wrap,
body.blog-template-default .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__outer-wrap,
body.page-template-template-latham-blog-articles .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__outer-wrap,
body.tax-blog-tag .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__outer-wrap,
body.page-template-template-page-builder .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__outer-wrap,
body.single-products .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__outer-wrap,
body.page-template-template-basic-page .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__outer-wrap,
body.home .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__outer-wrap,
.full-width #ajax-load-more .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__outer-wrap {
  margin: 0;
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__outer-wrap,
  body.author .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__outer-wrap,
  body.search-results .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__outer-wrap,
  body.search-no-results .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__outer-wrap,
  body.tax-blog-category .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__outer-wrap,
  body.blog-template-default .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__outer-wrap,
  body.page-template-template-latham-blog-articles .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__outer-wrap,
  body.tax-blog-tag .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__outer-wrap,
  body.page-template-template-page-builder .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__outer-wrap,
  body.single-products .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__outer-wrap,
  body.page-template-template-basic-page .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__outer-wrap,
  body.home .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__outer-wrap,
  .full-width #ajax-load-more .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__outer-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}
body.page-template-template-latham-blog-page .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__image-wrap .blog-card__image,
body.author .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__image-wrap .blog-card__image,
body.search-results .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__image-wrap .blog-card__image,
body.search-no-results .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__image-wrap .blog-card__image,
body.tax-blog-category .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__image-wrap .blog-card__image,
body.blog-template-default .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__image-wrap .blog-card__image,
body.page-template-template-latham-blog-articles .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__image-wrap .blog-card__image,
body.tax-blog-tag .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__image-wrap .blog-card__image,
body.page-template-template-page-builder .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__image-wrap .blog-card__image,
body.single-products .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__image-wrap .blog-card__image,
body.page-template-template-basic-page .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__image-wrap .blog-card__image,
body.home .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__image-wrap .blog-card__image,
.full-width #ajax-load-more .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__image-wrap .blog-card__image {
  padding-left: 0;
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__image-wrap .blog-card__image,
  body.author .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__image-wrap .blog-card__image,
  body.search-results .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__image-wrap .blog-card__image,
  body.search-no-results .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__image-wrap .blog-card__image,
  body.tax-blog-category .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__image-wrap .blog-card__image,
  body.blog-template-default .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__image-wrap .blog-card__image,
  body.page-template-template-latham-blog-articles .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__image-wrap .blog-card__image,
  body.tax-blog-tag .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__image-wrap .blog-card__image,
  body.page-template-template-page-builder .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__image-wrap .blog-card__image,
  body.single-products .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__image-wrap .blog-card__image,
  body.page-template-template-basic-page .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__image-wrap .blog-card__image,
  body.home .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__image-wrap .blog-card__image,
  .full-width #ajax-load-more .blog-slider .section-inner .slider-common_half .row.slider-common .owl-stage-outer .owl-stage .owl-item .blog-card .blog-card__image-wrap .blog-card__image {
    padding-left: 15px;
  }
}
body.page-template-template-latham-blog-page .blog-slider .section-inner .slider-common_half .row.slider-common .owl-nav .owl-prev,
body.author .blog-slider .section-inner .slider-common_half .row.slider-common .owl-nav .owl-prev,
body.search-results .blog-slider .section-inner .slider-common_half .row.slider-common .owl-nav .owl-prev,
body.search-no-results .blog-slider .section-inner .slider-common_half .row.slider-common .owl-nav .owl-prev,
body.tax-blog-category .blog-slider .section-inner .slider-common_half .row.slider-common .owl-nav .owl-prev,
body.blog-template-default .blog-slider .section-inner .slider-common_half .row.slider-common .owl-nav .owl-prev,
body.page-template-template-latham-blog-articles .blog-slider .section-inner .slider-common_half .row.slider-common .owl-nav .owl-prev,
body.tax-blog-tag .blog-slider .section-inner .slider-common_half .row.slider-common .owl-nav .owl-prev,
body.page-template-template-page-builder .blog-slider .section-inner .slider-common_half .row.slider-common .owl-nav .owl-prev,
body.single-products .blog-slider .section-inner .slider-common_half .row.slider-common .owl-nav .owl-prev,
body.page-template-template-basic-page .blog-slider .section-inner .slider-common_half .row.slider-common .owl-nav .owl-prev,
body.home .blog-slider .section-inner .slider-common_half .row.slider-common .owl-nav .owl-prev,
.full-width #ajax-load-more .blog-slider .section-inner .slider-common_half .row.slider-common .owl-nav .owl-prev {
  left: 10px;
}
body.page-template-template-latham-blog-page .blog-slider .section-inner .slider-common_half .row.slider-common .owl-dots,
body.author .blog-slider .section-inner .slider-common_half .row.slider-common .owl-dots,
body.search-results .blog-slider .section-inner .slider-common_half .row.slider-common .owl-dots,
body.search-no-results .blog-slider .section-inner .slider-common_half .row.slider-common .owl-dots,
body.tax-blog-category .blog-slider .section-inner .slider-common_half .row.slider-common .owl-dots,
body.blog-template-default .blog-slider .section-inner .slider-common_half .row.slider-common .owl-dots,
body.page-template-template-latham-blog-articles .blog-slider .section-inner .slider-common_half .row.slider-common .owl-dots,
body.tax-blog-tag .blog-slider .section-inner .slider-common_half .row.slider-common .owl-dots,
body.page-template-template-page-builder .blog-slider .section-inner .slider-common_half .row.slider-common .owl-dots,
body.single-products .blog-slider .section-inner .slider-common_half .row.slider-common .owl-dots,
body.page-template-template-basic-page .blog-slider .section-inner .slider-common_half .row.slider-common .owl-dots,
body.home .blog-slider .section-inner .slider-common_half .row.slider-common .owl-dots,
.full-width #ajax-load-more .blog-slider .section-inner .slider-common_half .row.slider-common .owl-dots {
  top: calc(100% + 30px);
}
body.page-template-template-latham-blog-page .banner,
body.author .banner,
body.search-results .banner,
body.search-no-results .banner,
body.tax-blog-category .banner,
body.blog-template-default .banner,
body.page-template-template-latham-blog-articles .banner,
body.tax-blog-tag .banner,
body.page-template-template-page-builder .banner,
body.single-products .banner,
body.page-template-template-basic-page .banner,
body.home .banner,
.full-width #ajax-load-more .banner {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#002e5a+0,e68978+69,ffffff+100 */
  background: #002e5a; /* Old browsers */
  background: -moz-linear-gradient(top, #002e5a 0%, #e68978 69%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #002e5a 0%, #e68978 69%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #002e5a 0%, #e68978 69%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#002e5a", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}
body.page-template-template-latham-blog-page .banner .blog_banner,
body.author .banner .blog_banner,
body.search-results .banner .blog_banner,
body.search-no-results .banner .blog_banner,
body.tax-blog-category .banner .blog_banner,
body.blog-template-default .banner .blog_banner,
body.page-template-template-latham-blog-articles .banner .blog_banner,
body.tax-blog-tag .banner .blog_banner,
body.page-template-template-page-builder .banner .blog_banner,
body.single-products .banner .blog_banner,
body.page-template-template-basic-page .banner .blog_banner,
body.home .banner .blog_banner,
.full-width #ajax-load-more .banner .blog_banner {
  margin-bottom: 0px;
}
body.page-template-template-latham-blog-page .banner .blog_banner .blog-main-text,
body.author .banner .blog_banner .blog-main-text,
body.search-results .banner .blog_banner .blog-main-text,
body.search-no-results .banner .blog_banner .blog-main-text,
body.tax-blog-category .banner .blog_banner .blog-main-text,
body.blog-template-default .banner .blog_banner .blog-main-text,
body.page-template-template-latham-blog-articles .banner .blog_banner .blog-main-text,
body.tax-blog-tag .banner .blog_banner .blog-main-text,
body.page-template-template-page-builder .banner .blog_banner .blog-main-text,
body.single-products .banner .blog_banner .blog-main-text,
body.page-template-template-basic-page .banner .blog_banner .blog-main-text,
body.home .banner .blog_banner .blog-main-text,
.full-width #ajax-load-more .banner .blog_banner .blog-main-text {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  padding-top: 60px;
}
body.page-template-template-latham-blog-page .banner .blog_banner .blog-main-text .banner__text-heading,
body.author .banner .blog_banner .blog-main-text .banner__text-heading,
body.search-results .banner .blog_banner .blog-main-text .banner__text-heading,
body.search-no-results .banner .blog_banner .blog-main-text .banner__text-heading,
body.tax-blog-category .banner .blog_banner .blog-main-text .banner__text-heading,
body.blog-template-default .banner .blog_banner .blog-main-text .banner__text-heading,
body.page-template-template-latham-blog-articles .banner .blog_banner .blog-main-text .banner__text-heading,
body.tax-blog-tag .banner .blog_banner .blog-main-text .banner__text-heading,
body.page-template-template-page-builder .banner .blog_banner .blog-main-text .banner__text-heading,
body.single-products .banner .blog_banner .blog-main-text .banner__text-heading,
body.page-template-template-basic-page .banner .blog_banner .blog-main-text .banner__text-heading,
body.home .banner .blog_banner .blog-main-text .banner__text-heading,
.full-width #ajax-load-more .banner .blog_banner .blog-main-text .banner__text-heading {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  body.page-template-template-latham-blog-page .banner .blog_banner .blog-main-text .banner__text-heading,
  body.author .banner .blog_banner .blog-main-text .banner__text-heading,
  body.search-results .banner .blog_banner .blog-main-text .banner__text-heading,
  body.search-no-results .banner .blog_banner .blog-main-text .banner__text-heading,
  body.tax-blog-category .banner .blog_banner .blog-main-text .banner__text-heading,
  body.blog-template-default .banner .blog_banner .blog-main-text .banner__text-heading,
  body.page-template-template-latham-blog-articles .banner .blog_banner .blog-main-text .banner__text-heading,
  body.tax-blog-tag .banner .blog_banner .blog-main-text .banner__text-heading,
  body.page-template-template-page-builder .banner .blog_banner .blog-main-text .banner__text-heading,
  body.single-products .banner .blog_banner .blog-main-text .banner__text-heading,
  body.page-template-template-basic-page .banner .blog_banner .blog-main-text .banner__text-heading,
  body.home .banner .blog_banner .blog-main-text .banner__text-heading,
  .full-width #ajax-load-more .banner .blog_banner .blog-main-text .banner__text-heading {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
body.page-template-template-latham-blog-page .banner .blog_banner .blog-main-text .banner__text-body,
body.author .banner .blog_banner .blog-main-text .banner__text-body,
body.search-results .banner .blog_banner .blog-main-text .banner__text-body,
body.search-no-results .banner .blog_banner .blog-main-text .banner__text-body,
body.tax-blog-category .banner .blog_banner .blog-main-text .banner__text-body,
body.blog-template-default .banner .blog_banner .blog-main-text .banner__text-body,
body.page-template-template-latham-blog-articles .banner .blog_banner .blog-main-text .banner__text-body,
body.tax-blog-tag .banner .blog_banner .blog-main-text .banner__text-body,
body.page-template-template-page-builder .banner .blog_banner .blog-main-text .banner__text-body,
body.single-products .banner .blog_banner .blog-main-text .banner__text-body,
body.page-template-template-basic-page .banner .blog_banner .blog-main-text .banner__text-body,
body.home .banner .blog_banner .blog-main-text .banner__text-body,
.full-width #ajax-load-more .banner .blog_banner .blog-main-text .banner__text-body {
  padding: 0 20px;
}
body.page-template-template-latham-blog-page .banner .blog_banner .section_padding,
body.author .banner .blog_banner .section_padding,
body.search-results .banner .blog_banner .section_padding,
body.search-no-results .banner .blog_banner .section_padding,
body.tax-blog-category .banner .blog_banner .section_padding,
body.blog-template-default .banner .blog_banner .section_padding,
body.page-template-template-latham-blog-articles .banner .blog_banner .section_padding,
body.tax-blog-tag .banner .blog_banner .section_padding,
body.page-template-template-page-builder .banner .blog_banner .section_padding,
body.single-products .banner .blog_banner .section_padding,
body.page-template-template-basic-page .banner .blog_banner .section_padding,
body.home .banner .blog_banner .section_padding,
.full-width #ajax-load-more .banner .blog_banner .section_padding {
  padding-bottom: 10px !important;
  padding-top: 20px !important;
  background-color: transparent !important;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .banner .blog_banner .section_padding,
  body.author .banner .blog_banner .section_padding,
  body.search-results .banner .blog_banner .section_padding,
  body.search-no-results .banner .blog_banner .section_padding,
  body.tax-blog-category .banner .blog_banner .section_padding,
  body.blog-template-default .banner .blog_banner .section_padding,
  body.page-template-template-latham-blog-articles .banner .blog_banner .section_padding,
  body.tax-blog-tag .banner .blog_banner .section_padding,
  body.page-template-template-page-builder .banner .blog_banner .section_padding,
  body.single-products .banner .blog_banner .section_padding,
  body.page-template-template-basic-page .banner .blog_banner .section_padding,
  body.home .banner .blog_banner .section_padding,
  .full-width #ajax-load-more .banner .blog_banner .section_padding {
    padding-top: 60px !important;
  }
}
body.page-template-template-latham-blog-page .banner .blog-cards,
body.author .banner .blog-cards,
body.search-results .banner .blog-cards,
body.search-no-results .banner .blog-cards,
body.tax-blog-category .banner .blog-cards,
body.blog-template-default .banner .blog-cards,
body.page-template-template-latham-blog-articles .banner .blog-cards,
body.tax-blog-tag .banner .blog-cards,
body.page-template-template-page-builder .banner .blog-cards,
body.single-products .banner .blog-cards,
body.page-template-template-basic-page .banner .blog-cards,
body.home .banner .blog-cards,
.full-width #ajax-load-more .banner .blog-cards {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
}
body.page-template-template-latham-blog-page .banner .blog-cards .owl-carousel .owl-nav button.owl-next,
body.author .banner .blog-cards .owl-carousel .owl-nav button.owl-next,
body.search-results .banner .blog-cards .owl-carousel .owl-nav button.owl-next,
body.search-no-results .banner .blog-cards .owl-carousel .owl-nav button.owl-next,
body.tax-blog-category .banner .blog-cards .owl-carousel .owl-nav button.owl-next,
body.blog-template-default .banner .blog-cards .owl-carousel .owl-nav button.owl-next,
body.page-template-template-latham-blog-articles .banner .blog-cards .owl-carousel .owl-nav button.owl-next,
body.tax-blog-tag .banner .blog-cards .owl-carousel .owl-nav button.owl-next,
body.page-template-template-page-builder .banner .blog-cards .owl-carousel .owl-nav button.owl-next,
body.single-products .banner .blog-cards .owl-carousel .owl-nav button.owl-next,
body.page-template-template-basic-page .banner .blog-cards .owl-carousel .owl-nav button.owl-next,
body.home .banner .blog-cards .owl-carousel .owl-nav button.owl-next,
.full-width #ajax-load-more .banner .blog-cards .owl-carousel .owl-nav button.owl-next {
  right: 10px;
}
body.page-template-template-latham-blog-page .banner .blog-cards .row .blog-card__outer-wrap,
body.author .banner .blog-cards .row .blog-card__outer-wrap,
body.search-results .banner .blog-cards .row .blog-card__outer-wrap,
body.search-no-results .banner .blog-cards .row .blog-card__outer-wrap,
body.tax-blog-category .banner .blog-cards .row .blog-card__outer-wrap,
body.blog-template-default .banner .blog-cards .row .blog-card__outer-wrap,
body.page-template-template-latham-blog-articles .banner .blog-cards .row .blog-card__outer-wrap,
body.tax-blog-tag .banner .blog-cards .row .blog-card__outer-wrap,
body.page-template-template-page-builder .banner .blog-cards .row .blog-card__outer-wrap,
body.single-products .banner .blog-cards .row .blog-card__outer-wrap,
body.page-template-template-basic-page .banner .blog-cards .row .blog-card__outer-wrap,
body.home .banner .blog-cards .row .blog-card__outer-wrap,
.full-width #ajax-load-more .banner .blog-cards .row .blog-card__outer-wrap {
  background-color: #ffffff;
}
body.page-template-template-latham-blog-page .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap,
body.author .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap,
body.search-results .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap,
body.search-no-results .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-category .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap,
body.blog-template-default .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-latham-blog-articles .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-tag .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-page-builder .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap,
body.single-products .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-basic-page .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap,
body.home .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap,
.full-width #ajax-load-more .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap {
  width: 100%;
  height: auto !important;
  max-width: none !important;
  flex: 0 0 100%;
  overflow: hidden;
}
body.page-template-template-latham-blog-page .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.author .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.search-results .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.search-no-results .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.tax-blog-category .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.blog-template-default .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-latham-blog-articles .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.tax-blog-tag .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-page-builder .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.single-products .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-basic-page .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.home .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
.full-width #ajax-load-more .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image {
  aspect-ratio: 6/4;
  max-height: none !important;
  border-radius: 7px;
}
body.page-template-template-latham-blog-page .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.author .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.search-results .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.search-no-results .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.tax-blog-category .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.blog-template-default .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-latham-blog-articles .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.tax-blog-tag .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-page-builder .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.single-products .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-basic-page .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.home .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
.full-width #ajax-load-more .banner .blog-cards .row .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img {
  max-height: none;
  max-width: none;
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 7px;
}
body.page-template-template-latham-blog-page .banner .blog-cards .row .blog-card__outer-wrap .blog-card__content,
body.author .banner .blog-cards .row .blog-card__outer-wrap .blog-card__content,
body.search-results .banner .blog-cards .row .blog-card__outer-wrap .blog-card__content,
body.search-no-results .banner .blog-cards .row .blog-card__outer-wrap .blog-card__content,
body.tax-blog-category .banner .blog-cards .row .blog-card__outer-wrap .blog-card__content,
body.blog-template-default .banner .blog-cards .row .blog-card__outer-wrap .blog-card__content,
body.page-template-template-latham-blog-articles .banner .blog-cards .row .blog-card__outer-wrap .blog-card__content,
body.tax-blog-tag .banner .blog-cards .row .blog-card__outer-wrap .blog-card__content,
body.page-template-template-page-builder .banner .blog-cards .row .blog-card__outer-wrap .blog-card__content,
body.single-products .banner .blog-cards .row .blog-card__outer-wrap .blog-card__content,
body.page-template-template-basic-page .banner .blog-cards .row .blog-card__outer-wrap .blog-card__content,
body.home .banner .blog-cards .row .blog-card__outer-wrap .blog-card__content,
.full-width #ajax-load-more .banner .blog-cards .row .blog-card__outer-wrap .blog-card__content {
  padding: 20px 45px 20px 45px;
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .banner .blog-cards .row .blog-card__outer-wrap .blog-card__content,
  body.author .banner .blog-cards .row .blog-card__outer-wrap .blog-card__content,
  body.search-results .banner .blog-cards .row .blog-card__outer-wrap .blog-card__content,
  body.search-no-results .banner .blog-cards .row .blog-card__outer-wrap .blog-card__content,
  body.tax-blog-category .banner .blog-cards .row .blog-card__outer-wrap .blog-card__content,
  body.blog-template-default .banner .blog-cards .row .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-latham-blog-articles .banner .blog-cards .row .blog-card__outer-wrap .blog-card__content,
  body.tax-blog-tag .banner .blog-cards .row .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-page-builder .banner .blog-cards .row .blog-card__outer-wrap .blog-card__content,
  body.single-products .banner .blog-cards .row .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-basic-page .banner .blog-cards .row .blog-card__outer-wrap .blog-card__content,
  body.home .banner .blog-cards .row .blog-card__outer-wrap .blog-card__content,
  .full-width #ajax-load-more .banner .blog-cards .row .blog-card__outer-wrap .blog-card__content {
    padding: 0px 55px 0px 40px;
  }
}
body.page-template-template-latham-blog-page .alm-reveal,
body.author .alm-reveal,
body.search-results .alm-reveal,
body.search-no-results .alm-reveal,
body.tax-blog-category .alm-reveal,
body.blog-template-default .alm-reveal,
body.page-template-template-latham-blog-articles .alm-reveal,
body.tax-blog-tag .alm-reveal,
body.page-template-template-page-builder .alm-reveal,
body.single-products .alm-reveal,
body.page-template-template-basic-page .alm-reveal,
body.home .alm-reveal,
.full-width #ajax-load-more .alm-reveal {
  justify-content: flex-start !important;
}
body.page-template-template-latham-blog-page .categoryList,
body.author .categoryList,
body.search-results .categoryList,
body.search-no-results .categoryList,
body.tax-blog-category .categoryList,
body.blog-template-default .categoryList,
body.page-template-template-latham-blog-articles .categoryList,
body.tax-blog-tag .categoryList,
body.page-template-template-page-builder .categoryList,
body.single-products .categoryList,
body.page-template-template-basic-page .categoryList,
body.home .categoryList,
.full-width #ajax-load-more .categoryList {
  background-color: #f0f5f5 !important;
  padding: 30px 0px 0px 0px !important;
}
body.page-template-template-latham-blog-page .categoryList .section-inner h3,
body.author .categoryList .section-inner h3,
body.search-results .categoryList .section-inner h3,
body.search-no-results .categoryList .section-inner h3,
body.tax-blog-category .categoryList .section-inner h3,
body.blog-template-default .categoryList .section-inner h3,
body.page-template-template-latham-blog-articles .categoryList .section-inner h3,
body.tax-blog-tag .categoryList .section-inner h3,
body.page-template-template-page-builder .categoryList .section-inner h3,
body.single-products .categoryList .section-inner h3,
body.page-template-template-basic-page .categoryList .section-inner h3,
body.home .categoryList .section-inner h3,
.full-width #ajax-load-more .categoryList .section-inner h3 {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
body.page-template-template-latham-blog-page .categoryList .section-inner .browse-wrapper,
body.author .categoryList .section-inner .browse-wrapper,
body.search-results .categoryList .section-inner .browse-wrapper,
body.search-no-results .categoryList .section-inner .browse-wrapper,
body.tax-blog-category .categoryList .section-inner .browse-wrapper,
body.blog-template-default .categoryList .section-inner .browse-wrapper,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browse-wrapper,
body.tax-blog-tag .categoryList .section-inner .browse-wrapper,
body.page-template-template-page-builder .categoryList .section-inner .browse-wrapper,
body.single-products .categoryList .section-inner .browse-wrapper,
body.page-template-template-basic-page .categoryList .section-inner .browse-wrapper,
body.home .categoryList .section-inner .browse-wrapper,
.full-width #ajax-load-more .categoryList .section-inner .browse-wrapper {
  display: block;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .categoryList .section-inner .browse-wrapper,
  body.author .categoryList .section-inner .browse-wrapper,
  body.search-results .categoryList .section-inner .browse-wrapper,
  body.search-no-results .categoryList .section-inner .browse-wrapper,
  body.tax-blog-category .categoryList .section-inner .browse-wrapper,
  body.blog-template-default .categoryList .section-inner .browse-wrapper,
  body.page-template-template-latham-blog-articles .categoryList .section-inner .browse-wrapper,
  body.tax-blog-tag .categoryList .section-inner .browse-wrapper,
  body.page-template-template-page-builder .categoryList .section-inner .browse-wrapper,
  body.single-products .categoryList .section-inner .browse-wrapper,
  body.page-template-template-basic-page .categoryList .section-inner .browse-wrapper,
  body.home .categoryList .section-inner .browse-wrapper,
  .full-width #ajax-load-more .categoryList .section-inner .browse-wrapper {
    display: flex;
    flex-direction: row;
  }
}
body.page-template-template-latham-blog-page .categoryList .section-inner .browse-wrapper h3,
body.author .categoryList .section-inner .browse-wrapper h3,
body.search-results .categoryList .section-inner .browse-wrapper h3,
body.search-no-results .categoryList .section-inner .browse-wrapper h3,
body.tax-blog-category .categoryList .section-inner .browse-wrapper h3,
body.blog-template-default .categoryList .section-inner .browse-wrapper h3,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browse-wrapper h3,
body.tax-blog-tag .categoryList .section-inner .browse-wrapper h3,
body.page-template-template-page-builder .categoryList .section-inner .browse-wrapper h3,
body.single-products .categoryList .section-inner .browse-wrapper h3,
body.page-template-template-basic-page .categoryList .section-inner .browse-wrapper h3,
body.home .categoryList .section-inner .browse-wrapper h3,
.full-width #ajax-load-more .categoryList .section-inner .browse-wrapper h3 {
  margin-right: 12px;
}
body.page-template-template-latham-blog-page .categoryList .section-inner .browse-wrapper h3.seperator,
body.author .categoryList .section-inner .browse-wrapper h3.seperator,
body.search-results .categoryList .section-inner .browse-wrapper h3.seperator,
body.search-no-results .categoryList .section-inner .browse-wrapper h3.seperator,
body.tax-blog-category .categoryList .section-inner .browse-wrapper h3.seperator,
body.blog-template-default .categoryList .section-inner .browse-wrapper h3.seperator,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browse-wrapper h3.seperator,
body.tax-blog-tag .categoryList .section-inner .browse-wrapper h3.seperator,
body.page-template-template-page-builder .categoryList .section-inner .browse-wrapper h3.seperator,
body.single-products .categoryList .section-inner .browse-wrapper h3.seperator,
body.page-template-template-basic-page .categoryList .section-inner .browse-wrapper h3.seperator,
body.home .categoryList .section-inner .browse-wrapper h3.seperator,
.full-width #ajax-load-more .categoryList .section-inner .browse-wrapper h3.seperator {
  display: none;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .categoryList .section-inner .browse-wrapper h3.seperator,
  body.author .categoryList .section-inner .browse-wrapper h3.seperator,
  body.search-results .categoryList .section-inner .browse-wrapper h3.seperator,
  body.search-no-results .categoryList .section-inner .browse-wrapper h3.seperator,
  body.tax-blog-category .categoryList .section-inner .browse-wrapper h3.seperator,
  body.blog-template-default .categoryList .section-inner .browse-wrapper h3.seperator,
  body.page-template-template-latham-blog-articles .categoryList .section-inner .browse-wrapper h3.seperator,
  body.tax-blog-tag .categoryList .section-inner .browse-wrapper h3.seperator,
  body.page-template-template-page-builder .categoryList .section-inner .browse-wrapper h3.seperator,
  body.single-products .categoryList .section-inner .browse-wrapper h3.seperator,
  body.page-template-template-basic-page .categoryList .section-inner .browse-wrapper h3.seperator,
  body.home .categoryList .section-inner .browse-wrapper h3.seperator,
  .full-width #ajax-load-more .categoryList .section-inner .browse-wrapper h3.seperator {
    display: block;
  }
}
body.page-template-template-latham-blog-page .categoryList .section-inner .browse-wrapper h3.browse a,
body.author .categoryList .section-inner .browse-wrapper h3.browse a,
body.search-results .categoryList .section-inner .browse-wrapper h3.browse a,
body.search-no-results .categoryList .section-inner .browse-wrapper h3.browse a,
body.tax-blog-category .categoryList .section-inner .browse-wrapper h3.browse a,
body.blog-template-default .categoryList .section-inner .browse-wrapper h3.browse a,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browse-wrapper h3.browse a,
body.tax-blog-tag .categoryList .section-inner .browse-wrapper h3.browse a,
body.page-template-template-page-builder .categoryList .section-inner .browse-wrapper h3.browse a,
body.single-products .categoryList .section-inner .browse-wrapper h3.browse a,
body.page-template-template-basic-page .categoryList .section-inner .browse-wrapper h3.browse a,
body.home .categoryList .section-inner .browse-wrapper h3.browse a,
.full-width #ajax-load-more .categoryList .section-inner .browse-wrapper h3.browse a {
  color: #000000;
  text-decoration: none;
}
body.page-template-template-latham-blog-page .categoryList .section-inner .browse-wrapper h3.browse.topic,
body.author .categoryList .section-inner .browse-wrapper h3.browse.topic,
body.search-results .categoryList .section-inner .browse-wrapper h3.browse.topic,
body.search-no-results .categoryList .section-inner .browse-wrapper h3.browse.topic,
body.tax-blog-category .categoryList .section-inner .browse-wrapper h3.browse.topic,
body.blog-template-default .categoryList .section-inner .browse-wrapper h3.browse.topic,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browse-wrapper h3.browse.topic,
body.tax-blog-tag .categoryList .section-inner .browse-wrapper h3.browse.topic,
body.page-template-template-page-builder .categoryList .section-inner .browse-wrapper h3.browse.topic,
body.single-products .categoryList .section-inner .browse-wrapper h3.browse.topic,
body.page-template-template-basic-page .categoryList .section-inner .browse-wrapper h3.browse.topic,
body.home .categoryList .section-inner .browse-wrapper h3.browse.topic,
.full-width #ajax-load-more .categoryList .section-inner .browse-wrapper h3.browse.topic {
  font-size: 16px;
  margin-top: 3px;
}
body.page-template-template-latham-blog-page .categoryList .section-inner .browse-wrapper h3.browse.topic a,
body.author .categoryList .section-inner .browse-wrapper h3.browse.topic a,
body.search-results .categoryList .section-inner .browse-wrapper h3.browse.topic a,
body.search-no-results .categoryList .section-inner .browse-wrapper h3.browse.topic a,
body.tax-blog-category .categoryList .section-inner .browse-wrapper h3.browse.topic a,
body.blog-template-default .categoryList .section-inner .browse-wrapper h3.browse.topic a,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browse-wrapper h3.browse.topic a,
body.tax-blog-tag .categoryList .section-inner .browse-wrapper h3.browse.topic a,
body.page-template-template-page-builder .categoryList .section-inner .browse-wrapper h3.browse.topic a,
body.single-products .categoryList .section-inner .browse-wrapper h3.browse.topic a,
body.page-template-template-basic-page .categoryList .section-inner .browse-wrapper h3.browse.topic a,
body.home .categoryList .section-inner .browse-wrapper h3.browse.topic a,
.full-width #ajax-load-more .categoryList .section-inner .browse-wrapper h3.browse.topic a {
  color: #0078a3;
}
body.page-template-template-latham-blog-page .categoryList .section-inner .browse-wrapper h3.browse.topic a:hover,
body.author .categoryList .section-inner .browse-wrapper h3.browse.topic a:hover,
body.search-results .categoryList .section-inner .browse-wrapper h3.browse.topic a:hover,
body.search-no-results .categoryList .section-inner .browse-wrapper h3.browse.topic a:hover,
body.tax-blog-category .categoryList .section-inner .browse-wrapper h3.browse.topic a:hover,
body.blog-template-default .categoryList .section-inner .browse-wrapper h3.browse.topic a:hover,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browse-wrapper h3.browse.topic a:hover,
body.tax-blog-tag .categoryList .section-inner .browse-wrapper h3.browse.topic a:hover,
body.page-template-template-page-builder .categoryList .section-inner .browse-wrapper h3.browse.topic a:hover,
body.single-products .categoryList .section-inner .browse-wrapper h3.browse.topic a:hover,
body.page-template-template-basic-page .categoryList .section-inner .browse-wrapper h3.browse.topic a:hover,
body.home .categoryList .section-inner .browse-wrapper h3.browse.topic a:hover,
.full-width #ajax-load-more .categoryList .section-inner .browse-wrapper h3.browse.topic a:hover {
  text-decoration: underline;
}
body.page-template-template-latham-blog-page .categoryList .section-inner .browseCategories ul.categories,
body.author .categoryList .section-inner .browseCategories ul.categories,
body.search-results .categoryList .section-inner .browseCategories ul.categories,
body.search-no-results .categoryList .section-inner .browseCategories ul.categories,
body.tax-blog-category .categoryList .section-inner .browseCategories ul.categories,
body.blog-template-default .categoryList .section-inner .browseCategories ul.categories,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browseCategories ul.categories,
body.tax-blog-tag .categoryList .section-inner .browseCategories ul.categories,
body.page-template-template-page-builder .categoryList .section-inner .browseCategories ul.categories,
body.single-products .categoryList .section-inner .browseCategories ul.categories,
body.page-template-template-basic-page .categoryList .section-inner .browseCategories ul.categories,
body.home .categoryList .section-inner .browseCategories ul.categories,
.full-width #ajax-load-more .categoryList .section-inner .browseCategories ul.categories {
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .categoryList .section-inner .browseCategories ul.categories,
  body.author .categoryList .section-inner .browseCategories ul.categories,
  body.search-results .categoryList .section-inner .browseCategories ul.categories,
  body.search-no-results .categoryList .section-inner .browseCategories ul.categories,
  body.tax-blog-category .categoryList .section-inner .browseCategories ul.categories,
  body.blog-template-default .categoryList .section-inner .browseCategories ul.categories,
  body.page-template-template-latham-blog-articles .categoryList .section-inner .browseCategories ul.categories,
  body.tax-blog-tag .categoryList .section-inner .browseCategories ul.categories,
  body.page-template-template-page-builder .categoryList .section-inner .browseCategories ul.categories,
  body.single-products .categoryList .section-inner .browseCategories ul.categories,
  body.page-template-template-basic-page .categoryList .section-inner .browseCategories ul.categories,
  body.home .categoryList .section-inner .browseCategories ul.categories,
  .full-width #ajax-load-more .categoryList .section-inner .browseCategories ul.categories {
    text-align: left;
    justify-content: flex-start;
  }
}
body.page-template-template-latham-blog-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav,
body.author .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav,
body.search-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav,
body.search-no-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav,
body.tax-blog-category .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav,
body.blog-template-default .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav,
body.tax-blog-tag .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav,
body.page-template-template-page-builder .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav,
body.single-products .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav,
body.page-template-template-basic-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav,
body.home .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav,
.full-width #ajax-load-more .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 0 6px 10px 6px;
  background-color: #ffffff;
  border-radius: 30px;
  border: 2px #c3cbcf solid;
  background-image: url("../png/button-icons_all.png");
  background-size: contain;
  background-color: #ffffff;
  background-position: 8px center;
  background-repeat: no-repeat;
  padding-left: 0px;
  transition: background-image 0.15s ease-out 0.1s, background-color 0.15s ease-out 0.1s;
  max-height: 41px;
  order: 0;
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav,
  body.author .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav,
  body.search-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav,
  body.search-no-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav,
  body.tax-blog-category .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav,
  body.blog-template-default .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav,
  body.page-template-template-latham-blog-articles .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav,
  body.tax-blog-tag .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav,
  body.page-template-template-page-builder .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav,
  body.single-products .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav,
  body.page-template-template-basic-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav,
  body.home .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav,
  .full-width #ajax-load-more .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav {
    margin: 0 15px 15px 0;
  }
}
body.page-template-template-latham-blog-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover, body.page-template-template-latham-blog-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav .active,
body.author .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover,
body.author .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav .active,
body.search-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover,
body.search-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav .active,
body.search-no-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover,
body.search-no-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav .active,
body.tax-blog-category .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover,
body.tax-blog-category .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav .active,
body.blog-template-default .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover,
body.blog-template-default .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav .active,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav .active,
body.tax-blog-tag .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover,
body.tax-blog-tag .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav .active,
body.page-template-template-page-builder .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover,
body.page-template-template-page-builder .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav .active,
body.single-products .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover,
body.single-products .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav .active,
body.page-template-template-basic-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover,
body.page-template-template-basic-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav .active,
body.home .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover,
body.home .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav .active,
.full-width #ajax-load-more .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover,
.full-width #ajax-load-more .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav .active {
  background-color: #000000;
  background-image: url("../png/button-icons-over_all.png");
}
body.page-template-template-latham-blog-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream,
body.author .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream,
body.search-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream,
body.search-no-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream,
body.tax-blog-category .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream,
body.blog-template-default .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream,
body.tax-blog-tag .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream,
body.page-template-template-page-builder .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream,
body.single-products .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream,
body.page-template-template-basic-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream,
body.home .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream,
.full-width #ajax-load-more .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream {
  order: 2;
  background-image: url("../png/button-icons_dream.png");
}
body.page-template-template-latham-blog-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream:hover, body.page-template-template-latham-blog-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream .active,
body.author .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream:hover,
body.author .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream .active,
body.search-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream:hover,
body.search-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream .active,
body.search-no-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream:hover,
body.search-no-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream .active,
body.tax-blog-category .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream:hover,
body.tax-blog-category .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream .active,
body.blog-template-default .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream:hover,
body.blog-template-default .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream .active,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream:hover,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream .active,
body.tax-blog-tag .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream:hover,
body.tax-blog-tag .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream .active,
body.page-template-template-page-builder .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream:hover,
body.page-template-template-page-builder .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream .active,
body.single-products .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream:hover,
body.single-products .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream .active,
body.page-template-template-basic-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream:hover,
body.page-template-template-basic-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream .active,
body.home .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream:hover,
body.home .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream .active,
.full-width #ajax-load-more .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream:hover,
.full-width #ajax-load-more .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.dream .active {
  background-image: url("../png/button-icons-over_dream.png");
}
body.page-template-template-latham-blog-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan,
body.author .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan,
body.search-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan,
body.search-no-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan,
body.tax-blog-category .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan,
body.blog-template-default .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan,
body.tax-blog-tag .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan,
body.page-template-template-page-builder .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan,
body.single-products .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan,
body.page-template-template-basic-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan,
body.home .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan,
.full-width #ajax-load-more .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan {
  order: 3;
  background-image: url("../png/button-icons_plan.png");
}
body.page-template-template-latham-blog-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan:hover, body.page-template-template-latham-blog-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan .active,
body.author .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan:hover,
body.author .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan .active,
body.search-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan:hover,
body.search-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan .active,
body.search-no-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan:hover,
body.search-no-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan .active,
body.tax-blog-category .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan:hover,
body.tax-blog-category .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan .active,
body.blog-template-default .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan:hover,
body.blog-template-default .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan .active,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan:hover,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan .active,
body.tax-blog-tag .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan:hover,
body.tax-blog-tag .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan .active,
body.page-template-template-page-builder .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan:hover,
body.page-template-template-page-builder .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan .active,
body.single-products .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan:hover,
body.single-products .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan .active,
body.page-template-template-basic-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan:hover,
body.page-template-template-basic-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan .active,
body.home .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan:hover,
body.home .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan .active,
.full-width #ajax-load-more .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan:hover,
.full-width #ajax-load-more .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.plan .active {
  background-image: url("../png/button-icons-over_plan.png");
}
body.page-template-template-latham-blog-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design,
body.author .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design,
body.search-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design,
body.search-no-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design,
body.tax-blog-category .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design,
body.blog-template-default .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design,
body.tax-blog-tag .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design,
body.page-template-template-page-builder .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design,
body.single-products .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design,
body.page-template-template-basic-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design,
body.home .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design,
.full-width #ajax-load-more .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design {
  order: 4;
  background-image: url("../png/button-icons_design.png");
}
body.page-template-template-latham-blog-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design:hover, body.page-template-template-latham-blog-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design .active,
body.author .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design:hover,
body.author .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design .active,
body.search-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design:hover,
body.search-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design .active,
body.search-no-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design:hover,
body.search-no-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design .active,
body.tax-blog-category .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design:hover,
body.tax-blog-category .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design .active,
body.blog-template-default .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design:hover,
body.blog-template-default .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design .active,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design:hover,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design .active,
body.tax-blog-tag .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design:hover,
body.tax-blog-tag .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design .active,
body.page-template-template-page-builder .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design:hover,
body.page-template-template-page-builder .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design .active,
body.single-products .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design:hover,
body.single-products .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design .active,
body.page-template-template-basic-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design:hover,
body.page-template-template-basic-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design .active,
body.home .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design:hover,
body.home .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design .active,
.full-width #ajax-load-more .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design:hover,
.full-width #ajax-load-more .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.design .active {
  background-image: url("../png/button-icons-over_design.png");
}
body.page-template-template-latham-blog-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain,
body.author .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain,
body.search-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain,
body.search-no-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain,
body.tax-blog-category .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain,
body.blog-template-default .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain,
body.tax-blog-tag .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain,
body.page-template-template-page-builder .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain,
body.single-products .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain,
body.page-template-template-basic-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain,
body.home .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain,
.full-width #ajax-load-more .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain {
  order: 5;
  background-image: url("../png/button-icons_maintain.png");
}
body.page-template-template-latham-blog-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain:hover, body.page-template-template-latham-blog-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain .active,
body.author .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain:hover,
body.author .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain .active,
body.search-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain:hover,
body.search-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain .active,
body.search-no-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain:hover,
body.search-no-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain .active,
body.tax-blog-category .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain:hover,
body.tax-blog-category .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain .active,
body.blog-template-default .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain:hover,
body.blog-template-default .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain .active,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain:hover,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain .active,
body.tax-blog-tag .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain:hover,
body.tax-blog-tag .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain .active,
body.page-template-template-page-builder .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain:hover,
body.page-template-template-page-builder .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain .active,
body.single-products .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain:hover,
body.single-products .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain .active,
body.page-template-template-basic-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain:hover,
body.page-template-template-basic-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain .active,
body.home .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain:hover,
body.home .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain .active,
.full-width #ajax-load-more .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain:hover,
.full-width #ajax-load-more .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.maintain .active {
  background-image: url("../png/button-icons-over_maintain.png");
}
body.page-template-template-latham-blog-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy,
body.author .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy,
body.search-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy,
body.search-no-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy,
body.tax-blog-category .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy,
body.blog-template-default .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy,
body.tax-blog-tag .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy,
body.page-template-template-page-builder .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy,
body.single-products .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy,
body.page-template-template-basic-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy,
body.home .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy,
.full-width #ajax-load-more .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy {
  order: 6;
  background-image: url("../png/button-icons_enjoy.png");
}
body.page-template-template-latham-blog-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy:hover, body.page-template-template-latham-blog-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy .active,
body.author .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy:hover,
body.author .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy .active,
body.search-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy:hover,
body.search-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy .active,
body.search-no-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy:hover,
body.search-no-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy .active,
body.tax-blog-category .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy:hover,
body.tax-blog-category .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy .active,
body.blog-template-default .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy:hover,
body.blog-template-default .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy .active,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy:hover,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy .active,
body.tax-blog-tag .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy:hover,
body.tax-blog-tag .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy .active,
body.page-template-template-page-builder .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy:hover,
body.page-template-template-page-builder .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy .active,
body.single-products .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy:hover,
body.single-products .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy .active,
body.page-template-template-basic-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy:hover,
body.page-template-template-basic-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy .active,
body.home .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy:hover,
body.home .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy .active,
.full-width #ajax-load-more .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy:hover,
.full-width #ajax-load-more .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.enjoy .active {
  background-image: url("../png/button-icons-over_enjoy.png");
}
body.page-template-template-latham-blog-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research,
body.author .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research,
body.search-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research,
body.search-no-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research,
body.tax-blog-category .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research,
body.blog-template-default .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research,
body.tax-blog-tag .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research,
body.page-template-template-page-builder .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research,
body.single-products .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research,
body.page-template-template-basic-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research,
body.home .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research,
.full-width #ajax-load-more .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research {
  order: 1;
  background-image: url("../png/button-icons_research.png");
}
body.page-template-template-latham-blog-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research:hover, body.page-template-template-latham-blog-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research .active,
body.author .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research:hover,
body.author .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research .active,
body.search-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research:hover,
body.search-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research .active,
body.search-no-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research:hover,
body.search-no-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research .active,
body.tax-blog-category .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research:hover,
body.tax-blog-category .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research .active,
body.blog-template-default .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research:hover,
body.blog-template-default .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research .active,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research:hover,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research .active,
body.tax-blog-tag .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research:hover,
body.tax-blog-tag .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research .active,
body.page-template-template-page-builder .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research:hover,
body.page-template-template-page-builder .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research .active,
body.single-products .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research:hover,
body.single-products .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research .active,
body.page-template-template-basic-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research:hover,
body.page-template-template-basic-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research .active,
body.home .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research:hover,
body.home .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research .active,
.full-width #ajax-load-more .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research:hover,
.full-width #ajax-load-more .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.research .active {
  background-image: url("../png/button-icons-over_research.png");
}
body.page-template-template-latham-blog-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav a,
body.author .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav a,
body.search-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav a,
body.search-no-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav a,
body.tax-blog-category .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav a,
body.blog-template-default .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav a,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav a,
body.tax-blog-tag .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav a,
body.page-template-template-page-builder .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav a,
body.single-products .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav a,
body.page-template-template-basic-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav a,
body.home .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav a,
.full-width #ajax-load-more .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav a {
  padding: 8px 25px 8px 55px;
  display: block;
  color: #0078a3;
  transition: color 0.15s ease-out 0.1s;
}
body.page-template-template-latham-blog-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav a.active,
body.author .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav a.active,
body.search-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav a.active,
body.search-no-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav a.active,
body.tax-blog-category .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav a.active,
body.blog-template-default .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav a.active,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav a.active,
body.tax-blog-tag .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav a.active,
body.page-template-template-page-builder .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav a.active,
body.single-products .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav a.active,
body.page-template-template-basic-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav a.active,
body.home .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav a.active,
.full-width #ajax-load-more .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav a.active {
  background-size: contain;
  background-color: #ffffff;
  background-position: 8px center;
  background-repeat: no-repeat;
  border-radius: 30px;
  background-color: #000000;
  color: #ffffff;
}
body.page-template-template-latham-blog-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.active,
body.author .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.active,
body.search-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.active,
body.search-no-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.active,
body.tax-blog-category .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.active,
body.blog-template-default .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.active,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.active,
body.tax-blog-tag .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.active,
body.page-template-template-page-builder .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.active,
body.single-products .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.active,
body.page-template-template-basic-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.active,
body.home .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.active,
.full-width #ajax-load-more .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav.active {
  background-color: #000000;
  border-color: #000000;
}
body.page-template-template-latham-blog-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover,
body.author .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover,
body.search-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover,
body.search-no-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover,
body.tax-blog-category .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover,
body.blog-template-default .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover,
body.tax-blog-tag .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover,
body.page-template-template-page-builder .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover,
body.single-products .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover,
body.page-template-template-basic-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover,
body.home .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover,
.full-width #ajax-load-more .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover {
  border-color: #000000;
}
body.page-template-template-latham-blog-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover a,
body.author .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover a,
body.search-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover a,
body.search-no-results .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover a,
body.tax-blog-category .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover a,
body.blog-template-default .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover a,
body.page-template-template-latham-blog-articles .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover a,
body.tax-blog-tag .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover a,
body.page-template-template-page-builder .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover a,
body.single-products .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover a,
body.page-template-template-basic-page .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover a,
body.home .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover a,
.full-width #ajax-load-more .categoryList .section-inner .browseCategories ul.categories li.blog-category-nav:hover a {
  color: #ffffff;
  text-decoration: none;
}
body.page-template-template-latham-blog-page .blogCatArchive.blogHeader,
body.author .blogCatArchive.blogHeader,
body.search-results .blogCatArchive.blogHeader,
body.search-no-results .blogCatArchive.blogHeader,
body.tax-blog-category .blogCatArchive.blogHeader,
body.blog-template-default .blogCatArchive.blogHeader,
body.page-template-template-latham-blog-articles .blogCatArchive.blogHeader,
body.tax-blog-tag .blogCatArchive.blogHeader,
body.page-template-template-page-builder .blogCatArchive.blogHeader,
body.single-products .blogCatArchive.blogHeader,
body.page-template-template-basic-page .blogCatArchive.blogHeader,
body.home .blogCatArchive.blogHeader,
.full-width #ajax-load-more .blogCatArchive.blogHeader {
  padding-bottom: 30px !important;
  padding-top: 0px !important;
}
body.page-template-template-latham-blog-page .blogCatArchive.blogHeader .section-inner h1.section__heading,
body.author .blogCatArchive.blogHeader .section-inner h1.section__heading,
body.search-results .blogCatArchive.blogHeader .section-inner h1.section__heading,
body.search-no-results .blogCatArchive.blogHeader .section-inner h1.section__heading,
body.tax-blog-category .blogCatArchive.blogHeader .section-inner h1.section__heading,
body.blog-template-default .blogCatArchive.blogHeader .section-inner h1.section__heading,
body.page-template-template-latham-blog-articles .blogCatArchive.blogHeader .section-inner h1.section__heading,
body.tax-blog-tag .blogCatArchive.blogHeader .section-inner h1.section__heading,
body.page-template-template-page-builder .blogCatArchive.blogHeader .section-inner h1.section__heading,
body.single-products .blogCatArchive.blogHeader .section-inner h1.section__heading,
body.page-template-template-basic-page .blogCatArchive.blogHeader .section-inner h1.section__heading,
body.home .blogCatArchive.blogHeader .section-inner h1.section__heading,
.full-width #ajax-load-more .blogCatArchive.blogHeader .section-inner h1.section__heading {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 22px;
  font-weight: 700;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .blogCatArchive.blogHeader .section-inner h1.section__heading,
  body.author .blogCatArchive.blogHeader .section-inner h1.section__heading,
  body.search-results .blogCatArchive.blogHeader .section-inner h1.section__heading,
  body.search-no-results .blogCatArchive.blogHeader .section-inner h1.section__heading,
  body.tax-blog-category .blogCatArchive.blogHeader .section-inner h1.section__heading,
  body.blog-template-default .blogCatArchive.blogHeader .section-inner h1.section__heading,
  body.page-template-template-latham-blog-articles .blogCatArchive.blogHeader .section-inner h1.section__heading,
  body.tax-blog-tag .blogCatArchive.blogHeader .section-inner h1.section__heading,
  body.page-template-template-page-builder .blogCatArchive.blogHeader .section-inner h1.section__heading,
  body.single-products .blogCatArchive.blogHeader .section-inner h1.section__heading,
  body.page-template-template-basic-page .blogCatArchive.blogHeader .section-inner h1.section__heading,
  body.home .blogCatArchive.blogHeader .section-inner h1.section__heading,
  .full-width #ajax-load-more .blogCatArchive.blogHeader .section-inner h1.section__heading {
    font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
    font-size: 40px;
    font-weight: 700;
  }
}
body.page-template-template-latham-blog-page .blogCatArchive.blogHeader .section-inner .row,
body.author .blogCatArchive.blogHeader .section-inner .row,
body.search-results .blogCatArchive.blogHeader .section-inner .row,
body.search-no-results .blogCatArchive.blogHeader .section-inner .row,
body.tax-blog-category .blogCatArchive.blogHeader .section-inner .row,
body.blog-template-default .blogCatArchive.blogHeader .section-inner .row,
body.page-template-template-latham-blog-articles .blogCatArchive.blogHeader .section-inner .row,
body.tax-blog-tag .blogCatArchive.blogHeader .section-inner .row,
body.page-template-template-page-builder .blogCatArchive.blogHeader .section-inner .row,
body.single-products .blogCatArchive.blogHeader .section-inner .row,
body.page-template-template-basic-page .blogCatArchive.blogHeader .section-inner .row,
body.home .blogCatArchive.blogHeader .section-inner .row,
.full-width #ajax-load-more .blogCatArchive.blogHeader .section-inner .row {
  margin: 0;
}
body.page-template-template-latham-blog-page .blogCatArchive.blogHeader .section-inner .blog-card__image-wrap,
body.author .blogCatArchive.blogHeader .section-inner .blog-card__image-wrap,
body.search-results .blogCatArchive.blogHeader .section-inner .blog-card__image-wrap,
body.search-no-results .blogCatArchive.blogHeader .section-inner .blog-card__image-wrap,
body.tax-blog-category .blogCatArchive.blogHeader .section-inner .blog-card__image-wrap,
body.blog-template-default .blogCatArchive.blogHeader .section-inner .blog-card__image-wrap,
body.page-template-template-latham-blog-articles .blogCatArchive.blogHeader .section-inner .blog-card__image-wrap,
body.tax-blog-tag .blogCatArchive.blogHeader .section-inner .blog-card__image-wrap,
body.page-template-template-page-builder .blogCatArchive.blogHeader .section-inner .blog-card__image-wrap,
body.single-products .blogCatArchive.blogHeader .section-inner .blog-card__image-wrap,
body.page-template-template-basic-page .blogCatArchive.blogHeader .section-inner .blog-card__image-wrap,
body.home .blogCatArchive.blogHeader .section-inner .blog-card__image-wrap,
.full-width #ajax-load-more .blogCatArchive.blogHeader .section-inner .blog-card__image-wrap {
  width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .blogCatArchive.blogHeader .section-inner .blog-card__image-wrap,
  body.author .blogCatArchive.blogHeader .section-inner .blog-card__image-wrap,
  body.search-results .blogCatArchive.blogHeader .section-inner .blog-card__image-wrap,
  body.search-no-results .blogCatArchive.blogHeader .section-inner .blog-card__image-wrap,
  body.tax-blog-category .blogCatArchive.blogHeader .section-inner .blog-card__image-wrap,
  body.blog-template-default .blogCatArchive.blogHeader .section-inner .blog-card__image-wrap,
  body.page-template-template-latham-blog-articles .blogCatArchive.blogHeader .section-inner .blog-card__image-wrap,
  body.tax-blog-tag .blogCatArchive.blogHeader .section-inner .blog-card__image-wrap,
  body.page-template-template-page-builder .blogCatArchive.blogHeader .section-inner .blog-card__image-wrap,
  body.single-products .blogCatArchive.blogHeader .section-inner .blog-card__image-wrap,
  body.page-template-template-basic-page .blogCatArchive.blogHeader .section-inner .blog-card__image-wrap,
  body.home .blogCatArchive.blogHeader .section-inner .blog-card__image-wrap,
  .full-width #ajax-load-more .blogCatArchive.blogHeader .section-inner .blog-card__image-wrap {
    width: 50%;
    flex: 0 0 50%;
  }
}
body.page-template-template-latham-blog-page .blog-card__content,
body.author .blog-card__content,
body.search-results .blog-card__content,
body.search-no-results .blog-card__content,
body.tax-blog-category .blog-card__content,
body.blog-template-default .blog-card__content,
body.page-template-template-latham-blog-articles .blog-card__content,
body.tax-blog-tag .blog-card__content,
body.page-template-template-page-builder .blog-card__content,
body.single-products .blog-card__content,
body.page-template-template-basic-page .blog-card__content,
body.home .blog-card__content,
.full-width #ajax-load-more .blog-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.page-template-template-latham-blog-page .blog-card__content .blog-card__categories,
body.author .blog-card__content .blog-card__categories,
body.search-results .blog-card__content .blog-card__categories,
body.search-no-results .blog-card__content .blog-card__categories,
body.tax-blog-category .blog-card__content .blog-card__categories,
body.blog-template-default .blog-card__content .blog-card__categories,
body.page-template-template-latham-blog-articles .blog-card__content .blog-card__categories,
body.tax-blog-tag .blog-card__content .blog-card__categories,
body.page-template-template-page-builder .blog-card__content .blog-card__categories,
body.single-products .blog-card__content .blog-card__categories,
body.page-template-template-basic-page .blog-card__content .blog-card__categories,
body.home .blog-card__content .blog-card__categories,
.full-width #ajax-load-more .blog-card__content .blog-card__categories {
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1.3em;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .blog-card__content .blog-card__categories,
  body.author .blog-card__content .blog-card__categories,
  body.search-results .blog-card__content .blog-card__categories,
  body.search-no-results .blog-card__content .blog-card__categories,
  body.tax-blog-category .blog-card__content .blog-card__categories,
  body.blog-template-default .blog-card__content .blog-card__categories,
  body.page-template-template-latham-blog-articles .blog-card__content .blog-card__categories,
  body.tax-blog-tag .blog-card__content .blog-card__categories,
  body.page-template-template-page-builder .blog-card__content .blog-card__categories,
  body.single-products .blog-card__content .blog-card__categories,
  body.page-template-template-basic-page .blog-card__content .blog-card__categories,
  body.home .blog-card__content .blog-card__categories,
  .full-width #ajax-load-more .blog-card__content .blog-card__categories {
    font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 700;
  }
}
body.page-template-template-latham-blog-page .blog-card__content .blog-card__categories .featured,
body.author .blog-card__content .blog-card__categories .featured,
body.search-results .blog-card__content .blog-card__categories .featured,
body.search-no-results .blog-card__content .blog-card__categories .featured,
body.tax-blog-category .blog-card__content .blog-card__categories .featured,
body.blog-template-default .blog-card__content .blog-card__categories .featured,
body.page-template-template-latham-blog-articles .blog-card__content .blog-card__categories .featured,
body.tax-blog-tag .blog-card__content .blog-card__categories .featured,
body.page-template-template-page-builder .blog-card__content .blog-card__categories .featured,
body.single-products .blog-card__content .blog-card__categories .featured,
body.page-template-template-basic-page .blog-card__content .blog-card__categories .featured,
body.home .blog-card__content .blog-card__categories .featured,
.full-width #ajax-load-more .blog-card__content .blog-card__categories .featured {
  background-color: #0078a3;
  color: #ffffff;
  padding: 4px 10px 3px;
  margin-right: 10px;
  display: inline-block;
}
body.page-template-template-latham-blog-page .blog-card__content .blog-card__categories .featured a,
body.author .blog-card__content .blog-card__categories .featured a,
body.search-results .blog-card__content .blog-card__categories .featured a,
body.search-no-results .blog-card__content .blog-card__categories .featured a,
body.tax-blog-category .blog-card__content .blog-card__categories .featured a,
body.blog-template-default .blog-card__content .blog-card__categories .featured a,
body.page-template-template-latham-blog-articles .blog-card__content .blog-card__categories .featured a,
body.tax-blog-tag .blog-card__content .blog-card__categories .featured a,
body.page-template-template-page-builder .blog-card__content .blog-card__categories .featured a,
body.single-products .blog-card__content .blog-card__categories .featured a,
body.page-template-template-basic-page .blog-card__content .blog-card__categories .featured a,
body.home .blog-card__content .blog-card__categories .featured a,
.full-width #ajax-load-more .blog-card__content .blog-card__categories .featured a {
  color: #ffffff !important;
}
body.page-template-template-latham-blog-page .blog-card__content .blog-card__categories .categories,
body.author .blog-card__content .blog-card__categories .categories,
body.search-results .blog-card__content .blog-card__categories .categories,
body.search-no-results .blog-card__content .blog-card__categories .categories,
body.tax-blog-category .blog-card__content .blog-card__categories .categories,
body.blog-template-default .blog-card__content .blog-card__categories .categories,
body.page-template-template-latham-blog-articles .blog-card__content .blog-card__categories .categories,
body.tax-blog-tag .blog-card__content .blog-card__categories .categories,
body.page-template-template-page-builder .blog-card__content .blog-card__categories .categories,
body.single-products .blog-card__content .blog-card__categories .categories,
body.page-template-template-basic-page .blog-card__content .blog-card__categories .categories,
body.home .blog-card__content .blog-card__categories .categories,
.full-width #ajax-load-more .blog-card__content .blog-card__categories .categories {
  display: inline-block;
  color: #000000;
}
body.page-template-template-latham-blog-page .blog-card__content .blog-card__categories .categories a,
body.author .blog-card__content .blog-card__categories .categories a,
body.search-results .blog-card__content .blog-card__categories .categories a,
body.search-no-results .blog-card__content .blog-card__categories .categories a,
body.tax-blog-category .blog-card__content .blog-card__categories .categories a,
body.blog-template-default .blog-card__content .blog-card__categories .categories a,
body.page-template-template-latham-blog-articles .blog-card__content .blog-card__categories .categories a,
body.tax-blog-tag .blog-card__content .blog-card__categories .categories a,
body.page-template-template-page-builder .blog-card__content .blog-card__categories .categories a,
body.single-products .blog-card__content .blog-card__categories .categories a,
body.page-template-template-basic-page .blog-card__content .blog-card__categories .categories a,
body.home .blog-card__content .blog-card__categories .categories a,
.full-width #ajax-load-more .blog-card__content .blog-card__categories .categories a {
  color: #0078a3;
}
body.page-template-template-latham-blog-page .blog-card__content .blog-card__title a h4,
body.page-template-template-latham-blog-page .blog-card__content .blog-card__title h4,
body.author .blog-card__content .blog-card__title a h4,
body.author .blog-card__content .blog-card__title h4,
body.search-results .blog-card__content .blog-card__title a h4,
body.search-results .blog-card__content .blog-card__title h4,
body.search-no-results .blog-card__content .blog-card__title a h4,
body.search-no-results .blog-card__content .blog-card__title h4,
body.tax-blog-category .blog-card__content .blog-card__title a h4,
body.tax-blog-category .blog-card__content .blog-card__title h4,
body.blog-template-default .blog-card__content .blog-card__title a h4,
body.blog-template-default .blog-card__content .blog-card__title h4,
body.page-template-template-latham-blog-articles .blog-card__content .blog-card__title a h4,
body.page-template-template-latham-blog-articles .blog-card__content .blog-card__title h4,
body.tax-blog-tag .blog-card__content .blog-card__title a h4,
body.tax-blog-tag .blog-card__content .blog-card__title h4,
body.page-template-template-page-builder .blog-card__content .blog-card__title a h4,
body.page-template-template-page-builder .blog-card__content .blog-card__title h4,
body.single-products .blog-card__content .blog-card__title a h4,
body.single-products .blog-card__content .blog-card__title h4,
body.page-template-template-basic-page .blog-card__content .blog-card__title a h4,
body.page-template-template-basic-page .blog-card__content .blog-card__title h4,
body.home .blog-card__content .blog-card__title a h4,
body.home .blog-card__content .blog-card__title h4,
.full-width #ajax-load-more .blog-card__content .blog-card__title a h4,
.full-width #ajax-load-more .blog-card__content .blog-card__title h4 {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .blog-card__content .blog-card__title a h4,
  body.page-template-template-latham-blog-page .blog-card__content .blog-card__title h4,
  body.author .blog-card__content .blog-card__title a h4,
  body.author .blog-card__content .blog-card__title h4,
  body.search-results .blog-card__content .blog-card__title a h4,
  body.search-results .blog-card__content .blog-card__title h4,
  body.search-no-results .blog-card__content .blog-card__title a h4,
  body.search-no-results .blog-card__content .blog-card__title h4,
  body.tax-blog-category .blog-card__content .blog-card__title a h4,
  body.tax-blog-category .blog-card__content .blog-card__title h4,
  body.blog-template-default .blog-card__content .blog-card__title a h4,
  body.blog-template-default .blog-card__content .blog-card__title h4,
  body.page-template-template-latham-blog-articles .blog-card__content .blog-card__title a h4,
  body.page-template-template-latham-blog-articles .blog-card__content .blog-card__title h4,
  body.tax-blog-tag .blog-card__content .blog-card__title a h4,
  body.tax-blog-tag .blog-card__content .blog-card__title h4,
  body.page-template-template-page-builder .blog-card__content .blog-card__title a h4,
  body.page-template-template-page-builder .blog-card__content .blog-card__title h4,
  body.single-products .blog-card__content .blog-card__title a h4,
  body.single-products .blog-card__content .blog-card__title h4,
  body.page-template-template-basic-page .blog-card__content .blog-card__title a h4,
  body.page-template-template-basic-page .blog-card__content .blog-card__title h4,
  body.home .blog-card__content .blog-card__title a h4,
  body.home .blog-card__content .blog-card__title h4,
  .full-width #ajax-load-more .blog-card__content .blog-card__title a h4,
  .full-width #ajax-load-more .blog-card__content .blog-card__title h4 {
    font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
    font-size: 32px;
    font-weight: 700;
  }
}
body.page-template-template-latham-blog-page .blog-card__content .blog-card__title.plan h4,
body.author .blog-card__content .blog-card__title.plan h4,
body.search-results .blog-card__content .blog-card__title.plan h4,
body.search-no-results .blog-card__content .blog-card__title.plan h4,
body.tax-blog-category .blog-card__content .blog-card__title.plan h4,
body.blog-template-default .blog-card__content .blog-card__title.plan h4,
body.page-template-template-latham-blog-articles .blog-card__content .blog-card__title.plan h4,
body.tax-blog-tag .blog-card__content .blog-card__title.plan h4,
body.page-template-template-page-builder .blog-card__content .blog-card__title.plan h4,
body.single-products .blog-card__content .blog-card__title.plan h4,
body.page-template-template-basic-page .blog-card__content .blog-card__title.plan h4,
body.home .blog-card__content .blog-card__title.plan h4,
.full-width #ajax-load-more .blog-card__content .blog-card__title.plan h4 {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .blog-card__content .blog-card__title.plan h4,
  body.author .blog-card__content .blog-card__title.plan h4,
  body.search-results .blog-card__content .blog-card__title.plan h4,
  body.search-no-results .blog-card__content .blog-card__title.plan h4,
  body.tax-blog-category .blog-card__content .blog-card__title.plan h4,
  body.blog-template-default .blog-card__content .blog-card__title.plan h4,
  body.page-template-template-latham-blog-articles .blog-card__content .blog-card__title.plan h4,
  body.tax-blog-tag .blog-card__content .blog-card__title.plan h4,
  body.page-template-template-page-builder .blog-card__content .blog-card__title.plan h4,
  body.single-products .blog-card__content .blog-card__title.plan h4,
  body.page-template-template-basic-page .blog-card__content .blog-card__title.plan h4,
  body.home .blog-card__content .blog-card__title.plan h4,
  .full-width #ajax-load-more .blog-card__content .blog-card__title.plan h4 {
    font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
    font-size: 22px;
    font-weight: 700;
  }
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .blog-card__content .blog-card__title.plan h4,
  body.author .blog-card__content .blog-card__title.plan h4,
  body.search-results .blog-card__content .blog-card__title.plan h4,
  body.search-no-results .blog-card__content .blog-card__title.plan h4,
  body.tax-blog-category .blog-card__content .blog-card__title.plan h4,
  body.blog-template-default .blog-card__content .blog-card__title.plan h4,
  body.page-template-template-latham-blog-articles .blog-card__content .blog-card__title.plan h4,
  body.tax-blog-tag .blog-card__content .blog-card__title.plan h4,
  body.page-template-template-page-builder .blog-card__content .blog-card__title.plan h4,
  body.single-products .blog-card__content .blog-card__title.plan h4,
  body.page-template-template-basic-page .blog-card__content .blog-card__title.plan h4,
  body.home .blog-card__content .blog-card__title.plan h4,
  .full-width #ajax-load-more .blog-card__content .blog-card__title.plan h4 {
    font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
    font-size: 24px;
    font-weight: 700;
  }
}
@media (min-width: 1350px) {
  body.page-template-template-latham-blog-page .blog-card__content .blog-card__title.plan h4,
  body.author .blog-card__content .blog-card__title.plan h4,
  body.search-results .blog-card__content .blog-card__title.plan h4,
  body.search-no-results .blog-card__content .blog-card__title.plan h4,
  body.tax-blog-category .blog-card__content .blog-card__title.plan h4,
  body.blog-template-default .blog-card__content .blog-card__title.plan h4,
  body.page-template-template-latham-blog-articles .blog-card__content .blog-card__title.plan h4,
  body.tax-blog-tag .blog-card__content .blog-card__title.plan h4,
  body.page-template-template-page-builder .blog-card__content .blog-card__title.plan h4,
  body.single-products .blog-card__content .blog-card__title.plan h4,
  body.page-template-template-basic-page .blog-card__content .blog-card__title.plan h4,
  body.home .blog-card__content .blog-card__title.plan h4,
  .full-width #ajax-load-more .blog-card__content .blog-card__title.plan h4 {
    font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
    font-size: 28px;
    font-weight: 700;
  }
}
body.page-template-template-latham-blog-page .blog-card__content .blog-card__meta,
body.author .blog-card__content .blog-card__meta,
body.search-results .blog-card__content .blog-card__meta,
body.search-no-results .blog-card__content .blog-card__meta,
body.tax-blog-category .blog-card__content .blog-card__meta,
body.blog-template-default .blog-card__content .blog-card__meta,
body.page-template-template-latham-blog-articles .blog-card__content .blog-card__meta,
body.tax-blog-tag .blog-card__content .blog-card__meta,
body.page-template-template-page-builder .blog-card__content .blog-card__meta,
body.single-products .blog-card__content .blog-card__meta,
body.page-template-template-basic-page .blog-card__content .blog-card__meta,
body.home .blog-card__content .blog-card__meta,
.full-width #ajax-load-more .blog-card__content .blog-card__meta {
  color: #999999;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .blog-card__content .blog-card__meta,
  body.author .blog-card__content .blog-card__meta,
  body.search-results .blog-card__content .blog-card__meta,
  body.search-no-results .blog-card__content .blog-card__meta,
  body.tax-blog-category .blog-card__content .blog-card__meta,
  body.blog-template-default .blog-card__content .blog-card__meta,
  body.page-template-template-latham-blog-articles .blog-card__content .blog-card__meta,
  body.tax-blog-tag .blog-card__content .blog-card__meta,
  body.page-template-template-page-builder .blog-card__content .blog-card__meta,
  body.single-products .blog-card__content .blog-card__meta,
  body.page-template-template-basic-page .blog-card__content .blog-card__meta,
  body.home .blog-card__content .blog-card__meta,
  .full-width #ajax-load-more .blog-card__content .blog-card__meta {
    margin-bottom: 15px;
  }
}
body.page-template-template-latham-blog-page .blog-card__content .blog-card__meta a,
body.author .blog-card__content .blog-card__meta a,
body.search-results .blog-card__content .blog-card__meta a,
body.search-no-results .blog-card__content .blog-card__meta a,
body.tax-blog-category .blog-card__content .blog-card__meta a,
body.blog-template-default .blog-card__content .blog-card__meta a,
body.page-template-template-latham-blog-articles .blog-card__content .blog-card__meta a,
body.tax-blog-tag .blog-card__content .blog-card__meta a,
body.page-template-template-page-builder .blog-card__content .blog-card__meta a,
body.single-products .blog-card__content .blog-card__meta a,
body.page-template-template-basic-page .blog-card__content .blog-card__meta a,
body.home .blog-card__content .blog-card__meta a,
.full-width #ajax-load-more .blog-card__content .blog-card__meta a {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
}
body.page-template-template-latham-blog-page .blog-card__content .blog-card__meta a h5,
body.author .blog-card__content .blog-card__meta a h5,
body.search-results .blog-card__content .blog-card__meta a h5,
body.search-no-results .blog-card__content .blog-card__meta a h5,
body.tax-blog-category .blog-card__content .blog-card__meta a h5,
body.blog-template-default .blog-card__content .blog-card__meta a h5,
body.page-template-template-latham-blog-articles .blog-card__content .blog-card__meta a h5,
body.tax-blog-tag .blog-card__content .blog-card__meta a h5,
body.page-template-template-page-builder .blog-card__content .blog-card__meta a h5,
body.single-products .blog-card__content .blog-card__meta a h5,
body.page-template-template-basic-page .blog-card__content .blog-card__meta a h5,
body.home .blog-card__content .blog-card__meta a h5,
.full-width #ajax-load-more .blog-card__content .blog-card__meta a h5 {
  color: #0078a3;
  font-size: 16px;
  font-weight: 700;
}
body.page-template-template-latham-blog-page .blog-card__content .blog-card__excerpt,
body.author .blog-card__content .blog-card__excerpt,
body.search-results .blog-card__content .blog-card__excerpt,
body.search-no-results .blog-card__content .blog-card__excerpt,
body.tax-blog-category .blog-card__content .blog-card__excerpt,
body.blog-template-default .blog-card__content .blog-card__excerpt,
body.page-template-template-latham-blog-articles .blog-card__content .blog-card__excerpt,
body.tax-blog-tag .blog-card__content .blog-card__excerpt,
body.page-template-template-page-builder .blog-card__content .blog-card__excerpt,
body.single-products .blog-card__content .blog-card__excerpt,
body.page-template-template-basic-page .blog-card__content .blog-card__excerpt,
body.home .blog-card__content .blog-card__excerpt,
.full-width #ajax-load-more .blog-card__content .blog-card__excerpt {
  color: #000000;
}
body.page-template-template-latham-blog-page .blog-card__content .read-more,
body.author .blog-card__content .read-more,
body.search-results .blog-card__content .read-more,
body.search-no-results .blog-card__content .read-more,
body.tax-blog-category .blog-card__content .read-more,
body.blog-template-default .blog-card__content .read-more,
body.page-template-template-latham-blog-articles .blog-card__content .read-more,
body.tax-blog-tag .blog-card__content .read-more,
body.page-template-template-page-builder .blog-card__content .read-more,
body.single-products .blog-card__content .read-more,
body.page-template-template-basic-page .blog-card__content .read-more,
body.home .blog-card__content .read-more,
.full-width #ajax-load-more .blog-card__content .read-more {
  margin-top: 18px;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0078a3;
}
body.page-template-template-latham-blog-page .browse-categories .section-inner .about-columns__heading-block,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .about-columns__heading-block,
body.page-template-template-latham-blog-page .cat-topics .section-inner .about-columns__heading-block,
body.author .browse-categories .section-inner .about-columns__heading-block,
body.author .cat-bottom .section-inner .about-columns__heading-block,
body.author .cat-topics .section-inner .about-columns__heading-block,
body.search-results .browse-categories .section-inner .about-columns__heading-block,
body.search-results .cat-bottom .section-inner .about-columns__heading-block,
body.search-results .cat-topics .section-inner .about-columns__heading-block,
body.search-no-results .browse-categories .section-inner .about-columns__heading-block,
body.search-no-results .cat-bottom .section-inner .about-columns__heading-block,
body.search-no-results .cat-topics .section-inner .about-columns__heading-block,
body.tax-blog-category .browse-categories .section-inner .about-columns__heading-block,
body.tax-blog-category .cat-bottom .section-inner .about-columns__heading-block,
body.tax-blog-category .cat-topics .section-inner .about-columns__heading-block,
body.blog-template-default .browse-categories .section-inner .about-columns__heading-block,
body.blog-template-default .cat-bottom .section-inner .about-columns__heading-block,
body.blog-template-default .cat-topics .section-inner .about-columns__heading-block,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .about-columns__heading-block,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .about-columns__heading-block,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .about-columns__heading-block,
body.tax-blog-tag .browse-categories .section-inner .about-columns__heading-block,
body.tax-blog-tag .cat-bottom .section-inner .about-columns__heading-block,
body.tax-blog-tag .cat-topics .section-inner .about-columns__heading-block,
body.page-template-template-page-builder .browse-categories .section-inner .about-columns__heading-block,
body.page-template-template-page-builder .cat-bottom .section-inner .about-columns__heading-block,
body.page-template-template-page-builder .cat-topics .section-inner .about-columns__heading-block,
body.single-products .browse-categories .section-inner .about-columns__heading-block,
body.single-products .cat-bottom .section-inner .about-columns__heading-block,
body.single-products .cat-topics .section-inner .about-columns__heading-block,
body.page-template-template-basic-page .browse-categories .section-inner .about-columns__heading-block,
body.page-template-template-basic-page .cat-bottom .section-inner .about-columns__heading-block,
body.page-template-template-basic-page .cat-topics .section-inner .about-columns__heading-block,
body.home .browse-categories .section-inner .about-columns__heading-block,
body.home .cat-bottom .section-inner .about-columns__heading-block,
body.home .cat-topics .section-inner .about-columns__heading-block,
.full-width #ajax-load-more .browse-categories .section-inner .about-columns__heading-block,
.full-width #ajax-load-more .cat-bottom .section-inner .about-columns__heading-block,
.full-width #ajax-load-more .cat-topics .section-inner .about-columns__heading-block {
  max-width: none;
  padding-left: 13px;
}
body.page-template-template-latham-blog-page .browse-categories .section-inner .about-columns__heading-block h2,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .about-columns__heading-block h2,
body.page-template-template-latham-blog-page .cat-topics .section-inner .about-columns__heading-block h2,
body.author .browse-categories .section-inner .about-columns__heading-block h2,
body.author .cat-bottom .section-inner .about-columns__heading-block h2,
body.author .cat-topics .section-inner .about-columns__heading-block h2,
body.search-results .browse-categories .section-inner .about-columns__heading-block h2,
body.search-results .cat-bottom .section-inner .about-columns__heading-block h2,
body.search-results .cat-topics .section-inner .about-columns__heading-block h2,
body.search-no-results .browse-categories .section-inner .about-columns__heading-block h2,
body.search-no-results .cat-bottom .section-inner .about-columns__heading-block h2,
body.search-no-results .cat-topics .section-inner .about-columns__heading-block h2,
body.tax-blog-category .browse-categories .section-inner .about-columns__heading-block h2,
body.tax-blog-category .cat-bottom .section-inner .about-columns__heading-block h2,
body.tax-blog-category .cat-topics .section-inner .about-columns__heading-block h2,
body.blog-template-default .browse-categories .section-inner .about-columns__heading-block h2,
body.blog-template-default .cat-bottom .section-inner .about-columns__heading-block h2,
body.blog-template-default .cat-topics .section-inner .about-columns__heading-block h2,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .about-columns__heading-block h2,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .about-columns__heading-block h2,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .about-columns__heading-block h2,
body.tax-blog-tag .browse-categories .section-inner .about-columns__heading-block h2,
body.tax-blog-tag .cat-bottom .section-inner .about-columns__heading-block h2,
body.tax-blog-tag .cat-topics .section-inner .about-columns__heading-block h2,
body.page-template-template-page-builder .browse-categories .section-inner .about-columns__heading-block h2,
body.page-template-template-page-builder .cat-bottom .section-inner .about-columns__heading-block h2,
body.page-template-template-page-builder .cat-topics .section-inner .about-columns__heading-block h2,
body.single-products .browse-categories .section-inner .about-columns__heading-block h2,
body.single-products .cat-bottom .section-inner .about-columns__heading-block h2,
body.single-products .cat-topics .section-inner .about-columns__heading-block h2,
body.page-template-template-basic-page .browse-categories .section-inner .about-columns__heading-block h2,
body.page-template-template-basic-page .cat-bottom .section-inner .about-columns__heading-block h2,
body.page-template-template-basic-page .cat-topics .section-inner .about-columns__heading-block h2,
body.home .browse-categories .section-inner .about-columns__heading-block h2,
body.home .cat-bottom .section-inner .about-columns__heading-block h2,
body.home .cat-topics .section-inner .about-columns__heading-block h2,
.full-width #ajax-load-more .browse-categories .section-inner .about-columns__heading-block h2,
.full-width #ajax-load-more .cat-bottom .section-inner .about-columns__heading-block h2,
.full-width #ajax-load-more .cat-topics .section-inner .about-columns__heading-block h2 {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  max-width: none;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .browse-categories .section-inner .about-columns__heading-block h2,
  body.page-template-template-latham-blog-page .cat-bottom .section-inner .about-columns__heading-block h2,
  body.page-template-template-latham-blog-page .cat-topics .section-inner .about-columns__heading-block h2,
  body.author .browse-categories .section-inner .about-columns__heading-block h2,
  body.author .cat-bottom .section-inner .about-columns__heading-block h2,
  body.author .cat-topics .section-inner .about-columns__heading-block h2,
  body.search-results .browse-categories .section-inner .about-columns__heading-block h2,
  body.search-results .cat-bottom .section-inner .about-columns__heading-block h2,
  body.search-results .cat-topics .section-inner .about-columns__heading-block h2,
  body.search-no-results .browse-categories .section-inner .about-columns__heading-block h2,
  body.search-no-results .cat-bottom .section-inner .about-columns__heading-block h2,
  body.search-no-results .cat-topics .section-inner .about-columns__heading-block h2,
  body.tax-blog-category .browse-categories .section-inner .about-columns__heading-block h2,
  body.tax-blog-category .cat-bottom .section-inner .about-columns__heading-block h2,
  body.tax-blog-category .cat-topics .section-inner .about-columns__heading-block h2,
  body.blog-template-default .browse-categories .section-inner .about-columns__heading-block h2,
  body.blog-template-default .cat-bottom .section-inner .about-columns__heading-block h2,
  body.blog-template-default .cat-topics .section-inner .about-columns__heading-block h2,
  body.page-template-template-latham-blog-articles .browse-categories .section-inner .about-columns__heading-block h2,
  body.page-template-template-latham-blog-articles .cat-bottom .section-inner .about-columns__heading-block h2,
  body.page-template-template-latham-blog-articles .cat-topics .section-inner .about-columns__heading-block h2,
  body.tax-blog-tag .browse-categories .section-inner .about-columns__heading-block h2,
  body.tax-blog-tag .cat-bottom .section-inner .about-columns__heading-block h2,
  body.tax-blog-tag .cat-topics .section-inner .about-columns__heading-block h2,
  body.page-template-template-page-builder .browse-categories .section-inner .about-columns__heading-block h2,
  body.page-template-template-page-builder .cat-bottom .section-inner .about-columns__heading-block h2,
  body.page-template-template-page-builder .cat-topics .section-inner .about-columns__heading-block h2,
  body.single-products .browse-categories .section-inner .about-columns__heading-block h2,
  body.single-products .cat-bottom .section-inner .about-columns__heading-block h2,
  body.single-products .cat-topics .section-inner .about-columns__heading-block h2,
  body.page-template-template-basic-page .browse-categories .section-inner .about-columns__heading-block h2,
  body.page-template-template-basic-page .cat-bottom .section-inner .about-columns__heading-block h2,
  body.page-template-template-basic-page .cat-topics .section-inner .about-columns__heading-block h2,
  body.home .browse-categories .section-inner .about-columns__heading-block h2,
  body.home .cat-bottom .section-inner .about-columns__heading-block h2,
  body.home .cat-topics .section-inner .about-columns__heading-block h2,
  .full-width #ajax-load-more .browse-categories .section-inner .about-columns__heading-block h2,
  .full-width #ajax-load-more .cat-bottom .section-inner .about-columns__heading-block h2,
  .full-width #ajax-load-more .cat-topics .section-inner .about-columns__heading-block h2 {
    font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
    font-size: 32px;
    font-weight: 700;
  }
}
body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item,
body.author .browse-categories .section-inner .columns .columns__item,
body.author .cat-bottom .section-inner .columns .columns__item,
body.author .cat-topics .section-inner .columns .columns__item,
body.search-results .browse-categories .section-inner .columns .columns__item,
body.search-results .cat-bottom .section-inner .columns .columns__item,
body.search-results .cat-topics .section-inner .columns .columns__item,
body.search-no-results .browse-categories .section-inner .columns .columns__item,
body.search-no-results .cat-bottom .section-inner .columns .columns__item,
body.search-no-results .cat-topics .section-inner .columns .columns__item,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item,
body.blog-template-default .browse-categories .section-inner .columns .columns__item,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item,
body.blog-template-default .cat-topics .section-inner .columns .columns__item,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item,
body.single-products .browse-categories .section-inner .columns .columns__item,
body.single-products .cat-bottom .section-inner .columns .columns__item,
body.single-products .cat-topics .section-inner .columns .columns__item,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item,
body.home .browse-categories .section-inner .columns .columns__item,
body.home .cat-bottom .section-inner .columns .columns__item,
body.home .cat-topics .section-inner .columns .columns__item,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item {
  padding-bottom: 30px;
  text-align: center;
  order: 6;
}
body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item.design,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item.design,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item.design,
body.author .browse-categories .section-inner .columns .columns__item.design,
body.author .cat-bottom .section-inner .columns .columns__item.design,
body.author .cat-topics .section-inner .columns .columns__item.design,
body.search-results .browse-categories .section-inner .columns .columns__item.design,
body.search-results .cat-bottom .section-inner .columns .columns__item.design,
body.search-results .cat-topics .section-inner .columns .columns__item.design,
body.search-no-results .browse-categories .section-inner .columns .columns__item.design,
body.search-no-results .cat-bottom .section-inner .columns .columns__item.design,
body.search-no-results .cat-topics .section-inner .columns .columns__item.design,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item.design,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item.design,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item.design,
body.blog-template-default .browse-categories .section-inner .columns .columns__item.design,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item.design,
body.blog-template-default .cat-topics .section-inner .columns .columns__item.design,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item.design,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item.design,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item.design,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item.design,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item.design,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item.design,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item.design,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item.design,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item.design,
body.single-products .browse-categories .section-inner .columns .columns__item.design,
body.single-products .cat-bottom .section-inner .columns .columns__item.design,
body.single-products .cat-topics .section-inner .columns .columns__item.design,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item.design,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item.design,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item.design,
body.home .browse-categories .section-inner .columns .columns__item.design,
body.home .cat-bottom .section-inner .columns .columns__item.design,
body.home .cat-topics .section-inner .columns .columns__item.design,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item.design,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item.design,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item.design {
  order: 4;
}
body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item.design .columns__image,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item.design .columns__image,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item.design .columns__image,
body.author .browse-categories .section-inner .columns .columns__item.design .columns__image,
body.author .cat-bottom .section-inner .columns .columns__item.design .columns__image,
body.author .cat-topics .section-inner .columns .columns__item.design .columns__image,
body.search-results .browse-categories .section-inner .columns .columns__item.design .columns__image,
body.search-results .cat-bottom .section-inner .columns .columns__item.design .columns__image,
body.search-results .cat-topics .section-inner .columns .columns__item.design .columns__image,
body.search-no-results .browse-categories .section-inner .columns .columns__item.design .columns__image,
body.search-no-results .cat-bottom .section-inner .columns .columns__item.design .columns__image,
body.search-no-results .cat-topics .section-inner .columns .columns__item.design .columns__image,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item.design .columns__image,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item.design .columns__image,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item.design .columns__image,
body.blog-template-default .browse-categories .section-inner .columns .columns__item.design .columns__image,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item.design .columns__image,
body.blog-template-default .cat-topics .section-inner .columns .columns__item.design .columns__image,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item.design .columns__image,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item.design .columns__image,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item.design .columns__image,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item.design .columns__image,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item.design .columns__image,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item.design .columns__image,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item.design .columns__image,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item.design .columns__image,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item.design .columns__image,
body.single-products .browse-categories .section-inner .columns .columns__item.design .columns__image,
body.single-products .cat-bottom .section-inner .columns .columns__item.design .columns__image,
body.single-products .cat-topics .section-inner .columns .columns__item.design .columns__image,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item.design .columns__image,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item.design .columns__image,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item.design .columns__image,
body.home .browse-categories .section-inner .columns .columns__item.design .columns__image,
body.home .cat-bottom .section-inner .columns .columns__item.design .columns__image,
body.home .cat-topics .section-inner .columns .columns__item.design .columns__image,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item.design .columns__image,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item.design .columns__image,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item.design .columns__image {
  background-image: url("../png/button_design.png") !important;
}
body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item.dream,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item.dream,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item.dream,
body.author .browse-categories .section-inner .columns .columns__item.dream,
body.author .cat-bottom .section-inner .columns .columns__item.dream,
body.author .cat-topics .section-inner .columns .columns__item.dream,
body.search-results .browse-categories .section-inner .columns .columns__item.dream,
body.search-results .cat-bottom .section-inner .columns .columns__item.dream,
body.search-results .cat-topics .section-inner .columns .columns__item.dream,
body.search-no-results .browse-categories .section-inner .columns .columns__item.dream,
body.search-no-results .cat-bottom .section-inner .columns .columns__item.dream,
body.search-no-results .cat-topics .section-inner .columns .columns__item.dream,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item.dream,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item.dream,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item.dream,
body.blog-template-default .browse-categories .section-inner .columns .columns__item.dream,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item.dream,
body.blog-template-default .cat-topics .section-inner .columns .columns__item.dream,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item.dream,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item.dream,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item.dream,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item.dream,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item.dream,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item.dream,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item.dream,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item.dream,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item.dream,
body.single-products .browse-categories .section-inner .columns .columns__item.dream,
body.single-products .cat-bottom .section-inner .columns .columns__item.dream,
body.single-products .cat-topics .section-inner .columns .columns__item.dream,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item.dream,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item.dream,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item.dream,
body.home .browse-categories .section-inner .columns .columns__item.dream,
body.home .cat-bottom .section-inner .columns .columns__item.dream,
body.home .cat-topics .section-inner .columns .columns__item.dream,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item.dream,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item.dream,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item.dream {
  order: 2;
}
body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item.dream .columns__image,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item.dream .columns__image,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item.dream .columns__image,
body.author .browse-categories .section-inner .columns .columns__item.dream .columns__image,
body.author .cat-bottom .section-inner .columns .columns__item.dream .columns__image,
body.author .cat-topics .section-inner .columns .columns__item.dream .columns__image,
body.search-results .browse-categories .section-inner .columns .columns__item.dream .columns__image,
body.search-results .cat-bottom .section-inner .columns .columns__item.dream .columns__image,
body.search-results .cat-topics .section-inner .columns .columns__item.dream .columns__image,
body.search-no-results .browse-categories .section-inner .columns .columns__item.dream .columns__image,
body.search-no-results .cat-bottom .section-inner .columns .columns__item.dream .columns__image,
body.search-no-results .cat-topics .section-inner .columns .columns__item.dream .columns__image,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item.dream .columns__image,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item.dream .columns__image,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item.dream .columns__image,
body.blog-template-default .browse-categories .section-inner .columns .columns__item.dream .columns__image,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item.dream .columns__image,
body.blog-template-default .cat-topics .section-inner .columns .columns__item.dream .columns__image,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item.dream .columns__image,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item.dream .columns__image,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item.dream .columns__image,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item.dream .columns__image,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item.dream .columns__image,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item.dream .columns__image,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item.dream .columns__image,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item.dream .columns__image,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item.dream .columns__image,
body.single-products .browse-categories .section-inner .columns .columns__item.dream .columns__image,
body.single-products .cat-bottom .section-inner .columns .columns__item.dream .columns__image,
body.single-products .cat-topics .section-inner .columns .columns__item.dream .columns__image,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item.dream .columns__image,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item.dream .columns__image,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item.dream .columns__image,
body.home .browse-categories .section-inner .columns .columns__item.dream .columns__image,
body.home .cat-bottom .section-inner .columns .columns__item.dream .columns__image,
body.home .cat-topics .section-inner .columns .columns__item.dream .columns__image,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item.dream .columns__image,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item.dream .columns__image,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item.dream .columns__image {
  background-image: url("../png/button_dream.png") !important;
}
body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item.plan,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item.plan,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item.plan,
body.author .browse-categories .section-inner .columns .columns__item.plan,
body.author .cat-bottom .section-inner .columns .columns__item.plan,
body.author .cat-topics .section-inner .columns .columns__item.plan,
body.search-results .browse-categories .section-inner .columns .columns__item.plan,
body.search-results .cat-bottom .section-inner .columns .columns__item.plan,
body.search-results .cat-topics .section-inner .columns .columns__item.plan,
body.search-no-results .browse-categories .section-inner .columns .columns__item.plan,
body.search-no-results .cat-bottom .section-inner .columns .columns__item.plan,
body.search-no-results .cat-topics .section-inner .columns .columns__item.plan,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item.plan,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item.plan,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item.plan,
body.blog-template-default .browse-categories .section-inner .columns .columns__item.plan,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item.plan,
body.blog-template-default .cat-topics .section-inner .columns .columns__item.plan,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item.plan,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item.plan,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item.plan,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item.plan,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item.plan,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item.plan,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item.plan,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item.plan,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item.plan,
body.single-products .browse-categories .section-inner .columns .columns__item.plan,
body.single-products .cat-bottom .section-inner .columns .columns__item.plan,
body.single-products .cat-topics .section-inner .columns .columns__item.plan,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item.plan,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item.plan,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item.plan,
body.home .browse-categories .section-inner .columns .columns__item.plan,
body.home .cat-bottom .section-inner .columns .columns__item.plan,
body.home .cat-topics .section-inner .columns .columns__item.plan,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item.plan,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item.plan,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item.plan {
  order: 3;
}
body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item.plan .columns__image,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item.plan .columns__image,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item.plan .columns__image,
body.author .browse-categories .section-inner .columns .columns__item.plan .columns__image,
body.author .cat-bottom .section-inner .columns .columns__item.plan .columns__image,
body.author .cat-topics .section-inner .columns .columns__item.plan .columns__image,
body.search-results .browse-categories .section-inner .columns .columns__item.plan .columns__image,
body.search-results .cat-bottom .section-inner .columns .columns__item.plan .columns__image,
body.search-results .cat-topics .section-inner .columns .columns__item.plan .columns__image,
body.search-no-results .browse-categories .section-inner .columns .columns__item.plan .columns__image,
body.search-no-results .cat-bottom .section-inner .columns .columns__item.plan .columns__image,
body.search-no-results .cat-topics .section-inner .columns .columns__item.plan .columns__image,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item.plan .columns__image,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item.plan .columns__image,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item.plan .columns__image,
body.blog-template-default .browse-categories .section-inner .columns .columns__item.plan .columns__image,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item.plan .columns__image,
body.blog-template-default .cat-topics .section-inner .columns .columns__item.plan .columns__image,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item.plan .columns__image,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item.plan .columns__image,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item.plan .columns__image,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item.plan .columns__image,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item.plan .columns__image,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item.plan .columns__image,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item.plan .columns__image,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item.plan .columns__image,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item.plan .columns__image,
body.single-products .browse-categories .section-inner .columns .columns__item.plan .columns__image,
body.single-products .cat-bottom .section-inner .columns .columns__item.plan .columns__image,
body.single-products .cat-topics .section-inner .columns .columns__item.plan .columns__image,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item.plan .columns__image,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item.plan .columns__image,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item.plan .columns__image,
body.home .browse-categories .section-inner .columns .columns__item.plan .columns__image,
body.home .cat-bottom .section-inner .columns .columns__item.plan .columns__image,
body.home .cat-topics .section-inner .columns .columns__item.plan .columns__image,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item.plan .columns__image,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item.plan .columns__image,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item.plan .columns__image {
  background-image: url("../png/button_plan.png") !important;
}
body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item.research,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item.research,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item.research,
body.author .browse-categories .section-inner .columns .columns__item.research,
body.author .cat-bottom .section-inner .columns .columns__item.research,
body.author .cat-topics .section-inner .columns .columns__item.research,
body.search-results .browse-categories .section-inner .columns .columns__item.research,
body.search-results .cat-bottom .section-inner .columns .columns__item.research,
body.search-results .cat-topics .section-inner .columns .columns__item.research,
body.search-no-results .browse-categories .section-inner .columns .columns__item.research,
body.search-no-results .cat-bottom .section-inner .columns .columns__item.research,
body.search-no-results .cat-topics .section-inner .columns .columns__item.research,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item.research,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item.research,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item.research,
body.blog-template-default .browse-categories .section-inner .columns .columns__item.research,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item.research,
body.blog-template-default .cat-topics .section-inner .columns .columns__item.research,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item.research,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item.research,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item.research,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item.research,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item.research,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item.research,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item.research,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item.research,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item.research,
body.single-products .browse-categories .section-inner .columns .columns__item.research,
body.single-products .cat-bottom .section-inner .columns .columns__item.research,
body.single-products .cat-topics .section-inner .columns .columns__item.research,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item.research,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item.research,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item.research,
body.home .browse-categories .section-inner .columns .columns__item.research,
body.home .cat-bottom .section-inner .columns .columns__item.research,
body.home .cat-topics .section-inner .columns .columns__item.research,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item.research,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item.research,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item.research {
  order: 1;
}
body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item.research .columns__image,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item.research .columns__image,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item.research .columns__image,
body.author .browse-categories .section-inner .columns .columns__item.research .columns__image,
body.author .cat-bottom .section-inner .columns .columns__item.research .columns__image,
body.author .cat-topics .section-inner .columns .columns__item.research .columns__image,
body.search-results .browse-categories .section-inner .columns .columns__item.research .columns__image,
body.search-results .cat-bottom .section-inner .columns .columns__item.research .columns__image,
body.search-results .cat-topics .section-inner .columns .columns__item.research .columns__image,
body.search-no-results .browse-categories .section-inner .columns .columns__item.research .columns__image,
body.search-no-results .cat-bottom .section-inner .columns .columns__item.research .columns__image,
body.search-no-results .cat-topics .section-inner .columns .columns__item.research .columns__image,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item.research .columns__image,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item.research .columns__image,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item.research .columns__image,
body.blog-template-default .browse-categories .section-inner .columns .columns__item.research .columns__image,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item.research .columns__image,
body.blog-template-default .cat-topics .section-inner .columns .columns__item.research .columns__image,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item.research .columns__image,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item.research .columns__image,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item.research .columns__image,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item.research .columns__image,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item.research .columns__image,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item.research .columns__image,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item.research .columns__image,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item.research .columns__image,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item.research .columns__image,
body.single-products .browse-categories .section-inner .columns .columns__item.research .columns__image,
body.single-products .cat-bottom .section-inner .columns .columns__item.research .columns__image,
body.single-products .cat-topics .section-inner .columns .columns__item.research .columns__image,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item.research .columns__image,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item.research .columns__image,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item.research .columns__image,
body.home .browse-categories .section-inner .columns .columns__item.research .columns__image,
body.home .cat-bottom .section-inner .columns .columns__item.research .columns__image,
body.home .cat-topics .section-inner .columns .columns__item.research .columns__image,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item.research .columns__image,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item.research .columns__image,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item.research .columns__image {
  background-image: url("../png/button_research.png") !important;
}
body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item.enjoy,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item.enjoy,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item.enjoy,
body.author .browse-categories .section-inner .columns .columns__item.enjoy,
body.author .cat-bottom .section-inner .columns .columns__item.enjoy,
body.author .cat-topics .section-inner .columns .columns__item.enjoy,
body.search-results .browse-categories .section-inner .columns .columns__item.enjoy,
body.search-results .cat-bottom .section-inner .columns .columns__item.enjoy,
body.search-results .cat-topics .section-inner .columns .columns__item.enjoy,
body.search-no-results .browse-categories .section-inner .columns .columns__item.enjoy,
body.search-no-results .cat-bottom .section-inner .columns .columns__item.enjoy,
body.search-no-results .cat-topics .section-inner .columns .columns__item.enjoy,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item.enjoy,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item.enjoy,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item.enjoy,
body.blog-template-default .browse-categories .section-inner .columns .columns__item.enjoy,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item.enjoy,
body.blog-template-default .cat-topics .section-inner .columns .columns__item.enjoy,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item.enjoy,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item.enjoy,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item.enjoy,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item.enjoy,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item.enjoy,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item.enjoy,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item.enjoy,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item.enjoy,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item.enjoy,
body.single-products .browse-categories .section-inner .columns .columns__item.enjoy,
body.single-products .cat-bottom .section-inner .columns .columns__item.enjoy,
body.single-products .cat-topics .section-inner .columns .columns__item.enjoy,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item.enjoy,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item.enjoy,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item.enjoy,
body.home .browse-categories .section-inner .columns .columns__item.enjoy,
body.home .cat-bottom .section-inner .columns .columns__item.enjoy,
body.home .cat-topics .section-inner .columns .columns__item.enjoy,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item.enjoy,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item.enjoy,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item.enjoy {
  order: 6;
}
body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item.enjoy .columns__image,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item.enjoy .columns__image,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item.enjoy .columns__image,
body.author .browse-categories .section-inner .columns .columns__item.enjoy .columns__image,
body.author .cat-bottom .section-inner .columns .columns__item.enjoy .columns__image,
body.author .cat-topics .section-inner .columns .columns__item.enjoy .columns__image,
body.search-results .browse-categories .section-inner .columns .columns__item.enjoy .columns__image,
body.search-results .cat-bottom .section-inner .columns .columns__item.enjoy .columns__image,
body.search-results .cat-topics .section-inner .columns .columns__item.enjoy .columns__image,
body.search-no-results .browse-categories .section-inner .columns .columns__item.enjoy .columns__image,
body.search-no-results .cat-bottom .section-inner .columns .columns__item.enjoy .columns__image,
body.search-no-results .cat-topics .section-inner .columns .columns__item.enjoy .columns__image,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item.enjoy .columns__image,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item.enjoy .columns__image,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item.enjoy .columns__image,
body.blog-template-default .browse-categories .section-inner .columns .columns__item.enjoy .columns__image,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item.enjoy .columns__image,
body.blog-template-default .cat-topics .section-inner .columns .columns__item.enjoy .columns__image,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item.enjoy .columns__image,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item.enjoy .columns__image,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item.enjoy .columns__image,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item.enjoy .columns__image,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item.enjoy .columns__image,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item.enjoy .columns__image,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item.enjoy .columns__image,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item.enjoy .columns__image,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item.enjoy .columns__image,
body.single-products .browse-categories .section-inner .columns .columns__item.enjoy .columns__image,
body.single-products .cat-bottom .section-inner .columns .columns__item.enjoy .columns__image,
body.single-products .cat-topics .section-inner .columns .columns__item.enjoy .columns__image,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item.enjoy .columns__image,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item.enjoy .columns__image,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item.enjoy .columns__image,
body.home .browse-categories .section-inner .columns .columns__item.enjoy .columns__image,
body.home .cat-bottom .section-inner .columns .columns__item.enjoy .columns__image,
body.home .cat-topics .section-inner .columns .columns__item.enjoy .columns__image,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item.enjoy .columns__image,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item.enjoy .columns__image,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item.enjoy .columns__image {
  background-image: url("../png/button_enjoy.png") !important;
}
body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item.maintain,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item.maintain,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item.maintain,
body.author .browse-categories .section-inner .columns .columns__item.maintain,
body.author .cat-bottom .section-inner .columns .columns__item.maintain,
body.author .cat-topics .section-inner .columns .columns__item.maintain,
body.search-results .browse-categories .section-inner .columns .columns__item.maintain,
body.search-results .cat-bottom .section-inner .columns .columns__item.maintain,
body.search-results .cat-topics .section-inner .columns .columns__item.maintain,
body.search-no-results .browse-categories .section-inner .columns .columns__item.maintain,
body.search-no-results .cat-bottom .section-inner .columns .columns__item.maintain,
body.search-no-results .cat-topics .section-inner .columns .columns__item.maintain,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item.maintain,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item.maintain,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item.maintain,
body.blog-template-default .browse-categories .section-inner .columns .columns__item.maintain,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item.maintain,
body.blog-template-default .cat-topics .section-inner .columns .columns__item.maintain,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item.maintain,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item.maintain,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item.maintain,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item.maintain,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item.maintain,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item.maintain,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item.maintain,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item.maintain,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item.maintain,
body.single-products .browse-categories .section-inner .columns .columns__item.maintain,
body.single-products .cat-bottom .section-inner .columns .columns__item.maintain,
body.single-products .cat-topics .section-inner .columns .columns__item.maintain,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item.maintain,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item.maintain,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item.maintain,
body.home .browse-categories .section-inner .columns .columns__item.maintain,
body.home .cat-bottom .section-inner .columns .columns__item.maintain,
body.home .cat-topics .section-inner .columns .columns__item.maintain,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item.maintain,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item.maintain,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item.maintain {
  order: 5;
}
body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item.maintain .columns__image,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item.maintain .columns__image,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item.maintain .columns__image,
body.author .browse-categories .section-inner .columns .columns__item.maintain .columns__image,
body.author .cat-bottom .section-inner .columns .columns__item.maintain .columns__image,
body.author .cat-topics .section-inner .columns .columns__item.maintain .columns__image,
body.search-results .browse-categories .section-inner .columns .columns__item.maintain .columns__image,
body.search-results .cat-bottom .section-inner .columns .columns__item.maintain .columns__image,
body.search-results .cat-topics .section-inner .columns .columns__item.maintain .columns__image,
body.search-no-results .browse-categories .section-inner .columns .columns__item.maintain .columns__image,
body.search-no-results .cat-bottom .section-inner .columns .columns__item.maintain .columns__image,
body.search-no-results .cat-topics .section-inner .columns .columns__item.maintain .columns__image,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item.maintain .columns__image,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item.maintain .columns__image,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item.maintain .columns__image,
body.blog-template-default .browse-categories .section-inner .columns .columns__item.maintain .columns__image,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item.maintain .columns__image,
body.blog-template-default .cat-topics .section-inner .columns .columns__item.maintain .columns__image,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item.maintain .columns__image,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item.maintain .columns__image,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item.maintain .columns__image,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item.maintain .columns__image,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item.maintain .columns__image,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item.maintain .columns__image,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item.maintain .columns__image,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item.maintain .columns__image,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item.maintain .columns__image,
body.single-products .browse-categories .section-inner .columns .columns__item.maintain .columns__image,
body.single-products .cat-bottom .section-inner .columns .columns__item.maintain .columns__image,
body.single-products .cat-topics .section-inner .columns .columns__item.maintain .columns__image,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item.maintain .columns__image,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item.maintain .columns__image,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item.maintain .columns__image,
body.home .browse-categories .section-inner .columns .columns__item.maintain .columns__image,
body.home .cat-bottom .section-inner .columns .columns__item.maintain .columns__image,
body.home .cat-topics .section-inner .columns .columns__item.maintain .columns__image,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item.maintain .columns__image,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item.maintain .columns__image,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item.maintain .columns__image {
  background-image: url("../png/button_maintain.png") !important;
}
body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner,
body.author .browse-categories .section-inner .columns .columns__item .column__item-inner,
body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.author .cat-topics .section-inner .columns .columns__item .column__item-inner,
body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner,
body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner,
body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner,
body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner,
body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner,
body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner,
body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner,
body.home .browse-categories .section-inner .columns .columns__item .column__item-inner,
body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.home .cat-topics .section-inner .columns .columns__item .column__item-inner,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner {
  border: 2px #c3cbcf solid;
  border-radius: 7px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}
body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__image,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__image,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__image,
body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__image,
body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__image,
body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__image,
body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__image,
body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__image,
body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__image,
body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__image,
body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__image,
body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__image,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__image,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__image,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__image,
body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__image,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__image,
body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__image,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__image,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__image,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__image,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__image,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__image,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__image,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__image,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__image,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__image,
body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__image,
body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__image,
body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__image,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__image,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__image,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__image,
body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__image,
body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__image,
body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__image,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__image,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__image,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__image {
  padding: 0px 0px 0px 0px;
  height: 100px;
  background-image: url("../png/button_all.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__image img,
body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__image img,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__image img,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__image img,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__image img {
  height: 100px;
}
body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__item-title,
body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__item-title,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .columns__item-title,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .columns__item-title,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .columns__item-title {
  color: #000000;
}
body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body, body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content, .search-results body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content,
body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content,
body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body,
body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content,
body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content,
body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body,
body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content,
body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content,
body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body,
body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content,
body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content,
body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body,
body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content,
body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content,
body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body,
body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content,
body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content,
body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body,
body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content,
body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content,
body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body,
body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content,
body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content,
body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body,
body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content,
body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content,
body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body,
body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content,
body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content,
body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body,
body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content,
body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content,
body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body,
body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content,
body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content,
body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body,
body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content,
body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content,
body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body,
body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content,
body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content,
body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body,
body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content,
body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content,
body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body,
body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content,
body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content,
body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body,
body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content,
body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content,
body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body,
body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content,
body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results .full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results .full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results .full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results .full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content,
.search-results .full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content,
.search-no-results .full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content {
  background-color: #000000;
  color: #ffffff;
  padding-bottom: 0;
  position: absolute;
  top: calc(100% - 0px);
  right: 0;
  left: 0;
  bottom: 0;
  transition: top 0.25s;
  padding: 20px;
  margin: 0;
}
body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p, body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p, .search-results body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results .full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results .full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results .full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results .full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
.search-results .full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
.search-no-results .full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p {
  font-size: 14px;
  line-height: 1.4em;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p, body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p, .search-results body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  .full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
  .full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results .full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  .full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results .full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  .full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
  .full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results .full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  .full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results .full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  .full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
  .full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results .full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  .full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results .full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p {
    font-size: 12px;
  }
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p, body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p, .search-results body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
  body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  .full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body p,
  .full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results .full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  .full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results .full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content p,
  .full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body p,
  .full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results .full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  .full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results .full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content p,
  .full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body p,
  .full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content p,
  .search-results .full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p,
  .full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content p,
  .search-no-results .full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content p {
    font-size: 14px;
  }
}
body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light, body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light, .search-results body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results .full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results .full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results .full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results .full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light,
.search-results .full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light,
.search-no-results .full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light {
  color: #00b0d8;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover, body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover, .search-results body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.author .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.author .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.home .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results body.home .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results .full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results .full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results .full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results .full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .section__body .button.read-more.light:hover,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .search-results .entry__content .button.read-more.light:hover,
.search-results .full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .search-no-results .entry__content .button.read-more.light:hover,
.search-no-results .full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner .entry__content .button.read-more.light:hover {
  text-decoration: underline;
}
body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .section__body, body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content, .search-results body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.page-template-template-latham-blog-page .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.page-template-template-latham-blog-page .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.page-template-template-latham-blog-page .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.author .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.author .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.author .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.author .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.author .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.author .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.author .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.author .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.author .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.author .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.author .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.search-results .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.search-results .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.search-results .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.search-no-results .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.search-no-results .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.search-no-results .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.tax-blog-category .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.tax-blog-category .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.tax-blog-category .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.blog-template-default .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.blog-template-default .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.blog-template-default .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.page-template-template-latham-blog-articles .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.page-template-template-latham-blog-articles .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.page-template-template-latham-blog-articles .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.tax-blog-tag .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.tax-blog-tag .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.tax-blog-tag .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.page-template-template-page-builder .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.page-template-template-page-builder .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.page-template-template-page-builder .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.single-products .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.single-products .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.single-products .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.page-template-template-basic-page .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.page-template-template-basic-page .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.page-template-template-basic-page .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.home .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.home .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.home .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.home .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.home .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.home .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.home .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .section__body,
body.home .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results body.home .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
body.home .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results body.home .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .section__body,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results .full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
.full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results .full-width #ajax-load-more .browse-categories .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .section__body,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results .full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
.full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results .full-width #ajax-load-more .cat-bottom .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .section__body,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .search-results .entry__content,
.search-results .full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .entry__content,
.full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .search-no-results .entry__content,
.search-no-results .full-width #ajax-load-more .cat-topics .section-inner .columns .columns__item .column__item-inner:hover .entry__content {
  top: 0;
}
body.page-template-template-latham-blog-page .browse-categories .button-list,
body.page-template-template-latham-blog-page .cat-bottom .button-list,
body.page-template-template-latham-blog-page .cat-topics .button-list,
body.author .browse-categories .button-list,
body.author .cat-bottom .button-list,
body.author .cat-topics .button-list,
body.search-results .browse-categories .button-list,
body.search-results .cat-bottom .button-list,
body.search-results .cat-topics .button-list,
body.search-no-results .browse-categories .button-list,
body.search-no-results .cat-bottom .button-list,
body.search-no-results .cat-topics .button-list,
body.tax-blog-category .browse-categories .button-list,
body.tax-blog-category .cat-bottom .button-list,
body.tax-blog-category .cat-topics .button-list,
body.blog-template-default .browse-categories .button-list,
body.blog-template-default .cat-bottom .button-list,
body.blog-template-default .cat-topics .button-list,
body.page-template-template-latham-blog-articles .browse-categories .button-list,
body.page-template-template-latham-blog-articles .cat-bottom .button-list,
body.page-template-template-latham-blog-articles .cat-topics .button-list,
body.tax-blog-tag .browse-categories .button-list,
body.tax-blog-tag .cat-bottom .button-list,
body.tax-blog-tag .cat-topics .button-list,
body.page-template-template-page-builder .browse-categories .button-list,
body.page-template-template-page-builder .cat-bottom .button-list,
body.page-template-template-page-builder .cat-topics .button-list,
body.single-products .browse-categories .button-list,
body.single-products .cat-bottom .button-list,
body.single-products .cat-topics .button-list,
body.page-template-template-basic-page .browse-categories .button-list,
body.page-template-template-basic-page .cat-bottom .button-list,
body.page-template-template-basic-page .cat-topics .button-list,
body.home .browse-categories .button-list,
body.home .cat-bottom .button-list,
body.home .cat-topics .button-list,
.full-width #ajax-load-more .browse-categories .button-list,
.full-width #ajax-load-more .cat-bottom .button-list,
.full-width #ajax-load-more .cat-topics .button-list {
  margin: 30px auto 30px;
  display: block;
  text-align: center;
}
body.page-template-template-latham-blog-page .browse-categories .button-list a,
body.page-template-template-latham-blog-page .cat-bottom .button-list a,
body.page-template-template-latham-blog-page .cat-topics .button-list a,
body.author .browse-categories .button-list a,
body.author .cat-bottom .button-list a,
body.author .cat-topics .button-list a,
body.search-results .browse-categories .button-list a,
body.search-results .cat-bottom .button-list a,
body.search-results .cat-topics .button-list a,
body.search-no-results .browse-categories .button-list a,
body.search-no-results .cat-bottom .button-list a,
body.search-no-results .cat-topics .button-list a,
body.tax-blog-category .browse-categories .button-list a,
body.tax-blog-category .cat-bottom .button-list a,
body.tax-blog-category .cat-topics .button-list a,
body.blog-template-default .browse-categories .button-list a,
body.blog-template-default .cat-bottom .button-list a,
body.blog-template-default .cat-topics .button-list a,
body.page-template-template-latham-blog-articles .browse-categories .button-list a,
body.page-template-template-latham-blog-articles .cat-bottom .button-list a,
body.page-template-template-latham-blog-articles .cat-topics .button-list a,
body.tax-blog-tag .browse-categories .button-list a,
body.tax-blog-tag .cat-bottom .button-list a,
body.tax-blog-tag .cat-topics .button-list a,
body.page-template-template-page-builder .browse-categories .button-list a,
body.page-template-template-page-builder .cat-bottom .button-list a,
body.page-template-template-page-builder .cat-topics .button-list a,
body.single-products .browse-categories .button-list a,
body.single-products .cat-bottom .button-list a,
body.single-products .cat-topics .button-list a,
body.page-template-template-basic-page .browse-categories .button-list a,
body.page-template-template-basic-page .cat-bottom .button-list a,
body.page-template-template-basic-page .cat-topics .button-list a,
body.home .browse-categories .button-list a,
body.home .cat-bottom .button-list a,
body.home .cat-topics .button-list a,
.full-width #ajax-load-more .browse-categories .button-list a,
.full-width #ajax-load-more .cat-bottom .button-list a,
.full-width #ajax-load-more .cat-topics .button-list a {
  margin-bottom: 10px;
}
body.page-template-template-latham-blog-page .browse-categories.cat-topics,
body.page-template-template-latham-blog-page .cat-bottom.cat-topics,
body.page-template-template-latham-blog-page .cat-topics.cat-topics,
body.author .browse-categories.cat-topics,
body.author .cat-bottom.cat-topics,
body.author .cat-topics.cat-topics,
body.search-results .browse-categories.cat-topics,
body.search-results .cat-bottom.cat-topics,
body.search-results .cat-topics.cat-topics,
body.search-no-results .browse-categories.cat-topics,
body.search-no-results .cat-bottom.cat-topics,
body.search-no-results .cat-topics.cat-topics,
body.tax-blog-category .browse-categories.cat-topics,
body.tax-blog-category .cat-bottom.cat-topics,
body.tax-blog-category .cat-topics.cat-topics,
body.blog-template-default .browse-categories.cat-topics,
body.blog-template-default .cat-bottom.cat-topics,
body.blog-template-default .cat-topics.cat-topics,
body.page-template-template-latham-blog-articles .browse-categories.cat-topics,
body.page-template-template-latham-blog-articles .cat-bottom.cat-topics,
body.page-template-template-latham-blog-articles .cat-topics.cat-topics,
body.tax-blog-tag .browse-categories.cat-topics,
body.tax-blog-tag .cat-bottom.cat-topics,
body.tax-blog-tag .cat-topics.cat-topics,
body.page-template-template-page-builder .browse-categories.cat-topics,
body.page-template-template-page-builder .cat-bottom.cat-topics,
body.page-template-template-page-builder .cat-topics.cat-topics,
body.single-products .browse-categories.cat-topics,
body.single-products .cat-bottom.cat-topics,
body.single-products .cat-topics.cat-topics,
body.page-template-template-basic-page .browse-categories.cat-topics,
body.page-template-template-basic-page .cat-bottom.cat-topics,
body.page-template-template-basic-page .cat-topics.cat-topics,
body.home .browse-categories.cat-topics,
body.home .cat-bottom.cat-topics,
body.home .cat-topics.cat-topics,
.full-width #ajax-load-more .browse-categories.cat-topics,
.full-width #ajax-load-more .cat-bottom.cat-topics,
.full-width #ajax-load-more .cat-topics.cat-topics {
  background-color: #f0f5f5 !important;
  padding: 0px 0 50px !important;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .browse-categories.cat-topics,
  body.page-template-template-latham-blog-page .cat-bottom.cat-topics,
  body.page-template-template-latham-blog-page .cat-topics.cat-topics,
  body.author .browse-categories.cat-topics,
  body.author .cat-bottom.cat-topics,
  body.author .cat-topics.cat-topics,
  body.search-results .browse-categories.cat-topics,
  body.search-results .cat-bottom.cat-topics,
  body.search-results .cat-topics.cat-topics,
  body.search-no-results .browse-categories.cat-topics,
  body.search-no-results .cat-bottom.cat-topics,
  body.search-no-results .cat-topics.cat-topics,
  body.tax-blog-category .browse-categories.cat-topics,
  body.tax-blog-category .cat-bottom.cat-topics,
  body.tax-blog-category .cat-topics.cat-topics,
  body.blog-template-default .browse-categories.cat-topics,
  body.blog-template-default .cat-bottom.cat-topics,
  body.blog-template-default .cat-topics.cat-topics,
  body.page-template-template-latham-blog-articles .browse-categories.cat-topics,
  body.page-template-template-latham-blog-articles .cat-bottom.cat-topics,
  body.page-template-template-latham-blog-articles .cat-topics.cat-topics,
  body.tax-blog-tag .browse-categories.cat-topics,
  body.tax-blog-tag .cat-bottom.cat-topics,
  body.tax-blog-tag .cat-topics.cat-topics,
  body.page-template-template-page-builder .browse-categories.cat-topics,
  body.page-template-template-page-builder .cat-bottom.cat-topics,
  body.page-template-template-page-builder .cat-topics.cat-topics,
  body.single-products .browse-categories.cat-topics,
  body.single-products .cat-bottom.cat-topics,
  body.single-products .cat-topics.cat-topics,
  body.page-template-template-basic-page .browse-categories.cat-topics,
  body.page-template-template-basic-page .cat-bottom.cat-topics,
  body.page-template-template-basic-page .cat-topics.cat-topics,
  body.home .browse-categories.cat-topics,
  body.home .cat-bottom.cat-topics,
  body.home .cat-topics.cat-topics,
  .full-width #ajax-load-more .browse-categories.cat-topics,
  .full-width #ajax-load-more .cat-bottom.cat-topics,
  .full-width #ajax-load-more .cat-topics.cat-topics {
    padding: 0px 0 100px !important;
  }
}
body.page-template-template-latham-blog-page .browse-categories.cat-topics .section-inner .columns,
body.page-template-template-latham-blog-page .cat-bottom.cat-topics .section-inner .columns,
body.page-template-template-latham-blog-page .cat-topics.cat-topics .section-inner .columns,
body.author .browse-categories.cat-topics .section-inner .columns,
body.author .cat-bottom.cat-topics .section-inner .columns,
body.author .cat-topics.cat-topics .section-inner .columns,
body.search-results .browse-categories.cat-topics .section-inner .columns,
body.search-results .cat-bottom.cat-topics .section-inner .columns,
body.search-results .cat-topics.cat-topics .section-inner .columns,
body.search-no-results .browse-categories.cat-topics .section-inner .columns,
body.search-no-results .cat-bottom.cat-topics .section-inner .columns,
body.search-no-results .cat-topics.cat-topics .section-inner .columns,
body.tax-blog-category .browse-categories.cat-topics .section-inner .columns,
body.tax-blog-category .cat-bottom.cat-topics .section-inner .columns,
body.tax-blog-category .cat-topics.cat-topics .section-inner .columns,
body.blog-template-default .browse-categories.cat-topics .section-inner .columns,
body.blog-template-default .cat-bottom.cat-topics .section-inner .columns,
body.blog-template-default .cat-topics.cat-topics .section-inner .columns,
body.page-template-template-latham-blog-articles .browse-categories.cat-topics .section-inner .columns,
body.page-template-template-latham-blog-articles .cat-bottom.cat-topics .section-inner .columns,
body.page-template-template-latham-blog-articles .cat-topics.cat-topics .section-inner .columns,
body.tax-blog-tag .browse-categories.cat-topics .section-inner .columns,
body.tax-blog-tag .cat-bottom.cat-topics .section-inner .columns,
body.tax-blog-tag .cat-topics.cat-topics .section-inner .columns,
body.page-template-template-page-builder .browse-categories.cat-topics .section-inner .columns,
body.page-template-template-page-builder .cat-bottom.cat-topics .section-inner .columns,
body.page-template-template-page-builder .cat-topics.cat-topics .section-inner .columns,
body.single-products .browse-categories.cat-topics .section-inner .columns,
body.single-products .cat-bottom.cat-topics .section-inner .columns,
body.single-products .cat-topics.cat-topics .section-inner .columns,
body.page-template-template-basic-page .browse-categories.cat-topics .section-inner .columns,
body.page-template-template-basic-page .cat-bottom.cat-topics .section-inner .columns,
body.page-template-template-basic-page .cat-topics.cat-topics .section-inner .columns,
body.home .browse-categories.cat-topics .section-inner .columns,
body.home .cat-bottom.cat-topics .section-inner .columns,
body.home .cat-topics.cat-topics .section-inner .columns,
.full-width #ajax-load-more .browse-categories.cat-topics .section-inner .columns,
.full-width #ajax-load-more .cat-bottom.cat-topics .section-inner .columns,
.full-width #ajax-load-more .cat-topics.cat-topics .section-inner .columns {
  display: block !important;
  columns: 2;
  -moz-columns: 2;
  -webkit-columns: 2;
  column-gap: 13px;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .browse-categories.cat-topics .section-inner .columns,
  body.page-template-template-latham-blog-page .cat-bottom.cat-topics .section-inner .columns,
  body.page-template-template-latham-blog-page .cat-topics.cat-topics .section-inner .columns,
  body.author .browse-categories.cat-topics .section-inner .columns,
  body.author .cat-bottom.cat-topics .section-inner .columns,
  body.author .cat-topics.cat-topics .section-inner .columns,
  body.search-results .browse-categories.cat-topics .section-inner .columns,
  body.search-results .cat-bottom.cat-topics .section-inner .columns,
  body.search-results .cat-topics.cat-topics .section-inner .columns,
  body.search-no-results .browse-categories.cat-topics .section-inner .columns,
  body.search-no-results .cat-bottom.cat-topics .section-inner .columns,
  body.search-no-results .cat-topics.cat-topics .section-inner .columns,
  body.tax-blog-category .browse-categories.cat-topics .section-inner .columns,
  body.tax-blog-category .cat-bottom.cat-topics .section-inner .columns,
  body.tax-blog-category .cat-topics.cat-topics .section-inner .columns,
  body.blog-template-default .browse-categories.cat-topics .section-inner .columns,
  body.blog-template-default .cat-bottom.cat-topics .section-inner .columns,
  body.blog-template-default .cat-topics.cat-topics .section-inner .columns,
  body.page-template-template-latham-blog-articles .browse-categories.cat-topics .section-inner .columns,
  body.page-template-template-latham-blog-articles .cat-bottom.cat-topics .section-inner .columns,
  body.page-template-template-latham-blog-articles .cat-topics.cat-topics .section-inner .columns,
  body.tax-blog-tag .browse-categories.cat-topics .section-inner .columns,
  body.tax-blog-tag .cat-bottom.cat-topics .section-inner .columns,
  body.tax-blog-tag .cat-topics.cat-topics .section-inner .columns,
  body.page-template-template-page-builder .browse-categories.cat-topics .section-inner .columns,
  body.page-template-template-page-builder .cat-bottom.cat-topics .section-inner .columns,
  body.page-template-template-page-builder .cat-topics.cat-topics .section-inner .columns,
  body.single-products .browse-categories.cat-topics .section-inner .columns,
  body.single-products .cat-bottom.cat-topics .section-inner .columns,
  body.single-products .cat-topics.cat-topics .section-inner .columns,
  body.page-template-template-basic-page .browse-categories.cat-topics .section-inner .columns,
  body.page-template-template-basic-page .cat-bottom.cat-topics .section-inner .columns,
  body.page-template-template-basic-page .cat-topics.cat-topics .section-inner .columns,
  body.home .browse-categories.cat-topics .section-inner .columns,
  body.home .cat-bottom.cat-topics .section-inner .columns,
  body.home .cat-topics.cat-topics .section-inner .columns,
  .full-width #ajax-load-more .browse-categories.cat-topics .section-inner .columns,
  .full-width #ajax-load-more .cat-bottom.cat-topics .section-inner .columns,
  .full-width #ajax-load-more .cat-topics.cat-topics .section-inner .columns {
    columns: 3;
    -moz-columns: 3;
    -webkit-columns: 3;
  }
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .browse-categories.cat-topics .section-inner .columns,
  body.page-template-template-latham-blog-page .cat-bottom.cat-topics .section-inner .columns,
  body.page-template-template-latham-blog-page .cat-topics.cat-topics .section-inner .columns,
  body.author .browse-categories.cat-topics .section-inner .columns,
  body.author .cat-bottom.cat-topics .section-inner .columns,
  body.author .cat-topics.cat-topics .section-inner .columns,
  body.search-results .browse-categories.cat-topics .section-inner .columns,
  body.search-results .cat-bottom.cat-topics .section-inner .columns,
  body.search-results .cat-topics.cat-topics .section-inner .columns,
  body.search-no-results .browse-categories.cat-topics .section-inner .columns,
  body.search-no-results .cat-bottom.cat-topics .section-inner .columns,
  body.search-no-results .cat-topics.cat-topics .section-inner .columns,
  body.tax-blog-category .browse-categories.cat-topics .section-inner .columns,
  body.tax-blog-category .cat-bottom.cat-topics .section-inner .columns,
  body.tax-blog-category .cat-topics.cat-topics .section-inner .columns,
  body.blog-template-default .browse-categories.cat-topics .section-inner .columns,
  body.blog-template-default .cat-bottom.cat-topics .section-inner .columns,
  body.blog-template-default .cat-topics.cat-topics .section-inner .columns,
  body.page-template-template-latham-blog-articles .browse-categories.cat-topics .section-inner .columns,
  body.page-template-template-latham-blog-articles .cat-bottom.cat-topics .section-inner .columns,
  body.page-template-template-latham-blog-articles .cat-topics.cat-topics .section-inner .columns,
  body.tax-blog-tag .browse-categories.cat-topics .section-inner .columns,
  body.tax-blog-tag .cat-bottom.cat-topics .section-inner .columns,
  body.tax-blog-tag .cat-topics.cat-topics .section-inner .columns,
  body.page-template-template-page-builder .browse-categories.cat-topics .section-inner .columns,
  body.page-template-template-page-builder .cat-bottom.cat-topics .section-inner .columns,
  body.page-template-template-page-builder .cat-topics.cat-topics .section-inner .columns,
  body.single-products .browse-categories.cat-topics .section-inner .columns,
  body.single-products .cat-bottom.cat-topics .section-inner .columns,
  body.single-products .cat-topics.cat-topics .section-inner .columns,
  body.page-template-template-basic-page .browse-categories.cat-topics .section-inner .columns,
  body.page-template-template-basic-page .cat-bottom.cat-topics .section-inner .columns,
  body.page-template-template-basic-page .cat-topics.cat-topics .section-inner .columns,
  body.home .browse-categories.cat-topics .section-inner .columns,
  body.home .cat-bottom.cat-topics .section-inner .columns,
  body.home .cat-topics.cat-topics .section-inner .columns,
  .full-width #ajax-load-more .browse-categories.cat-topics .section-inner .columns,
  .full-width #ajax-load-more .cat-bottom.cat-topics .section-inner .columns,
  .full-width #ajax-load-more .cat-topics.cat-topics .section-inner .columns {
    columns: 4;
    -moz-columns: 4;
    -webkit-columns: 4;
  }
}
@media (min-width: 1350px) {
  body.page-template-template-latham-blog-page .browse-categories.cat-topics .section-inner .columns,
  body.page-template-template-latham-blog-page .cat-bottom.cat-topics .section-inner .columns,
  body.page-template-template-latham-blog-page .cat-topics.cat-topics .section-inner .columns,
  body.author .browse-categories.cat-topics .section-inner .columns,
  body.author .cat-bottom.cat-topics .section-inner .columns,
  body.author .cat-topics.cat-topics .section-inner .columns,
  body.search-results .browse-categories.cat-topics .section-inner .columns,
  body.search-results .cat-bottom.cat-topics .section-inner .columns,
  body.search-results .cat-topics.cat-topics .section-inner .columns,
  body.search-no-results .browse-categories.cat-topics .section-inner .columns,
  body.search-no-results .cat-bottom.cat-topics .section-inner .columns,
  body.search-no-results .cat-topics.cat-topics .section-inner .columns,
  body.tax-blog-category .browse-categories.cat-topics .section-inner .columns,
  body.tax-blog-category .cat-bottom.cat-topics .section-inner .columns,
  body.tax-blog-category .cat-topics.cat-topics .section-inner .columns,
  body.blog-template-default .browse-categories.cat-topics .section-inner .columns,
  body.blog-template-default .cat-bottom.cat-topics .section-inner .columns,
  body.blog-template-default .cat-topics.cat-topics .section-inner .columns,
  body.page-template-template-latham-blog-articles .browse-categories.cat-topics .section-inner .columns,
  body.page-template-template-latham-blog-articles .cat-bottom.cat-topics .section-inner .columns,
  body.page-template-template-latham-blog-articles .cat-topics.cat-topics .section-inner .columns,
  body.tax-blog-tag .browse-categories.cat-topics .section-inner .columns,
  body.tax-blog-tag .cat-bottom.cat-topics .section-inner .columns,
  body.tax-blog-tag .cat-topics.cat-topics .section-inner .columns,
  body.page-template-template-page-builder .browse-categories.cat-topics .section-inner .columns,
  body.page-template-template-page-builder .cat-bottom.cat-topics .section-inner .columns,
  body.page-template-template-page-builder .cat-topics.cat-topics .section-inner .columns,
  body.single-products .browse-categories.cat-topics .section-inner .columns,
  body.single-products .cat-bottom.cat-topics .section-inner .columns,
  body.single-products .cat-topics.cat-topics .section-inner .columns,
  body.page-template-template-basic-page .browse-categories.cat-topics .section-inner .columns,
  body.page-template-template-basic-page .cat-bottom.cat-topics .section-inner .columns,
  body.page-template-template-basic-page .cat-topics.cat-topics .section-inner .columns,
  body.home .browse-categories.cat-topics .section-inner .columns,
  body.home .cat-bottom.cat-topics .section-inner .columns,
  body.home .cat-topics.cat-topics .section-inner .columns,
  .full-width #ajax-load-more .browse-categories.cat-topics .section-inner .columns,
  .full-width #ajax-load-more .cat-bottom.cat-topics .section-inner .columns,
  .full-width #ajax-load-more .cat-topics.cat-topics .section-inner .columns {
    columns: 4;
    -moz-columns: 4;
    -webkit-columns: 4;
  }
}
body.page-template-template-latham-blog-page .browse-categories.cat-topics .section-inner .columns .columns__item,
body.page-template-template-latham-blog-page .cat-bottom.cat-topics .section-inner .columns .columns__item,
body.page-template-template-latham-blog-page .cat-topics.cat-topics .section-inner .columns .columns__item,
body.author .browse-categories.cat-topics .section-inner .columns .columns__item,
body.author .cat-bottom.cat-topics .section-inner .columns .columns__item,
body.author .cat-topics.cat-topics .section-inner .columns .columns__item,
body.search-results .browse-categories.cat-topics .section-inner .columns .columns__item,
body.search-results .cat-bottom.cat-topics .section-inner .columns .columns__item,
body.search-results .cat-topics.cat-topics .section-inner .columns .columns__item,
body.search-no-results .browse-categories.cat-topics .section-inner .columns .columns__item,
body.search-no-results .cat-bottom.cat-topics .section-inner .columns .columns__item,
body.search-no-results .cat-topics.cat-topics .section-inner .columns .columns__item,
body.tax-blog-category .browse-categories.cat-topics .section-inner .columns .columns__item,
body.tax-blog-category .cat-bottom.cat-topics .section-inner .columns .columns__item,
body.tax-blog-category .cat-topics.cat-topics .section-inner .columns .columns__item,
body.blog-template-default .browse-categories.cat-topics .section-inner .columns .columns__item,
body.blog-template-default .cat-bottom.cat-topics .section-inner .columns .columns__item,
body.blog-template-default .cat-topics.cat-topics .section-inner .columns .columns__item,
body.page-template-template-latham-blog-articles .browse-categories.cat-topics .section-inner .columns .columns__item,
body.page-template-template-latham-blog-articles .cat-bottom.cat-topics .section-inner .columns .columns__item,
body.page-template-template-latham-blog-articles .cat-topics.cat-topics .section-inner .columns .columns__item,
body.tax-blog-tag .browse-categories.cat-topics .section-inner .columns .columns__item,
body.tax-blog-tag .cat-bottom.cat-topics .section-inner .columns .columns__item,
body.tax-blog-tag .cat-topics.cat-topics .section-inner .columns .columns__item,
body.page-template-template-page-builder .browse-categories.cat-topics .section-inner .columns .columns__item,
body.page-template-template-page-builder .cat-bottom.cat-topics .section-inner .columns .columns__item,
body.page-template-template-page-builder .cat-topics.cat-topics .section-inner .columns .columns__item,
body.single-products .browse-categories.cat-topics .section-inner .columns .columns__item,
body.single-products .cat-bottom.cat-topics .section-inner .columns .columns__item,
body.single-products .cat-topics.cat-topics .section-inner .columns .columns__item,
body.page-template-template-basic-page .browse-categories.cat-topics .section-inner .columns .columns__item,
body.page-template-template-basic-page .cat-bottom.cat-topics .section-inner .columns .columns__item,
body.page-template-template-basic-page .cat-topics.cat-topics .section-inner .columns .columns__item,
body.home .browse-categories.cat-topics .section-inner .columns .columns__item,
body.home .cat-bottom.cat-topics .section-inner .columns .columns__item,
body.home .cat-topics.cat-topics .section-inner .columns .columns__item,
.full-width #ajax-load-more .browse-categories.cat-topics .section-inner .columns .columns__item,
.full-width #ajax-load-more .cat-bottom.cat-topics .section-inner .columns .columns__item,
.full-width #ajax-load-more .cat-topics.cat-topics .section-inner .columns .columns__item {
  display: inline-block;
  width: 100%;
  padding-bottom: 0;
}
body.page-template-template-latham-blog-page .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.page-template-template-latham-blog-page .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.page-template-template-latham-blog-page .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.author .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.author .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.author .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.search-results .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.search-results .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.search-results .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.search-no-results .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.search-no-results .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.search-no-results .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.tax-blog-category .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.tax-blog-category .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.tax-blog-category .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.blog-template-default .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.blog-template-default .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.blog-template-default .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.page-template-template-latham-blog-articles .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.page-template-template-latham-blog-articles .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.page-template-template-latham-blog-articles .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.tax-blog-tag .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.tax-blog-tag .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.tax-blog-tag .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.page-template-template-page-builder .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.page-template-template-page-builder .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.page-template-template-page-builder .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.single-products .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.single-products .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.single-products .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.page-template-template-basic-page .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.page-template-template-basic-page .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.page-template-template-basic-page .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.home .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.home .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title,
body.home .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title,
.full-width #ajax-load-more .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title,
.full-width #ajax-load-more .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title,
.full-width #ajax-load-more .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title {
  display: block;
  text-align: left;
  overflow: visible;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.page-template-template-latham-blog-page .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.page-template-template-latham-blog-page .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.author .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.author .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.author .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.search-results .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.search-results .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.search-results .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.search-no-results .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.search-no-results .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.search-no-results .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.tax-blog-category .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.tax-blog-category .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.tax-blog-category .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.blog-template-default .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.blog-template-default .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.blog-template-default .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.page-template-template-latham-blog-articles .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.page-template-template-latham-blog-articles .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.page-template-template-latham-blog-articles .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.tax-blog-tag .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.tax-blog-tag .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.tax-blog-tag .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.page-template-template-page-builder .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.page-template-template-page-builder .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.page-template-template-page-builder .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.single-products .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.single-products .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.single-products .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.page-template-template-basic-page .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.page-template-template-basic-page .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.page-template-template-basic-page .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.home .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.home .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title,
  body.home .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title,
  .full-width #ajax-load-more .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title,
  .full-width #ajax-load-more .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title,
  .full-width #ajax-load-more .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title {
    font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
    font-size: 20px;
    font-weight: 500;
  }
}
body.page-template-template-latham-blog-page .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.page-template-template-latham-blog-page .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.page-template-template-latham-blog-page .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.author .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.author .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.author .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.search-results .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.search-results .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.search-results .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.search-no-results .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.search-no-results .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.search-no-results .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.tax-blog-category .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.tax-blog-category .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.tax-blog-category .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.blog-template-default .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.blog-template-default .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.blog-template-default .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.page-template-template-latham-blog-articles .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.page-template-template-latham-blog-articles .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.page-template-template-latham-blog-articles .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.tax-blog-tag .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.tax-blog-tag .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.tax-blog-tag .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.page-template-template-page-builder .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.page-template-template-page-builder .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.page-template-template-page-builder .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.single-products .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.single-products .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.single-products .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.page-template-template-basic-page .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.page-template-template-basic-page .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.page-template-template-basic-page .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.home .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.home .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title a,
body.home .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title a,
.full-width #ajax-load-more .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title a,
.full-width #ajax-load-more .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title a,
.full-width #ajax-load-more .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title a {
  display: block;
  padding: 0 13px 10px;
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.page-template-template-latham-blog-page .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.page-template-template-latham-blog-page .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.author .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.author .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.author .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.search-results .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.search-results .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.search-results .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.search-no-results .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.search-no-results .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.search-no-results .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.tax-blog-category .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.tax-blog-category .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.tax-blog-category .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.blog-template-default .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.blog-template-default .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.blog-template-default .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.page-template-template-latham-blog-articles .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.page-template-template-latham-blog-articles .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.page-template-template-latham-blog-articles .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.tax-blog-tag .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.tax-blog-tag .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.tax-blog-tag .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.page-template-template-page-builder .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.page-template-template-page-builder .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.page-template-template-page-builder .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.single-products .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.single-products .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.single-products .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.page-template-template-basic-page .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.page-template-template-basic-page .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.page-template-template-basic-page .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.home .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.home .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  body.home .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  .full-width #ajax-load-more .browse-categories.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  .full-width #ajax-load-more .cat-bottom.cat-topics .section-inner .columns .columns__item .columns__item-title a,
  .full-width #ajax-load-more .cat-topics.cat-topics .section-inner .columns .columns__item .columns__item-title a {
    padding: 0 13px 30px;
  }
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom,
body.author .browse-categories.cat-bottom,
body.author .cat-bottom.cat-bottom,
body.author .cat-topics.cat-bottom,
body.search-results .browse-categories.cat-bottom,
body.search-results .cat-bottom.cat-bottom,
body.search-results .cat-topics.cat-bottom,
body.search-no-results .browse-categories.cat-bottom,
body.search-no-results .cat-bottom.cat-bottom,
body.search-no-results .cat-topics.cat-bottom,
body.tax-blog-category .browse-categories.cat-bottom,
body.tax-blog-category .cat-bottom.cat-bottom,
body.tax-blog-category .cat-topics.cat-bottom,
body.blog-template-default .browse-categories.cat-bottom,
body.blog-template-default .cat-bottom.cat-bottom,
body.blog-template-default .cat-topics.cat-bottom,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom,
body.tax-blog-tag .browse-categories.cat-bottom,
body.tax-blog-tag .cat-bottom.cat-bottom,
body.tax-blog-tag .cat-topics.cat-bottom,
body.page-template-template-page-builder .browse-categories.cat-bottom,
body.page-template-template-page-builder .cat-bottom.cat-bottom,
body.page-template-template-page-builder .cat-topics.cat-bottom,
body.single-products .browse-categories.cat-bottom,
body.single-products .cat-bottom.cat-bottom,
body.single-products .cat-topics.cat-bottom,
body.page-template-template-basic-page .browse-categories.cat-bottom,
body.page-template-template-basic-page .cat-bottom.cat-bottom,
body.page-template-template-basic-page .cat-topics.cat-bottom,
body.home .browse-categories.cat-bottom,
body.home .cat-bottom.cat-bottom,
body.home .cat-topics.cat-bottom,
.full-width #ajax-load-more .browse-categories.cat-bottom,
.full-width #ajax-load-more .cat-bottom.cat-bottom,
.full-width #ajax-load-more .cat-topics.cat-bottom {
  background-color: #f0f5f5 !important;
  padding: 50px 0 50px !important;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .browse-categories.cat-bottom,
  body.page-template-template-latham-blog-page .cat-bottom.cat-bottom,
  body.page-template-template-latham-blog-page .cat-topics.cat-bottom,
  body.author .browse-categories.cat-bottom,
  body.author .cat-bottom.cat-bottom,
  body.author .cat-topics.cat-bottom,
  body.search-results .browse-categories.cat-bottom,
  body.search-results .cat-bottom.cat-bottom,
  body.search-results .cat-topics.cat-bottom,
  body.search-no-results .browse-categories.cat-bottom,
  body.search-no-results .cat-bottom.cat-bottom,
  body.search-no-results .cat-topics.cat-bottom,
  body.tax-blog-category .browse-categories.cat-bottom,
  body.tax-blog-category .cat-bottom.cat-bottom,
  body.tax-blog-category .cat-topics.cat-bottom,
  body.blog-template-default .browse-categories.cat-bottom,
  body.blog-template-default .cat-bottom.cat-bottom,
  body.blog-template-default .cat-topics.cat-bottom,
  body.page-template-template-latham-blog-articles .browse-categories.cat-bottom,
  body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom,
  body.page-template-template-latham-blog-articles .cat-topics.cat-bottom,
  body.tax-blog-tag .browse-categories.cat-bottom,
  body.tax-blog-tag .cat-bottom.cat-bottom,
  body.tax-blog-tag .cat-topics.cat-bottom,
  body.page-template-template-page-builder .browse-categories.cat-bottom,
  body.page-template-template-page-builder .cat-bottom.cat-bottom,
  body.page-template-template-page-builder .cat-topics.cat-bottom,
  body.single-products .browse-categories.cat-bottom,
  body.single-products .cat-bottom.cat-bottom,
  body.single-products .cat-topics.cat-bottom,
  body.page-template-template-basic-page .browse-categories.cat-bottom,
  body.page-template-template-basic-page .cat-bottom.cat-bottom,
  body.page-template-template-basic-page .cat-topics.cat-bottom,
  body.home .browse-categories.cat-bottom,
  body.home .cat-bottom.cat-bottom,
  body.home .cat-topics.cat-bottom,
  .full-width #ajax-load-more .browse-categories.cat-bottom,
  .full-width #ajax-load-more .cat-bottom.cat-bottom,
  .full-width #ajax-load-more .cat-topics.cat-bottom {
    padding: 100px 0 60px !important;
  }
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item {
  position: relative;
  order: 6;
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item .blogCatLink,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item .blogCatLink,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item .blogCatLink,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item .blogCatLink,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item .blogCatLink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 999;
  width: 100%;
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item .blogCatLink:hover {
  background-color: rgba(255, 255, 255, 0.25) !important;
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner {
  padding: 0;
  background-color: #ffffff;
  border: none;
  padding: 0px 0px 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner::before,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: #005263;
  background-image: linear-gradient(180deg, #002e5e 0%, #005263 54%, #00a078 100%);
  opacity: 0.6;
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content {
  flex-direction: row;
  justify-content: start;
  margin-top: 150px;
  background-color: #f0f5f5 !important;
  padding-left: 0;
  padding-top: 10px;
  z-index: 1000;
  max-width: 80%;
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__image {
  height: 40px;
  width: 80px;
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: -10px;
  margin-top: 6px;
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title {
  text-align: left;
  display: inline-block;
  margin-bottom: 0;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.author .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.author .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.home .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  body.home .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  .full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  .full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title,
  .full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title {
    font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
    font-size: 24px;
    font-weight: 400;
  }
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item .column__item-inner .blog-card__content .columns__title .columns__item-title a {
  color: #000000;
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item.design,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.design,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item.design,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item.design,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item.design,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item.design,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item.design,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.design,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item.design,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item.design,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.design,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item.design,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item.design,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item.design,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item.design,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item.design,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item.design,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item.design,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item.design,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item.design,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item.design,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item.design,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item.design,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item.design,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item.design,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item.design,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item.design,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item.design,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item.design,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item.design,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item.design,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.design,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item.design,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item.design,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item.design,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item.design,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item.design,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item.design,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item.design {
  order: 4;
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner {
  background-image: url("../jpg/blog-categories_design.jpg") !important;
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner::before {
  background-image: linear-gradient(180deg, #002e5e 0%, #00b0d8 100%);
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item.design .column__item-inner .blog-card__content .columns__image {
  background-image: url("../png/icon_design-small.png") !important;
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item.dream,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item.dream,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item.dream,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item.dream,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item.dream,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item.dream,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item.dream,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item.dream,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item.dream,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item.dream,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item.dream,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item.dream,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item.dream,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item.dream,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item.dream,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item.dream,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item.dream,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item.dream,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item.dream,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item.dream,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item.dream,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item.dream,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item.dream,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item.dream,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item.dream,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item.dream {
  order: 2;
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner {
  background-image: url("../jpg/blog-categories_dream.jpg") !important;
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner::before {
  background-image: linear-gradient(180deg, #002e5e 0%, #00b0d8 100%);
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item.dream .column__item-inner .blog-card__content .columns__image {
  background-image: url("../png/icon_dream-small.png") !important;
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item.plan,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item.plan,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item.plan,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item.plan,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item.plan,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item.plan,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item.plan,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item.plan,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item.plan,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item.plan,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item.plan,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item.plan,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item.plan,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item.plan,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item.plan,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item.plan,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item.plan,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item.plan,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item.plan,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item.plan,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item.plan,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item.plan,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item.plan,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item.plan,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item.plan,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item.plan {
  order: 3;
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner {
  background-image: url("../jpg/blog-categories_plan.jpg") !important;
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner::before {
  background-image: linear-gradient(180deg, #002e5e 0%, #00a078 100%);
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item.plan .column__item-inner .blog-card__content .columns__image {
  background-image: url("../png/icon_plan-small.png") !important;
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item.research,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.research,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item.research,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item.research,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item.research,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item.research,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item.research,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.research,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item.research,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item.research,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.research,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item.research,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item.research,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item.research,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item.research,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item.research,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item.research,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item.research,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item.research,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item.research,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item.research,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item.research,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item.research,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item.research,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item.research,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item.research,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item.research,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item.research,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item.research,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item.research,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item.research,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.research,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item.research,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item.research,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item.research,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item.research,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item.research,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item.research,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item.research {
  order: 1;
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner {
  background-image: url("../jpg/blog-categories_research.jpg") !important;
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner::before {
  background-image: linear-gradient(180deg, #002e5e 0%, #f48473 100%);
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item.research .column__item-inner .blog-card__content .columns__image {
  background-image: url("../png/icon_research-small.png") !important;
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy {
  order: 6;
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner {
  background-image: url("../jpg/blog-categories_enjoy.jpg") !important;
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner::before {
  background-image: linear-gradient(180deg, #002e5e 0%, #f48473 100%);
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item.enjoy .column__item-inner .blog-card__content .columns__image {
  background-image: url("../png/icon_enjoy-small.png") !important;
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain {
  order: 5;
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner {
  background-image: url("../jpg/blog-categories_maintain.jpg") !important;
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner::before {
  background-image: linear-gradient(180deg, #002e5e 0%, #00a078 100%);
}
body.page-template-template-latham-blog-page .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-page .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.author .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.author .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.author .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.search-results .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.search-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.search-results .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.search-no-results .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.search-no-results .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.search-no-results .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.tax-blog-category .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.tax-blog-category .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.tax-blog-category .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.blog-template-default .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.blog-template-default .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.blog-template-default .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-articles .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-articles .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.page-template-template-latham-blog-articles .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.tax-blog-tag .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.tax-blog-tag .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.tax-blog-tag .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.page-template-template-page-builder .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.page-template-template-page-builder .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.page-template-template-page-builder .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.single-products .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.single-products .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.single-products .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.page-template-template-basic-page .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.page-template-template-basic-page .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.page-template-template-basic-page .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.home .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.home .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
body.home .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
.full-width #ajax-load-more .browse-categories.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
.full-width #ajax-load-more .cat-bottom.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image,
.full-width #ajax-load-more .cat-topics.cat-bottom .section-inner .columns .columns__item.maintain .column__item-inner .blog-card__content .columns__image {
  background-image: url("../png/icon_maintain-small.png") !important;
}
body.page-template-template-latham-blog-page .breadcrumbs,
body.author .breadcrumbs,
body.search-results .breadcrumbs,
body.search-no-results .breadcrumbs,
body.tax-blog-category .breadcrumbs,
body.blog-template-default .breadcrumbs,
body.page-template-template-latham-blog-articles .breadcrumbs,
body.tax-blog-tag .breadcrumbs,
body.page-template-template-page-builder .breadcrumbs,
body.single-products .breadcrumbs,
body.page-template-template-basic-page .breadcrumbs,
body.home .breadcrumbs,
.full-width #ajax-load-more .breadcrumbs {
  margin: 0 auto;
  padding: 12px 5% 50px !important;
  max-width: 1480px;
  z-index: 1;
  position: relative;
}
body.page-template-template-latham-blog-page .breadcrumbs .breadcrumbs-list,
body.author .breadcrumbs .breadcrumbs-list,
body.search-results .breadcrumbs .breadcrumbs-list,
body.search-no-results .breadcrumbs .breadcrumbs-list,
body.tax-blog-category .breadcrumbs .breadcrumbs-list,
body.blog-template-default .breadcrumbs .breadcrumbs-list,
body.page-template-template-latham-blog-articles .breadcrumbs .breadcrumbs-list,
body.tax-blog-tag .breadcrumbs .breadcrumbs-list,
body.page-template-template-page-builder .breadcrumbs .breadcrumbs-list,
body.single-products .breadcrumbs .breadcrumbs-list,
body.page-template-template-basic-page .breadcrumbs .breadcrumbs-list,
body.home .breadcrumbs .breadcrumbs-list,
.full-width #ajax-load-more .breadcrumbs .breadcrumbs-list {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
body.page-template-template-latham-blog-page .breadcrumbs .breadcrumbs-list a,
body.author .breadcrumbs .breadcrumbs-list a,
body.search-results .breadcrumbs .breadcrumbs-list a,
body.search-no-results .breadcrumbs .breadcrumbs-list a,
body.tax-blog-category .breadcrumbs .breadcrumbs-list a,
body.blog-template-default .breadcrumbs .breadcrumbs-list a,
body.page-template-template-latham-blog-articles .breadcrumbs .breadcrumbs-list a,
body.tax-blog-tag .breadcrumbs .breadcrumbs-list a,
body.page-template-template-page-builder .breadcrumbs .breadcrumbs-list a,
body.single-products .breadcrumbs .breadcrumbs-list a,
body.page-template-template-basic-page .breadcrumbs .breadcrumbs-list a,
body.home .breadcrumbs .breadcrumbs-list a,
.full-width #ajax-load-more .breadcrumbs .breadcrumbs-list a {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
body.page-template-template-latham-blog-page .alm-btn-wrap,
body.author .alm-btn-wrap,
body.search-results .alm-btn-wrap,
body.search-no-results .alm-btn-wrap,
body.tax-blog-category .alm-btn-wrap,
body.blog-template-default .alm-btn-wrap,
body.page-template-template-latham-blog-articles .alm-btn-wrap,
body.tax-blog-tag .alm-btn-wrap,
body.page-template-template-page-builder .alm-btn-wrap,
body.single-products .alm-btn-wrap,
body.page-template-template-basic-page .alm-btn-wrap,
body.home .alm-btn-wrap,
.full-width #ajax-load-more .alm-btn-wrap {
  text-align: center;
}
body.page-template-template-latham-blog-page .latest-blogs,
body.author .latest-blogs,
body.search-results .latest-blogs,
body.search-no-results .latest-blogs,
body.tax-blog-category .latest-blogs,
body.blog-template-default .latest-blogs,
body.page-template-template-latham-blog-articles .latest-blogs,
body.tax-blog-tag .latest-blogs,
body.page-template-template-page-builder .latest-blogs,
body.single-products .latest-blogs,
body.page-template-template-basic-page .latest-blogs,
body.home .latest-blogs,
.full-width #ajax-load-more .latest-blogs {
  padding: 40px 0 50px !important;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .latest-blogs,
  body.author .latest-blogs,
  body.search-results .latest-blogs,
  body.search-no-results .latest-blogs,
  body.tax-blog-category .latest-blogs,
  body.blog-template-default .latest-blogs,
  body.page-template-template-latham-blog-articles .latest-blogs,
  body.tax-blog-tag .latest-blogs,
  body.page-template-template-page-builder .latest-blogs,
  body.single-products .latest-blogs,
  body.page-template-template-basic-page .latest-blogs,
  body.home .latest-blogs,
  .full-width #ajax-load-more .latest-blogs {
    padding: 60px 0 80px !important;
  }
}
body.page-template-template-latham-blog-page .latest-blogs .button-list,
body.page-template-template-latham-blog-page .latest-blogs .alm-btn-wrap .alm-load-more-btn,
body.author .latest-blogs .button-list,
body.author .latest-blogs .alm-btn-wrap .alm-load-more-btn,
body.search-results .latest-blogs .button-list,
body.search-results .latest-blogs .alm-btn-wrap .alm-load-more-btn,
body.search-no-results .latest-blogs .button-list,
body.search-no-results .latest-blogs .alm-btn-wrap .alm-load-more-btn,
body.tax-blog-category .latest-blogs .button-list,
body.tax-blog-category .latest-blogs .alm-btn-wrap .alm-load-more-btn,
body.blog-template-default .latest-blogs .button-list,
body.blog-template-default .latest-blogs .alm-btn-wrap .alm-load-more-btn,
body.page-template-template-latham-blog-articles .latest-blogs .button-list,
body.page-template-template-latham-blog-articles .latest-blogs .alm-btn-wrap .alm-load-more-btn,
body.tax-blog-tag .latest-blogs .button-list,
body.tax-blog-tag .latest-blogs .alm-btn-wrap .alm-load-more-btn,
body.page-template-template-page-builder .latest-blogs .button-list,
body.page-template-template-page-builder .latest-blogs .alm-btn-wrap .alm-load-more-btn,
body.single-products .latest-blogs .button-list,
body.single-products .latest-blogs .alm-btn-wrap .alm-load-more-btn,
body.page-template-template-basic-page .latest-blogs .button-list,
body.page-template-template-basic-page .latest-blogs .alm-btn-wrap .alm-load-more-btn,
body.home .latest-blogs .button-list,
body.home .latest-blogs .alm-btn-wrap .alm-load-more-btn,
.full-width #ajax-load-more .latest-blogs .button-list,
.full-width #ajax-load-more .latest-blogs .alm-btn-wrap .alm-load-more-btn {
  margin: 30px auto 30px;
  display: block;
  text-align: center;
}
body.page-template-template-latham-blog-page .latest-blogs .section-inner .section__heading,
body.author .latest-blogs .section-inner .section__heading,
body.search-results .latest-blogs .section-inner .section__heading,
body.search-no-results .latest-blogs .section-inner .section__heading,
body.tax-blog-category .latest-blogs .section-inner .section__heading,
body.blog-template-default .latest-blogs .section-inner .section__heading,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .section__heading,
body.tax-blog-tag .latest-blogs .section-inner .section__heading,
body.page-template-template-page-builder .latest-blogs .section-inner .section__heading,
body.single-products .latest-blogs .section-inner .section__heading,
body.page-template-template-basic-page .latest-blogs .section-inner .section__heading,
body.home .latest-blogs .section-inner .section__heading,
.full-width #ajax-load-more .latest-blogs .section-inner .section__heading {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-left: 13px;
}
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .isotope,
body.author .latest-blogs .section-inner .blog-cards .isotope,
body.search-results .latest-blogs .section-inner .blog-cards .isotope,
body.search-no-results .latest-blogs .section-inner .blog-cards .isotope,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .isotope,
body.blog-template-default .latest-blogs .section-inner .blog-cards .isotope,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .isotope,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .isotope,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .isotope,
body.single-products .latest-blogs .section-inner .blog-cards .isotope,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .isotope,
body.home .latest-blogs .section-inner .blog-cards .isotope,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .isotope {
  margin-left: 13px;
  margin-right: 13px;
}
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card,
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
body.author .latest-blogs .section-inner .blog-cards .row .blog-card,
body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card,
body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card,
body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card,
body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card,
body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
body.home .latest-blogs .section-inner .blog-cards .row .blog-card,
body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card {
  max-width: 100% !important;
  margin: 20px auto 0;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card,
  body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
  body.author .latest-blogs .section-inner .blog-cards .row .blog-card,
  body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
  body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card,
  body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
  body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card,
  body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
  body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card,
  body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
  body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card,
  body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
  body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card,
  body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
  body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card,
  body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
  body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card,
  body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
  body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card,
  body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
  body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card,
  body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
  body.home .latest-blogs .section-inner .blog-cards .row .blog-card,
  body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
  .full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card,
  .full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card {
    padding-right: 40px !important;
    margin: 30px auto 0;
  }
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card,
  body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
  body.author .latest-blogs .section-inner .blog-cards .row .blog-card,
  body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
  body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card,
  body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
  body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card,
  body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
  body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card,
  body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
  body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card,
  body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
  body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card,
  body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
  body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card,
  body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
  body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card,
  body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
  body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card,
  body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
  body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card,
  body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
  body.home .latest-blogs .section-inner .blog-cards .row .blog-card,
  body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card,
  .full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card,
  .full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card {
    max-width: 50% !important;
  }
}
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.author .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.home .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap {
  padding: 0;
  max-height: 250px;
  overflow: hidden;
  border-radius: 7px;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.author .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.home .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  .full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  .full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap {
    max-height: 350px;
  }
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.author .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.home .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  .full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
  .full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap {
    max-height: 150px;
    max-width: none;
    flex: 0 0 33%;
  }
}
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.author .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.home .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image {
  max-height: 250px;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.author .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.home .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  .full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  .full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image {
    max-height: 350px;
  }
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.author .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.home .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  .full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  .full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image {
    max-height: 120px;
  }
}
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.author .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.home .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img {
  min-height: 100%;
  width: 100%;
  height: 250px;
  object-position: center;
  object-fit: cover;
}
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img:hover,
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img:hover,
body.author .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img:hover,
body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img:hover,
body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img:hover,
body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img:hover,
body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img:hover,
body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img:hover,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img:hover,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img:hover,
body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img:hover,
body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img:hover,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img:hover,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img:hover,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img:hover,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img:hover,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img:hover,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img:hover,
body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img:hover,
body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img:hover,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img:hover,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img:hover,
body.home .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img:hover,
body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img:hover,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img:hover,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.author .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.home .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  .full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  .full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img {
    height: 350px;
  }
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.author .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.home .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  .full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  .full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img {
    height: 120px;
  }
}
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content,
body.author .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content,
body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content,
body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content,
body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content,
body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content,
body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content,
body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content,
body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content,
body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content,
body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content,
body.home .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content,
body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content {
  flex: 0 0 90%;
  width: 90%;
  max-width: none;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 7px;
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content,
  body.author .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content,
  body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content,
  body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content,
  body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content,
  body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content,
  body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content,
  body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content,
  body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content,
  body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content,
  body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content,
  body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content,
  body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content,
  body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content,
  body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content,
  body.home .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content,
  body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content,
  .full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content,
  .full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    margin-top: 0;
    flex: 1;
    width: 100%;
    padding-left: 20px;
  }
}
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
body.author .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
body.home .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories {
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1.3em;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
  body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
  body.author .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
  body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
  body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
  body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
  body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
  body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
  body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
  body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
  body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
  body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
  body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
  body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
  body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
  body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
  body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
  body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
  body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
  body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
  body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
  body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
  body.home .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
  body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
  .full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories,
  .full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories {
    font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 700;
  }
}
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories,
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories,
body.author .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories,
body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories,
body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories,
body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories,
body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories,
body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories,
body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories,
body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories,
body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories,
body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories,
body.home .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories,
body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories {
  display: inline-block;
  color: #000000;
}
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories a,
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories a,
body.author .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories a,
body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories a,
body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories a,
body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories a,
body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories a,
body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories a,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories a,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories a,
body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories a,
body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories a,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories a,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories a,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories a,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories a,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories a,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories a,
body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories a,
body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories a,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories a,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories a,
body.home .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories a,
body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories a,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories a,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__categories .categories a {
  color: #0078a3;
}
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.author .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.home .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4 {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #000000;
}
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.author .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.home .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta {
  color: #999999;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a,
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a,
body.author .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a,
body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a,
body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a,
body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a,
body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a,
body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a,
body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a,
body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a,
body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a,
body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a,
body.home .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a,
body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type,
  body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type,
  body.author .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type,
  body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type,
  body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type,
  body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type,
  body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type,
  body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type,
  body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type,
  body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type,
  body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type,
  body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type,
  body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type,
  body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type,
  body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type,
  body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type,
  body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type,
  body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type,
  body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type,
  body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type,
  body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type,
  body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type,
  body.home .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type,
  body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type,
  .full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type,
  .full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type {
    padding-right: 50px;
  }
}
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap,
body.author .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap,
body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap,
body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap,
body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap,
body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap,
body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap,
body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap,
body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap,
body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap,
body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap,
body.home .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap,
body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-height: 350px;
  max-width: none;
}
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.author .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.home .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image {
  max-height: 250px;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.author .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.home .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  .full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  .full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image {
    max-height: 350px;
  }
}
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.author .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.home .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img {
  height: 250px;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.author .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.home .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  .full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  .full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img {
    height: 350px;
  }
}
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
body.author .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
body.home .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content {
  flex: 0 0 90%;
  width: 90%;
  max-width: none;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 7px;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
  body.author .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
  body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
  body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
  body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
  body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
  body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
  body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
  body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
  body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
  body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
  body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
  body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
  body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
  body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
  body.home .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
  body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
  .full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content,
  .full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content {
    flex: 0 0 93%;
    width: 93%;
    margin-top: -40px;
    padding: 20px;
  }
}
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.author .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.home .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
.full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4 {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 22px;
  font-weight: 700;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
  body.page-template-template-latham-blog-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
  body.author .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
  body.author .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
  body.search-results .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
  body.search-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
  body.search-no-results .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
  body.search-no-results .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
  body.tax-blog-category .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
  body.tax-blog-category .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
  body.blog-template-default .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
  body.blog-template-default .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
  body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
  body.page-template-template-latham-blog-articles .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
  body.tax-blog-tag .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
  body.tax-blog-tag .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
  body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
  body.page-template-template-page-builder .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
  body.single-products .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
  body.single-products .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
  body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
  body.page-template-template-basic-page .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
  body.home .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
  body.home .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
  .full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .row .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
  .full-width #ajax-load-more .latest-blogs .section-inner .blog-cards .alm-reveal .blog-card:first-of-type .blog-card__outer-wrap .blog-card__content .blog-card__title a h4 {
    font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
    font-size: 28px;
    font-weight: 700;
  }
}
body.page-template-template-latham-blog-page .latest-blogs.popular-articles,
body.page-template-template-latham-blog-page .browse-categories,
body.author .latest-blogs.popular-articles,
body.author .browse-categories,
body.search-results .latest-blogs.popular-articles,
body.search-results .browse-categories,
body.search-no-results .latest-blogs.popular-articles,
body.search-no-results .browse-categories,
body.tax-blog-category .latest-blogs.popular-articles,
body.tax-blog-category .browse-categories,
body.blog-template-default .latest-blogs.popular-articles,
body.blog-template-default .browse-categories,
body.page-template-template-latham-blog-articles .latest-blogs.popular-articles,
body.page-template-template-latham-blog-articles .browse-categories,
body.tax-blog-tag .latest-blogs.popular-articles,
body.tax-blog-tag .browse-categories,
body.page-template-template-page-builder .latest-blogs.popular-articles,
body.page-template-template-page-builder .browse-categories,
body.single-products .latest-blogs.popular-articles,
body.single-products .browse-categories,
body.page-template-template-basic-page .latest-blogs.popular-articles,
body.page-template-template-basic-page .browse-categories,
body.home .latest-blogs.popular-articles,
body.home .browse-categories,
.full-width #ajax-load-more .latest-blogs.popular-articles,
.full-width #ajax-load-more .browse-categories {
  padding-top: 0 !important;
}
body.page-template-template-latham-blog-page .latest-blogs.popular-articles .search-title-wrapper,
body.page-template-template-latham-blog-page .browse-categories .search-title-wrapper,
body.author .latest-blogs.popular-articles .search-title-wrapper,
body.author .browse-categories .search-title-wrapper,
body.search-results .latest-blogs.popular-articles .search-title-wrapper,
body.search-results .browse-categories .search-title-wrapper,
body.search-no-results .latest-blogs.popular-articles .search-title-wrapper,
body.search-no-results .browse-categories .search-title-wrapper,
body.tax-blog-category .latest-blogs.popular-articles .search-title-wrapper,
body.tax-blog-category .browse-categories .search-title-wrapper,
body.blog-template-default .latest-blogs.popular-articles .search-title-wrapper,
body.blog-template-default .browse-categories .search-title-wrapper,
body.page-template-template-latham-blog-articles .latest-blogs.popular-articles .search-title-wrapper,
body.page-template-template-latham-blog-articles .browse-categories .search-title-wrapper,
body.tax-blog-tag .latest-blogs.popular-articles .search-title-wrapper,
body.tax-blog-tag .browse-categories .search-title-wrapper,
body.page-template-template-page-builder .latest-blogs.popular-articles .search-title-wrapper,
body.page-template-template-page-builder .browse-categories .search-title-wrapper,
body.single-products .latest-blogs.popular-articles .search-title-wrapper,
body.single-products .browse-categories .search-title-wrapper,
body.page-template-template-basic-page .latest-blogs.popular-articles .search-title-wrapper,
body.page-template-template-basic-page .browse-categories .search-title-wrapper,
body.home .latest-blogs.popular-articles .search-title-wrapper,
body.home .browse-categories .search-title-wrapper,
.full-width #ajax-load-more .latest-blogs.popular-articles .search-title-wrapper,
.full-width #ajax-load-more .browse-categories .search-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .latest-blogs.popular-articles .search-title-wrapper,
  body.page-template-template-latham-blog-page .browse-categories .search-title-wrapper,
  body.author .latest-blogs.popular-articles .search-title-wrapper,
  body.author .browse-categories .search-title-wrapper,
  body.search-results .latest-blogs.popular-articles .search-title-wrapper,
  body.search-results .browse-categories .search-title-wrapper,
  body.search-no-results .latest-blogs.popular-articles .search-title-wrapper,
  body.search-no-results .browse-categories .search-title-wrapper,
  body.tax-blog-category .latest-blogs.popular-articles .search-title-wrapper,
  body.tax-blog-category .browse-categories .search-title-wrapper,
  body.blog-template-default .latest-blogs.popular-articles .search-title-wrapper,
  body.blog-template-default .browse-categories .search-title-wrapper,
  body.page-template-template-latham-blog-articles .latest-blogs.popular-articles .search-title-wrapper,
  body.page-template-template-latham-blog-articles .browse-categories .search-title-wrapper,
  body.tax-blog-tag .latest-blogs.popular-articles .search-title-wrapper,
  body.tax-blog-tag .browse-categories .search-title-wrapper,
  body.page-template-template-page-builder .latest-blogs.popular-articles .search-title-wrapper,
  body.page-template-template-page-builder .browse-categories .search-title-wrapper,
  body.single-products .latest-blogs.popular-articles .search-title-wrapper,
  body.single-products .browse-categories .search-title-wrapper,
  body.page-template-template-basic-page .latest-blogs.popular-articles .search-title-wrapper,
  body.page-template-template-basic-page .browse-categories .search-title-wrapper,
  body.home .latest-blogs.popular-articles .search-title-wrapper,
  body.home .browse-categories .search-title-wrapper,
  .full-width #ajax-load-more .latest-blogs.popular-articles .search-title-wrapper,
  .full-width #ajax-load-more .browse-categories .search-title-wrapper {
    flex-direction: row;
  }
}
body.page-template-template-latham-blog-page .latest-blogs.popular-articles .search-title-wrapper h2.section__heading,
body.page-template-template-latham-blog-page .browse-categories .search-title-wrapper h2.section__heading,
body.author .latest-blogs.popular-articles .search-title-wrapper h2.section__heading,
body.author .browse-categories .search-title-wrapper h2.section__heading,
body.search-results .latest-blogs.popular-articles .search-title-wrapper h2.section__heading,
body.search-results .browse-categories .search-title-wrapper h2.section__heading,
body.search-no-results .latest-blogs.popular-articles .search-title-wrapper h2.section__heading,
body.search-no-results .browse-categories .search-title-wrapper h2.section__heading,
body.tax-blog-category .latest-blogs.popular-articles .search-title-wrapper h2.section__heading,
body.tax-blog-category .browse-categories .search-title-wrapper h2.section__heading,
body.blog-template-default .latest-blogs.popular-articles .search-title-wrapper h2.section__heading,
body.blog-template-default .browse-categories .search-title-wrapper h2.section__heading,
body.page-template-template-latham-blog-articles .latest-blogs.popular-articles .search-title-wrapper h2.section__heading,
body.page-template-template-latham-blog-articles .browse-categories .search-title-wrapper h2.section__heading,
body.tax-blog-tag .latest-blogs.popular-articles .search-title-wrapper h2.section__heading,
body.tax-blog-tag .browse-categories .search-title-wrapper h2.section__heading,
body.page-template-template-page-builder .latest-blogs.popular-articles .search-title-wrapper h2.section__heading,
body.page-template-template-page-builder .browse-categories .search-title-wrapper h2.section__heading,
body.single-products .latest-blogs.popular-articles .search-title-wrapper h2.section__heading,
body.single-products .browse-categories .search-title-wrapper h2.section__heading,
body.page-template-template-basic-page .latest-blogs.popular-articles .search-title-wrapper h2.section__heading,
body.page-template-template-basic-page .browse-categories .search-title-wrapper h2.section__heading,
body.home .latest-blogs.popular-articles .search-title-wrapper h2.section__heading,
body.home .browse-categories .search-title-wrapper h2.section__heading,
.full-width #ajax-load-more .latest-blogs.popular-articles .search-title-wrapper h2.section__heading,
.full-width #ajax-load-more .browse-categories .search-title-wrapper h2.section__heading {
  margin-left: 0 !important;
}
body.page-template-template-latham-blog-page .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-latham-blog-page .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.author .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.author .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.search-results .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.search-results .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.search-no-results .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.search-no-results .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-category .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-category .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.blog-template-default .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.blog-template-default .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-latham-blog-articles .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-tag .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-tag .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-page-builder .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-page-builder .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.single-products .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.single-products .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-basic-page .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-basic-page .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.home .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
body.home .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
.full-width #ajax-load-more .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__image-wrap,
.full-width #ajax-load-more .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__image-wrap {
  height: auto !important;
  max-height: none !important;
}
body.page-template-template-latham-blog-page .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-latham-blog-page .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
body.author .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
body.author .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
body.search-results .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
body.search-results .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
body.search-no-results .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
body.search-no-results .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
body.tax-blog-category .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
body.tax-blog-category .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
body.blog-template-default .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
body.blog-template-default .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-latham-blog-articles .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
body.tax-blog-tag .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
body.tax-blog-tag .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-page-builder .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-page-builder .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
body.single-products .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
body.single-products .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-basic-page .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-basic-page .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
body.home .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
body.home .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
.full-width #ajax-load-more .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
.full-width #ajax-load-more .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content {
  flex: 0 0 90%;
  width: 90%;
  max-width: none;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 7px;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-latham-blog-page .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
  body.author .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
  body.author .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
  body.search-results .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
  body.search-results .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
  body.search-no-results .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
  body.search-no-results .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
  body.tax-blog-category .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
  body.tax-blog-category .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
  body.blog-template-default .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
  body.blog-template-default .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-latham-blog-articles .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-latham-blog-articles .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
  body.tax-blog-tag .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
  body.tax-blog-tag .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-page-builder .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-page-builder .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
  body.single-products .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
  body.single-products .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-basic-page .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-basic-page .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
  body.home .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
  body.home .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
  .full-width #ajax-load-more .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content,
  .full-width #ajax-load-more .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content {
    flex: 0 0 93%;
    width: 93%;
    margin-top: -40px;
    padding: 20px;
  }
}
body.page-template-template-latham-blog-page .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-latham-blog-page .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.author .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.author .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.search-results .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.search-results .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.search-no-results .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.search-no-results .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.tax-blog-category .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.tax-blog-category .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.blog-template-default .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.blog-template-default .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-latham-blog-articles .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.tax-blog-tag .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.tax-blog-tag .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-page-builder .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-page-builder .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.single-products .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.single-products .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-basic-page .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-basic-page .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.home .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.home .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
.full-width #ajax-load-more .latest-blogs.popular-articles .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
.full-width #ajax-load-more .browse-categories .section-inner .blog-cards .row.isotope .blog-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4 {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
body.page-template-template-latham-blog-page .browse-categories .section-inner .search-title-wrapper,
body.author .browse-categories .section-inner .search-title-wrapper,
body.search-results .browse-categories .section-inner .search-title-wrapper,
body.search-no-results .browse-categories .section-inner .search-title-wrapper,
body.tax-blog-category .browse-categories .section-inner .search-title-wrapper,
body.blog-template-default .browse-categories .section-inner .search-title-wrapper,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .search-title-wrapper,
body.tax-blog-tag .browse-categories .section-inner .search-title-wrapper,
body.page-template-template-page-builder .browse-categories .section-inner .search-title-wrapper,
body.single-products .browse-categories .section-inner .search-title-wrapper,
body.page-template-template-basic-page .browse-categories .section-inner .search-title-wrapper,
body.home .browse-categories .section-inner .search-title-wrapper,
.full-width #ajax-load-more .browse-categories .section-inner .search-title-wrapper {
  margin-bottom: 20px;
  padding: 0 16px;
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .browse-categories .section-inner .search-title-wrapper,
  body.author .browse-categories .section-inner .search-title-wrapper,
  body.search-results .browse-categories .section-inner .search-title-wrapper,
  body.search-no-results .browse-categories .section-inner .search-title-wrapper,
  body.tax-blog-category .browse-categories .section-inner .search-title-wrapper,
  body.blog-template-default .browse-categories .section-inner .search-title-wrapper,
  body.page-template-template-latham-blog-articles .browse-categories .section-inner .search-title-wrapper,
  body.tax-blog-tag .browse-categories .section-inner .search-title-wrapper,
  body.page-template-template-page-builder .browse-categories .section-inner .search-title-wrapper,
  body.single-products .browse-categories .section-inner .search-title-wrapper,
  body.page-template-template-basic-page .browse-categories .section-inner .search-title-wrapper,
  body.home .browse-categories .section-inner .search-title-wrapper,
  .full-width #ajax-load-more .browse-categories .section-inner .search-title-wrapper {
    margin-bottom: 0;
  }
}
body.page-template-template-latham-blog-page .browse-categories .section-inner .search-title-wrapper h2.section__heading,
body.author .browse-categories .section-inner .search-title-wrapper h2.section__heading,
body.search-results .browse-categories .section-inner .search-title-wrapper h2.section__heading,
body.search-no-results .browse-categories .section-inner .search-title-wrapper h2.section__heading,
body.tax-blog-category .browse-categories .section-inner .search-title-wrapper h2.section__heading,
body.blog-template-default .browse-categories .section-inner .search-title-wrapper h2.section__heading,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .search-title-wrapper h2.section__heading,
body.tax-blog-tag .browse-categories .section-inner .search-title-wrapper h2.section__heading,
body.page-template-template-page-builder .browse-categories .section-inner .search-title-wrapper h2.section__heading,
body.single-products .browse-categories .section-inner .search-title-wrapper h2.section__heading,
body.page-template-template-basic-page .browse-categories .section-inner .search-title-wrapper h2.section__heading,
body.home .browse-categories .section-inner .search-title-wrapper h2.section__heading,
.full-width #ajax-load-more .browse-categories .section-inner .search-title-wrapper h2.section__heading {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
body.page-template-template-latham-blog-page .browse-categories .section-inner .search-title-wrapper .blog-search-form,
body.author .browse-categories .section-inner .search-title-wrapper .blog-search-form,
body.search-results .browse-categories .section-inner .search-title-wrapper .blog-search-form,
body.search-no-results .browse-categories .section-inner .search-title-wrapper .blog-search-form,
body.tax-blog-category .browse-categories .section-inner .search-title-wrapper .blog-search-form,
body.blog-template-default .browse-categories .section-inner .search-title-wrapper .blog-search-form,
body.page-template-template-latham-blog-articles .browse-categories .section-inner .search-title-wrapper .blog-search-form,
body.tax-blog-tag .browse-categories .section-inner .search-title-wrapper .blog-search-form,
body.page-template-template-page-builder .browse-categories .section-inner .search-title-wrapper .blog-search-form,
body.single-products .browse-categories .section-inner .search-title-wrapper .blog-search-form,
body.page-template-template-basic-page .browse-categories .section-inner .search-title-wrapper .blog-search-form,
body.home .browse-categories .section-inner .search-title-wrapper .blog-search-form,
.full-width #ajax-load-more .browse-categories .section-inner .search-title-wrapper .blog-search-form {
  width: 100%;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .browse-categories .section-inner .search-title-wrapper .blog-search-form,
  body.author .browse-categories .section-inner .search-title-wrapper .blog-search-form,
  body.search-results .browse-categories .section-inner .search-title-wrapper .blog-search-form,
  body.search-no-results .browse-categories .section-inner .search-title-wrapper .blog-search-form,
  body.tax-blog-category .browse-categories .section-inner .search-title-wrapper .blog-search-form,
  body.blog-template-default .browse-categories .section-inner .search-title-wrapper .blog-search-form,
  body.page-template-template-latham-blog-articles .browse-categories .section-inner .search-title-wrapper .blog-search-form,
  body.tax-blog-tag .browse-categories .section-inner .search-title-wrapper .blog-search-form,
  body.page-template-template-page-builder .browse-categories .section-inner .search-title-wrapper .blog-search-form,
  body.single-products .browse-categories .section-inner .search-title-wrapper .blog-search-form,
  body.page-template-template-basic-page .browse-categories .section-inner .search-title-wrapper .blog-search-form,
  body.home .browse-categories .section-inner .search-title-wrapper .blog-search-form,
  .full-width #ajax-load-more .browse-categories .section-inner .search-title-wrapper .blog-search-form {
    width: 48%;
  }
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .browse-categories .section-inner .search-title-wrapper .blog-search-form,
  body.author .browse-categories .section-inner .search-title-wrapper .blog-search-form,
  body.search-results .browse-categories .section-inner .search-title-wrapper .blog-search-form,
  body.search-no-results .browse-categories .section-inner .search-title-wrapper .blog-search-form,
  body.tax-blog-category .browse-categories .section-inner .search-title-wrapper .blog-search-form,
  body.blog-template-default .browse-categories .section-inner .search-title-wrapper .blog-search-form,
  body.page-template-template-latham-blog-articles .browse-categories .section-inner .search-title-wrapper .blog-search-form,
  body.tax-blog-tag .browse-categories .section-inner .search-title-wrapper .blog-search-form,
  body.page-template-template-page-builder .browse-categories .section-inner .search-title-wrapper .blog-search-form,
  body.single-products .browse-categories .section-inner .search-title-wrapper .blog-search-form,
  body.page-template-template-basic-page .browse-categories .section-inner .search-title-wrapper .blog-search-form,
  body.home .browse-categories .section-inner .search-title-wrapper .blog-search-form,
  .full-width #ajax-load-more .browse-categories .section-inner .search-title-wrapper .blog-search-form {
    width: 31.5%;
  }
}
body.page-template-template-latham-blog-page .blogArticles,
body.author .blogArticles,
body.search-results .blogArticles,
body.search-no-results .blogArticles,
body.tax-blog-category .blogArticles,
body.blog-template-default .blogArticles,
body.page-template-template-latham-blog-articles .blogArticles,
body.tax-blog-tag .blogArticles,
body.page-template-template-page-builder .blogArticles,
body.single-products .blogArticles,
body.page-template-template-basic-page .blogArticles,
body.home .blogArticles,
.full-width #ajax-load-more .blogArticles {
  padding: 0 !important;
}
body.page-template-template-latham-blog-page .blogArticles .row.isotope,
body.author .blogArticles .row.isotope,
body.search-results .blogArticles .row.isotope,
body.search-no-results .blogArticles .row.isotope,
body.tax-blog-category .blogArticles .row.isotope,
body.blog-template-default .blogArticles .row.isotope,
body.page-template-template-latham-blog-articles .blogArticles .row.isotope,
body.tax-blog-tag .blogArticles .row.isotope,
body.page-template-template-page-builder .blogArticles .row.isotope,
body.single-products .blogArticles .row.isotope,
body.page-template-template-basic-page .blogArticles .row.isotope,
body.home .blogArticles .row.isotope,
.full-width #ajax-load-more .blogArticles .row.isotope {
  margin: 0 0 0 6px !important;
}
body.page-template-template-latham-blog-page .author-articles,
body.author .author-articles,
body.search-results .author-articles,
body.search-no-results .author-articles,
body.tax-blog-category .author-articles,
body.blog-template-default .author-articles,
body.page-template-template-latham-blog-articles .author-articles,
body.tax-blog-tag .author-articles,
body.page-template-template-page-builder .author-articles,
body.single-products .author-articles,
body.page-template-template-basic-page .author-articles,
body.home .author-articles,
.full-width #ajax-load-more .author-articles {
  background-color: #f0f5f5 !important;
  padding: 50px 13px !important;
  margin-bottom: 50px;
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .author-articles,
  body.author .author-articles,
  body.search-results .author-articles,
  body.search-no-results .author-articles,
  body.tax-blog-category .author-articles,
  body.blog-template-default .author-articles,
  body.page-template-template-latham-blog-articles .author-articles,
  body.tax-blog-tag .author-articles,
  body.page-template-template-page-builder .author-articles,
  body.single-products .author-articles,
  body.page-template-template-basic-page .author-articles,
  body.home .author-articles,
  .full-width #ajax-load-more .author-articles {
    margin-bottom: 100px;
  }
}
body.page-template-template-latham-blog-page .author-articles h2.section__heading,
body.author .author-articles h2.section__heading,
body.search-results .author-articles h2.section__heading,
body.search-no-results .author-articles h2.section__heading,
body.tax-blog-category .author-articles h2.section__heading,
body.blog-template-default .author-articles h2.section__heading,
body.page-template-template-latham-blog-articles .author-articles h2.section__heading,
body.tax-blog-tag .author-articles h2.section__heading,
body.page-template-template-page-builder .author-articles h2.section__heading,
body.single-products .author-articles h2.section__heading,
body.page-template-template-basic-page .author-articles h2.section__heading,
body.home .author-articles h2.section__heading,
.full-width #ajax-load-more .author-articles h2.section__heading {
  margin-left: 28px !important;
}
body.page-template-template-latham-blog-page .author-articles .product-cards,
body.author .author-articles .product-cards,
body.search-results .author-articles .product-cards,
body.search-no-results .author-articles .product-cards,
body.tax-blog-category .author-articles .product-cards,
body.blog-template-default .author-articles .product-cards,
body.page-template-template-latham-blog-articles .author-articles .product-cards,
body.tax-blog-tag .author-articles .product-cards,
body.page-template-template-page-builder .author-articles .product-cards,
body.single-products .author-articles .product-cards,
body.page-template-template-basic-page .author-articles .product-cards,
body.home .author-articles .product-cards,
.full-width #ajax-load-more .author-articles .product-cards {
  padding: 0 28px !important;
  margin: 0 0 0 0 !important;
}
body.page-template-template-latham-blog-page .author-articles .blog-card__content,
body.author .author-articles .blog-card__content,
body.search-results .author-articles .blog-card__content,
body.search-no-results .author-articles .blog-card__content,
body.tax-blog-category .author-articles .blog-card__content,
body.blog-template-default .author-articles .blog-card__content,
body.page-template-template-latham-blog-articles .author-articles .blog-card__content,
body.tax-blog-tag .author-articles .blog-card__content,
body.page-template-template-page-builder .author-articles .blog-card__content,
body.single-products .author-articles .blog-card__content,
body.page-template-template-basic-page .author-articles .blog-card__content,
body.home .author-articles .blog-card__content,
.full-width #ajax-load-more .author-articles .blog-card__content {
  background-color: #f0f5f5 !important;
}
body.page-template-template-latham-blog-page .blogHeader,
body.author .blogHeader,
body.search-results .blogHeader,
body.search-no-results .blogHeader,
body.tax-blog-category .blogHeader,
body.blog-template-default .blogHeader,
body.page-template-template-latham-blog-articles .blogHeader,
body.tax-blog-tag .blogHeader,
body.page-template-template-page-builder .blogHeader,
body.single-products .blogHeader,
body.page-template-template-basic-page .blogHeader,
body.home .blogHeader,
.full-width #ajax-load-more .blogHeader {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
body.page-template-template-latham-blog-page .blogHeader .section-inner,
body.author .blogHeader .section-inner,
body.search-results .blogHeader .section-inner,
body.search-no-results .blogHeader .section-inner,
body.tax-blog-category .blogHeader .section-inner,
body.blog-template-default .blogHeader .section-inner,
body.page-template-template-latham-blog-articles .blogHeader .section-inner,
body.tax-blog-tag .blogHeader .section-inner,
body.page-template-template-page-builder .blogHeader .section-inner,
body.single-products .blogHeader .section-inner,
body.page-template-template-basic-page .blogHeader .section-inner,
body.home .blogHeader .section-inner,
.full-width #ajax-load-more .blogHeader .section-inner {
  max-width: 1480px !important;
}
body.page-template-template-latham-blog-page .blogHeader .section-inner .blog-card__image-wrap,
body.author .blogHeader .section-inner .blog-card__image-wrap,
body.search-results .blogHeader .section-inner .blog-card__image-wrap,
body.search-no-results .blogHeader .section-inner .blog-card__image-wrap,
body.tax-blog-category .blogHeader .section-inner .blog-card__image-wrap,
body.blog-template-default .blogHeader .section-inner .blog-card__image-wrap,
body.page-template-template-latham-blog-articles .blogHeader .section-inner .blog-card__image-wrap,
body.tax-blog-tag .blogHeader .section-inner .blog-card__image-wrap,
body.page-template-template-page-builder .blogHeader .section-inner .blog-card__image-wrap,
body.single-products .blogHeader .section-inner .blog-card__image-wrap,
body.page-template-template-basic-page .blogHeader .section-inner .blog-card__image-wrap,
body.home .blogHeader .section-inner .blog-card__image-wrap,
.full-width #ajax-load-more .blogHeader .section-inner .blog-card__image-wrap {
  height: auto !important;
  max-width: none !important;
  overflow: hidden;
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .blogHeader .section-inner .blog-card__image-wrap,
  body.author .blogHeader .section-inner .blog-card__image-wrap,
  body.search-results .blogHeader .section-inner .blog-card__image-wrap,
  body.search-no-results .blogHeader .section-inner .blog-card__image-wrap,
  body.tax-blog-category .blogHeader .section-inner .blog-card__image-wrap,
  body.blog-template-default .blogHeader .section-inner .blog-card__image-wrap,
  body.page-template-template-latham-blog-articles .blogHeader .section-inner .blog-card__image-wrap,
  body.tax-blog-tag .blogHeader .section-inner .blog-card__image-wrap,
  body.page-template-template-page-builder .blogHeader .section-inner .blog-card__image-wrap,
  body.single-products .blogHeader .section-inner .blog-card__image-wrap,
  body.page-template-template-basic-page .blogHeader .section-inner .blog-card__image-wrap,
  body.home .blogHeader .section-inner .blog-card__image-wrap,
  .full-width #ajax-load-more .blogHeader .section-inner .blog-card__image-wrap {
    width: 50%;
    flex: 0 0 50%;
  }
}
body.page-template-template-latham-blog-page .blogHeader .section-inner .blog-card__image-wrap .blog-card__image,
body.author .blogHeader .section-inner .blog-card__image-wrap .blog-card__image,
body.search-results .blogHeader .section-inner .blog-card__image-wrap .blog-card__image,
body.search-no-results .blogHeader .section-inner .blog-card__image-wrap .blog-card__image,
body.tax-blog-category .blogHeader .section-inner .blog-card__image-wrap .blog-card__image,
body.blog-template-default .blogHeader .section-inner .blog-card__image-wrap .blog-card__image,
body.page-template-template-latham-blog-articles .blogHeader .section-inner .blog-card__image-wrap .blog-card__image,
body.tax-blog-tag .blogHeader .section-inner .blog-card__image-wrap .blog-card__image,
body.page-template-template-page-builder .blogHeader .section-inner .blog-card__image-wrap .blog-card__image,
body.single-products .blogHeader .section-inner .blog-card__image-wrap .blog-card__image,
body.page-template-template-basic-page .blogHeader .section-inner .blog-card__image-wrap .blog-card__image,
body.home .blogHeader .section-inner .blog-card__image-wrap .blog-card__image,
.full-width #ajax-load-more .blogHeader .section-inner .blog-card__image-wrap .blog-card__image {
  aspect-ratio: 6/4;
  max-height: none !important;
  border-radius: 7px;
}
body.page-template-template-latham-blog-page .blogHeader .section-inner .blog-card__image-wrap .blog-card__image .altTxt,
body.author .blogHeader .section-inner .blog-card__image-wrap .blog-card__image .altTxt,
body.search-results .blogHeader .section-inner .blog-card__image-wrap .blog-card__image .altTxt,
body.search-no-results .blogHeader .section-inner .blog-card__image-wrap .blog-card__image .altTxt,
body.tax-blog-category .blogHeader .section-inner .blog-card__image-wrap .blog-card__image .altTxt,
body.blog-template-default .blogHeader .section-inner .blog-card__image-wrap .blog-card__image .altTxt,
body.page-template-template-latham-blog-articles .blogHeader .section-inner .blog-card__image-wrap .blog-card__image .altTxt,
body.tax-blog-tag .blogHeader .section-inner .blog-card__image-wrap .blog-card__image .altTxt,
body.page-template-template-page-builder .blogHeader .section-inner .blog-card__image-wrap .blog-card__image .altTxt,
body.single-products .blogHeader .section-inner .blog-card__image-wrap .blog-card__image .altTxt,
body.page-template-template-basic-page .blogHeader .section-inner .blog-card__image-wrap .blog-card__image .altTxt,
body.home .blogHeader .section-inner .blog-card__image-wrap .blog-card__image .altTxt,
.full-width #ajax-load-more .blogHeader .section-inner .blog-card__image-wrap .blog-card__image .altTxt {
  font-size: 14px;
  color: #000000;
  margin: 10px 0 0 0;
}
body.page-template-template-latham-blog-page .blogHeader .section-inner .blog-card__image-wrap .blog-card__image img,
body.author .blogHeader .section-inner .blog-card__image-wrap .blog-card__image img,
body.search-results .blogHeader .section-inner .blog-card__image-wrap .blog-card__image img,
body.search-no-results .blogHeader .section-inner .blog-card__image-wrap .blog-card__image img,
body.tax-blog-category .blogHeader .section-inner .blog-card__image-wrap .blog-card__image img,
body.blog-template-default .blogHeader .section-inner .blog-card__image-wrap .blog-card__image img,
body.page-template-template-latham-blog-articles .blogHeader .section-inner .blog-card__image-wrap .blog-card__image img,
body.tax-blog-tag .blogHeader .section-inner .blog-card__image-wrap .blog-card__image img,
body.page-template-template-page-builder .blogHeader .section-inner .blog-card__image-wrap .blog-card__image img,
body.single-products .blogHeader .section-inner .blog-card__image-wrap .blog-card__image img,
body.page-template-template-basic-page .blogHeader .section-inner .blog-card__image-wrap .blog-card__image img,
body.home .blogHeader .section-inner .blog-card__image-wrap .blog-card__image img,
.full-width #ajax-load-more .blogHeader .section-inner .blog-card__image-wrap .blog-card__image img {
  max-height: none;
  max-width: none;
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 7px;
}
body.page-template-template-latham-blog-page .blogHeader .section-inner .blog-card__image-wrap .blog-card__image a img:hover,
body.author .blogHeader .section-inner .blog-card__image-wrap .blog-card__image a img:hover,
body.search-results .blogHeader .section-inner .blog-card__image-wrap .blog-card__image a img:hover,
body.search-no-results .blogHeader .section-inner .blog-card__image-wrap .blog-card__image a img:hover,
body.tax-blog-category .blogHeader .section-inner .blog-card__image-wrap .blog-card__image a img:hover,
body.blog-template-default .blogHeader .section-inner .blog-card__image-wrap .blog-card__image a img:hover,
body.page-template-template-latham-blog-articles .blogHeader .section-inner .blog-card__image-wrap .blog-card__image a img:hover,
body.tax-blog-tag .blogHeader .section-inner .blog-card__image-wrap .blog-card__image a img:hover,
body.page-template-template-page-builder .blogHeader .section-inner .blog-card__image-wrap .blog-card__image a img:hover,
body.single-products .blogHeader .section-inner .blog-card__image-wrap .blog-card__image a img:hover,
body.page-template-template-basic-page .blogHeader .section-inner .blog-card__image-wrap .blog-card__image a img:hover,
body.home .blogHeader .section-inner .blog-card__image-wrap .blog-card__image a img:hover,
.full-width #ajax-load-more .blogHeader .section-inner .blog-card__image-wrap .blog-card__image a img:hover {
  opacity: 0.8;
}
body.page-template-template-latham-blog-page .blogHeader .section-inner .blog-card__content,
body.author .blogHeader .section-inner .blog-card__content,
body.search-results .blogHeader .section-inner .blog-card__content,
body.search-no-results .blogHeader .section-inner .blog-card__content,
body.tax-blog-category .blogHeader .section-inner .blog-card__content,
body.blog-template-default .blogHeader .section-inner .blog-card__content,
body.page-template-template-latham-blog-articles .blogHeader .section-inner .blog-card__content,
body.tax-blog-tag .blogHeader .section-inner .blog-card__content,
body.page-template-template-page-builder .blogHeader .section-inner .blog-card__content,
body.single-products .blogHeader .section-inner .blog-card__content,
body.page-template-template-basic-page .blogHeader .section-inner .blog-card__content,
body.home .blogHeader .section-inner .blog-card__content,
.full-width #ajax-load-more .blogHeader .section-inner .blog-card__content {
  padding: 30px 0 0px 15px;
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .blogHeader .section-inner .blog-card__content,
  body.author .blogHeader .section-inner .blog-card__content,
  body.search-results .blogHeader .section-inner .blog-card__content,
  body.search-no-results .blogHeader .section-inner .blog-card__content,
  body.tax-blog-category .blogHeader .section-inner .blog-card__content,
  body.blog-template-default .blogHeader .section-inner .blog-card__content,
  body.page-template-template-latham-blog-articles .blogHeader .section-inner .blog-card__content,
  body.tax-blog-tag .blogHeader .section-inner .blog-card__content,
  body.page-template-template-page-builder .blogHeader .section-inner .blog-card__content,
  body.single-products .blogHeader .section-inner .blog-card__content,
  body.page-template-template-basic-page .blogHeader .section-inner .blog-card__content,
  body.home .blogHeader .section-inner .blog-card__content,
  .full-width #ajax-load-more .blogHeader .section-inner .blog-card__content {
    padding: 40px 0px 40px 40px;
  }
}
body.page-template-template-latham-blog-page .blogHeader .section-inner .blog-card__content .blog-card__title h1,
body.author .blogHeader .section-inner .blog-card__content .blog-card__title h1,
body.search-results .blogHeader .section-inner .blog-card__content .blog-card__title h1,
body.search-no-results .blogHeader .section-inner .blog-card__content .blog-card__title h1,
body.tax-blog-category .blogHeader .section-inner .blog-card__content .blog-card__title h1,
body.blog-template-default .blogHeader .section-inner .blog-card__content .blog-card__title h1,
body.page-template-template-latham-blog-articles .blogHeader .section-inner .blog-card__content .blog-card__title h1,
body.tax-blog-tag .blogHeader .section-inner .blog-card__content .blog-card__title h1,
body.page-template-template-page-builder .blogHeader .section-inner .blog-card__content .blog-card__title h1,
body.single-products .blogHeader .section-inner .blog-card__content .blog-card__title h1,
body.page-template-template-basic-page .blogHeader .section-inner .blog-card__content .blog-card__title h1,
body.home .blogHeader .section-inner .blog-card__content .blog-card__title h1,
.full-width #ajax-load-more .blogHeader .section-inner .blog-card__content .blog-card__title h1 {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .blogHeader .section-inner .blog-card__content .blog-card__title h1,
  body.author .blogHeader .section-inner .blog-card__content .blog-card__title h1,
  body.search-results .blogHeader .section-inner .blog-card__content .blog-card__title h1,
  body.search-no-results .blogHeader .section-inner .blog-card__content .blog-card__title h1,
  body.tax-blog-category .blogHeader .section-inner .blog-card__content .blog-card__title h1,
  body.blog-template-default .blogHeader .section-inner .blog-card__content .blog-card__title h1,
  body.page-template-template-latham-blog-articles .blogHeader .section-inner .blog-card__content .blog-card__title h1,
  body.tax-blog-tag .blogHeader .section-inner .blog-card__content .blog-card__title h1,
  body.page-template-template-page-builder .blogHeader .section-inner .blog-card__content .blog-card__title h1,
  body.single-products .blogHeader .section-inner .blog-card__content .blog-card__title h1,
  body.page-template-template-basic-page .blogHeader .section-inner .blog-card__content .blog-card__title h1,
  body.home .blogHeader .section-inner .blog-card__content .blog-card__title h1,
  .full-width #ajax-load-more .blogHeader .section-inner .blog-card__content .blog-card__title h1 {
    font-size: 32px;
  }
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .blogHeader .section-inner .blog-card__content .blog-card__title h1,
  body.author .blogHeader .section-inner .blog-card__content .blog-card__title h1,
  body.search-results .blogHeader .section-inner .blog-card__content .blog-card__title h1,
  body.search-no-results .blogHeader .section-inner .blog-card__content .blog-card__title h1,
  body.tax-blog-category .blogHeader .section-inner .blog-card__content .blog-card__title h1,
  body.blog-template-default .blogHeader .section-inner .blog-card__content .blog-card__title h1,
  body.page-template-template-latham-blog-articles .blogHeader .section-inner .blog-card__content .blog-card__title h1,
  body.tax-blog-tag .blogHeader .section-inner .blog-card__content .blog-card__title h1,
  body.page-template-template-page-builder .blogHeader .section-inner .blog-card__content .blog-card__title h1,
  body.single-products .blogHeader .section-inner .blog-card__content .blog-card__title h1,
  body.page-template-template-basic-page .blogHeader .section-inner .blog-card__content .blog-card__title h1,
  body.home .blogHeader .section-inner .blog-card__content .blog-card__title h1,
  .full-width #ajax-load-more .blogHeader .section-inner .blog-card__content .blog-card__title h1 {
    font-size: 36px;
  }
}
body.page-template-template-latham-blog-page .blogContent,
body.author .blogContent,
body.search-results .blogContent,
body.search-no-results .blogContent,
body.tax-blog-category .blogContent,
body.blog-template-default .blogContent,
body.page-template-template-latham-blog-articles .blogContent,
body.tax-blog-tag .blogContent,
body.page-template-template-page-builder .blogContent,
body.single-products .blogContent,
body.page-template-template-basic-page .blogContent,
body.home .blogContent,
.full-width #ajax-load-more .blogContent {
  padding: 0px 0 40px !important;
  max-width: 950px;
  margin: 0 auto;
  color: #000000;
}
body.page-template-template-latham-blog-page .blogContent.sticky,
body.author .blogContent.sticky,
body.search-results .blogContent.sticky,
body.search-no-results .blogContent.sticky,
body.tax-blog-category .blogContent.sticky,
body.blog-template-default .blogContent.sticky,
body.page-template-template-latham-blog-articles .blogContent.sticky,
body.tax-blog-tag .blogContent.sticky,
body.page-template-template-page-builder .blogContent.sticky,
body.single-products .blogContent.sticky,
body.page-template-template-basic-page .blogContent.sticky,
body.home .blogContent.sticky,
.full-width #ajax-load-more .blogContent.sticky {
  max-width: 1100px;
}
body.page-template-template-latham-blog-page .blogContent.sticky .secContent .innerSticky,
body.author .blogContent.sticky .secContent .innerSticky,
body.search-results .blogContent.sticky .secContent .innerSticky,
body.search-no-results .blogContent.sticky .secContent .innerSticky,
body.tax-blog-category .blogContent.sticky .secContent .innerSticky,
body.blog-template-default .blogContent.sticky .secContent .innerSticky,
body.page-template-template-latham-blog-articles .blogContent.sticky .secContent .innerSticky,
body.tax-blog-tag .blogContent.sticky .secContent .innerSticky,
body.page-template-template-page-builder .blogContent.sticky .secContent .innerSticky,
body.single-products .blogContent.sticky .secContent .innerSticky,
body.page-template-template-basic-page .blogContent.sticky .secContent .innerSticky,
body.home .blogContent.sticky .secContent .innerSticky,
.full-width #ajax-load-more .blogContent.sticky .secContent .innerSticky {
  margin-top: 15px;
  padding-left: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
  line-height: 1.2em;
  padding: 20px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(223, 238, 242) 53%);
}
body.page-template-template-latham-blog-page .blogContent.sticky .secContent .innerSticky h3,
body.author .blogContent.sticky .secContent .innerSticky h3,
body.search-results .blogContent.sticky .secContent .innerSticky h3,
body.search-no-results .blogContent.sticky .secContent .innerSticky h3,
body.tax-blog-category .blogContent.sticky .secContent .innerSticky h3,
body.blog-template-default .blogContent.sticky .secContent .innerSticky h3,
body.page-template-template-latham-blog-articles .blogContent.sticky .secContent .innerSticky h3,
body.tax-blog-tag .blogContent.sticky .secContent .innerSticky h3,
body.page-template-template-page-builder .blogContent.sticky .secContent .innerSticky h3,
body.single-products .blogContent.sticky .secContent .innerSticky h3,
body.page-template-template-basic-page .blogContent.sticky .secContent .innerSticky h3,
body.home .blogContent.sticky .secContent .innerSticky h3,
.full-width #ajax-load-more .blogContent.sticky .secContent .innerSticky h3 {
  margin-top: 0;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .blogContent,
  body.author .blogContent,
  body.search-results .blogContent,
  body.search-no-results .blogContent,
  body.tax-blog-category .blogContent,
  body.blog-template-default .blogContent,
  body.page-template-template-latham-blog-articles .blogContent,
  body.tax-blog-tag .blogContent,
  body.page-template-template-page-builder .blogContent,
  body.single-products .blogContent,
  body.page-template-template-basic-page .blogContent,
  body.home .blogContent,
  .full-width #ajax-load-more .blogContent {
    padding: 30px 0 !important;
  }
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .blogContent,
  body.author .blogContent,
  body.search-results .blogContent,
  body.search-no-results .blogContent,
  body.tax-blog-category .blogContent,
  body.blog-template-default .blogContent,
  body.page-template-template-latham-blog-articles .blogContent,
  body.tax-blog-tag .blogContent,
  body.page-template-template-page-builder .blogContent,
  body.single-products .blogContent,
  body.page-template-template-basic-page .blogContent,
  body.home .blogContent,
  .full-width #ajax-load-more .blogContent {
    padding: 50px 0 !important;
  }
}
body.page-template-template-latham-blog-page .blogContent p,
body.page-template-template-latham-blog-page .blogContent ul,
body.page-template-template-latham-blog-page .blogContent li,
body.author .blogContent p,
body.author .blogContent ul,
body.author .blogContent li,
body.search-results .blogContent p,
body.search-results .blogContent ul,
body.search-results .blogContent li,
body.search-no-results .blogContent p,
body.search-no-results .blogContent ul,
body.search-no-results .blogContent li,
body.tax-blog-category .blogContent p,
body.tax-blog-category .blogContent ul,
body.tax-blog-category .blogContent li,
body.blog-template-default .blogContent p,
body.blog-template-default .blogContent ul,
body.blog-template-default .blogContent li,
body.page-template-template-latham-blog-articles .blogContent p,
body.page-template-template-latham-blog-articles .blogContent ul,
body.page-template-template-latham-blog-articles .blogContent li,
body.tax-blog-tag .blogContent p,
body.tax-blog-tag .blogContent ul,
body.tax-blog-tag .blogContent li,
body.page-template-template-page-builder .blogContent p,
body.page-template-template-page-builder .blogContent ul,
body.page-template-template-page-builder .blogContent li,
body.single-products .blogContent p,
body.single-products .blogContent ul,
body.single-products .blogContent li,
body.page-template-template-basic-page .blogContent p,
body.page-template-template-basic-page .blogContent ul,
body.page-template-template-basic-page .blogContent li,
body.home .blogContent p,
body.home .blogContent ul,
body.home .blogContent li,
.full-width #ajax-load-more .blogContent p,
.full-width #ajax-load-more .blogContent ul,
.full-width #ajax-load-more .blogContent li {
  margin-bottom: 15px;
}
body.page-template-template-latham-blog-page .blogContent p ul,
body.page-template-template-latham-blog-page .blogContent ul ul,
body.page-template-template-latham-blog-page .blogContent li ul,
body.author .blogContent p ul,
body.author .blogContent ul ul,
body.author .blogContent li ul,
body.search-results .blogContent p ul,
body.search-results .blogContent ul ul,
body.search-results .blogContent li ul,
body.search-no-results .blogContent p ul,
body.search-no-results .blogContent ul ul,
body.search-no-results .blogContent li ul,
body.tax-blog-category .blogContent p ul,
body.tax-blog-category .blogContent ul ul,
body.tax-blog-category .blogContent li ul,
body.blog-template-default .blogContent p ul,
body.blog-template-default .blogContent ul ul,
body.blog-template-default .blogContent li ul,
body.page-template-template-latham-blog-articles .blogContent p ul,
body.page-template-template-latham-blog-articles .blogContent ul ul,
body.page-template-template-latham-blog-articles .blogContent li ul,
body.tax-blog-tag .blogContent p ul,
body.tax-blog-tag .blogContent ul ul,
body.tax-blog-tag .blogContent li ul,
body.page-template-template-page-builder .blogContent p ul,
body.page-template-template-page-builder .blogContent ul ul,
body.page-template-template-page-builder .blogContent li ul,
body.single-products .blogContent p ul,
body.single-products .blogContent ul ul,
body.single-products .blogContent li ul,
body.page-template-template-basic-page .blogContent p ul,
body.page-template-template-basic-page .blogContent ul ul,
body.page-template-template-basic-page .blogContent li ul,
body.home .blogContent p ul,
body.home .blogContent ul ul,
body.home .blogContent li ul,
.full-width #ajax-load-more .blogContent p ul,
.full-width #ajax-load-more .blogContent ul ul,
.full-width #ajax-load-more .blogContent li ul {
  margin-top: 15px;
}
body.page-template-template-latham-blog-page .blogContent p ul li,
body.page-template-template-latham-blog-page .blogContent ul ul li,
body.page-template-template-latham-blog-page .blogContent li ul li,
body.author .blogContent p ul li,
body.author .blogContent ul ul li,
body.author .blogContent li ul li,
body.search-results .blogContent p ul li,
body.search-results .blogContent ul ul li,
body.search-results .blogContent li ul li,
body.search-no-results .blogContent p ul li,
body.search-no-results .blogContent ul ul li,
body.search-no-results .blogContent li ul li,
body.tax-blog-category .blogContent p ul li,
body.tax-blog-category .blogContent ul ul li,
body.tax-blog-category .blogContent li ul li,
body.blog-template-default .blogContent p ul li,
body.blog-template-default .blogContent ul ul li,
body.blog-template-default .blogContent li ul li,
body.page-template-template-latham-blog-articles .blogContent p ul li,
body.page-template-template-latham-blog-articles .blogContent ul ul li,
body.page-template-template-latham-blog-articles .blogContent li ul li,
body.tax-blog-tag .blogContent p ul li,
body.tax-blog-tag .blogContent ul ul li,
body.tax-blog-tag .blogContent li ul li,
body.page-template-template-page-builder .blogContent p ul li,
body.page-template-template-page-builder .blogContent ul ul li,
body.page-template-template-page-builder .blogContent li ul li,
body.single-products .blogContent p ul li,
body.single-products .blogContent ul ul li,
body.single-products .blogContent li ul li,
body.page-template-template-basic-page .blogContent p ul li,
body.page-template-template-basic-page .blogContent ul ul li,
body.page-template-template-basic-page .blogContent li ul li,
body.home .blogContent p ul li,
body.home .blogContent ul ul li,
body.home .blogContent li ul li,
.full-width #ajax-load-more .blogContent p ul li,
.full-width #ajax-load-more .blogContent ul ul li,
.full-width #ajax-load-more .blogContent li ul li {
  list-style-type: circle;
}
body.page-template-template-latham-blog-page .blogContent small,
body.author .blogContent small,
body.search-results .blogContent small,
body.search-no-results .blogContent small,
body.tax-blog-category .blogContent small,
body.blog-template-default .blogContent small,
body.page-template-template-latham-blog-articles .blogContent small,
body.tax-blog-tag .blogContent small,
body.page-template-template-page-builder .blogContent small,
body.single-products .blogContent small,
body.page-template-template-basic-page .blogContent small,
body.home .blogContent small,
.full-width #ajax-load-more .blogContent small {
  display: block;
  margin-bottom: 20px;
}
body.page-template-template-latham-blog-page .blogContent h2,
body.page-template-template-latham-blog-page .blogContent h3,
body.page-template-template-latham-blog-page .blogContent h4,
body.author .blogContent h2,
body.author .blogContent h3,
body.author .blogContent h4,
body.search-results .blogContent h2,
body.search-results .blogContent h3,
body.search-results .blogContent h4,
body.search-no-results .blogContent h2,
body.search-no-results .blogContent h3,
body.search-no-results .blogContent h4,
body.tax-blog-category .blogContent h2,
body.tax-blog-category .blogContent h3,
body.tax-blog-category .blogContent h4,
body.blog-template-default .blogContent h2,
body.blog-template-default .blogContent h3,
body.blog-template-default .blogContent h4,
body.page-template-template-latham-blog-articles .blogContent h2,
body.page-template-template-latham-blog-articles .blogContent h3,
body.page-template-template-latham-blog-articles .blogContent h4,
body.tax-blog-tag .blogContent h2,
body.tax-blog-tag .blogContent h3,
body.tax-blog-tag .blogContent h4,
body.page-template-template-page-builder .blogContent h2,
body.page-template-template-page-builder .blogContent h3,
body.page-template-template-page-builder .blogContent h4,
body.single-products .blogContent h2,
body.single-products .blogContent h3,
body.single-products .blogContent h4,
body.page-template-template-basic-page .blogContent h2,
body.page-template-template-basic-page .blogContent h3,
body.page-template-template-basic-page .blogContent h4,
body.home .blogContent h2,
body.home .blogContent h3,
body.home .blogContent h4,
.full-width #ajax-load-more .blogContent h2,
.full-width #ajax-load-more .blogContent h3,
.full-width #ajax-load-more .blogContent h4 {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  margin-top: 20px;
}
body.page-template-template-latham-blog-page .blogContent h2,
body.author .blogContent h2,
body.search-results .blogContent h2,
body.search-no-results .blogContent h2,
body.tax-blog-category .blogContent h2,
body.blog-template-default .blogContent h2,
body.page-template-template-latham-blog-articles .blogContent h2,
body.tax-blog-tag .blogContent h2,
body.page-template-template-page-builder .blogContent h2,
body.single-products .blogContent h2,
body.page-template-template-basic-page .blogContent h2,
body.home .blogContent h2,
.full-width #ajax-load-more .blogContent h2 {
  margin-top: 50px;
}
body.page-template-template-latham-blog-page .blogContent h3,
body.author .blogContent h3,
body.search-results .blogContent h3,
body.search-no-results .blogContent h3,
body.tax-blog-category .blogContent h3,
body.blog-template-default .blogContent h3,
body.page-template-template-latham-blog-articles .blogContent h3,
body.tax-blog-tag .blogContent h3,
body.page-template-template-page-builder .blogContent h3,
body.single-products .blogContent h3,
body.page-template-template-basic-page .blogContent h3,
body.home .blogContent h3,
.full-width #ajax-load-more .blogContent h3 {
  font-size: 26px;
  color: #000000;
}
body.page-template-template-latham-blog-page .blogContent h4,
body.author .blogContent h4,
body.search-results .blogContent h4,
body.search-no-results .blogContent h4,
body.tax-blog-category .blogContent h4,
body.blog-template-default .blogContent h4,
body.page-template-template-latham-blog-articles .blogContent h4,
body.tax-blog-tag .blogContent h4,
body.page-template-template-page-builder .blogContent h4,
body.single-products .blogContent h4,
body.page-template-template-basic-page .blogContent h4,
body.home .blogContent h4,
.full-width #ajax-load-more .blogContent h4 {
  font-size: 20px;
  color: #000000;
}
body.page-template-template-latham-blog-page .blogContent img,
body.author .blogContent img,
body.search-results .blogContent img,
body.search-no-results .blogContent img,
body.tax-blog-category .blogContent img,
body.blog-template-default .blogContent img,
body.page-template-template-latham-blog-articles .blogContent img,
body.tax-blog-tag .blogContent img,
body.page-template-template-page-builder .blogContent img,
body.single-products .blogContent img,
body.page-template-template-basic-page .blogContent img,
body.home .blogContent img,
.full-width #ajax-load-more .blogContent img {
  max-width: 100%;
  height: auto;
  margin-bottom: 25px !important;
}
body.page-template-template-latham-blog-page .blogContent figcaption.wp-caption-text,
body.author .blogContent figcaption.wp-caption-text,
body.search-results .blogContent figcaption.wp-caption-text,
body.search-no-results .blogContent figcaption.wp-caption-text,
body.tax-blog-category .blogContent figcaption.wp-caption-text,
body.blog-template-default .blogContent figcaption.wp-caption-text,
body.page-template-template-latham-blog-articles .blogContent figcaption.wp-caption-text,
body.tax-blog-tag .blogContent figcaption.wp-caption-text,
body.page-template-template-page-builder .blogContent figcaption.wp-caption-text,
body.single-products .blogContent figcaption.wp-caption-text,
body.page-template-template-basic-page .blogContent figcaption.wp-caption-text,
body.home .blogContent figcaption.wp-caption-text,
.full-width #ajax-load-more .blogContent figcaption.wp-caption-text {
  color: #000000;
  font-size: 14px;
  margin: 0px 0 25px 0;
  font-weight: 500;
}
body.page-template-template-latham-blog-page .blogExtra,
body.author .blogExtra,
body.search-results .blogExtra,
body.search-no-results .blogExtra,
body.tax-blog-category .blogExtra,
body.blog-template-default .blogExtra,
body.page-template-template-latham-blog-articles .blogExtra,
body.tax-blog-tag .blogExtra,
body.page-template-template-page-builder .blogExtra,
body.single-products .blogExtra,
body.page-template-template-basic-page .blogExtra,
body.home .blogExtra,
.full-width #ajax-load-more .blogExtra {
  background-color: #e8e5dd !important;
  padding: 0px !important;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .blogExtra,
  body.author .blogExtra,
  body.search-results .blogExtra,
  body.search-no-results .blogExtra,
  body.tax-blog-category .blogExtra,
  body.blog-template-default .blogExtra,
  body.page-template-template-latham-blog-articles .blogExtra,
  body.tax-blog-tag .blogExtra,
  body.page-template-template-page-builder .blogExtra,
  body.single-products .blogExtra,
  body.page-template-template-basic-page .blogExtra,
  body.home .blogExtra,
  .full-width #ajax-load-more .blogExtra {
    padding: 60px !important;
  }
}
body.page-template-template-latham-blog-page .blogExtra .section-inner,
body.author .blogExtra .section-inner,
body.search-results .blogExtra .section-inner,
body.search-no-results .blogExtra .section-inner,
body.tax-blog-category .blogExtra .section-inner,
body.blog-template-default .blogExtra .section-inner,
body.page-template-template-latham-blog-articles .blogExtra .section-inner,
body.tax-blog-tag .blogExtra .section-inner,
body.page-template-template-page-builder .blogExtra .section-inner,
body.single-products .blogExtra .section-inner,
body.page-template-template-basic-page .blogExtra .section-inner,
body.home .blogExtra .section-inner,
.full-width #ajax-load-more .blogExtra .section-inner {
  padding: 0 !important;
}
body.page-template-template-latham-blog-page .blogExtra .section-inner .section__heading,
body.author .blogExtra .section-inner .section__heading,
body.search-results .blogExtra .section-inner .section__heading,
body.search-no-results .blogExtra .section-inner .section__heading,
body.tax-blog-category .blogExtra .section-inner .section__heading,
body.blog-template-default .blogExtra .section-inner .section__heading,
body.page-template-template-latham-blog-articles .blogExtra .section-inner .section__heading,
body.tax-blog-tag .blogExtra .section-inner .section__heading,
body.page-template-template-page-builder .blogExtra .section-inner .section__heading,
body.single-products .blogExtra .section-inner .section__heading,
body.page-template-template-basic-page .blogExtra .section-inner .section__heading,
body.home .blogExtra .section-inner .section__heading,
.full-width #ajax-load-more .blogExtra .section-inner .section__heading {
  padding: 30px 30px 0px 30px;
  margin-bottom: 0;
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .blogExtra .section-inner .section__heading,
  body.author .blogExtra .section-inner .section__heading,
  body.search-results .blogExtra .section-inner .section__heading,
  body.search-no-results .blogExtra .section-inner .section__heading,
  body.tax-blog-category .blogExtra .section-inner .section__heading,
  body.blog-template-default .blogExtra .section-inner .section__heading,
  body.page-template-template-latham-blog-articles .blogExtra .section-inner .section__heading,
  body.tax-blog-tag .blogExtra .section-inner .section__heading,
  body.page-template-template-page-builder .blogExtra .section-inner .section__heading,
  body.single-products .blogExtra .section-inner .section__heading,
  body.page-template-template-basic-page .blogExtra .section-inner .section__heading,
  body.home .blogExtra .section-inner .section__heading,
  .full-width #ajax-load-more .blogExtra .section-inner .section__heading {
    padding: 0;
    margin-left: 17px !important;
    margin-bottom: 22px;
  }
}
body.page-template-template-latham-blog-page .blogExtra .section-inner .product-cards,
body.author .blogExtra .section-inner .product-cards,
body.search-results .blogExtra .section-inner .product-cards,
body.search-no-results .blogExtra .section-inner .product-cards,
body.tax-blog-category .blogExtra .section-inner .product-cards,
body.blog-template-default .blogExtra .section-inner .product-cards,
body.page-template-template-latham-blog-articles .blogExtra .section-inner .product-cards,
body.tax-blog-tag .blogExtra .section-inner .product-cards,
body.page-template-template-page-builder .blogExtra .section-inner .product-cards,
body.single-products .blogExtra .section-inner .product-cards,
body.page-template-template-basic-page .blogExtra .section-inner .product-cards,
body.home .blogExtra .section-inner .product-cards,
.full-width #ajax-load-more .blogExtra .section-inner .product-cards {
  padding: 10px !important;
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .blogExtra .section-inner .product-cards,
  body.author .blogExtra .section-inner .product-cards,
  body.search-results .blogExtra .section-inner .product-cards,
  body.search-no-results .blogExtra .section-inner .product-cards,
  body.tax-blog-category .blogExtra .section-inner .product-cards,
  body.blog-template-default .blogExtra .section-inner .product-cards,
  body.page-template-template-latham-blog-articles .blogExtra .section-inner .product-cards,
  body.tax-blog-tag .blogExtra .section-inner .product-cards,
  body.page-template-template-page-builder .blogExtra .section-inner .product-cards,
  body.single-products .blogExtra .section-inner .product-cards,
  body.page-template-template-basic-page .blogExtra .section-inner .product-cards,
  body.home .blogExtra .section-inner .product-cards,
  .full-width #ajax-load-more .blogExtra .section-inner .product-cards {
    padding: 17px !important;
  }
}
body.page-template-template-latham-blog-page .expertProfile,
body.author .expertProfile,
body.search-results .expertProfile,
body.search-no-results .expertProfile,
body.tax-blog-category .expertProfile,
body.blog-template-default .expertProfile,
body.page-template-template-latham-blog-articles .expertProfile,
body.tax-blog-tag .expertProfile,
body.page-template-template-page-builder .expertProfile,
body.single-products .expertProfile,
body.page-template-template-basic-page .expertProfile,
body.home .expertProfile,
.full-width #ajax-load-more .expertProfile {
  background-color: #f0f5f5 !important;
  border-top: 3px #b7c2ce solid;
}
body.page-template-template-latham-blog-page .expertProfile .section-inner .headWrapper,
body.author .expertProfile .section-inner .headWrapper,
body.search-results .expertProfile .section-inner .headWrapper,
body.search-no-results .expertProfile .section-inner .headWrapper,
body.tax-blog-category .expertProfile .section-inner .headWrapper,
body.blog-template-default .expertProfile .section-inner .headWrapper,
body.page-template-template-latham-blog-articles .expertProfile .section-inner .headWrapper,
body.tax-blog-tag .expertProfile .section-inner .headWrapper,
body.page-template-template-page-builder .expertProfile .section-inner .headWrapper,
body.single-products .expertProfile .section-inner .headWrapper,
body.page-template-template-basic-page .expertProfile .section-inner .headWrapper,
body.home .expertProfile .section-inner .headWrapper,
.full-width #ajax-load-more .expertProfile .section-inner .headWrapper {
  margin-bottom: 50px;
  padding: 0 13px;
}
body.page-template-template-latham-blog-page .expertProfile .section-inner .headWrapper h3,
body.author .expertProfile .section-inner .headWrapper h3,
body.search-results .expertProfile .section-inner .headWrapper h3,
body.search-no-results .expertProfile .section-inner .headWrapper h3,
body.tax-blog-category .expertProfile .section-inner .headWrapper h3,
body.blog-template-default .expertProfile .section-inner .headWrapper h3,
body.page-template-template-latham-blog-articles .expertProfile .section-inner .headWrapper h3,
body.tax-blog-tag .expertProfile .section-inner .headWrapper h3,
body.page-template-template-page-builder .expertProfile .section-inner .headWrapper h3,
body.single-products .expertProfile .section-inner .headWrapper h3,
body.page-template-template-basic-page .expertProfile .section-inner .headWrapper h3,
body.home .expertProfile .section-inner .headWrapper h3,
.full-width #ajax-load-more .expertProfile .section-inner .headWrapper h3 {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #000000;
}
body.page-template-template-latham-blog-page .expertProfile .section-inner .headWrapper p,
body.author .expertProfile .section-inner .headWrapper p,
body.search-results .expertProfile .section-inner .headWrapper p,
body.search-no-results .expertProfile .section-inner .headWrapper p,
body.tax-blog-category .expertProfile .section-inner .headWrapper p,
body.blog-template-default .expertProfile .section-inner .headWrapper p,
body.page-template-template-latham-blog-articles .expertProfile .section-inner .headWrapper p,
body.tax-blog-tag .expertProfile .section-inner .headWrapper p,
body.page-template-template-page-builder .expertProfile .section-inner .headWrapper p,
body.single-products .expertProfile .section-inner .headWrapper p,
body.page-template-template-basic-page .expertProfile .section-inner .headWrapper p,
body.home .expertProfile .section-inner .headWrapper p,
.full-width #ajax-load-more .expertProfile .section-inner .headWrapper p {
  color: #000000;
}
body.page-template-template-latham-blog-page .expertProfile .section-inner .author-wrapper,
body.author .expertProfile .section-inner .author-wrapper,
body.search-results .expertProfile .section-inner .author-wrapper,
body.search-no-results .expertProfile .section-inner .author-wrapper,
body.tax-blog-category .expertProfile .section-inner .author-wrapper,
body.blog-template-default .expertProfile .section-inner .author-wrapper,
body.page-template-template-latham-blog-articles .expertProfile .section-inner .author-wrapper,
body.tax-blog-tag .expertProfile .section-inner .author-wrapper,
body.page-template-template-page-builder .expertProfile .section-inner .author-wrapper,
body.single-products .expertProfile .section-inner .author-wrapper,
body.page-template-template-basic-page .expertProfile .section-inner .author-wrapper,
body.home .expertProfile .section-inner .author-wrapper,
.full-width #ajax-load-more .expertProfile .section-inner .author-wrapper {
  padding: 0 13px;
}
body.page-template-template-latham-blog-page .expertProfile .section-inner .author-wrapper .alm-listing,
body.author .expertProfile .section-inner .author-wrapper .alm-listing,
body.search-results .expertProfile .section-inner .author-wrapper .alm-listing,
body.search-no-results .expertProfile .section-inner .author-wrapper .alm-listing,
body.tax-blog-category .expertProfile .section-inner .author-wrapper .alm-listing,
body.blog-template-default .expertProfile .section-inner .author-wrapper .alm-listing,
body.page-template-template-latham-blog-articles .expertProfile .section-inner .author-wrapper .alm-listing,
body.tax-blog-tag .expertProfile .section-inner .author-wrapper .alm-listing,
body.page-template-template-page-builder .expertProfile .section-inner .author-wrapper .alm-listing,
body.single-products .expertProfile .section-inner .author-wrapper .alm-listing,
body.page-template-template-basic-page .expertProfile .section-inner .author-wrapper .alm-listing,
body.home .expertProfile .section-inner .author-wrapper .alm-listing,
.full-width #ajax-load-more .expertProfile .section-inner .author-wrapper .alm-listing {
  display: flex;
  justify-content: flex-start !important;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
body.page-template-template-latham-blog-page .expertProfile .section-inner .alm-listing .single-item,
body.author .expertProfile .section-inner .alm-listing .single-item,
body.search-results .expertProfile .section-inner .alm-listing .single-item,
body.search-no-results .expertProfile .section-inner .alm-listing .single-item,
body.tax-blog-category .expertProfile .section-inner .alm-listing .single-item,
body.blog-template-default .expertProfile .section-inner .alm-listing .single-item,
body.page-template-template-latham-blog-articles .expertProfile .section-inner .alm-listing .single-item,
body.tax-blog-tag .expertProfile .section-inner .alm-listing .single-item,
body.page-template-template-page-builder .expertProfile .section-inner .alm-listing .single-item,
body.single-products .expertProfile .section-inner .alm-listing .single-item,
body.page-template-template-basic-page .expertProfile .section-inner .alm-listing .single-item,
body.home .expertProfile .section-inner .alm-listing .single-item,
.full-width #ajax-load-more .expertProfile .section-inner .alm-listing .single-item {
  padding-right: 50px;
  padding-bottom: 50px;
  order: 12;
}
body.page-template-template-latham-blog-page .expertProfile .section-inner .alm-listing .single-item.Miller,
body.author .expertProfile .section-inner .alm-listing .single-item.Miller,
body.search-results .expertProfile .section-inner .alm-listing .single-item.Miller,
body.search-no-results .expertProfile .section-inner .alm-listing .single-item.Miller,
body.tax-blog-category .expertProfile .section-inner .alm-listing .single-item.Miller,
body.blog-template-default .expertProfile .section-inner .alm-listing .single-item.Miller,
body.page-template-template-latham-blog-articles .expertProfile .section-inner .alm-listing .single-item.Miller,
body.tax-blog-tag .expertProfile .section-inner .alm-listing .single-item.Miller,
body.page-template-template-page-builder .expertProfile .section-inner .alm-listing .single-item.Miller,
body.single-products .expertProfile .section-inner .alm-listing .single-item.Miller,
body.page-template-template-basic-page .expertProfile .section-inner .alm-listing .single-item.Miller,
body.home .expertProfile .section-inner .alm-listing .single-item.Miller,
.full-width #ajax-load-more .expertProfile .section-inner .alm-listing .single-item.Miller {
  order: 1;
}
body.page-template-template-latham-blog-page .expertProfile .section-inner .alm-listing .single-item.Thomas,
body.author .expertProfile .section-inner .alm-listing .single-item.Thomas,
body.search-results .expertProfile .section-inner .alm-listing .single-item.Thomas,
body.search-no-results .expertProfile .section-inner .alm-listing .single-item.Thomas,
body.tax-blog-category .expertProfile .section-inner .alm-listing .single-item.Thomas,
body.blog-template-default .expertProfile .section-inner .alm-listing .single-item.Thomas,
body.page-template-template-latham-blog-articles .expertProfile .section-inner .alm-listing .single-item.Thomas,
body.tax-blog-tag .expertProfile .section-inner .alm-listing .single-item.Thomas,
body.page-template-template-page-builder .expertProfile .section-inner .alm-listing .single-item.Thomas,
body.single-products .expertProfile .section-inner .alm-listing .single-item.Thomas,
body.page-template-template-basic-page .expertProfile .section-inner .alm-listing .single-item.Thomas,
body.home .expertProfile .section-inner .alm-listing .single-item.Thomas,
.full-width #ajax-load-more .expertProfile .section-inner .alm-listing .single-item.Thomas {
  order: 2;
}
body.page-template-template-latham-blog-page .expertProfile .section-inner .alm-listing .single-item.Cappiello,
body.author .expertProfile .section-inner .alm-listing .single-item.Cappiello,
body.search-results .expertProfile .section-inner .alm-listing .single-item.Cappiello,
body.search-no-results .expertProfile .section-inner .alm-listing .single-item.Cappiello,
body.tax-blog-category .expertProfile .section-inner .alm-listing .single-item.Cappiello,
body.blog-template-default .expertProfile .section-inner .alm-listing .single-item.Cappiello,
body.page-template-template-latham-blog-articles .expertProfile .section-inner .alm-listing .single-item.Cappiello,
body.tax-blog-tag .expertProfile .section-inner .alm-listing .single-item.Cappiello,
body.page-template-template-page-builder .expertProfile .section-inner .alm-listing .single-item.Cappiello,
body.single-products .expertProfile .section-inner .alm-listing .single-item.Cappiello,
body.page-template-template-basic-page .expertProfile .section-inner .alm-listing .single-item.Cappiello,
body.home .expertProfile .section-inner .alm-listing .single-item.Cappiello,
.full-width #ajax-load-more .expertProfile .section-inner .alm-listing .single-item.Cappiello {
  order: 3;
}
body.page-template-template-latham-blog-page .expertProfile .section-inner .alm-listing .single-item.Fox,
body.author .expertProfile .section-inner .alm-listing .single-item.Fox,
body.search-results .expertProfile .section-inner .alm-listing .single-item.Fox,
body.search-no-results .expertProfile .section-inner .alm-listing .single-item.Fox,
body.tax-blog-category .expertProfile .section-inner .alm-listing .single-item.Fox,
body.blog-template-default .expertProfile .section-inner .alm-listing .single-item.Fox,
body.page-template-template-latham-blog-articles .expertProfile .section-inner .alm-listing .single-item.Fox,
body.tax-blog-tag .expertProfile .section-inner .alm-listing .single-item.Fox,
body.page-template-template-page-builder .expertProfile .section-inner .alm-listing .single-item.Fox,
body.single-products .expertProfile .section-inner .alm-listing .single-item.Fox,
body.page-template-template-basic-page .expertProfile .section-inner .alm-listing .single-item.Fox,
body.home .expertProfile .section-inner .alm-listing .single-item.Fox,
.full-width #ajax-load-more .expertProfile .section-inner .alm-listing .single-item.Fox {
  order: 4;
}
body.page-template-template-latham-blog-page .expertProfile .section-inner .alm-listing .single-item.Mathis,
body.author .expertProfile .section-inner .alm-listing .single-item.Mathis,
body.search-results .expertProfile .section-inner .alm-listing .single-item.Mathis,
body.search-no-results .expertProfile .section-inner .alm-listing .single-item.Mathis,
body.tax-blog-category .expertProfile .section-inner .alm-listing .single-item.Mathis,
body.blog-template-default .expertProfile .section-inner .alm-listing .single-item.Mathis,
body.page-template-template-latham-blog-articles .expertProfile .section-inner .alm-listing .single-item.Mathis,
body.tax-blog-tag .expertProfile .section-inner .alm-listing .single-item.Mathis,
body.page-template-template-page-builder .expertProfile .section-inner .alm-listing .single-item.Mathis,
body.single-products .expertProfile .section-inner .alm-listing .single-item.Mathis,
body.page-template-template-basic-page .expertProfile .section-inner .alm-listing .single-item.Mathis,
body.home .expertProfile .section-inner .alm-listing .single-item.Mathis,
.full-width #ajax-load-more .expertProfile .section-inner .alm-listing .single-item.Mathis {
  order: 5;
}
body.page-template-template-latham-blog-page .expertProfile .section-inner .alm-listing .single-item.Miner,
body.author .expertProfile .section-inner .alm-listing .single-item.Miner,
body.search-results .expertProfile .section-inner .alm-listing .single-item.Miner,
body.search-no-results .expertProfile .section-inner .alm-listing .single-item.Miner,
body.tax-blog-category .expertProfile .section-inner .alm-listing .single-item.Miner,
body.blog-template-default .expertProfile .section-inner .alm-listing .single-item.Miner,
body.page-template-template-latham-blog-articles .expertProfile .section-inner .alm-listing .single-item.Miner,
body.tax-blog-tag .expertProfile .section-inner .alm-listing .single-item.Miner,
body.page-template-template-page-builder .expertProfile .section-inner .alm-listing .single-item.Miner,
body.single-products .expertProfile .section-inner .alm-listing .single-item.Miner,
body.page-template-template-basic-page .expertProfile .section-inner .alm-listing .single-item.Miner,
body.home .expertProfile .section-inner .alm-listing .single-item.Miner,
.full-width #ajax-load-more .expertProfile .section-inner .alm-listing .single-item.Miner {
  order: 6;
}
body.page-template-template-latham-blog-page .expertProfile .section-inner .alm-listing .single-item .author-gravatar,
body.author .expertProfile .section-inner .alm-listing .single-item .author-gravatar,
body.search-results .expertProfile .section-inner .alm-listing .single-item .author-gravatar,
body.search-no-results .expertProfile .section-inner .alm-listing .single-item .author-gravatar,
body.tax-blog-category .expertProfile .section-inner .alm-listing .single-item .author-gravatar,
body.blog-template-default .expertProfile .section-inner .alm-listing .single-item .author-gravatar,
body.page-template-template-latham-blog-articles .expertProfile .section-inner .alm-listing .single-item .author-gravatar,
body.tax-blog-tag .expertProfile .section-inner .alm-listing .single-item .author-gravatar,
body.page-template-template-page-builder .expertProfile .section-inner .alm-listing .single-item .author-gravatar,
body.single-products .expertProfile .section-inner .alm-listing .single-item .author-gravatar,
body.page-template-template-basic-page .expertProfile .section-inner .alm-listing .single-item .author-gravatar,
body.home .expertProfile .section-inner .alm-listing .single-item .author-gravatar,
.full-width #ajax-load-more .expertProfile .section-inner .alm-listing .single-item .author-gravatar {
  border-radius: 85px;
  overflow: hidden;
  width: 170px;
  height: 170px;
}
body.page-template-template-latham-blog-page .expertProfile .section-inner .alm-listing .single-item .author-gravatar a img,
body.author .expertProfile .section-inner .alm-listing .single-item .author-gravatar a img,
body.search-results .expertProfile .section-inner .alm-listing .single-item .author-gravatar a img,
body.search-no-results .expertProfile .section-inner .alm-listing .single-item .author-gravatar a img,
body.tax-blog-category .expertProfile .section-inner .alm-listing .single-item .author-gravatar a img,
body.blog-template-default .expertProfile .section-inner .alm-listing .single-item .author-gravatar a img,
body.page-template-template-latham-blog-articles .expertProfile .section-inner .alm-listing .single-item .author-gravatar a img,
body.tax-blog-tag .expertProfile .section-inner .alm-listing .single-item .author-gravatar a img,
body.page-template-template-page-builder .expertProfile .section-inner .alm-listing .single-item .author-gravatar a img,
body.single-products .expertProfile .section-inner .alm-listing .single-item .author-gravatar a img,
body.page-template-template-basic-page .expertProfile .section-inner .alm-listing .single-item .author-gravatar a img,
body.home .expertProfile .section-inner .alm-listing .single-item .author-gravatar a img,
.full-width #ajax-load-more .expertProfile .section-inner .alm-listing .single-item .author-gravatar a img {
  width: 100%;
  height: auto;
  object-position: center;
  object-fit: cover;
  min-height: 170px;
  max-height: 170px;
}
body.page-template-template-latham-blog-page .expertProfile .section-inner .alm-listing .single-item .author-name,
body.author .expertProfile .section-inner .alm-listing .single-item .author-name,
body.search-results .expertProfile .section-inner .alm-listing .single-item .author-name,
body.search-no-results .expertProfile .section-inner .alm-listing .single-item .author-name,
body.tax-blog-category .expertProfile .section-inner .alm-listing .single-item .author-name,
body.blog-template-default .expertProfile .section-inner .alm-listing .single-item .author-name,
body.page-template-template-latham-blog-articles .expertProfile .section-inner .alm-listing .single-item .author-name,
body.tax-blog-tag .expertProfile .section-inner .alm-listing .single-item .author-name,
body.page-template-template-page-builder .expertProfile .section-inner .alm-listing .single-item .author-name,
body.single-products .expertProfile .section-inner .alm-listing .single-item .author-name,
body.page-template-template-basic-page .expertProfile .section-inner .alm-listing .single-item .author-name,
body.home .expertProfile .section-inner .alm-listing .single-item .author-name,
.full-width #ajax-load-more .expertProfile .section-inner .alm-listing .single-item .author-name {
  margin-top: 15px;
  margin-bottom: 10px;
}
body.page-template-template-latham-blog-page .expertProfile .section-inner .alm-listing .single-item .author-name a,
body.author .expertProfile .section-inner .alm-listing .single-item .author-name a,
body.search-results .expertProfile .section-inner .alm-listing .single-item .author-name a,
body.search-no-results .expertProfile .section-inner .alm-listing .single-item .author-name a,
body.tax-blog-category .expertProfile .section-inner .alm-listing .single-item .author-name a,
body.blog-template-default .expertProfile .section-inner .alm-listing .single-item .author-name a,
body.page-template-template-latham-blog-articles .expertProfile .section-inner .alm-listing .single-item .author-name a,
body.tax-blog-tag .expertProfile .section-inner .alm-listing .single-item .author-name a,
body.page-template-template-page-builder .expertProfile .section-inner .alm-listing .single-item .author-name a,
body.single-products .expertProfile .section-inner .alm-listing .single-item .author-name a,
body.page-template-template-basic-page .expertProfile .section-inner .alm-listing .single-item .author-name a,
body.home .expertProfile .section-inner .alm-listing .single-item .author-name a,
.full-width #ajax-load-more .expertProfile .section-inner .alm-listing .single-item .author-name a {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #000000;
}
body.page-template-template-latham-blog-page .expertProfile .section-inner .alm-listing .single-item .author-desc,
body.author .expertProfile .section-inner .alm-listing .single-item .author-desc,
body.search-results .expertProfile .section-inner .alm-listing .single-item .author-desc,
body.search-no-results .expertProfile .section-inner .alm-listing .single-item .author-desc,
body.tax-blog-category .expertProfile .section-inner .alm-listing .single-item .author-desc,
body.blog-template-default .expertProfile .section-inner .alm-listing .single-item .author-desc,
body.page-template-template-latham-blog-articles .expertProfile .section-inner .alm-listing .single-item .author-desc,
body.tax-blog-tag .expertProfile .section-inner .alm-listing .single-item .author-desc,
body.page-template-template-page-builder .expertProfile .section-inner .alm-listing .single-item .author-desc,
body.single-products .expertProfile .section-inner .alm-listing .single-item .author-desc,
body.page-template-template-basic-page .expertProfile .section-inner .alm-listing .single-item .author-desc,
body.home .expertProfile .section-inner .alm-listing .single-item .author-desc,
.full-width #ajax-load-more .expertProfile .section-inner .alm-listing .single-item .author-desc {
  color: #000000;
  font-size: 16px;
}
body.page-template-template-latham-blog-page .expertProfile .section-inner .alm-listing .single-item .read-more,
body.author .expertProfile .section-inner .alm-listing .single-item .read-more,
body.search-results .expertProfile .section-inner .alm-listing .single-item .read-more,
body.search-no-results .expertProfile .section-inner .alm-listing .single-item .read-more,
body.tax-blog-category .expertProfile .section-inner .alm-listing .single-item .read-more,
body.blog-template-default .expertProfile .section-inner .alm-listing .single-item .read-more,
body.page-template-template-latham-blog-articles .expertProfile .section-inner .alm-listing .single-item .read-more,
body.tax-blog-tag .expertProfile .section-inner .alm-listing .single-item .read-more,
body.page-template-template-page-builder .expertProfile .section-inner .alm-listing .single-item .read-more,
body.single-products .expertProfile .section-inner .alm-listing .single-item .read-more,
body.page-template-template-basic-page .expertProfile .section-inner .alm-listing .single-item .read-more,
body.home .expertProfile .section-inner .alm-listing .single-item .read-more,
.full-width #ajax-load-more .expertProfile .section-inner .alm-listing .single-item .read-more {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0078a3;
  margin-top: 15px;
  display: block;
}
body.page-template-template-latham-blog-page .expertProfile .section-inner .alm-listing .single-item.Graham.Malia, body.page-template-template-latham-blog-page .expertProfile .section-inner .alm-listing .single-item.Seer, body.page-template-template-latham-blog-page .expertProfile .section-inner .alm-listing .single-item.WP.Admin, body.page-template-template-latham-blog-page .expertProfile .section-inner .alm-listing .single-item.Anthony.Palmeri, body.page-template-template-latham-blog-page .expertProfile .section-inner .alm-listing .single-item.Steve.Gafford, body.page-template-template-latham-blog-page .expertProfile .section-inner .alm-listing .single-item.minerva_support_guest_user, body.page-template-template-latham-blog-page .expertProfile .section-inner .alm-listing .single-item.krishadlock, body.page-template-template-latham-blog-page .expertProfile .section-inner .alm-listing .single-item.mindy,
body.author .expertProfile .section-inner .alm-listing .single-item.Graham.Malia,
body.author .expertProfile .section-inner .alm-listing .single-item.Seer,
body.author .expertProfile .section-inner .alm-listing .single-item.WP.Admin,
body.author .expertProfile .section-inner .alm-listing .single-item.Anthony.Palmeri,
body.author .expertProfile .section-inner .alm-listing .single-item.Steve.Gafford,
body.author .expertProfile .section-inner .alm-listing .single-item.minerva_support_guest_user,
body.author .expertProfile .section-inner .alm-listing .single-item.krishadlock,
body.author .expertProfile .section-inner .alm-listing .single-item.mindy,
body.search-results .expertProfile .section-inner .alm-listing .single-item.Graham.Malia,
body.search-results .expertProfile .section-inner .alm-listing .single-item.Seer,
body.search-results .expertProfile .section-inner .alm-listing .single-item.WP.Admin,
body.search-results .expertProfile .section-inner .alm-listing .single-item.Anthony.Palmeri,
body.search-results .expertProfile .section-inner .alm-listing .single-item.Steve.Gafford,
body.search-results .expertProfile .section-inner .alm-listing .single-item.minerva_support_guest_user,
body.search-results .expertProfile .section-inner .alm-listing .single-item.krishadlock,
body.search-results .expertProfile .section-inner .alm-listing .single-item.mindy,
body.search-no-results .expertProfile .section-inner .alm-listing .single-item.Graham.Malia,
body.search-no-results .expertProfile .section-inner .alm-listing .single-item.Seer,
body.search-no-results .expertProfile .section-inner .alm-listing .single-item.WP.Admin,
body.search-no-results .expertProfile .section-inner .alm-listing .single-item.Anthony.Palmeri,
body.search-no-results .expertProfile .section-inner .alm-listing .single-item.Steve.Gafford,
body.search-no-results .expertProfile .section-inner .alm-listing .single-item.minerva_support_guest_user,
body.search-no-results .expertProfile .section-inner .alm-listing .single-item.krishadlock,
body.search-no-results .expertProfile .section-inner .alm-listing .single-item.mindy,
body.tax-blog-category .expertProfile .section-inner .alm-listing .single-item.Graham.Malia,
body.tax-blog-category .expertProfile .section-inner .alm-listing .single-item.Seer,
body.tax-blog-category .expertProfile .section-inner .alm-listing .single-item.WP.Admin,
body.tax-blog-category .expertProfile .section-inner .alm-listing .single-item.Anthony.Palmeri,
body.tax-blog-category .expertProfile .section-inner .alm-listing .single-item.Steve.Gafford,
body.tax-blog-category .expertProfile .section-inner .alm-listing .single-item.minerva_support_guest_user,
body.tax-blog-category .expertProfile .section-inner .alm-listing .single-item.krishadlock,
body.tax-blog-category .expertProfile .section-inner .alm-listing .single-item.mindy,
body.blog-template-default .expertProfile .section-inner .alm-listing .single-item.Graham.Malia,
body.blog-template-default .expertProfile .section-inner .alm-listing .single-item.Seer,
body.blog-template-default .expertProfile .section-inner .alm-listing .single-item.WP.Admin,
body.blog-template-default .expertProfile .section-inner .alm-listing .single-item.Anthony.Palmeri,
body.blog-template-default .expertProfile .section-inner .alm-listing .single-item.Steve.Gafford,
body.blog-template-default .expertProfile .section-inner .alm-listing .single-item.minerva_support_guest_user,
body.blog-template-default .expertProfile .section-inner .alm-listing .single-item.krishadlock,
body.blog-template-default .expertProfile .section-inner .alm-listing .single-item.mindy,
body.page-template-template-latham-blog-articles .expertProfile .section-inner .alm-listing .single-item.Graham.Malia,
body.page-template-template-latham-blog-articles .expertProfile .section-inner .alm-listing .single-item.Seer,
body.page-template-template-latham-blog-articles .expertProfile .section-inner .alm-listing .single-item.WP.Admin,
body.page-template-template-latham-blog-articles .expertProfile .section-inner .alm-listing .single-item.Anthony.Palmeri,
body.page-template-template-latham-blog-articles .expertProfile .section-inner .alm-listing .single-item.Steve.Gafford,
body.page-template-template-latham-blog-articles .expertProfile .section-inner .alm-listing .single-item.minerva_support_guest_user,
body.page-template-template-latham-blog-articles .expertProfile .section-inner .alm-listing .single-item.krishadlock,
body.page-template-template-latham-blog-articles .expertProfile .section-inner .alm-listing .single-item.mindy,
body.tax-blog-tag .expertProfile .section-inner .alm-listing .single-item.Graham.Malia,
body.tax-blog-tag .expertProfile .section-inner .alm-listing .single-item.Seer,
body.tax-blog-tag .expertProfile .section-inner .alm-listing .single-item.WP.Admin,
body.tax-blog-tag .expertProfile .section-inner .alm-listing .single-item.Anthony.Palmeri,
body.tax-blog-tag .expertProfile .section-inner .alm-listing .single-item.Steve.Gafford,
body.tax-blog-tag .expertProfile .section-inner .alm-listing .single-item.minerva_support_guest_user,
body.tax-blog-tag .expertProfile .section-inner .alm-listing .single-item.krishadlock,
body.tax-blog-tag .expertProfile .section-inner .alm-listing .single-item.mindy,
body.page-template-template-page-builder .expertProfile .section-inner .alm-listing .single-item.Graham.Malia,
body.page-template-template-page-builder .expertProfile .section-inner .alm-listing .single-item.Seer,
body.page-template-template-page-builder .expertProfile .section-inner .alm-listing .single-item.WP.Admin,
body.page-template-template-page-builder .expertProfile .section-inner .alm-listing .single-item.Anthony.Palmeri,
body.page-template-template-page-builder .expertProfile .section-inner .alm-listing .single-item.Steve.Gafford,
body.page-template-template-page-builder .expertProfile .section-inner .alm-listing .single-item.minerva_support_guest_user,
body.page-template-template-page-builder .expertProfile .section-inner .alm-listing .single-item.krishadlock,
body.page-template-template-page-builder .expertProfile .section-inner .alm-listing .single-item.mindy,
body.single-products .expertProfile .section-inner .alm-listing .single-item.Graham.Malia,
body.single-products .expertProfile .section-inner .alm-listing .single-item.Seer,
body.single-products .expertProfile .section-inner .alm-listing .single-item.WP.Admin,
body.single-products .expertProfile .section-inner .alm-listing .single-item.Anthony.Palmeri,
body.single-products .expertProfile .section-inner .alm-listing .single-item.Steve.Gafford,
body.single-products .expertProfile .section-inner .alm-listing .single-item.minerva_support_guest_user,
body.single-products .expertProfile .section-inner .alm-listing .single-item.krishadlock,
body.single-products .expertProfile .section-inner .alm-listing .single-item.mindy,
body.page-template-template-basic-page .expertProfile .section-inner .alm-listing .single-item.Graham.Malia,
body.page-template-template-basic-page .expertProfile .section-inner .alm-listing .single-item.Seer,
body.page-template-template-basic-page .expertProfile .section-inner .alm-listing .single-item.WP.Admin,
body.page-template-template-basic-page .expertProfile .section-inner .alm-listing .single-item.Anthony.Palmeri,
body.page-template-template-basic-page .expertProfile .section-inner .alm-listing .single-item.Steve.Gafford,
body.page-template-template-basic-page .expertProfile .section-inner .alm-listing .single-item.minerva_support_guest_user,
body.page-template-template-basic-page .expertProfile .section-inner .alm-listing .single-item.krishadlock,
body.page-template-template-basic-page .expertProfile .section-inner .alm-listing .single-item.mindy,
body.home .expertProfile .section-inner .alm-listing .single-item.Graham.Malia,
body.home .expertProfile .section-inner .alm-listing .single-item.Seer,
body.home .expertProfile .section-inner .alm-listing .single-item.WP.Admin,
body.home .expertProfile .section-inner .alm-listing .single-item.Anthony.Palmeri,
body.home .expertProfile .section-inner .alm-listing .single-item.Steve.Gafford,
body.home .expertProfile .section-inner .alm-listing .single-item.minerva_support_guest_user,
body.home .expertProfile .section-inner .alm-listing .single-item.krishadlock,
body.home .expertProfile .section-inner .alm-listing .single-item.mindy,
.full-width #ajax-load-more .expertProfile .section-inner .alm-listing .single-item.Graham.Malia,
.full-width #ajax-load-more .expertProfile .section-inner .alm-listing .single-item.Seer,
.full-width #ajax-load-more .expertProfile .section-inner .alm-listing .single-item.WP.Admin,
.full-width #ajax-load-more .expertProfile .section-inner .alm-listing .single-item.Anthony.Palmeri,
.full-width #ajax-load-more .expertProfile .section-inner .alm-listing .single-item.Steve.Gafford,
.full-width #ajax-load-more .expertProfile .section-inner .alm-listing .single-item.minerva_support_guest_user,
.full-width #ajax-load-more .expertProfile .section-inner .alm-listing .single-item.krishadlock,
.full-width #ajax-load-more .expertProfile .section-inner .alm-listing .single-item.mindy {
  display: none !important;
}
body.page-template-template-latham-blog-page .authorProfile,
body.page-template-template-latham-blog-page .blogHeader,
body.author .authorProfile,
body.author .blogHeader,
body.search-results .authorProfile,
body.search-results .blogHeader,
body.search-no-results .authorProfile,
body.search-no-results .blogHeader,
body.tax-blog-category .authorProfile,
body.tax-blog-category .blogHeader,
body.blog-template-default .authorProfile,
body.blog-template-default .blogHeader,
body.page-template-template-latham-blog-articles .authorProfile,
body.page-template-template-latham-blog-articles .blogHeader,
body.tax-blog-tag .authorProfile,
body.tax-blog-tag .blogHeader,
body.page-template-template-page-builder .authorProfile,
body.page-template-template-page-builder .blogHeader,
body.single-products .authorProfile,
body.single-products .blogHeader,
body.page-template-template-basic-page .authorProfile,
body.page-template-template-basic-page .blogHeader,
body.home .authorProfile,
body.home .blogHeader,
.full-width #ajax-load-more .authorProfile,
.full-width #ajax-load-more .blogHeader {
  padding-top: 20px !important;
}
body.page-template-template-latham-blog-page .authorProfile .section-inner,
body.page-template-template-latham-blog-page .blogHeader .section-inner,
body.author .authorProfile .section-inner,
body.author .blogHeader .section-inner,
body.search-results .authorProfile .section-inner,
body.search-results .blogHeader .section-inner,
body.search-no-results .authorProfile .section-inner,
body.search-no-results .blogHeader .section-inner,
body.tax-blog-category .authorProfile .section-inner,
body.tax-blog-category .blogHeader .section-inner,
body.blog-template-default .authorProfile .section-inner,
body.blog-template-default .blogHeader .section-inner,
body.page-template-template-latham-blog-articles .authorProfile .section-inner,
body.page-template-template-latham-blog-articles .blogHeader .section-inner,
body.tax-blog-tag .authorProfile .section-inner,
body.tax-blog-tag .blogHeader .section-inner,
body.page-template-template-page-builder .authorProfile .section-inner,
body.page-template-template-page-builder .blogHeader .section-inner,
body.single-products .authorProfile .section-inner,
body.single-products .blogHeader .section-inner,
body.page-template-template-basic-page .authorProfile .section-inner,
body.page-template-template-basic-page .blogHeader .section-inner,
body.home .authorProfile .section-inner,
body.home .blogHeader .section-inner,
.full-width #ajax-load-more .authorProfile .section-inner,
.full-width #ajax-load-more .blogHeader .section-inner {
  max-width: 900px;
  display: block;
  margin: 0 auto;
}
body.page-template-template-latham-blog-page .authorProfile .section-inner .profileAvatar .imgWrapper,
body.page-template-template-latham-blog-page .blogHeader .section-inner .profileAvatar .imgWrapper,
body.author .authorProfile .section-inner .profileAvatar .imgWrapper,
body.author .blogHeader .section-inner .profileAvatar .imgWrapper,
body.search-results .authorProfile .section-inner .profileAvatar .imgWrapper,
body.search-results .blogHeader .section-inner .profileAvatar .imgWrapper,
body.search-no-results .authorProfile .section-inner .profileAvatar .imgWrapper,
body.search-no-results .blogHeader .section-inner .profileAvatar .imgWrapper,
body.tax-blog-category .authorProfile .section-inner .profileAvatar .imgWrapper,
body.tax-blog-category .blogHeader .section-inner .profileAvatar .imgWrapper,
body.blog-template-default .authorProfile .section-inner .profileAvatar .imgWrapper,
body.blog-template-default .blogHeader .section-inner .profileAvatar .imgWrapper,
body.page-template-template-latham-blog-articles .authorProfile .section-inner .profileAvatar .imgWrapper,
body.page-template-template-latham-blog-articles .blogHeader .section-inner .profileAvatar .imgWrapper,
body.tax-blog-tag .authorProfile .section-inner .profileAvatar .imgWrapper,
body.tax-blog-tag .blogHeader .section-inner .profileAvatar .imgWrapper,
body.page-template-template-page-builder .authorProfile .section-inner .profileAvatar .imgWrapper,
body.page-template-template-page-builder .blogHeader .section-inner .profileAvatar .imgWrapper,
body.single-products .authorProfile .section-inner .profileAvatar .imgWrapper,
body.single-products .blogHeader .section-inner .profileAvatar .imgWrapper,
body.page-template-template-basic-page .authorProfile .section-inner .profileAvatar .imgWrapper,
body.page-template-template-basic-page .blogHeader .section-inner .profileAvatar .imgWrapper,
body.home .authorProfile .section-inner .profileAvatar .imgWrapper,
body.home .blogHeader .section-inner .profileAvatar .imgWrapper,
.full-width #ajax-load-more .authorProfile .section-inner .profileAvatar .imgWrapper,
.full-width #ajax-load-more .blogHeader .section-inner .profileAvatar .imgWrapper {
  border-radius: 85px;
  overflow: hidden;
  max-width: 175px;
}
body.page-template-template-latham-blog-page .authorProfile .section-inner .profileAvatar .imgWrapper img,
body.page-template-template-latham-blog-page .blogHeader .section-inner .profileAvatar .imgWrapper img,
body.author .authorProfile .section-inner .profileAvatar .imgWrapper img,
body.author .blogHeader .section-inner .profileAvatar .imgWrapper img,
body.search-results .authorProfile .section-inner .profileAvatar .imgWrapper img,
body.search-results .blogHeader .section-inner .profileAvatar .imgWrapper img,
body.search-no-results .authorProfile .section-inner .profileAvatar .imgWrapper img,
body.search-no-results .blogHeader .section-inner .profileAvatar .imgWrapper img,
body.tax-blog-category .authorProfile .section-inner .profileAvatar .imgWrapper img,
body.tax-blog-category .blogHeader .section-inner .profileAvatar .imgWrapper img,
body.blog-template-default .authorProfile .section-inner .profileAvatar .imgWrapper img,
body.blog-template-default .blogHeader .section-inner .profileAvatar .imgWrapper img,
body.page-template-template-latham-blog-articles .authorProfile .section-inner .profileAvatar .imgWrapper img,
body.page-template-template-latham-blog-articles .blogHeader .section-inner .profileAvatar .imgWrapper img,
body.tax-blog-tag .authorProfile .section-inner .profileAvatar .imgWrapper img,
body.tax-blog-tag .blogHeader .section-inner .profileAvatar .imgWrapper img,
body.page-template-template-page-builder .authorProfile .section-inner .profileAvatar .imgWrapper img,
body.page-template-template-page-builder .blogHeader .section-inner .profileAvatar .imgWrapper img,
body.single-products .authorProfile .section-inner .profileAvatar .imgWrapper img,
body.single-products .blogHeader .section-inner .profileAvatar .imgWrapper img,
body.page-template-template-basic-page .authorProfile .section-inner .profileAvatar .imgWrapper img,
body.page-template-template-basic-page .blogHeader .section-inner .profileAvatar .imgWrapper img,
body.home .authorProfile .section-inner .profileAvatar .imgWrapper img,
body.home .blogHeader .section-inner .profileAvatar .imgWrapper img,
.full-width #ajax-load-more .authorProfile .section-inner .profileAvatar .imgWrapper img,
.full-width #ajax-load-more .blogHeader .section-inner .profileAvatar .imgWrapper img {
  width: 100%;
  height: auto;
  object-position: center;
  object-fit: cover;
  min-height: 155px;
}
body.page-template-template-latham-blog-page .authorProfile .section-inner .profileTxt,
body.page-template-template-latham-blog-page .blogHeader .section-inner .profileTxt,
body.author .authorProfile .section-inner .profileTxt,
body.author .blogHeader .section-inner .profileTxt,
body.search-results .authorProfile .section-inner .profileTxt,
body.search-results .blogHeader .section-inner .profileTxt,
body.search-no-results .authorProfile .section-inner .profileTxt,
body.search-no-results .blogHeader .section-inner .profileTxt,
body.tax-blog-category .authorProfile .section-inner .profileTxt,
body.tax-blog-category .blogHeader .section-inner .profileTxt,
body.blog-template-default .authorProfile .section-inner .profileTxt,
body.blog-template-default .blogHeader .section-inner .profileTxt,
body.page-template-template-latham-blog-articles .authorProfile .section-inner .profileTxt,
body.page-template-template-latham-blog-articles .blogHeader .section-inner .profileTxt,
body.tax-blog-tag .authorProfile .section-inner .profileTxt,
body.tax-blog-tag .blogHeader .section-inner .profileTxt,
body.page-template-template-page-builder .authorProfile .section-inner .profileTxt,
body.page-template-template-page-builder .blogHeader .section-inner .profileTxt,
body.single-products .authorProfile .section-inner .profileTxt,
body.single-products .blogHeader .section-inner .profileTxt,
body.page-template-template-basic-page .authorProfile .section-inner .profileTxt,
body.page-template-template-basic-page .blogHeader .section-inner .profileTxt,
body.home .authorProfile .section-inner .profileTxt,
body.home .blogHeader .section-inner .profileTxt,
.full-width #ajax-load-more .authorProfile .section-inner .profileTxt,
.full-width #ajax-load-more .blogHeader .section-inner .profileTxt {
  padding-top: 25px;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .authorProfile .section-inner .profileTxt,
  body.page-template-template-latham-blog-page .blogHeader .section-inner .profileTxt,
  body.author .authorProfile .section-inner .profileTxt,
  body.author .blogHeader .section-inner .profileTxt,
  body.search-results .authorProfile .section-inner .profileTxt,
  body.search-results .blogHeader .section-inner .profileTxt,
  body.search-no-results .authorProfile .section-inner .profileTxt,
  body.search-no-results .blogHeader .section-inner .profileTxt,
  body.tax-blog-category .authorProfile .section-inner .profileTxt,
  body.tax-blog-category .blogHeader .section-inner .profileTxt,
  body.blog-template-default .authorProfile .section-inner .profileTxt,
  body.blog-template-default .blogHeader .section-inner .profileTxt,
  body.page-template-template-latham-blog-articles .authorProfile .section-inner .profileTxt,
  body.page-template-template-latham-blog-articles .blogHeader .section-inner .profileTxt,
  body.tax-blog-tag .authorProfile .section-inner .profileTxt,
  body.tax-blog-tag .blogHeader .section-inner .profileTxt,
  body.page-template-template-page-builder .authorProfile .section-inner .profileTxt,
  body.page-template-template-page-builder .blogHeader .section-inner .profileTxt,
  body.single-products .authorProfile .section-inner .profileTxt,
  body.single-products .blogHeader .section-inner .profileTxt,
  body.page-template-template-basic-page .authorProfile .section-inner .profileTxt,
  body.page-template-template-basic-page .blogHeader .section-inner .profileTxt,
  body.home .authorProfile .section-inner .profileTxt,
  body.home .blogHeader .section-inner .profileTxt,
  .full-width #ajax-load-more .authorProfile .section-inner .profileTxt,
  .full-width #ajax-load-more .blogHeader .section-inner .profileTxt {
    padding-top: 0;
  }
}
body.page-template-template-latham-blog-page .authorProfile .section-inner .profileTxt #author-details,
body.page-template-template-latham-blog-page .blogHeader .section-inner .profileTxt #author-details,
body.author .authorProfile .section-inner .profileTxt #author-details,
body.author .blogHeader .section-inner .profileTxt #author-details,
body.search-results .authorProfile .section-inner .profileTxt #author-details,
body.search-results .blogHeader .section-inner .profileTxt #author-details,
body.search-no-results .authorProfile .section-inner .profileTxt #author-details,
body.search-no-results .blogHeader .section-inner .profileTxt #author-details,
body.tax-blog-category .authorProfile .section-inner .profileTxt #author-details,
body.tax-blog-category .blogHeader .section-inner .profileTxt #author-details,
body.blog-template-default .authorProfile .section-inner .profileTxt #author-details,
body.blog-template-default .blogHeader .section-inner .profileTxt #author-details,
body.page-template-template-latham-blog-articles .authorProfile .section-inner .profileTxt #author-details,
body.page-template-template-latham-blog-articles .blogHeader .section-inner .profileTxt #author-details,
body.tax-blog-tag .authorProfile .section-inner .profileTxt #author-details,
body.tax-blog-tag .blogHeader .section-inner .profileTxt #author-details,
body.page-template-template-page-builder .authorProfile .section-inner .profileTxt #author-details,
body.page-template-template-page-builder .blogHeader .section-inner .profileTxt #author-details,
body.single-products .authorProfile .section-inner .profileTxt #author-details,
body.single-products .blogHeader .section-inner .profileTxt #author-details,
body.page-template-template-basic-page .authorProfile .section-inner .profileTxt #author-details,
body.page-template-template-basic-page .blogHeader .section-inner .profileTxt #author-details,
body.home .authorProfile .section-inner .profileTxt #author-details,
body.home .blogHeader .section-inner .profileTxt #author-details,
.full-width #ajax-load-more .authorProfile .section-inner .profileTxt #author-details,
.full-width #ajax-load-more .blogHeader .section-inner .profileTxt #author-details {
  color: #000000;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
body.page-template-template-latham-blog-page .authorProfile .section-inner .profileTxt h2,
body.page-template-template-latham-blog-page .blogHeader .section-inner .profileTxt h2,
body.author .authorProfile .section-inner .profileTxt h2,
body.author .blogHeader .section-inner .profileTxt h2,
body.search-results .authorProfile .section-inner .profileTxt h2,
body.search-results .blogHeader .section-inner .profileTxt h2,
body.search-no-results .authorProfile .section-inner .profileTxt h2,
body.search-no-results .blogHeader .section-inner .profileTxt h2,
body.tax-blog-category .authorProfile .section-inner .profileTxt h2,
body.tax-blog-category .blogHeader .section-inner .profileTxt h2,
body.blog-template-default .authorProfile .section-inner .profileTxt h2,
body.blog-template-default .blogHeader .section-inner .profileTxt h2,
body.page-template-template-latham-blog-articles .authorProfile .section-inner .profileTxt h2,
body.page-template-template-latham-blog-articles .blogHeader .section-inner .profileTxt h2,
body.tax-blog-tag .authorProfile .section-inner .profileTxt h2,
body.tax-blog-tag .blogHeader .section-inner .profileTxt h2,
body.page-template-template-page-builder .authorProfile .section-inner .profileTxt h2,
body.page-template-template-page-builder .blogHeader .section-inner .profileTxt h2,
body.single-products .authorProfile .section-inner .profileTxt h2,
body.single-products .blogHeader .section-inner .profileTxt h2,
body.page-template-template-basic-page .authorProfile .section-inner .profileTxt h2,
body.page-template-template-basic-page .blogHeader .section-inner .profileTxt h2,
body.home .authorProfile .section-inner .profileTxt h2,
body.home .blogHeader .section-inner .profileTxt h2,
.full-width #ajax-load-more .authorProfile .section-inner .profileTxt h2,
.full-width #ajax-load-more .blogHeader .section-inner .profileTxt h2 {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .authorProfile .section-inner .profileTxt h2,
  body.page-template-template-latham-blog-page .blogHeader .section-inner .profileTxt h2,
  body.author .authorProfile .section-inner .profileTxt h2,
  body.author .blogHeader .section-inner .profileTxt h2,
  body.search-results .authorProfile .section-inner .profileTxt h2,
  body.search-results .blogHeader .section-inner .profileTxt h2,
  body.search-no-results .authorProfile .section-inner .profileTxt h2,
  body.search-no-results .blogHeader .section-inner .profileTxt h2,
  body.tax-blog-category .authorProfile .section-inner .profileTxt h2,
  body.tax-blog-category .blogHeader .section-inner .profileTxt h2,
  body.blog-template-default .authorProfile .section-inner .profileTxt h2,
  body.blog-template-default .blogHeader .section-inner .profileTxt h2,
  body.page-template-template-latham-blog-articles .authorProfile .section-inner .profileTxt h2,
  body.page-template-template-latham-blog-articles .blogHeader .section-inner .profileTxt h2,
  body.tax-blog-tag .authorProfile .section-inner .profileTxt h2,
  body.tax-blog-tag .blogHeader .section-inner .profileTxt h2,
  body.page-template-template-page-builder .authorProfile .section-inner .profileTxt h2,
  body.page-template-template-page-builder .blogHeader .section-inner .profileTxt h2,
  body.single-products .authorProfile .section-inner .profileTxt h2,
  body.single-products .blogHeader .section-inner .profileTxt h2,
  body.page-template-template-basic-page .authorProfile .section-inner .profileTxt h2,
  body.page-template-template-basic-page .blogHeader .section-inner .profileTxt h2,
  body.home .authorProfile .section-inner .profileTxt h2,
  body.home .blogHeader .section-inner .profileTxt h2,
  .full-width #ajax-load-more .authorProfile .section-inner .profileTxt h2,
  .full-width #ajax-load-more .blogHeader .section-inner .profileTxt h2 {
    font-size: 36px;
  }
}
body.page-template-template-latham-blog-page .authorProfile .section-inner .profileTxt h3,
body.page-template-template-latham-blog-page .blogHeader .section-inner .profileTxt h3,
body.author .authorProfile .section-inner .profileTxt h3,
body.author .blogHeader .section-inner .profileTxt h3,
body.search-results .authorProfile .section-inner .profileTxt h3,
body.search-results .blogHeader .section-inner .profileTxt h3,
body.search-no-results .authorProfile .section-inner .profileTxt h3,
body.search-no-results .blogHeader .section-inner .profileTxt h3,
body.tax-blog-category .authorProfile .section-inner .profileTxt h3,
body.tax-blog-category .blogHeader .section-inner .profileTxt h3,
body.blog-template-default .authorProfile .section-inner .profileTxt h3,
body.blog-template-default .blogHeader .section-inner .profileTxt h3,
body.page-template-template-latham-blog-articles .authorProfile .section-inner .profileTxt h3,
body.page-template-template-latham-blog-articles .blogHeader .section-inner .profileTxt h3,
body.tax-blog-tag .authorProfile .section-inner .profileTxt h3,
body.tax-blog-tag .blogHeader .section-inner .profileTxt h3,
body.page-template-template-page-builder .authorProfile .section-inner .profileTxt h3,
body.page-template-template-page-builder .blogHeader .section-inner .profileTxt h3,
body.single-products .authorProfile .section-inner .profileTxt h3,
body.single-products .blogHeader .section-inner .profileTxt h3,
body.page-template-template-basic-page .authorProfile .section-inner .profileTxt h3,
body.page-template-template-basic-page .blogHeader .section-inner .profileTxt h3,
body.home .authorProfile .section-inner .profileTxt h3,
body.home .blogHeader .section-inner .profileTxt h3,
.full-width #ajax-load-more .authorProfile .section-inner .profileTxt h3,
.full-width #ajax-load-more .blogHeader .section-inner .profileTxt h3 {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #0078a3;
  color: #ffffff;
  padding: 4px 10px 3px;
  margin-right: 10px;
  display: inline-block;
}
body.page-template-template-latham-blog-page .authorProfile .section-inner .profileTxt h4,
body.page-template-template-latham-blog-page .blogHeader .section-inner .profileTxt h4,
body.author .authorProfile .section-inner .profileTxt h4,
body.author .blogHeader .section-inner .profileTxt h4,
body.search-results .authorProfile .section-inner .profileTxt h4,
body.search-results .blogHeader .section-inner .profileTxt h4,
body.search-no-results .authorProfile .section-inner .profileTxt h4,
body.search-no-results .blogHeader .section-inner .profileTxt h4,
body.tax-blog-category .authorProfile .section-inner .profileTxt h4,
body.tax-blog-category .blogHeader .section-inner .profileTxt h4,
body.blog-template-default .authorProfile .section-inner .profileTxt h4,
body.blog-template-default .blogHeader .section-inner .profileTxt h4,
body.page-template-template-latham-blog-articles .authorProfile .section-inner .profileTxt h4,
body.page-template-template-latham-blog-articles .blogHeader .section-inner .profileTxt h4,
body.tax-blog-tag .authorProfile .section-inner .profileTxt h4,
body.tax-blog-tag .blogHeader .section-inner .profileTxt h4,
body.page-template-template-page-builder .authorProfile .section-inner .profileTxt h4,
body.page-template-template-page-builder .blogHeader .section-inner .profileTxt h4,
body.single-products .authorProfile .section-inner .profileTxt h4,
body.single-products .blogHeader .section-inner .profileTxt h4,
body.page-template-template-basic-page .authorProfile .section-inner .profileTxt h4,
body.page-template-template-basic-page .blogHeader .section-inner .profileTxt h4,
body.home .authorProfile .section-inner .profileTxt h4,
body.home .blogHeader .section-inner .profileTxt h4,
.full-width #ajax-load-more .authorProfile .section-inner .profileTxt h4,
.full-width #ajax-load-more .blogHeader .section-inner .profileTxt h4 {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.8px;
  color: #000000;
  margin-top: 40px;
  text-transform: uppercase;
}
body.page-template-template-latham-blog-page .authorProfile .section-inner .profileTxt p,
body.page-template-template-latham-blog-page .blogHeader .section-inner .profileTxt p,
body.author .authorProfile .section-inner .profileTxt p,
body.author .blogHeader .section-inner .profileTxt p,
body.search-results .authorProfile .section-inner .profileTxt p,
body.search-results .blogHeader .section-inner .profileTxt p,
body.search-no-results .authorProfile .section-inner .profileTxt p,
body.search-no-results .blogHeader .section-inner .profileTxt p,
body.tax-blog-category .authorProfile .section-inner .profileTxt p,
body.tax-blog-category .blogHeader .section-inner .profileTxt p,
body.blog-template-default .authorProfile .section-inner .profileTxt p,
body.blog-template-default .blogHeader .section-inner .profileTxt p,
body.page-template-template-latham-blog-articles .authorProfile .section-inner .profileTxt p,
body.page-template-template-latham-blog-articles .blogHeader .section-inner .profileTxt p,
body.tax-blog-tag .authorProfile .section-inner .profileTxt p,
body.tax-blog-tag .blogHeader .section-inner .profileTxt p,
body.page-template-template-page-builder .authorProfile .section-inner .profileTxt p,
body.page-template-template-page-builder .blogHeader .section-inner .profileTxt p,
body.single-products .authorProfile .section-inner .profileTxt p,
body.single-products .blogHeader .section-inner .profileTxt p,
body.page-template-template-basic-page .authorProfile .section-inner .profileTxt p,
body.page-template-template-basic-page .blogHeader .section-inner .profileTxt p,
body.home .authorProfile .section-inner .profileTxt p,
body.home .blogHeader .section-inner .profileTxt p,
.full-width #ajax-load-more .authorProfile .section-inner .profileTxt p,
.full-width #ajax-load-more .blogHeader .section-inner .profileTxt p {
  color: #000000;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
body.page-template-template-latham-blog-page .authorProfile .section-inner .profileTxt dd,
body.page-template-template-latham-blog-page .blogHeader .section-inner .profileTxt dd,
body.author .authorProfile .section-inner .profileTxt dd,
body.author .blogHeader .section-inner .profileTxt dd,
body.search-results .authorProfile .section-inner .profileTxt dd,
body.search-results .blogHeader .section-inner .profileTxt dd,
body.search-no-results .authorProfile .section-inner .profileTxt dd,
body.search-no-results .blogHeader .section-inner .profileTxt dd,
body.tax-blog-category .authorProfile .section-inner .profileTxt dd,
body.tax-blog-category .blogHeader .section-inner .profileTxt dd,
body.blog-template-default .authorProfile .section-inner .profileTxt dd,
body.blog-template-default .blogHeader .section-inner .profileTxt dd,
body.page-template-template-latham-blog-articles .authorProfile .section-inner .profileTxt dd,
body.page-template-template-latham-blog-articles .blogHeader .section-inner .profileTxt dd,
body.tax-blog-tag .authorProfile .section-inner .profileTxt dd,
body.tax-blog-tag .blogHeader .section-inner .profileTxt dd,
body.page-template-template-page-builder .authorProfile .section-inner .profileTxt dd,
body.page-template-template-page-builder .blogHeader .section-inner .profileTxt dd,
body.single-products .authorProfile .section-inner .profileTxt dd,
body.single-products .blogHeader .section-inner .profileTxt dd,
body.page-template-template-basic-page .authorProfile .section-inner .profileTxt dd,
body.page-template-template-basic-page .blogHeader .section-inner .profileTxt dd,
body.home .authorProfile .section-inner .profileTxt dd,
body.home .blogHeader .section-inner .profileTxt dd,
.full-width #ajax-load-more .authorProfile .section-inner .profileTxt dd,
.full-width #ajax-load-more .blogHeader .section-inner .profileTxt dd {
  margin-bottom: 0;
}
body.page-template-template-latham-blog-page .alm-listing.alm-ajax.blog-articles,
body.page-template-template-latham-blog-page .alm-listing.alm-ajax,
body.author .alm-listing.alm-ajax.blog-articles,
body.author .alm-listing.alm-ajax,
body.search-results .alm-listing.alm-ajax.blog-articles,
body.search-results .alm-listing.alm-ajax,
body.search-no-results .alm-listing.alm-ajax.blog-articles,
body.search-no-results .alm-listing.alm-ajax,
body.tax-blog-category .alm-listing.alm-ajax.blog-articles,
body.tax-blog-category .alm-listing.alm-ajax,
body.blog-template-default .alm-listing.alm-ajax.blog-articles,
body.blog-template-default .alm-listing.alm-ajax,
body.page-template-template-latham-blog-articles .alm-listing.alm-ajax.blog-articles,
body.page-template-template-latham-blog-articles .alm-listing.alm-ajax,
body.tax-blog-tag .alm-listing.alm-ajax.blog-articles,
body.tax-blog-tag .alm-listing.alm-ajax,
body.page-template-template-page-builder .alm-listing.alm-ajax.blog-articles,
body.page-template-template-page-builder .alm-listing.alm-ajax,
body.single-products .alm-listing.alm-ajax.blog-articles,
body.single-products .alm-listing.alm-ajax,
body.page-template-template-basic-page .alm-listing.alm-ajax.blog-articles,
body.page-template-template-basic-page .alm-listing.alm-ajax,
body.home .alm-listing.alm-ajax.blog-articles,
body.home .alm-listing.alm-ajax,
.full-width #ajax-load-more .alm-listing.alm-ajax.blog-articles,
.full-width #ajax-load-more .alm-listing.alm-ajax {
  padding: 0 10px 0 10px;
  margin-right: 0;
  margin-left: 0;
  transition: all 0.3s ease-in-out;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .alm-listing.alm-ajax.blog-articles,
  body.page-template-template-latham-blog-page .alm-listing.alm-ajax,
  body.author .alm-listing.alm-ajax.blog-articles,
  body.author .alm-listing.alm-ajax,
  body.search-results .alm-listing.alm-ajax.blog-articles,
  body.search-results .alm-listing.alm-ajax,
  body.search-no-results .alm-listing.alm-ajax.blog-articles,
  body.search-no-results .alm-listing.alm-ajax,
  body.tax-blog-category .alm-listing.alm-ajax.blog-articles,
  body.tax-blog-category .alm-listing.alm-ajax,
  body.blog-template-default .alm-listing.alm-ajax.blog-articles,
  body.blog-template-default .alm-listing.alm-ajax,
  body.page-template-template-latham-blog-articles .alm-listing.alm-ajax.blog-articles,
  body.page-template-template-latham-blog-articles .alm-listing.alm-ajax,
  body.tax-blog-tag .alm-listing.alm-ajax.blog-articles,
  body.tax-blog-tag .alm-listing.alm-ajax,
  body.page-template-template-page-builder .alm-listing.alm-ajax.blog-articles,
  body.page-template-template-page-builder .alm-listing.alm-ajax,
  body.single-products .alm-listing.alm-ajax.blog-articles,
  body.single-products .alm-listing.alm-ajax,
  body.page-template-template-basic-page .alm-listing.alm-ajax.blog-articles,
  body.page-template-template-basic-page .alm-listing.alm-ajax,
  body.home .alm-listing.alm-ajax.blog-articles,
  body.home .alm-listing.alm-ajax,
  .full-width #ajax-load-more .alm-listing.alm-ajax.blog-articles,
  .full-width #ajax-load-more .alm-listing.alm-ajax {
    padding: 0 40px 0 40px;
  }
}
body.page-template-template-latham-blog-page .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
body.page-template-template-latham-blog-page .alm-listing.alm-ajax .blog-card.product-card,
body.author .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
body.author .alm-listing.alm-ajax .blog-card.product-card,
body.search-results .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
body.search-results .alm-listing.alm-ajax .blog-card.product-card,
body.search-no-results .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
body.search-no-results .alm-listing.alm-ajax .blog-card.product-card,
body.tax-blog-category .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
body.tax-blog-category .alm-listing.alm-ajax .blog-card.product-card,
body.blog-template-default .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
body.blog-template-default .alm-listing.alm-ajax .blog-card.product-card,
body.page-template-template-latham-blog-articles .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
body.page-template-template-latham-blog-articles .alm-listing.alm-ajax .blog-card.product-card,
body.tax-blog-tag .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
body.tax-blog-tag .alm-listing.alm-ajax .blog-card.product-card,
body.page-template-template-page-builder .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
body.page-template-template-page-builder .alm-listing.alm-ajax .blog-card.product-card,
body.single-products .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
body.single-products .alm-listing.alm-ajax .blog-card.product-card,
body.page-template-template-basic-page .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
body.page-template-template-basic-page .alm-listing.alm-ajax .blog-card.product-card,
body.home .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
body.home .alm-listing.alm-ajax .blog-card.product-card,
.full-width #ajax-load-more .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
.full-width #ajax-load-more .alm-listing.alm-ajax .blog-card.product-card {
  max-width: 100% !important;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
  body.page-template-template-latham-blog-page .alm-listing.alm-ajax .blog-card.product-card,
  body.author .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
  body.author .alm-listing.alm-ajax .blog-card.product-card,
  body.search-results .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
  body.search-results .alm-listing.alm-ajax .blog-card.product-card,
  body.search-no-results .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
  body.search-no-results .alm-listing.alm-ajax .blog-card.product-card,
  body.tax-blog-category .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
  body.tax-blog-category .alm-listing.alm-ajax .blog-card.product-card,
  body.blog-template-default .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
  body.blog-template-default .alm-listing.alm-ajax .blog-card.product-card,
  body.page-template-template-latham-blog-articles .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
  body.page-template-template-latham-blog-articles .alm-listing.alm-ajax .blog-card.product-card,
  body.tax-blog-tag .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
  body.tax-blog-tag .alm-listing.alm-ajax .blog-card.product-card,
  body.page-template-template-page-builder .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
  body.page-template-template-page-builder .alm-listing.alm-ajax .blog-card.product-card,
  body.single-products .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
  body.single-products .alm-listing.alm-ajax .blog-card.product-card,
  body.page-template-template-basic-page .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
  body.page-template-template-basic-page .alm-listing.alm-ajax .blog-card.product-card,
  body.home .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
  body.home .alm-listing.alm-ajax .blog-card.product-card,
  .full-width #ajax-load-more .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
  .full-width #ajax-load-more .alm-listing.alm-ajax .blog-card.product-card {
    max-width: 48% !important;
    flex: 0 0 48%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
  body.page-template-template-latham-blog-page .alm-listing.alm-ajax .blog-card.product-card,
  body.author .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
  body.author .alm-listing.alm-ajax .blog-card.product-card,
  body.search-results .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
  body.search-results .alm-listing.alm-ajax .blog-card.product-card,
  body.search-no-results .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
  body.search-no-results .alm-listing.alm-ajax .blog-card.product-card,
  body.tax-blog-category .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
  body.tax-blog-category .alm-listing.alm-ajax .blog-card.product-card,
  body.blog-template-default .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
  body.blog-template-default .alm-listing.alm-ajax .blog-card.product-card,
  body.page-template-template-latham-blog-articles .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
  body.page-template-template-latham-blog-articles .alm-listing.alm-ajax .blog-card.product-card,
  body.tax-blog-tag .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
  body.tax-blog-tag .alm-listing.alm-ajax .blog-card.product-card,
  body.page-template-template-page-builder .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
  body.page-template-template-page-builder .alm-listing.alm-ajax .blog-card.product-card,
  body.single-products .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
  body.single-products .alm-listing.alm-ajax .blog-card.product-card,
  body.page-template-template-basic-page .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
  body.page-template-template-basic-page .alm-listing.alm-ajax .blog-card.product-card,
  body.home .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
  body.home .alm-listing.alm-ajax .blog-card.product-card,
  .full-width #ajax-load-more .alm-listing.alm-ajax.blog-articles .blog-card.product-card,
  .full-width #ajax-load-more .alm-listing.alm-ajax .blog-card.product-card {
    max-width: 32% !important;
    flex: 0 0 32%;
  }
}
body.page-template-template-latham-blog-page .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap,
body.page-template-template-latham-blog-page .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap,
body.author .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap,
body.author .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap,
body.search-results .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap,
body.search-results .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap,
body.search-no-results .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap,
body.search-no-results .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap,
body.tax-blog-category .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap,
body.tax-blog-category .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap,
body.blog-template-default .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap,
body.blog-template-default .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap,
body.page-template-template-latham-blog-articles .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap,
body.page-template-template-latham-blog-articles .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap,
body.tax-blog-tag .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap,
body.tax-blog-tag .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap,
body.page-template-template-page-builder .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap,
body.page-template-template-page-builder .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap,
body.single-products .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap,
body.single-products .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap,
body.page-template-template-basic-page .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap,
body.page-template-template-basic-page .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap,
body.home .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap,
body.home .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap,
.full-width #ajax-load-more .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap,
.full-width #ajax-load-more .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap {
  justify-content: flex-start;
  flex-direction: row;
  display: flex;
}
body.page-template-template-latham-blog-page .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-latham-blog-page .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.author .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.author .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.search-results .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.search-results .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.search-no-results .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.search-no-results .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-category .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-category .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.blog-template-default .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.blog-template-default .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-latham-blog-articles .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-latham-blog-articles .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-tag .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-tag .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-page-builder .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-page-builder .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.single-products .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.single-products .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-basic-page .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-basic-page .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.home .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.home .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
.full-width #ajax-load-more .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
.full-width #ajax-load-more .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap {
  flex: 0 0 100%;
  width: 100%;
  height: auto !important;
  overflow: hidden;
  max-width: none !important;
  padding: 0 0;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.page-template-template-latham-blog-page .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.author .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.author .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.search-results .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.search-results .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.search-no-results .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.search-no-results .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.tax-blog-category .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.tax-blog-category .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.blog-template-default .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.blog-template-default .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.page-template-template-latham-blog-articles .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.page-template-template-latham-blog-articles .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.tax-blog-tag .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.tax-blog-tag .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.page-template-template-page-builder .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.page-template-template-page-builder .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.single-products .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.single-products .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.page-template-template-basic-page .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.page-template-template-basic-page .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.home .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
  body.home .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
  .full-width #ajax-load-more .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
  .full-width #ajax-load-more .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap {
    padding: 0 0;
  }
}
body.page-template-template-latham-blog-page .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-latham-blog-page .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.author .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.author .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.search-results .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.search-results .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.search-no-results .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.search-no-results .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.tax-blog-category .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.tax-blog-category .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.blog-template-default .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.blog-template-default .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-latham-blog-articles .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-latham-blog-articles .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.tax-blog-tag .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.tax-blog-tag .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-page-builder .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-page-builder .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.single-products .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.single-products .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-basic-page .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-basic-page .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.home .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.home .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
.full-width #ajax-load-more .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
.full-width #ajax-load-more .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image {
  border-radius: 7px;
  aspect-ratio: 6/4;
  max-height: none !important;
}
body.page-template-template-latham-blog-page .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image:hover,
body.page-template-template-latham-blog-page .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image:hover,
body.author .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image:hover,
body.author .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image:hover,
body.search-results .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image:hover,
body.search-results .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image:hover,
body.search-no-results .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image:hover,
body.search-no-results .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image:hover,
body.tax-blog-category .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image:hover,
body.tax-blog-category .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image:hover,
body.blog-template-default .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image:hover,
body.blog-template-default .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image:hover,
body.page-template-template-latham-blog-articles .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image:hover,
body.page-template-template-latham-blog-articles .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image:hover,
body.tax-blog-tag .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image:hover,
body.tax-blog-tag .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image:hover,
body.page-template-template-page-builder .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image:hover,
body.page-template-template-page-builder .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image:hover,
body.single-products .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image:hover,
body.single-products .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image:hover,
body.page-template-template-basic-page .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image:hover,
body.page-template-template-basic-page .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image:hover,
body.home .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image:hover,
body.home .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image:hover,
.full-width #ajax-load-more .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image:hover,
.full-width #ajax-load-more .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image:hover {
  opacity: 0.8;
}
body.page-template-template-latham-blog-page .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-latham-blog-page .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.author .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.author .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.search-results .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.search-results .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.search-no-results .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.search-no-results .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.tax-blog-category .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.tax-blog-category .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.blog-template-default .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.blog-template-default .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-latham-blog-articles .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-latham-blog-articles .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.tax-blog-tag .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.tax-blog-tag .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-page-builder .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-page-builder .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.single-products .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.single-products .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-basic-page .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-basic-page .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.home .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.home .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
.full-width #ajax-load-more .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
.full-width #ajax-load-more .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img {
  height: 100% !important;
  border-radius: 7px;
  object-fit: cover !important;
  max-height: none;
  max-width: none;
  width: 100%;
}
body.page-template-template-latham-blog-page .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-latham-blog-page .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.author .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.author .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.search-results .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.search-results .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.search-no-results .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.search-no-results .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.tax-blog-category .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.tax-blog-category .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.blog-template-default .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.blog-template-default .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-latham-blog-articles .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-latham-blog-articles .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.tax-blog-tag .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.tax-blog-tag .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-page-builder .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-page-builder .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.single-products .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.single-products .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-basic-page .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-basic-page .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.home .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.home .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
.full-width #ajax-load-more .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
.full-width #ajax-load-more .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content {
  flex: 0 0 93%;
  width: 93%;
  max-width: 93% !important;
  border-radius: 7px;
  max-width: none;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 5px 15px 15px;
  text-align: left;
  flex-grow: 2 !important;
  flex-direction: column !important;
  justify-content: flex-start;
  margin-top: -60px;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-latham-blog-page .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.author .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.author .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.search-results .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.search-results .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.search-no-results .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.search-no-results .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.tax-blog-category .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.tax-blog-category .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.blog-template-default .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.blog-template-default .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-latham-blog-articles .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-latham-blog-articles .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.tax-blog-tag .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.tax-blog-tag .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-page-builder .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-page-builder .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.single-products .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.single-products .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-basic-page .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-basic-page .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.home .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.home .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  .full-width #ajax-load-more .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  .full-width #ajax-load-more .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content {
    padding: 20px;
    margin-top: -60px;
    background-color: #ffffff;
  }
}
body.page-template-template-latham-blog-page .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-latham-blog-page .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.author .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.author .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.search-results .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.search-results .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.search-no-results .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.search-no-results .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.tax-blog-category .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.tax-blog-category .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.blog-template-default .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.blog-template-default .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-latham-blog-articles .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-latham-blog-articles .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.tax-blog-tag .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.tax-blog-tag .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-page-builder .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-page-builder .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.single-products .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.single-products .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-basic-page .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-basic-page .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.home .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.home .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
.full-width #ajax-load-more .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
.full-width #ajax-load-more .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4 {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
body.page-template-template-latham-blog-page .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.page-template-template-latham-blog-page .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.author .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.author .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.search-results .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.search-results .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.search-no-results .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.search-no-results .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.tax-blog-category .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.tax-blog-category .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.blog-template-default .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.blog-template-default .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.page-template-template-latham-blog-articles .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.page-template-template-latham-blog-articles .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.tax-blog-tag .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.tax-blog-tag .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.page-template-template-page-builder .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.page-template-template-page-builder .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.single-products .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.single-products .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.page-template-template-basic-page .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.page-template-template-basic-page .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.home .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
body.home .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
.full-width #ajax-load-more .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta,
.full-width #ajax-load-more .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta {
  margin-bottom: 0;
}
body.page-template-template-latham-blog-page .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a h5,
body.page-template-template-latham-blog-page .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a h5,
body.author .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a h5,
body.author .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a h5,
body.search-results .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a h5,
body.search-results .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a h5,
body.search-no-results .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a h5,
body.search-no-results .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a h5,
body.tax-blog-category .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a h5,
body.tax-blog-category .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a h5,
body.blog-template-default .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a h5,
body.blog-template-default .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a h5,
body.page-template-template-latham-blog-articles .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a h5,
body.page-template-template-latham-blog-articles .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a h5,
body.tax-blog-tag .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a h5,
body.tax-blog-tag .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a h5,
body.page-template-template-page-builder .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a h5,
body.page-template-template-page-builder .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a h5,
body.single-products .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a h5,
body.single-products .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a h5,
body.page-template-template-basic-page .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a h5,
body.page-template-template-basic-page .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a h5,
body.home .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a h5,
body.home .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a h5,
.full-width #ajax-load-more .alm-listing.alm-ajax.blog-articles .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a h5,
.full-width #ajax-load-more .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__meta a h5 {
  margin-bottom: 0;
}
body.page-template-template-latham-blog-page .alm-listing.alm-ajax.blog-articles,
body.author .alm-listing.alm-ajax.blog-articles,
body.search-results .alm-listing.alm-ajax.blog-articles,
body.search-no-results .alm-listing.alm-ajax.blog-articles,
body.tax-blog-category .alm-listing.alm-ajax.blog-articles,
body.blog-template-default .alm-listing.alm-ajax.blog-articles,
body.page-template-template-latham-blog-articles .alm-listing.alm-ajax.blog-articles,
body.tax-blog-tag .alm-listing.alm-ajax.blog-articles,
body.page-template-template-page-builder .alm-listing.alm-ajax.blog-articles,
body.single-products .alm-listing.alm-ajax.blog-articles,
body.page-template-template-basic-page .alm-listing.alm-ajax.blog-articles,
body.home .alm-listing.alm-ajax.blog-articles,
.full-width #ajax-load-more .alm-listing.alm-ajax.blog-articles {
  margin-right: -23px;
  margin-left: -23px;
}
body.page-template-template-latham-blog-page .popular-articles .section-inner .button-list,
body.author .popular-articles .section-inner .button-list,
body.search-results .popular-articles .section-inner .button-list,
body.search-no-results .popular-articles .section-inner .button-list,
body.tax-blog-category .popular-articles .section-inner .button-list,
body.blog-template-default .popular-articles .section-inner .button-list,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .button-list,
body.tax-blog-tag .popular-articles .section-inner .button-list,
body.page-template-template-page-builder .popular-articles .section-inner .button-list,
body.single-products .popular-articles .section-inner .button-list,
body.page-template-template-basic-page .popular-articles .section-inner .button-list,
body.home .popular-articles .section-inner .button-list,
.full-width #ajax-load-more .popular-articles .section-inner .button-list {
  text-align: center;
  margin-top: 30px;
}
body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards,
body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing,
body.author .popular-articles .section-inner .blog-cards,
body.author .popular-articles .section-inner .alm-listing,
body.search-results .popular-articles .section-inner .blog-cards,
body.search-results .popular-articles .section-inner .alm-listing,
body.search-no-results .popular-articles .section-inner .blog-cards,
body.search-no-results .popular-articles .section-inner .alm-listing,
body.tax-blog-category .popular-articles .section-inner .blog-cards,
body.tax-blog-category .popular-articles .section-inner .alm-listing,
body.blog-template-default .popular-articles .section-inner .blog-cards,
body.blog-template-default .popular-articles .section-inner .alm-listing,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing,
body.tax-blog-tag .popular-articles .section-inner .blog-cards,
body.tax-blog-tag .popular-articles .section-inner .alm-listing,
body.page-template-template-page-builder .popular-articles .section-inner .blog-cards,
body.page-template-template-page-builder .popular-articles .section-inner .alm-listing,
body.single-products .popular-articles .section-inner .blog-cards,
body.single-products .popular-articles .section-inner .alm-listing,
body.page-template-template-basic-page .popular-articles .section-inner .blog-cards,
body.page-template-template-basic-page .popular-articles .section-inner .alm-listing,
body.home .popular-articles .section-inner .blog-cards,
body.home .popular-articles .section-inner .alm-listing,
.full-width #ajax-load-more .popular-articles .section-inner .blog-cards,
.full-width #ajax-load-more .popular-articles .section-inner .alm-listing {
  padding: 0 40px 0 40px;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards,
  body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing,
  body.author .popular-articles .section-inner .blog-cards,
  body.author .popular-articles .section-inner .alm-listing,
  body.search-results .popular-articles .section-inner .blog-cards,
  body.search-results .popular-articles .section-inner .alm-listing,
  body.search-no-results .popular-articles .section-inner .blog-cards,
  body.search-no-results .popular-articles .section-inner .alm-listing,
  body.tax-blog-category .popular-articles .section-inner .blog-cards,
  body.tax-blog-category .popular-articles .section-inner .alm-listing,
  body.blog-template-default .popular-articles .section-inner .blog-cards,
  body.blog-template-default .popular-articles .section-inner .alm-listing,
  body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards,
  body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing,
  body.tax-blog-tag .popular-articles .section-inner .blog-cards,
  body.tax-blog-tag .popular-articles .section-inner .alm-listing,
  body.page-template-template-page-builder .popular-articles .section-inner .blog-cards,
  body.page-template-template-page-builder .popular-articles .section-inner .alm-listing,
  body.single-products .popular-articles .section-inner .blog-cards,
  body.single-products .popular-articles .section-inner .alm-listing,
  body.page-template-template-basic-page .popular-articles .section-inner .blog-cards,
  body.page-template-template-basic-page .popular-articles .section-inner .alm-listing,
  body.home .popular-articles .section-inner .blog-cards,
  body.home .popular-articles .section-inner .alm-listing,
  .full-width #ajax-load-more .popular-articles .section-inner .blog-cards,
  .full-width #ajax-load-more .popular-articles .section-inner .alm-listing {
    padding: 0 0 0 0px;
  }
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards,
  body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing,
  body.author .popular-articles .section-inner .blog-cards,
  body.author .popular-articles .section-inner .alm-listing,
  body.search-results .popular-articles .section-inner .blog-cards,
  body.search-results .popular-articles .section-inner .alm-listing,
  body.search-no-results .popular-articles .section-inner .blog-cards,
  body.search-no-results .popular-articles .section-inner .alm-listing,
  body.tax-blog-category .popular-articles .section-inner .blog-cards,
  body.tax-blog-category .popular-articles .section-inner .alm-listing,
  body.blog-template-default .popular-articles .section-inner .blog-cards,
  body.blog-template-default .popular-articles .section-inner .alm-listing,
  body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards,
  body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing,
  body.tax-blog-tag .popular-articles .section-inner .blog-cards,
  body.tax-blog-tag .popular-articles .section-inner .alm-listing,
  body.page-template-template-page-builder .popular-articles .section-inner .blog-cards,
  body.page-template-template-page-builder .popular-articles .section-inner .alm-listing,
  body.single-products .popular-articles .section-inner .blog-cards,
  body.single-products .popular-articles .section-inner .alm-listing,
  body.page-template-template-basic-page .popular-articles .section-inner .blog-cards,
  body.page-template-template-basic-page .popular-articles .section-inner .alm-listing,
  body.home .popular-articles .section-inner .blog-cards,
  body.home .popular-articles .section-inner .alm-listing,
  .full-width #ajax-load-more .popular-articles .section-inner .blog-cards,
  .full-width #ajax-load-more .popular-articles .section-inner .alm-listing {
    padding: 0 0 0 8px !important;
  }
}
body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .row,
body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .alm-reveal,
body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .alm-listing,
body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .row,
body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .alm-reveal,
body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .alm-listing,
body.author .popular-articles .section-inner .blog-cards .row,
body.author .popular-articles .section-inner .blog-cards .alm-reveal,
body.author .popular-articles .section-inner .blog-cards .alm-listing,
body.author .popular-articles .section-inner .alm-listing .row,
body.author .popular-articles .section-inner .alm-listing .alm-reveal,
body.author .popular-articles .section-inner .alm-listing .alm-listing,
body.search-results .popular-articles .section-inner .blog-cards .row,
body.search-results .popular-articles .section-inner .blog-cards .alm-reveal,
body.search-results .popular-articles .section-inner .blog-cards .alm-listing,
body.search-results .popular-articles .section-inner .alm-listing .row,
body.search-results .popular-articles .section-inner .alm-listing .alm-reveal,
body.search-results .popular-articles .section-inner .alm-listing .alm-listing,
body.search-no-results .popular-articles .section-inner .blog-cards .row,
body.search-no-results .popular-articles .section-inner .blog-cards .alm-reveal,
body.search-no-results .popular-articles .section-inner .blog-cards .alm-listing,
body.search-no-results .popular-articles .section-inner .alm-listing .row,
body.search-no-results .popular-articles .section-inner .alm-listing .alm-reveal,
body.search-no-results .popular-articles .section-inner .alm-listing .alm-listing,
body.tax-blog-category .popular-articles .section-inner .blog-cards .row,
body.tax-blog-category .popular-articles .section-inner .blog-cards .alm-reveal,
body.tax-blog-category .popular-articles .section-inner .blog-cards .alm-listing,
body.tax-blog-category .popular-articles .section-inner .alm-listing .row,
body.tax-blog-category .popular-articles .section-inner .alm-listing .alm-reveal,
body.tax-blog-category .popular-articles .section-inner .alm-listing .alm-listing,
body.blog-template-default .popular-articles .section-inner .blog-cards .row,
body.blog-template-default .popular-articles .section-inner .blog-cards .alm-reveal,
body.blog-template-default .popular-articles .section-inner .blog-cards .alm-listing,
body.blog-template-default .popular-articles .section-inner .alm-listing .row,
body.blog-template-default .popular-articles .section-inner .alm-listing .alm-reveal,
body.blog-template-default .popular-articles .section-inner .alm-listing .alm-listing,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .row,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .alm-reveal,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .alm-listing,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .row,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .alm-reveal,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .alm-listing,
body.tax-blog-tag .popular-articles .section-inner .blog-cards .row,
body.tax-blog-tag .popular-articles .section-inner .blog-cards .alm-reveal,
body.tax-blog-tag .popular-articles .section-inner .blog-cards .alm-listing,
body.tax-blog-tag .popular-articles .section-inner .alm-listing .row,
body.tax-blog-tag .popular-articles .section-inner .alm-listing .alm-reveal,
body.tax-blog-tag .popular-articles .section-inner .alm-listing .alm-listing,
body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .row,
body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .alm-reveal,
body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .alm-listing,
body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .row,
body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .alm-reveal,
body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .alm-listing,
body.single-products .popular-articles .section-inner .blog-cards .row,
body.single-products .popular-articles .section-inner .blog-cards .alm-reveal,
body.single-products .popular-articles .section-inner .blog-cards .alm-listing,
body.single-products .popular-articles .section-inner .alm-listing .row,
body.single-products .popular-articles .section-inner .alm-listing .alm-reveal,
body.single-products .popular-articles .section-inner .alm-listing .alm-listing,
body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .row,
body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .alm-reveal,
body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .alm-listing,
body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .row,
body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .alm-reveal,
body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .alm-listing,
body.home .popular-articles .section-inner .blog-cards .row,
body.home .popular-articles .section-inner .blog-cards .alm-reveal,
body.home .popular-articles .section-inner .blog-cards .alm-listing,
body.home .popular-articles .section-inner .alm-listing .row,
body.home .popular-articles .section-inner .alm-listing .alm-reveal,
body.home .popular-articles .section-inner .alm-listing .alm-listing,
.full-width #ajax-load-more .popular-articles .section-inner .blog-cards .row,
.full-width #ajax-load-more .popular-articles .section-inner .blog-cards .alm-reveal,
.full-width #ajax-load-more .popular-articles .section-inner .blog-cards .alm-listing,
.full-width #ajax-load-more .popular-articles .section-inner .alm-listing .row,
.full-width #ajax-load-more .popular-articles .section-inner .alm-listing .alm-reveal,
.full-width #ajax-load-more .popular-articles .section-inner .alm-listing .alm-listing {
  margin-right: -23px;
  margin-left: -23px;
  transition: all 0.3s ease-in-out;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .row .blog-card,
body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .alm-reveal .blog-card,
body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .alm-listing .blog-card,
body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .row .blog-card,
body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .alm-reveal .blog-card,
body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .alm-listing .blog-card,
body.author .popular-articles .section-inner .blog-cards .row .blog-card,
body.author .popular-articles .section-inner .blog-cards .alm-reveal .blog-card,
body.author .popular-articles .section-inner .blog-cards .alm-listing .blog-card,
body.author .popular-articles .section-inner .alm-listing .row .blog-card,
body.author .popular-articles .section-inner .alm-listing .alm-reveal .blog-card,
body.author .popular-articles .section-inner .alm-listing .alm-listing .blog-card,
body.search-results .popular-articles .section-inner .blog-cards .row .blog-card,
body.search-results .popular-articles .section-inner .blog-cards .alm-reveal .blog-card,
body.search-results .popular-articles .section-inner .blog-cards .alm-listing .blog-card,
body.search-results .popular-articles .section-inner .alm-listing .row .blog-card,
body.search-results .popular-articles .section-inner .alm-listing .alm-reveal .blog-card,
body.search-results .popular-articles .section-inner .alm-listing .alm-listing .blog-card,
body.search-no-results .popular-articles .section-inner .blog-cards .row .blog-card,
body.search-no-results .popular-articles .section-inner .blog-cards .alm-reveal .blog-card,
body.search-no-results .popular-articles .section-inner .blog-cards .alm-listing .blog-card,
body.search-no-results .popular-articles .section-inner .alm-listing .row .blog-card,
body.search-no-results .popular-articles .section-inner .alm-listing .alm-reveal .blog-card,
body.search-no-results .popular-articles .section-inner .alm-listing .alm-listing .blog-card,
body.tax-blog-category .popular-articles .section-inner .blog-cards .row .blog-card,
body.tax-blog-category .popular-articles .section-inner .blog-cards .alm-reveal .blog-card,
body.tax-blog-category .popular-articles .section-inner .blog-cards .alm-listing .blog-card,
body.tax-blog-category .popular-articles .section-inner .alm-listing .row .blog-card,
body.tax-blog-category .popular-articles .section-inner .alm-listing .alm-reveal .blog-card,
body.tax-blog-category .popular-articles .section-inner .alm-listing .alm-listing .blog-card,
body.blog-template-default .popular-articles .section-inner .blog-cards .row .blog-card,
body.blog-template-default .popular-articles .section-inner .blog-cards .alm-reveal .blog-card,
body.blog-template-default .popular-articles .section-inner .blog-cards .alm-listing .blog-card,
body.blog-template-default .popular-articles .section-inner .alm-listing .row .blog-card,
body.blog-template-default .popular-articles .section-inner .alm-listing .alm-reveal .blog-card,
body.blog-template-default .popular-articles .section-inner .alm-listing .alm-listing .blog-card,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .row .blog-card,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .alm-reveal .blog-card,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .alm-listing .blog-card,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .row .blog-card,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .alm-reveal .blog-card,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .alm-listing .blog-card,
body.tax-blog-tag .popular-articles .section-inner .blog-cards .row .blog-card,
body.tax-blog-tag .popular-articles .section-inner .blog-cards .alm-reveal .blog-card,
body.tax-blog-tag .popular-articles .section-inner .blog-cards .alm-listing .blog-card,
body.tax-blog-tag .popular-articles .section-inner .alm-listing .row .blog-card,
body.tax-blog-tag .popular-articles .section-inner .alm-listing .alm-reveal .blog-card,
body.tax-blog-tag .popular-articles .section-inner .alm-listing .alm-listing .blog-card,
body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .row .blog-card,
body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .alm-reveal .blog-card,
body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .alm-listing .blog-card,
body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .row .blog-card,
body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .alm-reveal .blog-card,
body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .alm-listing .blog-card,
body.single-products .popular-articles .section-inner .blog-cards .row .blog-card,
body.single-products .popular-articles .section-inner .blog-cards .alm-reveal .blog-card,
body.single-products .popular-articles .section-inner .blog-cards .alm-listing .blog-card,
body.single-products .popular-articles .section-inner .alm-listing .row .blog-card,
body.single-products .popular-articles .section-inner .alm-listing .alm-reveal .blog-card,
body.single-products .popular-articles .section-inner .alm-listing .alm-listing .blog-card,
body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .row .blog-card,
body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .alm-reveal .blog-card,
body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .alm-listing .blog-card,
body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .row .blog-card,
body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .alm-reveal .blog-card,
body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .alm-listing .blog-card,
body.home .popular-articles .section-inner .blog-cards .row .blog-card,
body.home .popular-articles .section-inner .blog-cards .alm-reveal .blog-card,
body.home .popular-articles .section-inner .blog-cards .alm-listing .blog-card,
body.home .popular-articles .section-inner .alm-listing .row .blog-card,
body.home .popular-articles .section-inner .alm-listing .alm-reveal .blog-card,
body.home .popular-articles .section-inner .alm-listing .alm-listing .blog-card,
.full-width #ajax-load-more .popular-articles .section-inner .blog-cards .row .blog-card,
.full-width #ajax-load-more .popular-articles .section-inner .blog-cards .alm-reveal .blog-card,
.full-width #ajax-load-more .popular-articles .section-inner .blog-cards .alm-listing .blog-card,
.full-width #ajax-load-more .popular-articles .section-inner .alm-listing .row .blog-card,
.full-width #ajax-load-more .popular-articles .section-inner .alm-listing .alm-reveal .blog-card,
.full-width #ajax-load-more .popular-articles .section-inner .alm-listing .alm-listing .blog-card {
  padding-right: 30px !important;
  padding-left: 30px !important;
  max-width: 100% !important;
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .row .blog-card,
  body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .alm-reveal .blog-card,
  body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .alm-listing .blog-card,
  body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .row .blog-card,
  body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .alm-reveal .blog-card,
  body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .alm-listing .blog-card,
  body.author .popular-articles .section-inner .blog-cards .row .blog-card,
  body.author .popular-articles .section-inner .blog-cards .alm-reveal .blog-card,
  body.author .popular-articles .section-inner .blog-cards .alm-listing .blog-card,
  body.author .popular-articles .section-inner .alm-listing .row .blog-card,
  body.author .popular-articles .section-inner .alm-listing .alm-reveal .blog-card,
  body.author .popular-articles .section-inner .alm-listing .alm-listing .blog-card,
  body.search-results .popular-articles .section-inner .blog-cards .row .blog-card,
  body.search-results .popular-articles .section-inner .blog-cards .alm-reveal .blog-card,
  body.search-results .popular-articles .section-inner .blog-cards .alm-listing .blog-card,
  body.search-results .popular-articles .section-inner .alm-listing .row .blog-card,
  body.search-results .popular-articles .section-inner .alm-listing .alm-reveal .blog-card,
  body.search-results .popular-articles .section-inner .alm-listing .alm-listing .blog-card,
  body.search-no-results .popular-articles .section-inner .blog-cards .row .blog-card,
  body.search-no-results .popular-articles .section-inner .blog-cards .alm-reveal .blog-card,
  body.search-no-results .popular-articles .section-inner .blog-cards .alm-listing .blog-card,
  body.search-no-results .popular-articles .section-inner .alm-listing .row .blog-card,
  body.search-no-results .popular-articles .section-inner .alm-listing .alm-reveal .blog-card,
  body.search-no-results .popular-articles .section-inner .alm-listing .alm-listing .blog-card,
  body.tax-blog-category .popular-articles .section-inner .blog-cards .row .blog-card,
  body.tax-blog-category .popular-articles .section-inner .blog-cards .alm-reveal .blog-card,
  body.tax-blog-category .popular-articles .section-inner .blog-cards .alm-listing .blog-card,
  body.tax-blog-category .popular-articles .section-inner .alm-listing .row .blog-card,
  body.tax-blog-category .popular-articles .section-inner .alm-listing .alm-reveal .blog-card,
  body.tax-blog-category .popular-articles .section-inner .alm-listing .alm-listing .blog-card,
  body.blog-template-default .popular-articles .section-inner .blog-cards .row .blog-card,
  body.blog-template-default .popular-articles .section-inner .blog-cards .alm-reveal .blog-card,
  body.blog-template-default .popular-articles .section-inner .blog-cards .alm-listing .blog-card,
  body.blog-template-default .popular-articles .section-inner .alm-listing .row .blog-card,
  body.blog-template-default .popular-articles .section-inner .alm-listing .alm-reveal .blog-card,
  body.blog-template-default .popular-articles .section-inner .alm-listing .alm-listing .blog-card,
  body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .row .blog-card,
  body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .alm-reveal .blog-card,
  body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .alm-listing .blog-card,
  body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .row .blog-card,
  body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .alm-reveal .blog-card,
  body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .alm-listing .blog-card,
  body.tax-blog-tag .popular-articles .section-inner .blog-cards .row .blog-card,
  body.tax-blog-tag .popular-articles .section-inner .blog-cards .alm-reveal .blog-card,
  body.tax-blog-tag .popular-articles .section-inner .blog-cards .alm-listing .blog-card,
  body.tax-blog-tag .popular-articles .section-inner .alm-listing .row .blog-card,
  body.tax-blog-tag .popular-articles .section-inner .alm-listing .alm-reveal .blog-card,
  body.tax-blog-tag .popular-articles .section-inner .alm-listing .alm-listing .blog-card,
  body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .row .blog-card,
  body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .alm-reveal .blog-card,
  body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .alm-listing .blog-card,
  body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .row .blog-card,
  body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .alm-reveal .blog-card,
  body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .alm-listing .blog-card,
  body.single-products .popular-articles .section-inner .blog-cards .row .blog-card,
  body.single-products .popular-articles .section-inner .blog-cards .alm-reveal .blog-card,
  body.single-products .popular-articles .section-inner .blog-cards .alm-listing .blog-card,
  body.single-products .popular-articles .section-inner .alm-listing .row .blog-card,
  body.single-products .popular-articles .section-inner .alm-listing .alm-reveal .blog-card,
  body.single-products .popular-articles .section-inner .alm-listing .alm-listing .blog-card,
  body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .row .blog-card,
  body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .alm-reveal .blog-card,
  body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .alm-listing .blog-card,
  body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .row .blog-card,
  body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .alm-reveal .blog-card,
  body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .alm-listing .blog-card,
  body.home .popular-articles .section-inner .blog-cards .row .blog-card,
  body.home .popular-articles .section-inner .blog-cards .alm-reveal .blog-card,
  body.home .popular-articles .section-inner .blog-cards .alm-listing .blog-card,
  body.home .popular-articles .section-inner .alm-listing .row .blog-card,
  body.home .popular-articles .section-inner .alm-listing .alm-reveal .blog-card,
  body.home .popular-articles .section-inner .alm-listing .alm-listing .blog-card,
  .full-width #ajax-load-more .popular-articles .section-inner .blog-cards .row .blog-card,
  .full-width #ajax-load-more .popular-articles .section-inner .blog-cards .alm-reveal .blog-card,
  .full-width #ajax-load-more .popular-articles .section-inner .blog-cards .alm-listing .blog-card,
  .full-width #ajax-load-more .popular-articles .section-inner .alm-listing .row .blog-card,
  .full-width #ajax-load-more .popular-articles .section-inner .alm-listing .alm-reveal .blog-card,
  .full-width #ajax-load-more .popular-articles .section-inner .alm-listing .alm-listing .blog-card {
    padding-right: 40px !important;
    padding-left: 40px !important;
    max-width: 33.333333% !important;
  }
}
body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .row .blog-card.product-card,
body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card,
body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card,
body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .row .blog-card.product-card,
body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card,
body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card,
body.author .popular-articles .section-inner .blog-cards .row .blog-card.product-card,
body.author .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card,
body.author .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card,
body.author .popular-articles .section-inner .alm-listing .row .blog-card.product-card,
body.author .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card,
body.author .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card,
body.search-results .popular-articles .section-inner .blog-cards .row .blog-card.product-card,
body.search-results .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card,
body.search-results .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card,
body.search-results .popular-articles .section-inner .alm-listing .row .blog-card.product-card,
body.search-results .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card,
body.search-results .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card,
body.search-no-results .popular-articles .section-inner .blog-cards .row .blog-card.product-card,
body.search-no-results .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card,
body.search-no-results .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card,
body.search-no-results .popular-articles .section-inner .alm-listing .row .blog-card.product-card,
body.search-no-results .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card,
body.search-no-results .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card,
body.tax-blog-category .popular-articles .section-inner .blog-cards .row .blog-card.product-card,
body.tax-blog-category .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card,
body.tax-blog-category .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card,
body.tax-blog-category .popular-articles .section-inner .alm-listing .row .blog-card.product-card,
body.tax-blog-category .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card,
body.tax-blog-category .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card,
body.blog-template-default .popular-articles .section-inner .blog-cards .row .blog-card.product-card,
body.blog-template-default .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card,
body.blog-template-default .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card,
body.blog-template-default .popular-articles .section-inner .alm-listing .row .blog-card.product-card,
body.blog-template-default .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card,
body.blog-template-default .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .row .blog-card.product-card,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .row .blog-card.product-card,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card,
body.tax-blog-tag .popular-articles .section-inner .blog-cards .row .blog-card.product-card,
body.tax-blog-tag .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card,
body.tax-blog-tag .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card,
body.tax-blog-tag .popular-articles .section-inner .alm-listing .row .blog-card.product-card,
body.tax-blog-tag .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card,
body.tax-blog-tag .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card,
body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .row .blog-card.product-card,
body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card,
body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card,
body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .row .blog-card.product-card,
body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card,
body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card,
body.single-products .popular-articles .section-inner .blog-cards .row .blog-card.product-card,
body.single-products .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card,
body.single-products .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card,
body.single-products .popular-articles .section-inner .alm-listing .row .blog-card.product-card,
body.single-products .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card,
body.single-products .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card,
body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .row .blog-card.product-card,
body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card,
body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card,
body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .row .blog-card.product-card,
body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card,
body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card,
body.home .popular-articles .section-inner .blog-cards .row .blog-card.product-card,
body.home .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card,
body.home .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card,
body.home .popular-articles .section-inner .alm-listing .row .blog-card.product-card,
body.home .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card,
body.home .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card,
.full-width #ajax-load-more .popular-articles .section-inner .blog-cards .row .blog-card.product-card,
.full-width #ajax-load-more .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card,
.full-width #ajax-load-more .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card,
.full-width #ajax-load-more .popular-articles .section-inner .alm-listing .row .blog-card.product-card,
.full-width #ajax-load-more .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card,
.full-width #ajax-load-more .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card {
  padding-right: 20px;
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .row .blog-card.product-card,
  body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card,
  body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card,
  body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .row .blog-card.product-card,
  body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card,
  body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card,
  body.author .popular-articles .section-inner .blog-cards .row .blog-card.product-card,
  body.author .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card,
  body.author .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card,
  body.author .popular-articles .section-inner .alm-listing .row .blog-card.product-card,
  body.author .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card,
  body.author .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card,
  body.search-results .popular-articles .section-inner .blog-cards .row .blog-card.product-card,
  body.search-results .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card,
  body.search-results .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card,
  body.search-results .popular-articles .section-inner .alm-listing .row .blog-card.product-card,
  body.search-results .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card,
  body.search-results .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card,
  body.search-no-results .popular-articles .section-inner .blog-cards .row .blog-card.product-card,
  body.search-no-results .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card,
  body.search-no-results .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card,
  body.search-no-results .popular-articles .section-inner .alm-listing .row .blog-card.product-card,
  body.search-no-results .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card,
  body.search-no-results .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card,
  body.tax-blog-category .popular-articles .section-inner .blog-cards .row .blog-card.product-card,
  body.tax-blog-category .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card,
  body.tax-blog-category .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card,
  body.tax-blog-category .popular-articles .section-inner .alm-listing .row .blog-card.product-card,
  body.tax-blog-category .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card,
  body.tax-blog-category .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card,
  body.blog-template-default .popular-articles .section-inner .blog-cards .row .blog-card.product-card,
  body.blog-template-default .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card,
  body.blog-template-default .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card,
  body.blog-template-default .popular-articles .section-inner .alm-listing .row .blog-card.product-card,
  body.blog-template-default .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card,
  body.blog-template-default .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card,
  body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .row .blog-card.product-card,
  body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card,
  body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card,
  body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .row .blog-card.product-card,
  body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card,
  body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card,
  body.tax-blog-tag .popular-articles .section-inner .blog-cards .row .blog-card.product-card,
  body.tax-blog-tag .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card,
  body.tax-blog-tag .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card,
  body.tax-blog-tag .popular-articles .section-inner .alm-listing .row .blog-card.product-card,
  body.tax-blog-tag .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card,
  body.tax-blog-tag .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card,
  body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .row .blog-card.product-card,
  body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card,
  body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card,
  body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .row .blog-card.product-card,
  body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card,
  body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card,
  body.single-products .popular-articles .section-inner .blog-cards .row .blog-card.product-card,
  body.single-products .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card,
  body.single-products .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card,
  body.single-products .popular-articles .section-inner .alm-listing .row .blog-card.product-card,
  body.single-products .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card,
  body.single-products .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card,
  body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .row .blog-card.product-card,
  body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card,
  body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card,
  body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .row .blog-card.product-card,
  body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card,
  body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card,
  body.home .popular-articles .section-inner .blog-cards .row .blog-card.product-card,
  body.home .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card,
  body.home .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card,
  body.home .popular-articles .section-inner .alm-listing .row .blog-card.product-card,
  body.home .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card,
  body.home .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card,
  .full-width #ajax-load-more .popular-articles .section-inner .blog-cards .row .blog-card.product-card,
  .full-width #ajax-load-more .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card,
  .full-width #ajax-load-more .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card,
  .full-width #ajax-load-more .popular-articles .section-inner .alm-listing .row .blog-card.product-card,
  .full-width #ajax-load-more .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card,
  .full-width #ajax-load-more .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card {
    padding-right: 50px;
  }
}
body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.author .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.author .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.author .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.author .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.author .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.author .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.search-results .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.search-results .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.search-results .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.search-results .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.search-results .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.search-results .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.search-no-results .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.search-no-results .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.search-no-results .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.search-no-results .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.search-no-results .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.search-no-results .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-category .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-category .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-category .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-category .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-category .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-category .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.blog-template-default .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.blog-template-default .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.blog-template-default .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.blog-template-default .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.blog-template-default .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.blog-template-default .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-tag .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-tag .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-tag .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-tag .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-tag .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-tag .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.single-products .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.single-products .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.single-products .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.single-products .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.single-products .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.single-products .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.home .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.home .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.home .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.home .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.home .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
body.home .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
.full-width #ajax-load-more .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
.full-width #ajax-load-more .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
.full-width #ajax-load-more .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
.full-width #ajax-load-more .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
.full-width #ajax-load-more .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap,
.full-width #ajax-load-more .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap {
  width: 100%;
  height: auto !important;
  max-width: none !important;
  flex: 0 0 100%;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
}
body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.author .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.author .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.author .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.author .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.author .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.author .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.search-results .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.search-results .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.search-results .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.search-results .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.search-results .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.search-results .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.search-no-results .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.search-no-results .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.search-no-results .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.search-no-results .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.search-no-results .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.search-no-results .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.tax-blog-category .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.tax-blog-category .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.tax-blog-category .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.tax-blog-category .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.tax-blog-category .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.tax-blog-category .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.blog-template-default .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.blog-template-default .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.blog-template-default .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.blog-template-default .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.blog-template-default .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.blog-template-default .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.tax-blog-tag .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.tax-blog-tag .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.tax-blog-tag .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.tax-blog-tag .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.tax-blog-tag .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.tax-blog-tag .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.single-products .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.single-products .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.single-products .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.single-products .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.single-products .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.single-products .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.home .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.home .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.home .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.home .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.home .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.home .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
.full-width #ajax-load-more .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
.full-width #ajax-load-more .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
.full-width #ajax-load-more .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
.full-width #ajax-load-more .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
.full-width #ajax-load-more .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
.full-width #ajax-load-more .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image {
  aspect-ratio: 6/4;
  max-height: none !important;
  border-radius: 7px;
}
body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.author .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.author .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.author .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.author .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.author .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.author .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.search-results .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.search-results .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.search-results .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.search-results .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.search-results .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.search-results .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.search-no-results .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.search-no-results .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.search-no-results .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.search-no-results .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.search-no-results .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.search-no-results .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.tax-blog-category .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.tax-blog-category .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.tax-blog-category .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.tax-blog-category .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.tax-blog-category .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.tax-blog-category .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.blog-template-default .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.blog-template-default .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.blog-template-default .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.blog-template-default .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.blog-template-default .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.blog-template-default .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.tax-blog-tag .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.tax-blog-tag .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.tax-blog-tag .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.tax-blog-tag .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.tax-blog-tag .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.tax-blog-tag .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.single-products .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.single-products .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.single-products .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.single-products .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.single-products .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.single-products .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.home .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.home .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.home .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.home .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.home .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.home .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
.full-width #ajax-load-more .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
.full-width #ajax-load-more .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
.full-width #ajax-load-more .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
.full-width #ajax-load-more .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
.full-width #ajax-load-more .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
.full-width #ajax-load-more .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img {
  max-height: none;
  max-width: none;
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 7px;
}
body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.author .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.author .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.author .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.author .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.author .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.author .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.search-results .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.search-results .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.search-results .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.search-results .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.search-results .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.search-results .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.search-no-results .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.search-no-results .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.search-no-results .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.search-no-results .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.search-no-results .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.search-no-results .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.tax-blog-category .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.tax-blog-category .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.tax-blog-category .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.tax-blog-category .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.tax-blog-category .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.tax-blog-category .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.blog-template-default .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.blog-template-default .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.blog-template-default .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.blog-template-default .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.blog-template-default .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.blog-template-default .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.tax-blog-tag .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.tax-blog-tag .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.tax-blog-tag .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.tax-blog-tag .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.tax-blog-tag .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.tax-blog-tag .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.single-products .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.single-products .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.single-products .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.single-products .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.single-products .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.single-products .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.home .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.home .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.home .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.home .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.home .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
body.home .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
.full-width #ajax-load-more .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
.full-width #ajax-load-more .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
.full-width #ajax-load-more .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
.full-width #ajax-load-more .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
.full-width #ajax-load-more .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
.full-width #ajax-load-more .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content {
  flex: 0 0 90%;
  width: 90%;
  max-width: none;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 7px;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.author .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.author .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.author .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.author .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.author .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.author .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.search-results .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.search-results .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.search-results .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.search-results .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.search-results .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.search-results .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.search-no-results .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.search-no-results .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.search-no-results .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.search-no-results .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.search-no-results .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.search-no-results .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.tax-blog-category .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.tax-blog-category .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.tax-blog-category .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.tax-blog-category .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.tax-blog-category .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.tax-blog-category .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.blog-template-default .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.blog-template-default .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.blog-template-default .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.blog-template-default .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.blog-template-default .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.blog-template-default .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.tax-blog-tag .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.tax-blog-tag .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.tax-blog-tag .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.tax-blog-tag .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.tax-blog-tag .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.tax-blog-tag .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.single-products .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.single-products .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.single-products .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.single-products .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.single-products .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.single-products .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.home .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.home .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.home .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.home .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.home .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  body.home .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  .full-width #ajax-load-more .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  .full-width #ajax-load-more .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  .full-width #ajax-load-more .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  .full-width #ajax-load-more .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  .full-width #ajax-load-more .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content,
  .full-width #ajax-load-more .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content {
    flex: 0 0 93%;
    width: 93%;
    margin-top: -40px;
    padding: 20px;
  }
}
body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-latham-blog-page .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-latham-blog-page .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.author .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.author .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.author .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.author .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.author .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.author .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.search-results .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.search-results .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.search-results .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.search-results .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.search-results .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.search-results .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.search-no-results .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.search-no-results .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.search-no-results .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.search-no-results .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.search-no-results .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.search-no-results .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.tax-blog-category .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.tax-blog-category .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.tax-blog-category .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.tax-blog-category .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.tax-blog-category .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.tax-blog-category .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.blog-template-default .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.blog-template-default .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.blog-template-default .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.blog-template-default .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.blog-template-default .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.blog-template-default .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.tax-blog-tag .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.tax-blog-tag .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.tax-blog-tag .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.tax-blog-tag .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.tax-blog-tag .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.tax-blog-tag .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-page-builder .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-page-builder .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.single-products .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.single-products .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.single-products .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.single-products .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.single-products .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.single-products .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-basic-page .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.page-template-template-basic-page .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.home .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.home .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.home .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.home .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.home .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
body.home .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
.full-width #ajax-load-more .popular-articles .section-inner .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
.full-width #ajax-load-more .popular-articles .section-inner .blog-cards .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
.full-width #ajax-load-more .popular-articles .section-inner .blog-cards .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
.full-width #ajax-load-more .popular-articles .section-inner .alm-listing .row .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
.full-width #ajax-load-more .popular-articles .section-inner .alm-listing .alm-reveal .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4,
.full-width #ajax-load-more .popular-articles .section-inner .alm-listing .alm-listing .blog-card.product-card .blog-card__outer-wrap .blog-card__content .blog-card__title a h4 {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
body.page-template-template-latham-blog-page .popular-articles .pagination .wp-pagenavi,
body.author .popular-articles .pagination .wp-pagenavi,
body.search-results .popular-articles .pagination .wp-pagenavi,
body.search-no-results .popular-articles .pagination .wp-pagenavi,
body.tax-blog-category .popular-articles .pagination .wp-pagenavi,
body.blog-template-default .popular-articles .pagination .wp-pagenavi,
body.page-template-template-latham-blog-articles .popular-articles .pagination .wp-pagenavi,
body.tax-blog-tag .popular-articles .pagination .wp-pagenavi,
body.page-template-template-page-builder .popular-articles .pagination .wp-pagenavi,
body.single-products .popular-articles .pagination .wp-pagenavi,
body.page-template-template-basic-page .popular-articles .pagination .wp-pagenavi,
body.home .popular-articles .pagination .wp-pagenavi,
.full-width #ajax-load-more .popular-articles .pagination .wp-pagenavi {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #0078a3;
  margin: 10px auto;
}
body.page-template-template-latham-blog-page .popular-articles .pagination .wp-pagenavi a,
body.author .popular-articles .pagination .wp-pagenavi a,
body.search-results .popular-articles .pagination .wp-pagenavi a,
body.search-no-results .popular-articles .pagination .wp-pagenavi a,
body.tax-blog-category .popular-articles .pagination .wp-pagenavi a,
body.blog-template-default .popular-articles .pagination .wp-pagenavi a,
body.page-template-template-latham-blog-articles .popular-articles .pagination .wp-pagenavi a,
body.tax-blog-tag .popular-articles .pagination .wp-pagenavi a,
body.page-template-template-page-builder .popular-articles .pagination .wp-pagenavi a,
body.single-products .popular-articles .pagination .wp-pagenavi a,
body.page-template-template-basic-page .popular-articles .pagination .wp-pagenavi a,
body.home .popular-articles .pagination .wp-pagenavi a,
.full-width #ajax-load-more .popular-articles .pagination .wp-pagenavi a {
  padding: 3px 8px;
  margin: 2px;
  background-color: #eee;
  border: none;
}
body.page-template-template-latham-blog-page .comments,
body.author .comments,
body.search-results .comments,
body.search-no-results .comments,
body.tax-blog-category .comments,
body.blog-template-default .comments,
body.page-template-template-latham-blog-articles .comments,
body.tax-blog-tag .comments,
body.page-template-template-page-builder .comments,
body.single-products .comments,
body.page-template-template-basic-page .comments,
body.home .comments,
.full-width #ajax-load-more .comments {
  background-color: #f0f5f5 !important;
  padding: 50px 0 50px !important;
  margin: 0 0 50px 0;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .comments,
  body.author .comments,
  body.search-results .comments,
  body.search-no-results .comments,
  body.tax-blog-category .comments,
  body.blog-template-default .comments,
  body.page-template-template-latham-blog-articles .comments,
  body.tax-blog-tag .comments,
  body.page-template-template-page-builder .comments,
  body.single-products .comments,
  body.page-template-template-basic-page .comments,
  body.home .comments,
  .full-width #ajax-load-more .comments {
    padding: 100px 0 100px !important;
    margin: 0 0 100px 0;
  }
}
body.page-template-template-latham-blog-page .comments .section-inner,
body.author .comments .section-inner,
body.search-results .comments .section-inner,
body.search-no-results .comments .section-inner,
body.tax-blog-category .comments .section-inner,
body.blog-template-default .comments .section-inner,
body.page-template-template-latham-blog-articles .comments .section-inner,
body.tax-blog-tag .comments .section-inner,
body.page-template-template-page-builder .comments .section-inner,
body.single-products .comments .section-inner,
body.page-template-template-basic-page .comments .section-inner,
body.home .comments .section-inner,
.full-width #ajax-load-more .comments .section-inner {
  margin: 0 auto;
  padding-right: 35px;
  padding-left: 35px;
  max-width: 800px;
}
body.page-template-template-latham-blog-page .comments .section-inner .comments-area h2.comments-title,
body.author .comments .section-inner .comments-area h2.comments-title,
body.search-results .comments .section-inner .comments-area h2.comments-title,
body.search-no-results .comments .section-inner .comments-area h2.comments-title,
body.tax-blog-category .comments .section-inner .comments-area h2.comments-title,
body.blog-template-default .comments .section-inner .comments-area h2.comments-title,
body.page-template-template-latham-blog-articles .comments .section-inner .comments-area h2.comments-title,
body.tax-blog-tag .comments .section-inner .comments-area h2.comments-title,
body.page-template-template-page-builder .comments .section-inner .comments-area h2.comments-title,
body.single-products .comments .section-inner .comments-area h2.comments-title,
body.page-template-template-basic-page .comments .section-inner .comments-area h2.comments-title,
body.home .comments .section-inner .comments-area h2.comments-title,
.full-width #ajax-load-more .comments .section-inner .comments-area h2.comments-title {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .comments .section-inner .comments-area h2.comments-title,
  body.author .comments .section-inner .comments-area h2.comments-title,
  body.search-results .comments .section-inner .comments-area h2.comments-title,
  body.search-no-results .comments .section-inner .comments-area h2.comments-title,
  body.tax-blog-category .comments .section-inner .comments-area h2.comments-title,
  body.blog-template-default .comments .section-inner .comments-area h2.comments-title,
  body.page-template-template-latham-blog-articles .comments .section-inner .comments-area h2.comments-title,
  body.tax-blog-tag .comments .section-inner .comments-area h2.comments-title,
  body.page-template-template-page-builder .comments .section-inner .comments-area h2.comments-title,
  body.single-products .comments .section-inner .comments-area h2.comments-title,
  body.page-template-template-basic-page .comments .section-inner .comments-area h2.comments-title,
  body.home .comments .section-inner .comments-area h2.comments-title,
  .full-width #ajax-load-more .comments .section-inner .comments-area h2.comments-title {
    font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
    font-size: 32px;
    font-weight: 700;
  }
}
body.page-template-template-latham-blog-page .comments .section-inner .comments-area ul.comment-list,
body.author .comments .section-inner .comments-area ul.comment-list,
body.search-results .comments .section-inner .comments-area ul.comment-list,
body.search-no-results .comments .section-inner .comments-area ul.comment-list,
body.tax-blog-category .comments .section-inner .comments-area ul.comment-list,
body.blog-template-default .comments .section-inner .comments-area ul.comment-list,
body.page-template-template-latham-blog-articles .comments .section-inner .comments-area ul.comment-list,
body.tax-blog-tag .comments .section-inner .comments-area ul.comment-list,
body.page-template-template-page-builder .comments .section-inner .comments-area ul.comment-list,
body.single-products .comments .section-inner .comments-area ul.comment-list,
body.page-template-template-basic-page .comments .section-inner .comments-area ul.comment-list,
body.home .comments .section-inner .comments-area ul.comment-list,
.full-width #ajax-load-more .comments .section-inner .comments-area ul.comment-list {
  color: #000000;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
body.page-template-template-latham-blog-page .comments .section-inner .comments-area ul.comment-list li.comment,
body.author .comments .section-inner .comments-area ul.comment-list li.comment,
body.search-results .comments .section-inner .comments-area ul.comment-list li.comment,
body.search-no-results .comments .section-inner .comments-area ul.comment-list li.comment,
body.tax-blog-category .comments .section-inner .comments-area ul.comment-list li.comment,
body.blog-template-default .comments .section-inner .comments-area ul.comment-list li.comment,
body.page-template-template-latham-blog-articles .comments .section-inner .comments-area ul.comment-list li.comment,
body.tax-blog-tag .comments .section-inner .comments-area ul.comment-list li.comment,
body.page-template-template-page-builder .comments .section-inner .comments-area ul.comment-list li.comment,
body.single-products .comments .section-inner .comments-area ul.comment-list li.comment,
body.page-template-template-basic-page .comments .section-inner .comments-area ul.comment-list li.comment,
body.home .comments .section-inner .comments-area ul.comment-list li.comment,
.full-width #ajax-load-more .comments .section-inner .comments-area ul.comment-list li.comment {
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 1px #d8d8d8 solid;
}
body.page-template-template-latham-blog-page .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta,
body.author .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta,
body.search-results .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta,
body.search-no-results .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta,
body.tax-blog-category .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta,
body.blog-template-default .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta,
body.page-template-template-latham-blog-articles .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta,
body.tax-blog-tag .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta,
body.page-template-template-page-builder .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta,
body.single-products .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta,
body.page-template-template-basic-page .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta,
body.home .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta,
.full-width #ajax-load-more .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
body.page-template-template-latham-blog-page .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard,
body.author .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard,
body.search-results .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard,
body.search-no-results .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard,
body.tax-blog-category .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard,
body.blog-template-default .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard,
body.page-template-template-latham-blog-articles .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard,
body.tax-blog-tag .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard,
body.page-template-template-page-builder .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard,
body.single-products .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard,
body.page-template-template-basic-page .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard,
body.home .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard,
.full-width #ajax-load-more .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard {
  margin-right: 20px;
  font-size: 18px;
}
body.page-template-template-latham-blog-page .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard img,
body.page-template-template-latham-blog-page .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard .says,
body.author .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard img,
body.author .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard .says,
body.search-results .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard img,
body.search-results .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard .says,
body.search-no-results .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard img,
body.search-no-results .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard .says,
body.tax-blog-category .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard img,
body.tax-blog-category .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard .says,
body.blog-template-default .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard img,
body.blog-template-default .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard .says,
body.page-template-template-latham-blog-articles .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard img,
body.page-template-template-latham-blog-articles .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard .says,
body.tax-blog-tag .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard img,
body.tax-blog-tag .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard .says,
body.page-template-template-page-builder .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard img,
body.page-template-template-page-builder .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard .says,
body.single-products .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard img,
body.single-products .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard .says,
body.page-template-template-basic-page .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard img,
body.page-template-template-basic-page .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard .says,
body.home .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard img,
body.home .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard .says,
.full-width #ajax-load-more .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard img,
.full-width #ajax-load-more .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-author.vcard .says {
  display: none;
}
body.page-template-template-latham-blog-page .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-metadata,
body.author .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-metadata,
body.search-results .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-metadata,
body.search-no-results .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-metadata,
body.tax-blog-category .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-metadata,
body.blog-template-default .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-metadata,
body.page-template-template-latham-blog-articles .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-metadata,
body.tax-blog-tag .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-metadata,
body.page-template-template-page-builder .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-metadata,
body.single-products .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-metadata,
body.page-template-template-basic-page .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-metadata,
body.home .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-metadata,
.full-width #ajax-load-more .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-metadata {
  font-size: 14px;
  margin-top: 3px;
}
body.page-template-template-latham-blog-page .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-metadata .edit-link,
body.author .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-metadata .edit-link,
body.search-results .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-metadata .edit-link,
body.search-no-results .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-metadata .edit-link,
body.tax-blog-category .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-metadata .edit-link,
body.blog-template-default .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-metadata .edit-link,
body.page-template-template-latham-blog-articles .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-metadata .edit-link,
body.tax-blog-tag .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-metadata .edit-link,
body.page-template-template-page-builder .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-metadata .edit-link,
body.single-products .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-metadata .edit-link,
body.page-template-template-basic-page .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-metadata .edit-link,
body.home .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-metadata .edit-link,
.full-width #ajax-load-more .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .comment-meta .comment-metadata .edit-link {
  margin-left: 20px;
  text-transform: uppercase;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
}
body.page-template-template-latham-blog-page .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .reply,
body.author .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .reply,
body.search-results .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .reply,
body.search-no-results .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .reply,
body.tax-blog-category .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .reply,
body.blog-template-default .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .reply,
body.page-template-template-latham-blog-articles .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .reply,
body.tax-blog-tag .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .reply,
body.page-template-template-page-builder .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .reply,
body.single-products .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .reply,
body.page-template-template-basic-page .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .reply,
body.home .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .reply,
.full-width #ajax-load-more .comments .section-inner .comments-area ul.comment-list li.comment article.comment-body .reply {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  display: none;
}
body.page-template-template-latham-blog-page .comments .section-inner .comments-area .comment-respond,
body.author .comments .section-inner .comments-area .comment-respond,
body.search-results .comments .section-inner .comments-area .comment-respond,
body.search-no-results .comments .section-inner .comments-area .comment-respond,
body.tax-blog-category .comments .section-inner .comments-area .comment-respond,
body.blog-template-default .comments .section-inner .comments-area .comment-respond,
body.page-template-template-latham-blog-articles .comments .section-inner .comments-area .comment-respond,
body.tax-blog-tag .comments .section-inner .comments-area .comment-respond,
body.page-template-template-page-builder .comments .section-inner .comments-area .comment-respond,
body.single-products .comments .section-inner .comments-area .comment-respond,
body.page-template-template-basic-page .comments .section-inner .comments-area .comment-respond,
body.home .comments .section-inner .comments-area .comment-respond,
.full-width #ajax-load-more .comments .section-inner .comments-area .comment-respond {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
body.page-template-template-latham-blog-page .comments .section-inner .comments-area .comment-respond h3.comment-reply-title,
body.author .comments .section-inner .comments-area .comment-respond h3.comment-reply-title,
body.search-results .comments .section-inner .comments-area .comment-respond h3.comment-reply-title,
body.search-no-results .comments .section-inner .comments-area .comment-respond h3.comment-reply-title,
body.tax-blog-category .comments .section-inner .comments-area .comment-respond h3.comment-reply-title,
body.blog-template-default .comments .section-inner .comments-area .comment-respond h3.comment-reply-title,
body.page-template-template-latham-blog-articles .comments .section-inner .comments-area .comment-respond h3.comment-reply-title,
body.tax-blog-tag .comments .section-inner .comments-area .comment-respond h3.comment-reply-title,
body.page-template-template-page-builder .comments .section-inner .comments-area .comment-respond h3.comment-reply-title,
body.single-products .comments .section-inner .comments-area .comment-respond h3.comment-reply-title,
body.page-template-template-basic-page .comments .section-inner .comments-area .comment-respond h3.comment-reply-title,
body.home .comments .section-inner .comments-area .comment-respond h3.comment-reply-title,
.full-width #ajax-load-more .comments .section-inner .comments-area .comment-respond h3.comment-reply-title {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .comments .section-inner .comments-area .comment-respond h3.comment-reply-title,
  body.author .comments .section-inner .comments-area .comment-respond h3.comment-reply-title,
  body.search-results .comments .section-inner .comments-area .comment-respond h3.comment-reply-title,
  body.search-no-results .comments .section-inner .comments-area .comment-respond h3.comment-reply-title,
  body.tax-blog-category .comments .section-inner .comments-area .comment-respond h3.comment-reply-title,
  body.blog-template-default .comments .section-inner .comments-area .comment-respond h3.comment-reply-title,
  body.page-template-template-latham-blog-articles .comments .section-inner .comments-area .comment-respond h3.comment-reply-title,
  body.tax-blog-tag .comments .section-inner .comments-area .comment-respond h3.comment-reply-title,
  body.page-template-template-page-builder .comments .section-inner .comments-area .comment-respond h3.comment-reply-title,
  body.single-products .comments .section-inner .comments-area .comment-respond h3.comment-reply-title,
  body.page-template-template-basic-page .comments .section-inner .comments-area .comment-respond h3.comment-reply-title,
  body.home .comments .section-inner .comments-area .comment-respond h3.comment-reply-title,
  .full-width #ajax-load-more .comments .section-inner .comments-area .comment-respond h3.comment-reply-title {
    font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
    font-size: 24px;
    font-weight: 700;
  }
}
body.page-template-template-latham-blog-page .comments .section-inner .comments-area .comment-respond form.comment-form .comment-form-comment label,
body.author .comments .section-inner .comments-area .comment-respond form.comment-form .comment-form-comment label,
body.search-results .comments .section-inner .comments-area .comment-respond form.comment-form .comment-form-comment label,
body.search-no-results .comments .section-inner .comments-area .comment-respond form.comment-form .comment-form-comment label,
body.tax-blog-category .comments .section-inner .comments-area .comment-respond form.comment-form .comment-form-comment label,
body.blog-template-default .comments .section-inner .comments-area .comment-respond form.comment-form .comment-form-comment label,
body.page-template-template-latham-blog-articles .comments .section-inner .comments-area .comment-respond form.comment-form .comment-form-comment label,
body.tax-blog-tag .comments .section-inner .comments-area .comment-respond form.comment-form .comment-form-comment label,
body.page-template-template-page-builder .comments .section-inner .comments-area .comment-respond form.comment-form .comment-form-comment label,
body.single-products .comments .section-inner .comments-area .comment-respond form.comment-form .comment-form-comment label,
body.page-template-template-basic-page .comments .section-inner .comments-area .comment-respond form.comment-form .comment-form-comment label,
body.home .comments .section-inner .comments-area .comment-respond form.comment-form .comment-form-comment label,
.full-width #ajax-load-more .comments .section-inner .comments-area .comment-respond form.comment-form .comment-form-comment label {
  width: 100%;
  display: block;
}
body.page-template-template-latham-blog-page .comments .section-inner .comments-area .comment-respond form.comment-form .comment-form-comment textarea,
body.author .comments .section-inner .comments-area .comment-respond form.comment-form .comment-form-comment textarea,
body.search-results .comments .section-inner .comments-area .comment-respond form.comment-form .comment-form-comment textarea,
body.search-no-results .comments .section-inner .comments-area .comment-respond form.comment-form .comment-form-comment textarea,
body.tax-blog-category .comments .section-inner .comments-area .comment-respond form.comment-form .comment-form-comment textarea,
body.blog-template-default .comments .section-inner .comments-area .comment-respond form.comment-form .comment-form-comment textarea,
body.page-template-template-latham-blog-articles .comments .section-inner .comments-area .comment-respond form.comment-form .comment-form-comment textarea,
body.tax-blog-tag .comments .section-inner .comments-area .comment-respond form.comment-form .comment-form-comment textarea,
body.page-template-template-page-builder .comments .section-inner .comments-area .comment-respond form.comment-form .comment-form-comment textarea,
body.single-products .comments .section-inner .comments-area .comment-respond form.comment-form .comment-form-comment textarea,
body.page-template-template-basic-page .comments .section-inner .comments-area .comment-respond form.comment-form .comment-form-comment textarea,
body.home .comments .section-inner .comments-area .comment-respond form.comment-form .comment-form-comment textarea,
.full-width #ajax-load-more .comments .section-inner .comments-area .comment-respond form.comment-form .comment-form-comment textarea {
  width: 100%;
  display: block;
  border: 1px #d8d8d8 solid;
}
body.page-template-template-latham-blog-page .comments .section-inner .comments-area .comment-respond .acf-comment-fields,
body.author .comments .section-inner .comments-area .comment-respond .acf-comment-fields,
body.search-results .comments .section-inner .comments-area .comment-respond .acf-comment-fields,
body.search-no-results .comments .section-inner .comments-area .comment-respond .acf-comment-fields,
body.tax-blog-category .comments .section-inner .comments-area .comment-respond .acf-comment-fields,
body.blog-template-default .comments .section-inner .comments-area .comment-respond .acf-comment-fields,
body.page-template-template-latham-blog-articles .comments .section-inner .comments-area .comment-respond .acf-comment-fields,
body.tax-blog-tag .comments .section-inner .comments-area .comment-respond .acf-comment-fields,
body.page-template-template-page-builder .comments .section-inner .comments-area .comment-respond .acf-comment-fields,
body.single-products .comments .section-inner .comments-area .comment-respond .acf-comment-fields,
body.page-template-template-basic-page .comments .section-inner .comments-area .comment-respond .acf-comment-fields,
body.home .comments .section-inner .comments-area .comment-respond .acf-comment-fields,
.full-width #ajax-load-more .comments .section-inner .comments-area .comment-respond .acf-comment-fields {
  display: none;
}
body.page-template-template-latham-blog-page .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=text],
body.page-template-template-latham-blog-page .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=email],
body.page-template-template-latham-blog-page .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=url],
body.page-template-template-latham-blog-page .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=text],
body.page-template-template-latham-blog-page .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=email],
body.page-template-template-latham-blog-page .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=url],
body.page-template-template-latham-blog-page .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=text],
body.page-template-template-latham-blog-page .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=email],
body.page-template-template-latham-blog-page .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=url],
body.author .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=text],
body.author .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=email],
body.author .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=url],
body.author .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=text],
body.author .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=email],
body.author .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=url],
body.author .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=text],
body.author .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=email],
body.author .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=url],
body.search-results .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=text],
body.search-results .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=email],
body.search-results .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=url],
body.search-results .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=text],
body.search-results .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=email],
body.search-results .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=url],
body.search-results .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=text],
body.search-results .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=email],
body.search-results .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=url],
body.search-no-results .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=text],
body.search-no-results .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=email],
body.search-no-results .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=url],
body.search-no-results .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=text],
body.search-no-results .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=email],
body.search-no-results .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=url],
body.search-no-results .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=text],
body.search-no-results .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=email],
body.search-no-results .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=url],
body.tax-blog-category .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=text],
body.tax-blog-category .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=email],
body.tax-blog-category .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=url],
body.tax-blog-category .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=text],
body.tax-blog-category .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=email],
body.tax-blog-category .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=url],
body.tax-blog-category .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=text],
body.tax-blog-category .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=email],
body.tax-blog-category .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=url],
body.blog-template-default .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=text],
body.blog-template-default .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=email],
body.blog-template-default .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=url],
body.blog-template-default .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=text],
body.blog-template-default .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=email],
body.blog-template-default .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=url],
body.blog-template-default .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=text],
body.blog-template-default .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=email],
body.blog-template-default .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=url],
body.page-template-template-latham-blog-articles .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=text],
body.page-template-template-latham-blog-articles .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=email],
body.page-template-template-latham-blog-articles .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=url],
body.page-template-template-latham-blog-articles .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=text],
body.page-template-template-latham-blog-articles .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=email],
body.page-template-template-latham-blog-articles .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=url],
body.page-template-template-latham-blog-articles .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=text],
body.page-template-template-latham-blog-articles .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=email],
body.page-template-template-latham-blog-articles .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=url],
body.tax-blog-tag .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=text],
body.tax-blog-tag .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=email],
body.tax-blog-tag .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=url],
body.tax-blog-tag .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=text],
body.tax-blog-tag .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=email],
body.tax-blog-tag .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=url],
body.tax-blog-tag .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=text],
body.tax-blog-tag .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=email],
body.tax-blog-tag .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=url],
body.page-template-template-page-builder .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=text],
body.page-template-template-page-builder .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=email],
body.page-template-template-page-builder .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=url],
body.page-template-template-page-builder .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=text],
body.page-template-template-page-builder .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=email],
body.page-template-template-page-builder .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=url],
body.page-template-template-page-builder .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=text],
body.page-template-template-page-builder .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=email],
body.page-template-template-page-builder .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=url],
body.single-products .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=text],
body.single-products .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=email],
body.single-products .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=url],
body.single-products .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=text],
body.single-products .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=email],
body.single-products .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=url],
body.single-products .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=text],
body.single-products .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=email],
body.single-products .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=url],
body.page-template-template-basic-page .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=text],
body.page-template-template-basic-page .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=email],
body.page-template-template-basic-page .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=url],
body.page-template-template-basic-page .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=text],
body.page-template-template-basic-page .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=email],
body.page-template-template-basic-page .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=url],
body.page-template-template-basic-page .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=text],
body.page-template-template-basic-page .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=email],
body.page-template-template-basic-page .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=url],
body.home .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=text],
body.home .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=email],
body.home .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=url],
body.home .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=text],
body.home .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=email],
body.home .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=url],
body.home .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=text],
body.home .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=email],
body.home .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=url],
.full-width #ajax-load-more .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=text],
.full-width #ajax-load-more .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=email],
.full-width #ajax-load-more .comments .section-inner .comments-area .comment-respond .comment-form-author input[type=url],
.full-width #ajax-load-more .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=text],
.full-width #ajax-load-more .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=email],
.full-width #ajax-load-more .comments .section-inner .comments-area .comment-respond .comment-form-email input[type=url],
.full-width #ajax-load-more .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=text],
.full-width #ajax-load-more .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=email],
.full-width #ajax-load-more .comments .section-inner .comments-area .comment-respond .comment-form-url input[type=url] {
  border: 1px #d8d8d8 solid;
}
body.page-template-template-latham-blog-page .comments .section-inner .comments-area .comment-respond .form-submit,
body.author .comments .section-inner .comments-area .comment-respond .form-submit,
body.search-results .comments .section-inner .comments-area .comment-respond .form-submit,
body.search-no-results .comments .section-inner .comments-area .comment-respond .form-submit,
body.tax-blog-category .comments .section-inner .comments-area .comment-respond .form-submit,
body.blog-template-default .comments .section-inner .comments-area .comment-respond .form-submit,
body.page-template-template-latham-blog-articles .comments .section-inner .comments-area .comment-respond .form-submit,
body.tax-blog-tag .comments .section-inner .comments-area .comment-respond .form-submit,
body.page-template-template-page-builder .comments .section-inner .comments-area .comment-respond .form-submit,
body.single-products .comments .section-inner .comments-area .comment-respond .form-submit,
body.page-template-template-basic-page .comments .section-inner .comments-area .comment-respond .form-submit,
body.home .comments .section-inner .comments-area .comment-respond .form-submit,
.full-width #ajax-load-more .comments .section-inner .comments-area .comment-respond .form-submit {
  margin-top: 20px;
}
body.page-template-template-latham-blog-page .comments .section-inner .comments-area .comment-respond .form-submit input[type=submit],
body.author .comments .section-inner .comments-area .comment-respond .form-submit input[type=submit],
body.search-results .comments .section-inner .comments-area .comment-respond .form-submit input[type=submit],
body.search-no-results .comments .section-inner .comments-area .comment-respond .form-submit input[type=submit],
body.tax-blog-category .comments .section-inner .comments-area .comment-respond .form-submit input[type=submit],
body.blog-template-default .comments .section-inner .comments-area .comment-respond .form-submit input[type=submit],
body.page-template-template-latham-blog-articles .comments .section-inner .comments-area .comment-respond .form-submit input[type=submit],
body.tax-blog-tag .comments .section-inner .comments-area .comment-respond .form-submit input[type=submit],
body.page-template-template-page-builder .comments .section-inner .comments-area .comment-respond .form-submit input[type=submit],
body.single-products .comments .section-inner .comments-area .comment-respond .form-submit input[type=submit],
body.page-template-template-basic-page .comments .section-inner .comments-area .comment-respond .form-submit input[type=submit],
body.home .comments .section-inner .comments-area .comment-respond .form-submit input[type=submit],
.full-width #ajax-load-more .comments .section-inner .comments-area .comment-respond .form-submit input[type=submit] {
  padding: 15px 45px;
  background: #000000;
  color: #ffffff;
  border: 0 none;
  cursor: pointer;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
body.page-template-template-latham-blog-page .comments .section-inner .comments-area .comment-respond .form-submit input[type=submit]:hover,
body.author .comments .section-inner .comments-area .comment-respond .form-submit input[type=submit]:hover,
body.search-results .comments .section-inner .comments-area .comment-respond .form-submit input[type=submit]:hover,
body.search-no-results .comments .section-inner .comments-area .comment-respond .form-submit input[type=submit]:hover,
body.tax-blog-category .comments .section-inner .comments-area .comment-respond .form-submit input[type=submit]:hover,
body.blog-template-default .comments .section-inner .comments-area .comment-respond .form-submit input[type=submit]:hover,
body.page-template-template-latham-blog-articles .comments .section-inner .comments-area .comment-respond .form-submit input[type=submit]:hover,
body.tax-blog-tag .comments .section-inner .comments-area .comment-respond .form-submit input[type=submit]:hover,
body.page-template-template-page-builder .comments .section-inner .comments-area .comment-respond .form-submit input[type=submit]:hover,
body.single-products .comments .section-inner .comments-area .comment-respond .form-submit input[type=submit]:hover,
body.page-template-template-basic-page .comments .section-inner .comments-area .comment-respond .form-submit input[type=submit]:hover,
body.home .comments .section-inner .comments-area .comment-respond .form-submit input[type=submit]:hover,
.full-width #ajax-load-more .comments .section-inner .comments-area .comment-respond .form-submit input[type=submit]:hover {
  text-decoration: underline;
}

body.page-template-template-latham-blog-articles .popular-articles,
body.page-template-template-page-builder .popular-articles,
body.single-products .popular-articles,
body.home .popular-articles {
  padding: 50px 0 !important;
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-articles .popular-articles,
  body.page-template-template-page-builder .popular-articles,
  body.single-products .popular-articles,
  body.home .popular-articles {
    padding: 100px 0 !important;
  }
}
body.page-template-template-latham-blog-articles .popular-articles.top-small,
body.page-template-template-page-builder .popular-articles.top-small,
body.single-products .popular-articles.top-small,
body.home .popular-articles.top-small {
  padding-top: 50px !important;
}
body.page-template-template-latham-blog-articles .popular-articles.bottom-small,
body.page-template-template-page-builder .popular-articles.bottom-small,
body.single-products .popular-articles.bottom-small,
body.home .popular-articles.bottom-small {
  padding-bottom: 50px !important;
}
body.page-template-template-latham-blog-articles .popular-articles.top-shrink,
body.page-template-template-page-builder .popular-articles.top-shrink,
body.single-products .popular-articles.top-shrink,
body.home .popular-articles.top-shrink {
  padding-top: 1px !important;
}
body.page-template-template-latham-blog-articles .popular-articles.bottom-shrink,
body.page-template-template-page-builder .popular-articles.bottom-shrink,
body.single-products .popular-articles.bottom-shrink,
body.home .popular-articles.bottom-shrink {
  padding-bottom: 1px !important;
}
body.page-template-template-latham-blog-articles .popular-articles.section_bg_grey .blog-cards .row .blog-card .blog-card__image-wrap,
body.page-template-template-page-builder .popular-articles.section_bg_grey .blog-cards .row .blog-card .blog-card__image-wrap,
body.single-products .popular-articles.section_bg_grey .blog-cards .row .blog-card .blog-card__image-wrap,
body.home .popular-articles.section_bg_grey .blog-cards .row .blog-card .blog-card__image-wrap {
  height: auto !important;
}
body.page-template-template-latham-blog-articles .popular-articles.section_bg_grey .blog-cards .row .blog-card .blog-card__content,
body.page-template-template-page-builder .popular-articles.section_bg_grey .blog-cards .row .blog-card .blog-card__content,
body.single-products .popular-articles.section_bg_grey .blog-cards .row .blog-card .blog-card__content,
body.home .popular-articles.section_bg_grey .blog-cards .row .blog-card .blog-card__content {
  background-color: #f0f5f5 !important;
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-articles .popular-articles .section-inner .text-left,
  body.page-template-template-page-builder .popular-articles .section-inner .text-left,
  body.single-products .popular-articles .section-inner .text-left,
  body.home .popular-articles .section-inner .text-left {
    padding: 0 13px;
  }
}
body.page-template-template-latham-blog-articles .popular-articles .section-inner .section__heading,
body.page-template-template-page-builder .popular-articles .section-inner .section__heading,
body.single-products .popular-articles .section-inner .section__heading,
body.home .popular-articles .section-inner .section__heading {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 40px;
  font-weight: 600;
  margin: 0 auto 20px;
}
body.page-template-template-latham-blog-articles .popular-articles .section-inner .section__body, body.page-template-template-latham-blog-articles .popular-articles .section-inner .search-results .entry__content, .search-results body.page-template-template-latham-blog-articles .popular-articles .section-inner .entry__content,
body.page-template-template-latham-blog-articles .popular-articles .section-inner .search-no-results .entry__content,
.search-no-results body.page-template-template-latham-blog-articles .popular-articles .section-inner .entry__content,
body.page-template-template-page-builder .popular-articles .section-inner .section__body,
body.page-template-template-page-builder .popular-articles .section-inner .search-results .entry__content,
.search-results body.page-template-template-page-builder .popular-articles .section-inner .entry__content,
body.page-template-template-page-builder .popular-articles .section-inner .search-no-results .entry__content,
.search-no-results body.page-template-template-page-builder .popular-articles .section-inner .entry__content,
body.single-products .popular-articles .section-inner .section__body,
body.single-products .popular-articles .section-inner .search-results .entry__content,
.search-results body.single-products .popular-articles .section-inner .entry__content,
body.single-products .popular-articles .section-inner .search-no-results .entry__content,
.search-no-results body.single-products .popular-articles .section-inner .entry__content,
body.home .popular-articles .section-inner .section__body,
body.home .popular-articles .section-inner .search-results .entry__content,
.search-results body.home .popular-articles .section-inner .entry__content,
body.home .popular-articles .section-inner .search-no-results .entry__content,
.search-no-results body.home .popular-articles .section-inner .entry__content {
  padding-bottom: 10px;
}
body.page-template-template-latham-blog-articles .blog-category-nav.viewAll {
  border-color: #000000 !important;
  background-color: #000000 !important;
}
body.page-template-template-latham-blog-articles .blog-category-nav.viewAll a {
  background-color: #000000;
  background-image: url("../png/button-icons-over_all.png");
  background-size: contain;
  background-position: 8px center;
  background-repeat: no-repeat;
  border-radius: 30px;
  color: #ffffff !important;
}

body.single-blog .site-main .section-inner h5 {
  background-color: #007e70 !important;
  padding: 20px;
  color: #ffffff;
  margin-top: 10px;
  display: inline-block;
  box-shadow: 8px 8px 0px #c2dbcd;
}
body.single-blog .site-main .section-inner h5 a {
  color: #c2dbcd;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
}
body.single-blog .site-main .section-inner h5 b {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
}

body.single .blogHeader .section-inner {
  max-width: 1350px !important;
}
body.single .hubspot-form.signup.reveal {
  display: none;
}

.alm-load-more-btn {
  min-width: 250px;
  margin: 30px auto 30px;
  display: block;
  display: inline-block;
  border: none;
  border-radius: 50px;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  margin-bottom: 15px;
  background-color: #f48472;
  font-size: 18px;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  color: #000000;
  line-height: 1.5; /* 27px */
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
@incude tablet {
  .alm-load-more-btn {
    min-width: 350px;
  }
}
.alm-load-more-btn.done {
  color: #d8d8d8;
  border-color: #d8d8d8;
}
@media (min-width: 1025px) {
  .alm-load-more-btn {
    font-size: 20px;
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
  }
}
.alm-load-more-btn a {
  text-align: center;
}
.alm-load-more-btn:hover {
  background-color: #d57262;
  text-decoration: none;
  color: #000000;
}

.alm-load-more-btn.more.button.button_large__outline.done:hover:after {
  background-color: transparent !important;
  transition: none !important;
  right: 100% !important;
}

.post-type-archive-blog {
  background-color: #ffffff !important;
}
.post-type-archive-blog .site-main,
.post-type-archive-blog .search-no-results .site-main {
  padding: 0px !important;
}

.blog-search-form {
  width: 100%;
}
@media (min-width: 768px) {
  .blog-search-form {
    width: 40%;
  }
}
@media (min-width: 991px) {
  .blog-search-form {
    padding-right: 28px;
  }
}
.blog-search-form #searchform {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  border-bottom: 2px #000000 solid;
  padding-bottom: 4px;
}
.blog-search-form #searchform .fa-search {
  position: relative;
  width: 25px;
  height: 25px;
}
.blog-search-form #searchform .fa-search::before {
  content: "\f002";
  position: absolute;
  color: #000000;
  padding-top: 6px;
}
.blog-search-form #searchform input[type=text] {
  width: 100%;
  border: none;
}

body.search-results h2.entry__title a:hover,
body.search-no-results h2.entry__title a:hover {
  text-decoration: underline;
}
body.search-results .section-inner_narrow,
body.search-no-results .section-inner_narrow {
  padding-bottom: 40px;
}
body.search-results .blog-search-form,
body.search-no-results .blog-search-form {
  margin: 0 auto;
}
body.search-results .section-inner_narrow article:last-of-type,
body.search-no-results .section-inner_narrow article:last-of-type {
  border-bottom: 1px #d8d8d8 solid;
  margin-bottom: 40px;
}
body.search-results .pagination,
body.search-no-results .pagination {
  border-top: none;
  margin: 0px 0 25px;
  padding-top: 0px;
}

body.page-template-template-latham-blog-page .hubspot-form,
body.author .hubspot-form,
body.search-results .hubspot-form,
body.search-no-results .hubspot-form,
body.tax-blog-category .hubspot-form,
body.blog-template-default .hubspot-form,
body.page-template-template-latham-blog-articles .hubspot-form,
body.tax-blog-tag .hubspot-form {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .hubspot-form,
  body.author .hubspot-form,
  body.search-results .hubspot-form,
  body.search-no-results .hubspot-form,
  body.tax-blog-category .hubspot-form,
  body.blog-template-default .hubspot-form,
  body.page-template-template-latham-blog-articles .hubspot-form,
  body.tax-blog-tag .hubspot-form {
    padding-bottom: 100px !important;
  }
}
body.page-template-template-latham-blog-page .hubspot-form .section-inner,
body.author .hubspot-form .section-inner,
body.search-results .hubspot-form .section-inner,
body.search-no-results .hubspot-form .section-inner,
body.tax-blog-category .hubspot-form .section-inner,
body.blog-template-default .hubspot-form .section-inner,
body.page-template-template-latham-blog-articles .hubspot-form .section-inner,
body.tax-blog-tag .hubspot-form .section-inner {
  background-color: #000000 !important;
  background-image: linear-gradient(180deg, #002e5e 0%, #f48473 100%);
  max-width: 1200px;
  padding: 50px 5%;
}
body.page-template-template-latham-blog-page .hubspot-form .hubspot_form_text,
body.author .hubspot-form .hubspot_form_text,
body.search-results .hubspot-form .hubspot_form_text,
body.search-no-results .hubspot-form .hubspot_form_text,
body.tax-blog-category .hubspot-form .hubspot_form_text,
body.blog-template-default .hubspot-form .hubspot_form_text,
body.page-template-template-latham-blog-articles .hubspot-form .hubspot_form_text,
body.tax-blog-tag .hubspot-form .hubspot_form_text {
  color: #ffffff !important;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .hubspot-form .hubspot_form_text,
  body.author .hubspot-form .hubspot_form_text,
  body.search-results .hubspot-form .hubspot_form_text,
  body.search-no-results .hubspot-form .hubspot_form_text,
  body.tax-blog-category .hubspot-form .hubspot_form_text,
  body.blog-template-default .hubspot-form .hubspot_form_text,
  body.page-template-template-latham-blog-articles .hubspot-form .hubspot_form_text,
  body.tax-blog-tag .hubspot-form .hubspot_form_text {
    padding-right: 50px;
  }
}
body.page-template-template-latham-blog-page .hubspot-form .hubspot_form_text h3,
body.author .hubspot-form .hubspot_form_text h3,
body.search-results .hubspot-form .hubspot_form_text h3,
body.search-no-results .hubspot-form .hubspot_form_text h3,
body.tax-blog-category .hubspot-form .hubspot_form_text h3,
body.blog-template-default .hubspot-form .hubspot_form_text h3,
body.page-template-template-latham-blog-articles .hubspot-form .hubspot_form_text h3,
body.tax-blog-tag .hubspot-form .hubspot_form_text h3 {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .hubspot-form .hubspot_form_text h3,
  body.author .hubspot-form .hubspot_form_text h3,
  body.search-results .hubspot-form .hubspot_form_text h3,
  body.search-no-results .hubspot-form .hubspot_form_text h3,
  body.tax-blog-category .hubspot-form .hubspot_form_text h3,
  body.blog-template-default .hubspot-form .hubspot_form_text h3,
  body.page-template-template-latham-blog-articles .hubspot-form .hubspot_form_text h3,
  body.tax-blog-tag .hubspot-form .hubspot_form_text h3 {
    font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
    font-size: 36px;
    font-weight: 700;
  }
}
body.page-template-template-latham-blog-page .hubspot-form .hubspot_form_text p,
body.author .hubspot-form .hubspot_form_text p,
body.search-results .hubspot-form .hubspot_form_text p,
body.search-no-results .hubspot-form .hubspot_form_text p,
body.tax-blog-category .hubspot-form .hubspot_form_text p,
body.blog-template-default .hubspot-form .hubspot_form_text p,
body.page-template-template-latham-blog-articles .hubspot-form .hubspot_form_text p,
body.tax-blog-tag .hubspot-form .hubspot_form_text p {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
body.page-template-template-latham-blog-page .hubspot-form .hubspot_form_text a:hover,
body.author .hubspot-form .hubspot_form_text a:hover,
body.search-results .hubspot-form .hubspot_form_text a:hover,
body.search-no-results .hubspot-form .hubspot_form_text a:hover,
body.tax-blog-category .hubspot-form .hubspot_form_text a:hover,
body.blog-template-default .hubspot-form .hubspot_form_text a:hover,
body.page-template-template-latham-blog-articles .hubspot-form .hubspot_form_text a:hover,
body.tax-blog-tag .hubspot-form .hubspot_form_text a:hover {
  color: #ffffff !important;
}
body.page-template-template-latham-blog-page .hubspot-form .hubspot_form_wrap,
body.author .hubspot-form .hubspot_form_wrap,
body.search-results .hubspot-form .hubspot_form_wrap,
body.search-no-results .hubspot-form .hubspot_form_wrap,
body.tax-blog-category .hubspot-form .hubspot_form_wrap,
body.blog-template-default .hubspot-form .hubspot_form_wrap,
body.page-template-template-latham-blog-articles .hubspot-form .hubspot_form_wrap,
body.tax-blog-tag .hubspot-form .hubspot_form_wrap {
  margin-top: 50px;
  padding-right: 0;
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .hubspot-form .hubspot_form_wrap,
  body.author .hubspot-form .hubspot_form_wrap,
  body.search-results .hubspot-form .hubspot_form_wrap,
  body.search-no-results .hubspot-form .hubspot_form_wrap,
  body.tax-blog-category .hubspot-form .hubspot_form_wrap,
  body.blog-template-default .hubspot-form .hubspot_form_wrap,
  body.page-template-template-latham-blog-articles .hubspot-form .hubspot_form_wrap,
  body.tax-blog-tag .hubspot-form .hubspot_form_wrap {
    margin-top: 0;
  }
}
body.page-template-template-latham-blog-page .hubspot-form .hubspot_form_wrap .hbspt-form,
body.author .hubspot-form .hubspot_form_wrap .hbspt-form,
body.search-results .hubspot-form .hubspot_form_wrap .hbspt-form,
body.search-no-results .hubspot-form .hubspot_form_wrap .hbspt-form,
body.tax-blog-category .hubspot-form .hubspot_form_wrap .hbspt-form,
body.blog-template-default .hubspot-form .hubspot_form_wrap .hbspt-form,
body.page-template-template-latham-blog-articles .hubspot-form .hubspot_form_wrap .hbspt-form,
body.tax-blog-tag .hubspot-form .hubspot_form_wrap .hbspt-form {
  color: #ffffff !important;
}
body.page-template-template-latham-blog-page .hubspot-form .hubspot_form_wrap .hbspt-form fieldset,
body.author .hubspot-form .hubspot_form_wrap .hbspt-form fieldset,
body.search-results .hubspot-form .hubspot_form_wrap .hbspt-form fieldset,
body.search-no-results .hubspot-form .hubspot_form_wrap .hbspt-form fieldset,
body.tax-blog-category .hubspot-form .hubspot_form_wrap .hbspt-form fieldset,
body.blog-template-default .hubspot-form .hubspot_form_wrap .hbspt-form fieldset,
body.page-template-template-latham-blog-articles .hubspot-form .hubspot_form_wrap .hbspt-form fieldset,
body.tax-blog-tag .hubspot-form .hubspot_form_wrap .hbspt-form fieldset {
  margin-bottom: 0;
}
body.page-template-template-latham-blog-page .hubspot-form .hubspot_form_wrap .hbspt-form fieldset:nth-of-type(1), body.page-template-template-latham-blog-page .hubspot-form .hubspot_form_wrap .hbspt-form fieldset:nth-of-type(4), body.page-template-template-latham-blog-page .hubspot-form .hubspot_form_wrap .hbspt-form fieldset:nth-of-type(5),
body.author .hubspot-form .hubspot_form_wrap .hbspt-form fieldset:nth-of-type(1),
body.author .hubspot-form .hubspot_form_wrap .hbspt-form fieldset:nth-of-type(4),
body.author .hubspot-form .hubspot_form_wrap .hbspt-form fieldset:nth-of-type(5),
body.search-results .hubspot-form .hubspot_form_wrap .hbspt-form fieldset:nth-of-type(1),
body.search-results .hubspot-form .hubspot_form_wrap .hbspt-form fieldset:nth-of-type(4),
body.search-results .hubspot-form .hubspot_form_wrap .hbspt-form fieldset:nth-of-type(5),
body.search-no-results .hubspot-form .hubspot_form_wrap .hbspt-form fieldset:nth-of-type(1),
body.search-no-results .hubspot-form .hubspot_form_wrap .hbspt-form fieldset:nth-of-type(4),
body.search-no-results .hubspot-form .hubspot_form_wrap .hbspt-form fieldset:nth-of-type(5),
body.tax-blog-category .hubspot-form .hubspot_form_wrap .hbspt-form fieldset:nth-of-type(1),
body.tax-blog-category .hubspot-form .hubspot_form_wrap .hbspt-form fieldset:nth-of-type(4),
body.tax-blog-category .hubspot-form .hubspot_form_wrap .hbspt-form fieldset:nth-of-type(5),
body.blog-template-default .hubspot-form .hubspot_form_wrap .hbspt-form fieldset:nth-of-type(1),
body.blog-template-default .hubspot-form .hubspot_form_wrap .hbspt-form fieldset:nth-of-type(4),
body.blog-template-default .hubspot-form .hubspot_form_wrap .hbspt-form fieldset:nth-of-type(5),
body.page-template-template-latham-blog-articles .hubspot-form .hubspot_form_wrap .hbspt-form fieldset:nth-of-type(1),
body.page-template-template-latham-blog-articles .hubspot-form .hubspot_form_wrap .hbspt-form fieldset:nth-of-type(4),
body.page-template-template-latham-blog-articles .hubspot-form .hubspot_form_wrap .hbspt-form fieldset:nth-of-type(5),
body.tax-blog-tag .hubspot-form .hubspot_form_wrap .hbspt-form fieldset:nth-of-type(1),
body.tax-blog-tag .hubspot-form .hubspot_form_wrap .hbspt-form fieldset:nth-of-type(4),
body.tax-blog-tag .hubspot-form .hubspot_form_wrap .hbspt-form fieldset:nth-of-type(5) {
  margin-bottom: 0;
}
body.page-template-template-latham-blog-page .hubspot-form .hubspot_form_wrap .hbspt-form form,
body.author .hubspot-form .hubspot_form_wrap .hbspt-form form,
body.search-results .hubspot-form .hubspot_form_wrap .hbspt-form form,
body.search-no-results .hubspot-form .hubspot_form_wrap .hbspt-form form,
body.tax-blog-category .hubspot-form .hubspot_form_wrap .hbspt-form form,
body.blog-template-default .hubspot-form .hubspot_form_wrap .hbspt-form form,
body.page-template-template-latham-blog-articles .hubspot-form .hubspot_form_wrap .hbspt-form form,
body.tax-blog-tag .hubspot-form .hubspot_form_wrap .hbspt-form form {
  margin-left: 0 !important;
  letter-spacing: -0.005em;
}
body.page-template-template-latham-blog-page .hubspot-form .hubspot_form_wrap .hbspt-form form label,
body.author .hubspot-form .hubspot_form_wrap .hbspt-form form label,
body.search-results .hubspot-form .hubspot_form_wrap .hbspt-form form label,
body.search-no-results .hubspot-form .hubspot_form_wrap .hbspt-form form label,
body.tax-blog-category .hubspot-form .hubspot_form_wrap .hbspt-form form label,
body.blog-template-default .hubspot-form .hubspot_form_wrap .hbspt-form form label,
body.page-template-template-latham-blog-articles .hubspot-form .hubspot_form_wrap .hbspt-form form label,
body.tax-blog-tag .hubspot-form .hubspot_form_wrap .hbspt-form form label {
  letter-spacing: -0.005em;
  font-weight: 500;
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .hubspot-form .hubspot_form_wrap .hbspt-form form,
  body.author .hubspot-form .hubspot_form_wrap .hbspt-form form,
  body.search-results .hubspot-form .hubspot_form_wrap .hbspt-form form,
  body.search-no-results .hubspot-form .hubspot_form_wrap .hbspt-form form,
  body.tax-blog-category .hubspot-form .hubspot_form_wrap .hbspt-form form,
  body.blog-template-default .hubspot-form .hubspot_form_wrap .hbspt-form form,
  body.page-template-template-latham-blog-articles .hubspot-form .hubspot_form_wrap .hbspt-form form,
  body.tax-blog-tag .hubspot-form .hubspot_form_wrap .hbspt-form form {
    margin-left: 40px !important;
  }
}
body.page-template-template-latham-blog-page .hubspot-form .hubspot_form_wrap .hbspt-form form a,
body.author .hubspot-form .hubspot_form_wrap .hbspt-form form a,
body.search-results .hubspot-form .hubspot_form_wrap .hbspt-form form a,
body.search-no-results .hubspot-form .hubspot_form_wrap .hbspt-form form a,
body.tax-blog-category .hubspot-form .hubspot_form_wrap .hbspt-form form a,
body.blog-template-default .hubspot-form .hubspot_form_wrap .hbspt-form form a,
body.page-template-template-latham-blog-articles .hubspot-form .hubspot_form_wrap .hbspt-form form a,
body.tax-blog-tag .hubspot-form .hubspot_form_wrap .hbspt-form form a {
  color: #ffffff;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
body.page-template-template-latham-blog-page .hubspot-form .hubspot_form_wrap .hbspt-form form a:hover,
body.author .hubspot-form .hubspot_form_wrap .hbspt-form form a:hover,
body.search-results .hubspot-form .hubspot_form_wrap .hbspt-form form a:hover,
body.search-no-results .hubspot-form .hubspot_form_wrap .hbspt-form form a:hover,
body.tax-blog-category .hubspot-form .hubspot_form_wrap .hbspt-form form a:hover,
body.blog-template-default .hubspot-form .hubspot_form_wrap .hbspt-form form a:hover,
body.page-template-template-latham-blog-articles .hubspot-form .hubspot_form_wrap .hbspt-form form a:hover,
body.tax-blog-tag .hubspot-form .hubspot_form_wrap .hbspt-form form a:hover {
  text-decoration: underline;
  color: #ffffff !important;
}
body.page-template-template-latham-blog-page .hubspot-form .hubspot_form_wrap .hbspt-form form .hs-form-required,
body.author .hubspot-form .hubspot_form_wrap .hbspt-form form .hs-form-required,
body.search-results .hubspot-form .hubspot_form_wrap .hbspt-form form .hs-form-required,
body.search-no-results .hubspot-form .hubspot_form_wrap .hbspt-form form .hs-form-required,
body.tax-blog-category .hubspot-form .hubspot_form_wrap .hbspt-form form .hs-form-required,
body.blog-template-default .hubspot-form .hubspot_form_wrap .hbspt-form form .hs-form-required,
body.page-template-template-latham-blog-articles .hubspot-form .hubspot_form_wrap .hbspt-form form .hs-form-required,
body.tax-blog-tag .hubspot-form .hubspot_form_wrap .hbspt-form form .hs-form-required {
  color: #ffffff;
}
body.page-template-template-latham-blog-page .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_select_blog_category .input .inputs-list.multi-container,
body.author .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_select_blog_category .input .inputs-list.multi-container,
body.search-results .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_select_blog_category .input .inputs-list.multi-container,
body.search-no-results .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_select_blog_category .input .inputs-list.multi-container,
body.tax-blog-category .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_select_blog_category .input .inputs-list.multi-container,
body.blog-template-default .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_select_blog_category .input .inputs-list.multi-container,
body.page-template-template-latham-blog-articles .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_select_blog_category .input .inputs-list.multi-container,
body.tax-blog-tag .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_select_blog_category .input .inputs-list.multi-container {
  columns: 3 !important;
  -webkit-columns: 3 !important;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_select_blog_category .input .inputs-list.multi-container,
  body.author .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_select_blog_category .input .inputs-list.multi-container,
  body.search-results .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_select_blog_category .input .inputs-list.multi-container,
  body.search-no-results .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_select_blog_category .input .inputs-list.multi-container,
  body.tax-blog-category .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_select_blog_category .input .inputs-list.multi-container,
  body.blog-template-default .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_select_blog_category .input .inputs-list.multi-container,
  body.page-template-template-latham-blog-articles .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_select_blog_category .input .inputs-list.multi-container,
  body.tax-blog-tag .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_select_blog_category .input .inputs-list.multi-container {
    columns: 2 !important;
    -webkit-columns: 2 !important;
  }
}
@media (min-width: 1350px) {
  body.page-template-template-latham-blog-page .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_select_blog_category .input .inputs-list.multi-container,
  body.author .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_select_blog_category .input .inputs-list.multi-container,
  body.search-results .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_select_blog_category .input .inputs-list.multi-container,
  body.search-no-results .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_select_blog_category .input .inputs-list.multi-container,
  body.tax-blog-category .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_select_blog_category .input .inputs-list.multi-container,
  body.blog-template-default .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_select_blog_category .input .inputs-list.multi-container,
  body.page-template-template-latham-blog-articles .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_select_blog_category .input .inputs-list.multi-container,
  body.tax-blog-tag .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_select_blog_category .input .inputs-list.multi-container {
    columns: 3 !important;
    -webkit-columns: 3 !important;
  }
}
body.page-template-template-latham-blog-page .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_email,
body.author .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_email,
body.search-results .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_email,
body.search-no-results .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_email,
body.tax-blog-category .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_email,
body.blog-template-default .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_email,
body.page-template-template-latham-blog-articles .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_email,
body.tax-blog-tag .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_email {
  width: 100%;
  padding-right: 0;
}
body.page-template-template-latham-blog-page .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_email input,
body.author .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_email input,
body.search-results .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_email input,
body.search-no-results .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_email input,
body.tax-blog-category .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_email input,
body.blog-template-default .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_email input,
body.page-template-template-latham-blog-articles .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_email input,
body.tax-blog-tag .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_email input {
  width: 100%;
}
body.page-template-template-latham-blog-page .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_email input .hs-input,
body.author .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_email input .hs-input,
body.search-results .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_email input .hs-input,
body.search-no-results .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_email input .hs-input,
body.tax-blog-category .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_email input .hs-input,
body.blog-template-default .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_email input .hs-input,
body.page-template-template-latham-blog-articles .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_email input .hs-input,
body.tax-blog-tag .hubspot-form .hubspot_form_wrap .hbspt-form form .hs_email input .hs-input {
  width: 100%;
}
body.page-template-template-latham-blog-page .hubspot-form .hubspot_form_wrap .hbspt-form .inputs-list,
body.author .hubspot-form .hubspot_form_wrap .hbspt-form .inputs-list,
body.search-results .hubspot-form .hubspot_form_wrap .hbspt-form .inputs-list,
body.search-no-results .hubspot-form .hubspot_form_wrap .hbspt-form .inputs-list,
body.tax-blog-category .hubspot-form .hubspot_form_wrap .hbspt-form .inputs-list,
body.blog-template-default .hubspot-form .hubspot_form_wrap .hbspt-form .inputs-list,
body.page-template-template-latham-blog-articles .hubspot-form .hubspot_form_wrap .hbspt-form .inputs-list,
body.tax-blog-tag .hubspot-form .hubspot_form_wrap .hbspt-form .inputs-list {
  margin-bottom: 15px !important;
}
body.page-template-template-latham-blog-page .hubspot-form .hubspot_form_wrap .hbspt-form .inputs-list.no-list,
body.author .hubspot-form .hubspot_form_wrap .hbspt-form .inputs-list.no-list,
body.search-results .hubspot-form .hubspot_form_wrap .hbspt-form .inputs-list.no-list,
body.search-no-results .hubspot-form .hubspot_form_wrap .hbspt-form .inputs-list.no-list,
body.tax-blog-category .hubspot-form .hubspot_form_wrap .hbspt-form .inputs-list.no-list,
body.blog-template-default .hubspot-form .hubspot_form_wrap .hbspt-form .inputs-list.no-list,
body.page-template-template-latham-blog-articles .hubspot-form .hubspot_form_wrap .hbspt-form .inputs-list.no-list,
body.tax-blog-tag .hubspot-form .hubspot_form_wrap .hbspt-form .inputs-list.no-list {
  padding-right: 20px;
}
body.page-template-template-latham-blog-page .hubspot-form .hubspot_form_wrap .hbspt-form label,
body.author .hubspot-form .hubspot_form_wrap .hbspt-form label,
body.search-results .hubspot-form .hubspot_form_wrap .hbspt-form label,
body.search-no-results .hubspot-form .hubspot_form_wrap .hbspt-form label,
body.tax-blog-category .hubspot-form .hubspot_form_wrap .hbspt-form label,
body.blog-template-default .hubspot-form .hubspot_form_wrap .hbspt-form label,
body.page-template-template-latham-blog-articles .hubspot-form .hubspot_form_wrap .hbspt-form label,
body.tax-blog-tag .hubspot-form .hubspot_form_wrap .hbspt-form label {
  color: #ffffff !important;
  font-size: 16px !important;
}
body.page-template-template-latham-blog-page .hubspot-form .hubspot_form_wrap .hbspt-form .hs_submit.hs-submit,
body.author .hubspot-form .hubspot_form_wrap .hbspt-form .hs_submit.hs-submit,
body.search-results .hubspot-form .hubspot_form_wrap .hbspt-form .hs_submit.hs-submit,
body.search-no-results .hubspot-form .hubspot_form_wrap .hbspt-form .hs_submit.hs-submit,
body.tax-blog-category .hubspot-form .hubspot_form_wrap .hbspt-form .hs_submit.hs-submit,
body.blog-template-default .hubspot-form .hubspot_form_wrap .hbspt-form .hs_submit.hs-submit,
body.page-template-template-latham-blog-articles .hubspot-form .hubspot_form_wrap .hbspt-form .hs_submit.hs-submit,
body.tax-blog-tag .hubspot-form .hubspot_form_wrap .hbspt-form .hs_submit.hs-submit {
  margin-top: 10px;
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .hubspot-form .hubspot_form_wrap .hbspt-form .hs_submit.hs-submit,
  body.author .hubspot-form .hubspot_form_wrap .hbspt-form .hs_submit.hs-submit,
  body.search-results .hubspot-form .hubspot_form_wrap .hbspt-form .hs_submit.hs-submit,
  body.search-no-results .hubspot-form .hubspot_form_wrap .hbspt-form .hs_submit.hs-submit,
  body.tax-blog-category .hubspot-form .hubspot_form_wrap .hbspt-form .hs_submit.hs-submit,
  body.blog-template-default .hubspot-form .hubspot_form_wrap .hbspt-form .hs_submit.hs-submit,
  body.page-template-template-latham-blog-articles .hubspot-form .hubspot_form_wrap .hbspt-form .hs_submit.hs-submit,
  body.tax-blog-tag .hubspot-form .hubspot_form_wrap .hbspt-form .hs_submit.hs-submit {
    margin-top: 16px;
  }
}
body.page-template-template-latham-blog-page .hbspt-form form.hs-form fieldset .input,
body.author .hbspt-form form.hs-form fieldset .input,
body.search-results .hbspt-form form.hs-form fieldset .input,
body.search-no-results .hbspt-form form.hs-form fieldset .input,
body.tax-blog-category .hbspt-form form.hs-form fieldset .input,
body.blog-template-default .hbspt-form form.hs-form fieldset .input,
body.page-template-template-latham-blog-articles .hbspt-form form.hs-form fieldset .input,
body.tax-blog-tag .hbspt-form form.hs-form fieldset .input {
  margin-right: 20px;
}
body.page-template-template-latham-blog-page .hbspt-form form.hs-form .hs-form-checkbox input[type=checkbox]:checked,
body.page-template-template-latham-blog-page .hbspt-form form.hs-form .inputs-list input[type=checkbox]:checked,
body.author .hbspt-form form.hs-form .hs-form-checkbox input[type=checkbox]:checked,
body.author .hbspt-form form.hs-form .inputs-list input[type=checkbox]:checked,
body.search-results .hbspt-form form.hs-form .hs-form-checkbox input[type=checkbox]:checked,
body.search-results .hbspt-form form.hs-form .inputs-list input[type=checkbox]:checked,
body.search-no-results .hbspt-form form.hs-form .hs-form-checkbox input[type=checkbox]:checked,
body.search-no-results .hbspt-form form.hs-form .inputs-list input[type=checkbox]:checked,
body.tax-blog-category .hbspt-form form.hs-form .hs-form-checkbox input[type=checkbox]:checked,
body.tax-blog-category .hbspt-form form.hs-form .inputs-list input[type=checkbox]:checked,
body.blog-template-default .hbspt-form form.hs-form .hs-form-checkbox input[type=checkbox]:checked,
body.blog-template-default .hbspt-form form.hs-form .inputs-list input[type=checkbox]:checked,
body.page-template-template-latham-blog-articles .hbspt-form form.hs-form .hs-form-checkbox input[type=checkbox]:checked,
body.page-template-template-latham-blog-articles .hbspt-form form.hs-form .inputs-list input[type=checkbox]:checked,
body.tax-blog-tag .hbspt-form form.hs-form .hs-form-checkbox input[type=checkbox]:checked,
body.tax-blog-tag .hbspt-form form.hs-form .inputs-list input[type=checkbox]:checked {
  border: 1px solid #d8d8d8 !important;
}
body.page-template-template-latham-blog-page .hbspt-form form.hs-form .hs-form-checkbox input[type=checkbox]:after,
body.page-template-template-latham-blog-page .hbspt-form form.hs-form .inputs-list input[type=checkbox]:after,
body.author .hbspt-form form.hs-form .hs-form-checkbox input[type=checkbox]:after,
body.author .hbspt-form form.hs-form .inputs-list input[type=checkbox]:after,
body.search-results .hbspt-form form.hs-form .hs-form-checkbox input[type=checkbox]:after,
body.search-results .hbspt-form form.hs-form .inputs-list input[type=checkbox]:after,
body.search-no-results .hbspt-form form.hs-form .hs-form-checkbox input[type=checkbox]:after,
body.search-no-results .hbspt-form form.hs-form .inputs-list input[type=checkbox]:after,
body.tax-blog-category .hbspt-form form.hs-form .hs-form-checkbox input[type=checkbox]:after,
body.tax-blog-category .hbspt-form form.hs-form .inputs-list input[type=checkbox]:after,
body.blog-template-default .hbspt-form form.hs-form .hs-form-checkbox input[type=checkbox]:after,
body.blog-template-default .hbspt-form form.hs-form .inputs-list input[type=checkbox]:after,
body.page-template-template-latham-blog-articles .hbspt-form form.hs-form .hs-form-checkbox input[type=checkbox]:after,
body.page-template-template-latham-blog-articles .hbspt-form form.hs-form .inputs-list input[type=checkbox]:after,
body.tax-blog-tag .hbspt-form form.hs-form .hs-form-checkbox input[type=checkbox]:after,
body.tax-blog-tag .hbspt-form form.hs-form .inputs-list input[type=checkbox]:after {
  width: 12px;
  height: 6px;
  top: 4px;
  left: 3px;
  border: 2px solid #fff;
  border-right: none;
  border-top: none;
}
body.page-template-template-latham-blog-page .hbspt-form form.hs-form .hs-form-checkbox input[type=checkbox],
body.page-template-template-latham-blog-page .hbspt-form form.hs-form .inputs-list input[type=checkbox],
body.author .hbspt-form form.hs-form .hs-form-checkbox input[type=checkbox],
body.author .hbspt-form form.hs-form .inputs-list input[type=checkbox],
body.search-results .hbspt-form form.hs-form .hs-form-checkbox input[type=checkbox],
body.search-results .hbspt-form form.hs-form .inputs-list input[type=checkbox],
body.search-no-results .hbspt-form form.hs-form .hs-form-checkbox input[type=checkbox],
body.search-no-results .hbspt-form form.hs-form .inputs-list input[type=checkbox],
body.tax-blog-category .hbspt-form form.hs-form .hs-form-checkbox input[type=checkbox],
body.tax-blog-category .hbspt-form form.hs-form .inputs-list input[type=checkbox],
body.blog-template-default .hbspt-form form.hs-form .hs-form-checkbox input[type=checkbox],
body.blog-template-default .hbspt-form form.hs-form .inputs-list input[type=checkbox],
body.page-template-template-latham-blog-articles .hbspt-form form.hs-form .hs-form-checkbox input[type=checkbox],
body.page-template-template-latham-blog-articles .hbspt-form form.hs-form .inputs-list input[type=checkbox],
body.tax-blog-tag .hbspt-form form.hs-form .hs-form-checkbox input[type=checkbox],
body.tax-blog-tag .hbspt-form form.hs-form .inputs-list input[type=checkbox] {
  background: transparent !important;
}
body.page-template-template-latham-blog-page .hbspt-form form.hs-form .hs_submit .actions:after,
body.author .hbspt-form form.hs-form .hs_submit .actions:after,
body.search-results .hbspt-form form.hs-form .hs_submit .actions:after,
body.search-no-results .hbspt-form form.hs-form .hs_submit .actions:after,
body.tax-blog-category .hbspt-form form.hs-form .hs_submit .actions:after,
body.blog-template-default .hbspt-form form.hs-form .hs_submit .actions:after,
body.page-template-template-latham-blog-articles .hbspt-form form.hs-form .hs_submit .actions:after,
body.tax-blog-tag .hbspt-form form.hs-form .hs_submit .actions:after {
  background-color: #00b0d8;
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .hbspt-form form.hs-form .hs_email,
  body.author .hbspt-form form.hs-form .hs_email,
  body.search-results .hbspt-form form.hs-form .hs_email,
  body.search-no-results .hbspt-form form.hs-form .hs_email,
  body.tax-blog-category .hbspt-form form.hs-form .hs_email,
  body.blog-template-default .hbspt-form form.hs-form .hs_email,
  body.page-template-template-latham-blog-articles .hbspt-form form.hs-form .hs_email,
  body.tax-blog-tag .hbspt-form form.hs-form .hs_email {
    width: 75%;
    float: left;
    padding-right: 20px;
  }
}
body.page-template-template-latham-blog-page .hbspt-form form.hs-form .hs_submit .actions,
body.author .hbspt-form form.hs-form .hs_submit .actions,
body.search-results .hbspt-form form.hs-form .hs_submit .actions,
body.search-no-results .hbspt-form form.hs-form .hs_submit .actions,
body.tax-blog-category .hbspt-form form.hs-form .hs_submit .actions,
body.blog-template-default .hbspt-form form.hs-form .hs_submit .actions,
body.page-template-template-latham-blog-articles .hbspt-form form.hs-form .hs_submit .actions,
body.tax-blog-tag .hbspt-form form.hs-form .hs_submit .actions {
  border-color: #ffffff;
}
body.page-template-template-latham-blog-page .hbspt-form form.hs-form .hs_submit .actions:after,
body.author .hbspt-form form.hs-form .hs_submit .actions:after,
body.search-results .hbspt-form form.hs-form .hs_submit .actions:after,
body.search-no-results .hbspt-form form.hs-form .hs_submit .actions:after,
body.tax-blog-category .hbspt-form form.hs-form .hs_submit .actions:after,
body.blog-template-default .hbspt-form form.hs-form .hs_submit .actions:after,
body.page-template-template-latham-blog-articles .hbspt-form form.hs-form .hs_submit .actions:after,
body.tax-blog-tag .hbspt-form form.hs-form .hs_submit .actions:after {
  background-color: #000000;
}
body.page-template-template-latham-blog-page .hbspt-form form.hs-form .hs_submit .actions:hover,
body.author .hbspt-form form.hs-form .hs_submit .actions:hover,
body.search-results .hbspt-form form.hs-form .hs_submit .actions:hover,
body.search-no-results .hbspt-form form.hs-form .hs_submit .actions:hover,
body.tax-blog-category .hbspt-form form.hs-form .hs_submit .actions:hover,
body.blog-template-default .hbspt-form form.hs-form .hs_submit .actions:hover,
body.page-template-template-latham-blog-articles .hbspt-form form.hs-form .hs_submit .actions:hover,
body.tax-blog-tag .hbspt-form form.hs-form .hs_submit .actions:hover {
  border-color: #000000;
}
body.page-template-template-latham-blog-page .hbspt-form form.hs-form .hs_submit .actions input.hs-button[type=submit],
body.author .hbspt-form form.hs-form .hs_submit .actions input.hs-button[type=submit],
body.search-results .hbspt-form form.hs-form .hs_submit .actions input.hs-button[type=submit],
body.search-no-results .hbspt-form form.hs-form .hs_submit .actions input.hs-button[type=submit],
body.tax-blog-category .hbspt-form form.hs-form .hs_submit .actions input.hs-button[type=submit],
body.blog-template-default .hbspt-form form.hs-form .hs_submit .actions input.hs-button[type=submit],
body.page-template-template-latham-blog-articles .hbspt-form form.hs-form .hs_submit .actions input.hs-button[type=submit],
body.tax-blog-tag .hbspt-form form.hs-form .hs_submit .actions input.hs-button[type=submit] {
  color: #ffffff;
  padding: 13px 24px;
}
body.page-template-template-latham-blog-page .hbspt-form form.hs-form .hs_submit .actions input.hs-button[type=submit]:hover,
body.author .hbspt-form form.hs-form .hs_submit .actions input.hs-button[type=submit]:hover,
body.search-results .hbspt-form form.hs-form .hs_submit .actions input.hs-button[type=submit]:hover,
body.search-no-results .hbspt-form form.hs-form .hs_submit .actions input.hs-button[type=submit]:hover,
body.tax-blog-category .hbspt-form form.hs-form .hs_submit .actions input.hs-button[type=submit]:hover,
body.blog-template-default .hbspt-form form.hs-form .hs_submit .actions input.hs-button[type=submit]:hover,
body.page-template-template-latham-blog-articles .hbspt-form form.hs-form .hs_submit .actions input.hs-button[type=submit]:hover,
body.tax-blog-tag .hbspt-form form.hs-form .hs_submit .actions input.hs-button[type=submit]:hover {
  color: #ffffff;
}

.section.section_bg_grey .section-inner.full-width #ajax-load-more .alm-listing.alm-ajax .blog-card.product-card .blog-card__outer-wrap .blog-card__content {
  background-color: #f0f5f5;
}

#alm-filters-explore_filter .alm-filter--title,
#alm-filters-explore_filter .alm-filter--inner,
#alm-filters-explore_filter .alm-filter--inner ul,
#alm-filters-gallery_new .alm-filter--title,
#alm-filters-gallery_new .alm-filter--inner,
#alm-filters-gallery_new .alm-filter--inner ul,
#alm-filters-explore_costs .alm-filter--title,
#alm-filters-explore_costs .alm-filter--inner,
#alm-filters-explore_costs .alm-filter--inner ul,
#alm-filters-explore_region .alm-filter--title,
#alm-filters-explore_region .alm-filter--inner,
#alm-filters-explore_region .alm-filter--inner ul {
  display: inline-block;
}
#alm-filters-explore_filter .alm-filter--title li.alm-filter--radio,
#alm-filters-explore_filter .alm-filter--inner li.alm-filter--radio,
#alm-filters-explore_filter .alm-filter--inner ul li.alm-filter--radio,
#alm-filters-gallery_new .alm-filter--title li.alm-filter--radio,
#alm-filters-gallery_new .alm-filter--inner li.alm-filter--radio,
#alm-filters-gallery_new .alm-filter--inner ul li.alm-filter--radio,
#alm-filters-explore_costs .alm-filter--title li.alm-filter--radio,
#alm-filters-explore_costs .alm-filter--inner li.alm-filter--radio,
#alm-filters-explore_costs .alm-filter--inner ul li.alm-filter--radio,
#alm-filters-explore_region .alm-filter--title li.alm-filter--radio,
#alm-filters-explore_region .alm-filter--inner li.alm-filter--radio,
#alm-filters-explore_region .alm-filter--inner ul li.alm-filter--radio {
  margin-right: 20px;
  display: inline-block;
}
#alm-filters-explore_filter .alm-filter--title li.alm-filter--radio .alm-filter--link,
#alm-filters-explore_filter .alm-filter--inner li.alm-filter--radio .alm-filter--link,
#alm-filters-explore_filter .alm-filter--inner ul li.alm-filter--radio .alm-filter--link,
#alm-filters-gallery_new .alm-filter--title li.alm-filter--radio .alm-filter--link,
#alm-filters-gallery_new .alm-filter--inner li.alm-filter--radio .alm-filter--link,
#alm-filters-gallery_new .alm-filter--inner ul li.alm-filter--radio .alm-filter--link,
#alm-filters-explore_costs .alm-filter--title li.alm-filter--radio .alm-filter--link,
#alm-filters-explore_costs .alm-filter--inner li.alm-filter--radio .alm-filter--link,
#alm-filters-explore_costs .alm-filter--inner ul li.alm-filter--radio .alm-filter--link,
#alm-filters-explore_region .alm-filter--title li.alm-filter--radio .alm-filter--link,
#alm-filters-explore_region .alm-filter--inner li.alm-filter--radio .alm-filter--link,
#alm-filters-explore_region .alm-filter--inner ul li.alm-filter--radio .alm-filter--link {
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 16px;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  color: #000000;
}
#alm-filters-explore_filter .alm-filter--title li.alm-filter--radio .alm-filter--link:before, #alm-filters-explore_filter .alm-filter--title li.alm-filter--radio .alm-filter--link:after,
#alm-filters-explore_filter .alm-filter--inner li.alm-filter--radio .alm-filter--link:before,
#alm-filters-explore_filter .alm-filter--inner li.alm-filter--radio .alm-filter--link:after,
#alm-filters-explore_filter .alm-filter--inner ul li.alm-filter--radio .alm-filter--link:before,
#alm-filters-explore_filter .alm-filter--inner ul li.alm-filter--radio .alm-filter--link:after,
#alm-filters-gallery_new .alm-filter--title li.alm-filter--radio .alm-filter--link:before,
#alm-filters-gallery_new .alm-filter--title li.alm-filter--radio .alm-filter--link:after,
#alm-filters-gallery_new .alm-filter--inner li.alm-filter--radio .alm-filter--link:before,
#alm-filters-gallery_new .alm-filter--inner li.alm-filter--radio .alm-filter--link:after,
#alm-filters-gallery_new .alm-filter--inner ul li.alm-filter--radio .alm-filter--link:before,
#alm-filters-gallery_new .alm-filter--inner ul li.alm-filter--radio .alm-filter--link:after,
#alm-filters-explore_costs .alm-filter--title li.alm-filter--radio .alm-filter--link:before,
#alm-filters-explore_costs .alm-filter--title li.alm-filter--radio .alm-filter--link:after,
#alm-filters-explore_costs .alm-filter--inner li.alm-filter--radio .alm-filter--link:before,
#alm-filters-explore_costs .alm-filter--inner li.alm-filter--radio .alm-filter--link:after,
#alm-filters-explore_costs .alm-filter--inner ul li.alm-filter--radio .alm-filter--link:before,
#alm-filters-explore_costs .alm-filter--inner ul li.alm-filter--radio .alm-filter--link:after,
#alm-filters-explore_region .alm-filter--title li.alm-filter--radio .alm-filter--link:before,
#alm-filters-explore_region .alm-filter--title li.alm-filter--radio .alm-filter--link:after,
#alm-filters-explore_region .alm-filter--inner li.alm-filter--radio .alm-filter--link:before,
#alm-filters-explore_region .alm-filter--inner li.alm-filter--radio .alm-filter--link:after,
#alm-filters-explore_region .alm-filter--inner ul li.alm-filter--radio .alm-filter--link:before,
#alm-filters-explore_region .alm-filter--inner ul li.alm-filter--radio .alm-filter--link:after {
  display: none;
}
#alm-filters-explore_filter .alm-filter--title li.alm-filter--radio .alm-filter--link.active, #alm-filters-explore_filter .alm-filter--title li.alm-filter--radio .alm-filter--link:hover,
#alm-filters-explore_filter .alm-filter--inner li.alm-filter--radio .alm-filter--link.active,
#alm-filters-explore_filter .alm-filter--inner li.alm-filter--radio .alm-filter--link:hover,
#alm-filters-explore_filter .alm-filter--inner ul li.alm-filter--radio .alm-filter--link.active,
#alm-filters-explore_filter .alm-filter--inner ul li.alm-filter--radio .alm-filter--link:hover,
#alm-filters-gallery_new .alm-filter--title li.alm-filter--radio .alm-filter--link.active,
#alm-filters-gallery_new .alm-filter--title li.alm-filter--radio .alm-filter--link:hover,
#alm-filters-gallery_new .alm-filter--inner li.alm-filter--radio .alm-filter--link.active,
#alm-filters-gallery_new .alm-filter--inner li.alm-filter--radio .alm-filter--link:hover,
#alm-filters-gallery_new .alm-filter--inner ul li.alm-filter--radio .alm-filter--link.active,
#alm-filters-gallery_new .alm-filter--inner ul li.alm-filter--radio .alm-filter--link:hover,
#alm-filters-explore_costs .alm-filter--title li.alm-filter--radio .alm-filter--link.active,
#alm-filters-explore_costs .alm-filter--title li.alm-filter--radio .alm-filter--link:hover,
#alm-filters-explore_costs .alm-filter--inner li.alm-filter--radio .alm-filter--link.active,
#alm-filters-explore_costs .alm-filter--inner li.alm-filter--radio .alm-filter--link:hover,
#alm-filters-explore_costs .alm-filter--inner ul li.alm-filter--radio .alm-filter--link.active,
#alm-filters-explore_costs .alm-filter--inner ul li.alm-filter--radio .alm-filter--link:hover,
#alm-filters-explore_region .alm-filter--title li.alm-filter--radio .alm-filter--link.active,
#alm-filters-explore_region .alm-filter--title li.alm-filter--radio .alm-filter--link:hover,
#alm-filters-explore_region .alm-filter--inner li.alm-filter--radio .alm-filter--link.active,
#alm-filters-explore_region .alm-filter--inner li.alm-filter--radio .alm-filter--link:hover,
#alm-filters-explore_region .alm-filter--inner ul li.alm-filter--radio .alm-filter--link.active,
#alm-filters-explore_region .alm-filter--inner ul li.alm-filter--radio .alm-filter--link:hover {
  background-color: #000000;
  color: #ffffff;
}
@media (min-width: 768px) {
  #alm-filters-explore_filter .alm-filter--title li.alm-filter--radio .alm-filter--link,
  #alm-filters-explore_filter .alm-filter--inner li.alm-filter--radio .alm-filter--link,
  #alm-filters-explore_filter .alm-filter--inner ul li.alm-filter--radio .alm-filter--link,
  #alm-filters-gallery_new .alm-filter--title li.alm-filter--radio .alm-filter--link,
  #alm-filters-gallery_new .alm-filter--inner li.alm-filter--radio .alm-filter--link,
  #alm-filters-gallery_new .alm-filter--inner ul li.alm-filter--radio .alm-filter--link,
  #alm-filters-explore_costs .alm-filter--title li.alm-filter--radio .alm-filter--link,
  #alm-filters-explore_costs .alm-filter--inner li.alm-filter--radio .alm-filter--link,
  #alm-filters-explore_costs .alm-filter--inner ul li.alm-filter--radio .alm-filter--link,
  #alm-filters-explore_region .alm-filter--title li.alm-filter--radio .alm-filter--link,
  #alm-filters-explore_region .alm-filter--inner li.alm-filter--radio .alm-filter--link,
  #alm-filters-explore_region .alm-filter--inner ul li.alm-filter--radio .alm-filter--link {
    padding: 10px 35px;
    font-size: 18px;
  }
}
#alm-filters-explore_filter .alm-filter--group,
#alm-filters-gallery_new .alm-filter--group,
#alm-filters-explore_costs .alm-filter--group,
#alm-filters-explore_region .alm-filter--group {
  border-bottom: 1px #d8d8d8 solid;
  text-align: center;
}
@media (min-width: 991px) {
  #alm-filters-explore_filter .alm-filter--group,
  #alm-filters-gallery_new .alm-filter--group,
  #alm-filters-explore_costs .alm-filter--group,
  #alm-filters-explore_region .alm-filter--group {
    margin-left: 35px;
    margin-right: 35px;
  }
}
#alm-filters-explore_filter .alm-filter--title #alm-filter-blog-tag-title,
#alm-filters-explore_filter .alm-filter--title #alm-filter-image-material-title,
#alm-filters-gallery_new .alm-filter--title #alm-filter-blog-tag-title,
#alm-filters-gallery_new .alm-filter--title #alm-filter-image-material-title,
#alm-filters-explore_costs .alm-filter--title #alm-filter-blog-tag-title,
#alm-filters-explore_costs .alm-filter--title #alm-filter-image-material-title,
#alm-filters-explore_region .alm-filter--title #alm-filter-blog-tag-title,
#alm-filters-explore_region .alm-filter--title #alm-filter-image-material-title {
  padding: 15px 25px;
  margin-right: 25px;
  font-size: 16px;
  font-weight: 500;
}
#alm-filters-explore_filter .alm-filter--title #alm-filter-blog-tag-title:before,
#alm-filters-explore_filter .alm-filter--title #alm-filter-image-material-title:before,
#alm-filters-gallery_new .alm-filter--title #alm-filter-blog-tag-title:before,
#alm-filters-gallery_new .alm-filter--title #alm-filter-image-material-title:before,
#alm-filters-explore_costs .alm-filter--title #alm-filter-blog-tag-title:before,
#alm-filters-explore_costs .alm-filter--title #alm-filter-image-material-title:before,
#alm-filters-explore_region .alm-filter--title #alm-filter-blog-tag-title:before,
#alm-filters-explore_region .alm-filter--title #alm-filter-image-material-title:before {
  background-image: url("../svg/filters-icon.svg");
  background-size: contain;
  background-position: 0px center;
  background-repeat: no-repeat;
  padding-left: 0px;
  transition: background-image 0.15s ease-out 0.1s, background-color 0.15s ease-out 0.1s;
  height: 20px;
  width: 20px;
  content: "";
  display: block;
  float: left;
  margin-right: 12px;
  margin-top: -2px;
}

body.blog-template-default .section.hubspot-form {
  background-color: #ffffff !important;
}
body.blog-template-default .section.hubspot-form .hbspt-form .input .inputs-list label span {
  color: #ffffff !important;
}

body.page-template-template-latham-blog-page .banner .blog-cards,
body.tax-blog-tag .banner .blog-cards,
body.tax-blog-category .banner .blog-cards {
  border-radius: 7px !important;
}
body.page-template-template-latham-blog-page .banner .blog-cards .owl-stage-outer,
body.tax-blog-tag .banner .blog-cards .owl-stage-outer,
body.tax-blog-category .banner .blog-cards .owl-stage-outer {
  border-radius: 7px !important;
}
body.page-template-template-latham-blog-page .banner .blog-cards .owl-stage-outer .owl-item .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-tag .banner .blog-cards .owl-stage-outer .owl-item .blog-card__outer-wrap .blog-card__image-wrap,
body.tax-blog-category .banner .blog-cards .owl-stage-outer .owl-item .blog-card__outer-wrap .blog-card__image-wrap {
  width: 100%;
  height: auto !important;
  max-width: none !important;
  flex: 0 0 100%;
  overflow: hidden;
  padding: 45px 45px 20px 45px;
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .banner .blog-cards .owl-stage-outer .owl-item .blog-card__outer-wrap .blog-card__image-wrap,
  body.tax-blog-tag .banner .blog-cards .owl-stage-outer .owl-item .blog-card__outer-wrap .blog-card__image-wrap,
  body.tax-blog-category .banner .blog-cards .owl-stage-outer .owl-item .blog-card__outer-wrap .blog-card__image-wrap {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 30px 0px 30px 55px;
  }
}
body.page-template-template-latham-blog-page .banner .blog-cards .owl-stage-outer .owl-item .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.tax-blog-tag .banner .blog-cards .owl-stage-outer .owl-item .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
body.tax-blog-category .banner .blog-cards .owl-stage-outer .owl-item .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image {
  aspect-ratio: 6/4;
  max-height: none !important;
  padding-left: 0px !important;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .banner .blog-cards .owl-stage-outer .owl-item .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.tax-blog-tag .banner .blog-cards .owl-stage-outer .owl-item .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image,
  body.tax-blog-category .banner .blog-cards .owl-stage-outer .owl-item .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image {
    padding-left: 0px !important;
    max-height: 400px;
    padding-left: 15px;
  }
}
body.page-template-template-latham-blog-page .banner .blog-cards .owl-stage-outer .owl-item .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.tax-blog-tag .banner .blog-cards .owl-stage-outer .owl-item .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
body.tax-blog-category .banner .blog-cards .owl-stage-outer .owl-item .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img {
  min-height: 100%;
  width: 100%;
  height: 250px;
  object-position: center;
  object-fit: cover;
  display: block;
  border-radius: 7px;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .banner .blog-cards .owl-stage-outer .owl-item .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.tax-blog-tag .banner .blog-cards .owl-stage-outer .owl-item .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img,
  body.tax-blog-category .banner .blog-cards .owl-stage-outer .owl-item .blog-card__outer-wrap .blog-card__image-wrap .blog-card__image img {
    height: 400px;
  }
}
body.page-template-template-latham-blog-page .section.browse-categories,
body.tax-blog-tag .section.browse-categories,
body.tax-blog-category .section.browse-categories {
  background-color: #ffffff !important;
  padding: 30px 0 20px !important;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .section.browse-categories,
  body.tax-blog-tag .section.browse-categories,
  body.tax-blog-category .section.browse-categories {
    padding: 50px 0 20px !important;
  }
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .section.browse-categories,
  body.tax-blog-tag .section.browse-categories,
  body.tax-blog-category .section.browse-categories {
    padding: 60px 0 30px !important;
  }
}
@media (min-width: 1350px) {
  body.page-template-template-latham-blog-page .section.browse-categories,
  body.tax-blog-tag .section.browse-categories,
  body.tax-blog-category .section.browse-categories {
    padding: 100px 0 40px !important;
  }
}
body.page-template-template-latham-blog-page .section.latest-blogs,
body.tax-blog-tag .section.latest-blogs,
body.tax-blog-category .section.latest-blogs {
  background-color: #e8e5dd;
  padding-bottom: 20px !important;
}
@media (min-width: 768px) {
  body.page-template-template-latham-blog-page .section.latest-blogs,
  body.tax-blog-tag .section.latest-blogs,
  body.tax-blog-category .section.latest-blogs {
    padding-bottom: 40px !important;
  }
}
body.page-template-template-latham-blog-page .section.section_padding.blogHeader.blogCatArchive,
body.page-template-template-latham-blog-page .section.section_padding.breadcrumbs,
body.tax-blog-tag .section.section_padding.blogHeader.blogCatArchive,
body.tax-blog-tag .section.section_padding.breadcrumbs,
body.tax-blog-category .section.section_padding.blogHeader.blogCatArchive,
body.tax-blog-category .section.section_padding.breadcrumbs {
  background-color: #ffffff !important;
}
body.page-template-template-latham-blog-page .section.hubspot-form,
body.tax-blog-tag .section.hubspot-form,
body.tax-blog-category .section.hubspot-form {
  background-color: #ffffff !important;
}
body.page-template-template-latham-blog-page .section.hubspot-form .hbspt-form .input .inputs-list label span,
body.tax-blog-tag .section.hubspot-form .hbspt-form .input .inputs-list label span,
body.tax-blog-category .section.hubspot-form .hbspt-form .input .inputs-list label span {
  color: #ffffff !important;
}
body.page-template-template-latham-blog-page .section.popular-articles,
body.tax-blog-tag .section.popular-articles,
body.tax-blog-category .section.popular-articles {
  background-color: #ffffff !important;
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .section.popular-articles .blog-cards .row,
  body.tax-blog-tag .section.popular-articles .blog-cards .row,
  body.tax-blog-category .section.popular-articles .blog-cards .row {
    padding-left: 15px !important;
  }
}
body.page-template-template-latham-blog-page .section.popular-articles .blog-cards .row .blog-card.product-card,
body.tax-blog-tag .section.popular-articles .blog-cards .row .blog-card.product-card,
body.tax-blog-category .section.popular-articles .blog-cards .row .blog-card.product-card {
  padding-right: 30px !important;
}
@media (min-width: 991px) {
  body.page-template-template-latham-blog-page .section.popular-articles .blog-cards .row .blog-card.product-card,
  body.tax-blog-tag .section.popular-articles .blog-cards .row .blog-card.product-card,
  body.tax-blog-category .section.popular-articles .blog-cards .row .blog-card.product-card {
    padding-right: 50px !important;
  }
}
body.page-template-template-latham-blog-page .section.popular-articles .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap.col-sm-4,
body.tax-blog-tag .section.popular-articles .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap.col-sm-4,
body.tax-blog-category .section.popular-articles .blog-cards .row .blog-card.product-card .blog-card__outer-wrap .blog-card__image-wrap.col-sm-4 {
  padding-right: 0;
  padding-left: 0;
}
body.page-template-template-latham-blog-page .section.popular-articles .button-list,
body.tax-blog-tag .section.popular-articles .button-list,
body.tax-blog-category .section.popular-articles .button-list {
  text-align: center;
}
body.page-template-template-latham-blog-page section.hubspot-form .section-inner,
body.tax-blog-tag section.hubspot-form .section-inner,
body.tax-blog-category section.hubspot-form .section-inner {
  max-width: 1280px;
  border-radius: 7px;
}

@media (min-width: 768px) {
  .fg-colors {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 1350px) {
  .fg-colors {
    padding-bottom: 50px !important;
  }
}
.fg-colors .image-replace .pool-image {
  position: relative;
  height: auto;
  overflow: hidden;
}
@media (min-width: 991px) {
  .fg-colors .image-replace .pool-image {
    height: 550px;
  }
}
.fg-colors .image-replace .pool-image.new {
  height: auto;
  overflow: visible;
}
.fg-colors .image-replace .pool-image img.target,
.fg-colors .image-replace .pool-image img.targetB {
  max-width: 100%;
  height: auto;
}
.fg-colors .image-replace .pool-image img.targetPNG {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.fg-colors .FGpool {
  max-width: 1058px;
  margin: 0 auto;
  padding-right: 8px;
  margin-bottom: 30px;
}
.fg-colors .fiberglass-pools.FGtiles, .fg-colors .fiberglass-pools.FGcolors {
  margin: 0 auto;
  max-width: 1060px;
}
.fg-colors .fiberglass-pools.FGtiles .row.wrapper, .fg-colors .fiberglass-pools.FGcolors .row.wrapper {
  padding-right: 6px;
}
.fg-colors .fiberglass-pools.FGtiles .row.wrapper .headline h3, .fg-colors .fiberglass-pools.FGcolors .row.wrapper .headline h3 {
  color: #000000;
  border-bottom: 2px #ddd solid;
  width: 103%;
}
.fg-colors .fiberglass-pools.FGtiles .row.wrapper .headColors, .fg-colors .fiberglass-pools.FGcolors .row.wrapper .headColors {
  padding-right: 0 !important;
}
.fg-colors .fiberglass-pools.FGtiles.new, .fg-colors .fiberglass-pools.FGcolors.new {
  max-width: none;
}
@media (min-width: 768px) {
  .fg-colors .fiberglass-pools.FGtiles.new, .fg-colors .fiberglass-pools.FGcolors.new {
    margin-top: 20px;
    padding-right: 30px;
  }
}
@media (min-width: 991px) {
  .fg-colors .fiberglass-pools.FGtiles.new, .fg-colors .fiberglass-pools.FGcolors.new {
    padding-right: 15px;
  }
}
.fg-colors .fiberglass-pools.FGtiles.new .row.wrapper .headline h2, .fg-colors .fiberglass-pools.FGcolors.new .row.wrapper .headline h2 {
  background-color: #00a078;
  color: #ffffff;
  text-align: left;
  padding: 4px 12px;
  text-transform: uppercase;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 700;
  width: 100.5%;
}
.fg-colors .fiberglass-pools.FGtiles.new .row.wrapper .headline h3, .fg-colors .fiberglass-pools.FGcolors.new .row.wrapper .headline h3 {
  width: 100%;
}
@media (min-width: 768px) {
  .fg-colors .fiberglass-pools.FGtiles.new .row.wrapper .headline h3, .fg-colors .fiberglass-pools.FGcolors.new .row.wrapper .headline h3 {
    width: 103%;
  }
}
@media (min-width: 991px) {
  .fg-colors .fiberglass-pools.FGtiles.new .row.wrapper .headline h3, .fg-colors .fiberglass-pools.FGcolors.new .row.wrapper .headline h3 {
    width: 100%;
  }
}
.fg-colors .fiberglass-pools .swatches.row {
  margin-top: 20px;
}
@media (min-width: 991px) {
  .fg-colors .fiberglass-pools .swatches.row {
    margin-top: 0;
  }
}
.fg-colors .fiberglass-pools .swatches.row .headline h3 {
  color: #000000;
  text-transform: uppercase;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 991px) {
  .fg-colors .fiberglass-pools .swatches.row .headline h3 {
    font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
    font-size: 20px;
    font-weight: 700;
  }
}
.fg-colors .fiberglass-pools .swatches.row .swatch {
  margin-bottom: 0px;
}
.fg-colors .fiberglass-pools .swatches.row .swatch .img-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  position: relative;
  border: 1px #d8d8d8 solid;
}
.fg-colors .fiberglass-pools .swatches.row .swatch .img-wrap:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.fg-colors .fiberglass-pools .swatches.row .swatch .img-wrap:hover {
  border: 2px #000000 solid;
  cursor: pointer;
}
.fg-colors .fiberglass-pools .swatches.row .swatch .img-wrap:hover img {
  top: 0px;
  opacity: 0.8;
}
.fg-colors .fiberglass-pools .swatches.row .swatch img {
  min-height: 200%;
  width: 200%;
  object-fit: cover;
  object-position: 50% 50%;
  height: 400px;
  margin-top: -20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.fg-colors .fiberglass-pools .swatches.row .swatch p {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  padding-top: 4px;
}
.fg-colors .fiberglass-pools .swatches.row.tiles .swatch .img-wrap, .fg-colors .fiberglass-pools .swatches.row.colors .swatch .img-wrap {
  margin: 0 auto;
}
.fg-colors .fiberglass-pools .swatches.row.tiles .swatch .img-wrap:hover img, .fg-colors .fiberglass-pools .swatches.row.colors .swatch .img-wrap:hover img {
  top: 0px;
  left: 0px;
}
.fg-colors .fiberglass-pools .swatches.row.tiles .swatch .img-wrap.active, .fg-colors .fiberglass-pools .swatches.row.colors .swatch .img-wrap.active {
  border: 2px #000000 solid;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  opacity: 0.4;
}
.fg-colors .fiberglass-pools .swatches.row.tiles .swatch img, .fg-colors .fiberglass-pools .swatches.row.colors .swatch img {
  min-height: 100%;
  width: 100%;
  left: 0px;
  height: 70px;
  margin-top: 0px;
}
.fg-colors .fiberglass-pools .swatches.row.tiles .swatch p, .fg-colors .fiberglass-pools .swatches.row.colors .swatch p {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1em;
  text-align: center;
  padding-top: 4px;
  padding-left: 0;
}
.fg-colors .fiberglass-pools .swatches.row.colors .swatch .img-wrap:hover img {
  top: 0px;
}
.fg-colors .fiberglass-pools .swatches.row.colors .swatch img {
  min-height: 300%;
  width: 300%;
  height: 200px;
  margin-top: -20px;
}
.fg-colors .fiberglass-pools.FGcolors.new .row.wrapper {
  padding-right: 0;
}
.fg-colors .fiberglass-pools.new .swatches.row .headline h2 {
  background-color: #00a078;
  color: #ffffff;
  text-align: left;
  padding: 4px 12px;
  text-transform: uppercase;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 700;
  width: 100.5%;
}
.fg-colors .fiberglass-pools.new .swatches.row .headline h3 {
  border-bottom: 2px #ddd solid;
  text-align: center;
}

.disclaimer {
  max-width: 1580px;
  display: block;
  margin: 40px auto 0;
  text-align: left;
  font-style: italic;
  opacity: 0.6;
}
.disclaimer.FGdisc {
  margin: 0 auto;
  max-width: 1020px;
  padding-top: 15px;
}

.latham-collection .disclaimer {
  width: 90%;
  max-width: 1380px;
}

.fg-colors.colorsOnly .fg-colors__wrap.row .fiberglass-pools .swatches.row .swatch .img-wrap {
  width: 100%;
}
@media (min-width: 768px) {
  .fg-colors.colorsOnly .fg-colors__wrap.row .fiberglass-pools .swatches.row .swatch .img-wrap {
    width: 80%;
  }
}

.fg-colors .fg-colors__wrap.row .fiberglass-pools .fiberglass-tiles {
  margin-top: 10px;
}
@media (min-width: 1350px) {
  .fg-colors .fg-colors__wrap.row .fiberglass-pools .fiberglass-tiles {
    margin-top: 0px;
  }
}
.fg-colors .fg-colors__wrap.row .fiberglass-pools .swatches.row .owl-carousel .owl-nav {
  text-align: center;
}
.fg-colors .fg-colors__wrap.row .fiberglass-pools .swatches.row .owl-carousel .owl-nav .owl-prev i,
.fg-colors .fg-colors__wrap.row .fiberglass-pools .swatches.row .owl-carousel .owl-nav .owl-next i {
  transform: scale(1.3, 1.3);
  color: #aaa;
}
.fg-colors .fg-colors__wrap.row .fiberglass-pools .swatches.row .owl-carousel .owl-nav .owl-prev {
  width: 15px;
  position: absolute;
  top: 0;
  margin-left: -10px;
  display: block !important;
  border: 0px solid black;
}
.fg-colors .fg-colors__wrap.row .fiberglass-pools .swatches.row .owl-carousel .owl-nav .owl-next {
  width: 15px;
  position: absolute;
  top: 0;
  right: -10px;
  display: block !important;
  border: 0px solid black;
}
.fg-colors .fg-colors__wrap.row .fiberglass-pools .swatches.row .owl-carousel .owl-nav .owl-prev,
.fg-colors .fg-colors__wrap.row .fiberglass-pools .swatches.row .owl-carousel .owl-nav .owl-next {
  top: 35%;
}
@media (min-width: 768px) {
  .fg-colors .fg-colors__wrap.row .fiberglass-pools .swatches.row .owl-carousel .owl-nav .owl-prev,
  .fg-colors .fg-colors__wrap.row .fiberglass-pools .swatches.row .owl-carousel .owl-nav .owl-next {
    top: 28%;
  }
}
.fg-colors .fg-colors__wrap.row .fiberglass-pools .swatches.row .owl-carousel .owl-nav .owl-prev.disabled,
.fg-colors .fg-colors__wrap.row .fiberglass-pools .swatches.row .owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.4;
}
.fg-colors .fg-colors__wrap.row .fiberglass-pools .swatches.row .owl-carousel .owl-dots {
  text-align: center;
  display: none !important;
}
.fg-colors .fg-colors__wrap.row .fiberglass-pools .swatches.row .owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.fg-colors .fg-colors__wrap.row .fiberglass-pools .swatches.row .owl-carousel .owl-dots .owl-dot.active span {
  background: #869791;
}
.fg-colors .fg-colors__wrap.row .fiberglass-pools .swatches.row .owl-carousel .swatch {
  margin: 10px;
}
.fg-colors .fg-colors__wrap.row .fiberglass-pools .swatches.row .owl-carousel .swatch p {
  margin-bottom: 0;
  text-align: center;
}
.fg-colors .fg-colors__wrap.row .fiberglass-pools .swatches.row .owl-carousel .swatch .img-wrap.tile {
  width: 100%;
  position: relative;
}
.fg-colors .fg-colors__wrap.row .fiberglass-pools .swatches.row .owl-carousel .swatch .img-wrap.tile:after {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.fg-colors .fg-colors__wrap.row .fiberglass-pools .swatches.row .owl-carousel .swatch .img-wrap.tile.active {
  border: 2px #000000 solid;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  opacity: 0.4;
}
.fg-colors .fg-colors__wrap.row .fiberglass-pools .swatches.row .owl-carousel .swatch .img-wrap.tile img {
  min-height: auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  left: 0;
}

.colorTileModule .fiberglass-tiles {
  margin: 0 !important;
}
.colorTileModule .fiberglass-tiles.colorSwatches,
.colorTileModule .fiberglass-tiles.tileSwatches {
  position: relative;
}
.colorTileModule .fiberglass-tiles.colorSwatches .product-cards .inner-wrap.FGswatchesColors,
.colorTileModule .fiberglass-tiles.colorSwatches .product-cards .inner-wrap.FGswatchesTiles,
.colorTileModule .fiberglass-tiles.tileSwatches .product-cards .inner-wrap.FGswatchesColors,
.colorTileModule .fiberglass-tiles.tileSwatches .product-cards .inner-wrap.FGswatchesTiles {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .colorTileModule .fiberglass-tiles.colorSwatches .product-cards .inner-wrap.FGswatchesColors,
  .colorTileModule .fiberglass-tiles.colorSwatches .product-cards .inner-wrap.FGswatchesTiles,
  .colorTileModule .fiberglass-tiles.tileSwatches .product-cards .inner-wrap.FGswatchesColors,
  .colorTileModule .fiberglass-tiles.tileSwatches .product-cards .inner-wrap.FGswatchesTiles {
    margin-bottom: 0;
  }
}
.colorTileModule .fiberglass-tiles.colorSwatches .product-cards .inner-wrap.FGswatchesColors p.findTxt,
.colorTileModule .fiberglass-tiles.colorSwatches .product-cards .inner-wrap.FGswatchesTiles p.findTxt,
.colorTileModule .fiberglass-tiles.tileSwatches .product-cards .inner-wrap.FGswatchesColors p.findTxt,
.colorTileModule .fiberglass-tiles.tileSwatches .product-cards .inner-wrap.FGswatchesTiles p.findTxt {
  color: #000000;
}
@media (min-width: 1350px) {
  .colorTileModule .fiberglass-tiles.colorSwatches .product-cards .inner-wrap.FGswatchesColors p.findTxt,
  .colorTileModule .fiberglass-tiles.colorSwatches .product-cards .inner-wrap.FGswatchesTiles p.findTxt,
  .colorTileModule .fiberglass-tiles.tileSwatches .product-cards .inner-wrap.FGswatchesColors p.findTxt,
  .colorTileModule .fiberglass-tiles.tileSwatches .product-cards .inner-wrap.FGswatchesTiles p.findTxt {
    padding-left: 5px;
  }
}
@media (min-width: 768px) {
  .colorTileModule .fiberglass-tiles.colorSwatches .inner-wrap.FGswatchesColors,
  .colorTileModule .fiberglass-tiles.colorSwatches .inner-wrap.FGswatchesTiles,
  .colorTileModule .fiberglass-tiles.tileSwatches .inner-wrap.FGswatchesColors,
  .colorTileModule .fiberglass-tiles.tileSwatches .inner-wrap.FGswatchesTiles {
    height: 480px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
@media (min-width: 991px) {
  .colorTileModule .fiberglass-tiles.colorSwatches .inner-wrap.FGswatchesColors,
  .colorTileModule .fiberglass-tiles.colorSwatches .inner-wrap.FGswatchesTiles,
  .colorTileModule .fiberglass-tiles.tileSwatches .inner-wrap.FGswatchesColors,
  .colorTileModule .fiberglass-tiles.tileSwatches .inner-wrap.FGswatchesTiles {
    height: 560px;
  }
}
@media (min-width: 1350px) {
  .colorTileModule .fiberglass-tiles.colorSwatches .inner-wrap.FGswatchesColors,
  .colorTileModule .fiberglass-tiles.colorSwatches .inner-wrap.FGswatchesTiles,
  .colorTileModule .fiberglass-tiles.tileSwatches .inner-wrap.FGswatchesColors,
  .colorTileModule .fiberglass-tiles.tileSwatches .inner-wrap.FGswatchesTiles {
    height: 650px;
  }
}
.colorTileModule .fiberglass-tiles.tileSwatches {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.colorTileModule .sortFilters {
  border-bottom: 1px #d9e0e6 solid;
  padding-bottom: 0px;
  margin-bottom: 30px;
}
.colorTileModule .sortFilters .topBar {
  display: inline-block;
}
.colorTileModule .sortFilters .filterTitle {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  color: #000000;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .colorTileModule .sortFilters .filterTitle {
    width: auto;
    text-align: left;
    padding-bottom: 0;
  }
}
.colorTileModule .sortFilters .filterBut {
  color: #000000;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  padding-left: 38px;
  position: relative;
  margin: 14px 10px 14px 12px;
  display: inline-block;
  cursor: pointer;
}
@media (min-width: 768px) {
  .colorTileModule .sortFilters .filterBut {
    margin: 0 10px 0 12px;
  }
}
.colorTileModule .sortFilters .filterBut:before {
  content: "";
  background-image: url("../png/icon-filter.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 25px;
  position: absolute;
  display: block;
  right: auto;
  top: -4px;
  left: 0;
}
.colorTileModule .sortFilters .colorTilesToggle {
  border: 1px #c3cbcf solid;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .colorTileModule .sortFilters .colorTilesToggle {
    width: auto;
    margin: 0 12px 0 12px;
    display: inline-block;
    overflow: visible;
  }
}
.colorTileModule .sortFilters .colorTilesToggle a {
  padding: 12px 38px 12px 38px;
  display: inline-block;
  border-radius: 5px;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #33769f;
  cursor: pointer;
  margin-right: 0 auto;
  width: 50%;
  float: left;
}
@media (min-width: 768px) {
  .colorTileModule .sortFilters .colorTilesToggle a {
    width: auto;
    float: none;
  }
}
.colorTileModule .sortFilters .colorTilesToggle a.selected {
  background-color: #33769f;
  color: #ffffff;
}
.colorTileModule .sortFilters .colorTilesToggle a:hover {
  text-decoration: underline;
}
.colorTileModule .sortFilters ul.filters {
  text-align: left;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .colorTileModule .sortFilters ul.filters {
    margin-bottom: 20px;
  }
}
.colorTileModule .sortFilters ul.filters span {
  display: none;
  transition: 0.2s ease-in-out;
}
.colorTileModule .sortFilters ul.filters span.selected {
  display: block;
}
@media (min-width: 768px) {
  .colorTileModule .sortFilters ul.filters span.selected {
    display: inline;
  }
}
.colorTileModule .sortFilters ul.filters span > a {
  border: 1px #c3cbcf solid;
  padding: 8px 8px 10px 16px;
  border-radius: 20px;
  margin-right: 10px;
  display: inline-block;
}
.colorTileModule .sortFilters ul.filters span > a li {
  margin-right: 30px;
  margin-bottom: 0;
}
.colorTileModule .sortFilters ul.filters span > a li.sortCat {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
.colorTileModule .sortFilters ul.filters span > a li.sortCat:after {
  top: 6px;
  opacity: 0.8;
}
.colorTileModule .sortFilters ul.filters span > a.master {
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: #33769f;
  font-size: 14px;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
}
.colorTileModule .sortFilters ul.filters .sortCatSpan {
  margin-top: 5px;
  text-align: center;
  background-color: #33769f;
}
@media (min-width: 768px) {
  .colorTileModule .sortFilters ul.filters .sortCatSpan {
    margin-top: 20px;
  }
}
.colorTileModule .product-card {
  margin-top: 0;
  width: 33%;
  max-width: none;
  padding-left: 20px;
  padding-right: 15px;
}
.colorTileModule .product-card__image {
  transition: outline 0.2s;
  cursor: pointer;
  position: relative;
  aspect-ratio: auto 1/1;
}
.colorTileModule .product-card__image h4 {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #33769f;
  color: #ffffff;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 5px;
}
.colorTileModule .product-card__image.active {
  outline: 3px solid #000000 !important;
  border-radius: 50%;
  outline-offset: 4px !important;
}
.colorTileModule .product-card__image__inner {
  width: 100%;
  height: 100%;
  max-height: 100%;
  aspect-ratio: auto 1/1;
  border-radius: 50%;
  object-fit: cover;
}
.colorTileModule .product-card.noTile .product-card__image__inner {
  outline: 3px solid #747474 !important;
  outline-offset: -3px !important;
}
.colorTileModule .product-card .product-card__title {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 8px;
  padding: 10px 15px;
  position: relative;
  bottom: auto;
  width: 100%;
}
.colorTileModule .product-card .product-card__title:before {
  background: none;
}
.colorTileModule .product-card .product-card__title span {
  font-size: 12px;
  color: #000000;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  text-align: center;
  display: block;
  line-height: 1em;
  margin-bottom: 2px;
}
.colorTileModule .product-card .product-card__title h4,
.colorTileModule .product-card .product-card__title h5 {
  position: relative;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  color: #000000;
  text-align: center;
  margin-bottom: 0;
  display: block;
  width: 100%;
}
.colorTileModule .product-card .product-card__title h5 {
  font-size: 12px;
  font-style: oblique;
}
.colorTileModule .product-cards .single-product.module-main-text {
  display: none;
}
.colorTileModule .product-cards .single-product-buttons {
  display: none;
}
@media (min-width: 991px) {
  .colorTileModule .product-cards .inner-wrap.main {
    padding-left: 40px;
  }
}
.colorTileModule .inner-wrap.main .image-replace .slider-common {
  position: relative;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
}
.colorTileModule .inner-wrap.main .image-replace .slider-common .slider-common_item {
  position: relative;
}
.colorTileModule .inner-wrap.main .image-replace .slider-common .slider-common_item .targetTitles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
}
@media (min-width: 768px) {
  .colorTileModule .inner-wrap.main .image-replace .slider-common .slider-common_item .targetTitles {
    height: 320px;
  }
}
@media (min-width: 991px) {
  .colorTileModule .inner-wrap.main .image-replace .slider-common .slider-common_item .targetTitles {
    height: 380px;
  }
}
@media (min-width: 1350px) {
  .colorTileModule .inner-wrap.main .image-replace .slider-common .slider-common_item .targetTitles {
    height: 480px;
  }
}
@media (min-width: 1850px) {
  .colorTileModule .inner-wrap.main .image-replace .slider-common .slider-common_item .targetTitles {
    height: 480px;
  }
}
.colorTileModule .inner-wrap.main .image-replace .slider-common .slider-common_item .targetTitles span {
  width: auto;
  margin: 15px 0 0 15px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 15px 1px 15px;
  display: inline-block;
  border-radius: 7px;
}
.colorTileModule .inner-wrap.main .image-replace .slider-common .slider-common_item .targetTitles span h4 {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  display: inline-block;
}
.colorTileModule .inner-wrap.main .image-replace .slider-common .slider-common_item .sliderImage {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
  height: 280px;
  border-radius: 7px;
}
@media (min-width: 768px) {
  .colorTileModule .inner-wrap.main .image-replace .slider-common .slider-common_item .sliderImage {
    height: 320px;
  }
}
@media (min-width: 991px) {
  .colorTileModule .inner-wrap.main .image-replace .slider-common .slider-common_item .sliderImage {
    height: 380px;
  }
}
@media (min-width: 1350px) {
  .colorTileModule .inner-wrap.main .image-replace .slider-common .slider-common_item .sliderImage {
    height: 480px;
  }
}
@media (min-width: 1850px) {
  .colorTileModule .inner-wrap.main .image-replace .slider-common .slider-common_item .sliderImage {
    height: 480px;
  }
}
.colorTileModule .inner-wrap.main .image-replace .slider-common .slider-common_item .sliderImage.targetBc {
  background-color: #d8d8d8;
}
.colorTileModule .inner-wrap.main .image-replace .slider-common .owl-dots {
  position: absolute;
  top: calc(118% - 20px);
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, -100%);
  display: block;
}
.colorTileModule .inner-wrap.main .image-replace .slider-common .owl-dots .owl-dot {
  border: 2px solid transparent;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background-color: #000000;
  height: 8px;
  width: 8px;
  vertical-align: middle;
  transition: all 0.2s;
}
.colorTileModule .inner-wrap.main .image-replace .slider-common .owl-dots .owl-dot.active {
  background-color: transparent;
  border-color: #000000;
  height: 12px;
  width: 12px;
  transition: all 0.2s;
}
.colorTileModule .inner-wrap.main .image-replace .slider-common .owl-dots .owl-dot:not(:last-child) {
  margin-right: 20px;
}
@media (min-width: 768px) {
  .colorTileModule .inner-wrap.main .image-replace .slider-common .owl-dots {
    top: calc(112% - 20px);
  }
}
.colorTileModule .inner-wrap.main .image-replace .slider-common .owl-nav {
  position: absolute;
  bottom: 0px;
  top: auto;
  right: 20px;
  z-index: 9999;
  display: block;
}
@media (min-width: 768px) {
  .colorTileModule .inner-wrap.main .image-replace .slider-common .owl-nav {
    right: 40px;
    bottom: 0;
  }
}
.colorTileModule .inner-wrap.main .image-replace .slider-common .owl-nav .owl-prev {
  margin-right: 30px;
}
.colorTileModule .inner-wrap.main .image-replace .pool-color-title {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 98%;
}
.colorTileModule .inner-wrap.main .image-replace .pool-color-title h4 {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
  text-wrap: balance;
}
.colorTileModule .inner-wrap.main .image-replace .pool-color-title h2 {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #000000;
  display: inline-block;
  line-height: 1.2em;
  margin: 0;
  text-wrap: balance;
}
.colorTileModule .inner-wrap.main .image-replace .pool-color-title p {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  padding-right: 12px;
  padding-top: 15px;
  text-wrap: pretty;
}

.row.fg-colors__wrap.text-and-image__wrap {
  margin-top: 0;
}

.image-replace .owl-carousel .owl-item .sliderImage[src=""] {
  display: none;
}

.section-inner.FGcolorTileModule {
  max-width: 1580px;
  padding-left: 5%;
}
.colorsOnly .FGcolorTileModule .fg-colors__wrap .fiberglass-poolsNEW .swatchesNew .colorSwatches .product-cards .row .FGswatchesColors,
body.products-template-single-products-new .colorsOnly .FGcolorTileModule .fg-colors__wrap .fiberglass-poolsNEW .swatchesNew .colorSwatches .product-cards .row .FGswatchesColors {
  height: auto !important;
}
.colorsOnly .FGcolorTileModule .module-main-text,
body.products-template-single-products-new .colorsOnly .FGcolorTileModule .module-main-text {
  display: none;
}
.colorsOnly .FGcolorTileModule .module-main-text.single-product,
body.products-template-single-products-new .colorsOnly .FGcolorTileModule .module-main-text.single-product {
  display: block;
}
.colorsOnly .FGcolorTileModule .module-main-text.single-product .section__heading,
body.products-template-single-products-new .colorsOnly .FGcolorTileModule .module-main-text.single-product .section__heading {
  font-size: 30px;
}
.colorsOnly .FGcolorTileModule .module-main-text.single-product .section__body.clearfix, .colorsOnly .FGcolorTileModule .module-main-text.single-product .search-results .clearfix.entry__content, .search-results .colorsOnly .FGcolorTileModule .module-main-text.single-product .clearfix.entry__content,
.colorsOnly .FGcolorTileModule .module-main-text.single-product .search-no-results .clearfix.entry__content,
.search-no-results .colorsOnly .FGcolorTileModule .module-main-text.single-product .clearfix.entry__content,
body.products-template-single-products-new .colorsOnly .FGcolorTileModule .module-main-text.single-product .section__body.clearfix {
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .colorsOnly .FGcolorTileModule .module-main-text.single-product .section__body.clearfix, .colorsOnly .FGcolorTileModule .module-main-text.single-product .search-results .clearfix.entry__content, .search-results .colorsOnly .FGcolorTileModule .module-main-text.single-product .clearfix.entry__content,
  .colorsOnly .FGcolorTileModule .module-main-text.single-product .search-no-results .clearfix.entry__content,
  .search-no-results .colorsOnly .FGcolorTileModule .module-main-text.single-product .clearfix.entry__content,
  body.products-template-single-products-new .colorsOnly .FGcolorTileModule .module-main-text.single-product .section__body.clearfix {
    padding-bottom: 5px;
  }
}
@media (min-width: 991px) {
  .colorsOnly .FGcolorTileModule .module-main-text.single-product .section__body.clearfix, .colorsOnly .FGcolorTileModule .module-main-text.single-product .search-results .clearfix.entry__content, .search-results .colorsOnly .FGcolorTileModule .module-main-text.single-product .clearfix.entry__content,
  .colorsOnly .FGcolorTileModule .module-main-text.single-product .search-no-results .clearfix.entry__content,
  .search-no-results .colorsOnly .FGcolorTileModule .module-main-text.single-product .clearfix.entry__content,
  body.products-template-single-products-new .colorsOnly .FGcolorTileModule .module-main-text.single-product .section__body.clearfix {
    padding-bottom: 5px;
  }
}
@media (min-width: 1350px) {
  .colorsOnly .FGcolorTileModule .module-main-text.single-product .section__body.clearfix, .colorsOnly .FGcolorTileModule .module-main-text.single-product .search-results .clearfix.entry__content, .search-results .colorsOnly .FGcolorTileModule .module-main-text.single-product .clearfix.entry__content,
  .colorsOnly .FGcolorTileModule .module-main-text.single-product .search-no-results .clearfix.entry__content,
  .search-no-results .colorsOnly .FGcolorTileModule .module-main-text.single-product .clearfix.entry__content,
  body.products-template-single-products-new .colorsOnly .FGcolorTileModule .module-main-text.single-product .section__body.clearfix {
    padding-bottom: 28px;
  }
}
.colorsOnly .swatchesNew,
body.products-template-single-products-new .colorsOnly .swatchesNew {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .colorsOnly .swatchesNew,
  body.products-template-single-products-new .colorsOnly .swatchesNew {
    margin-top: 30px;
  }
}
@media (min-width: 991px) {
  .colorsOnly .swatchesNew,
  body.products-template-single-products-new .colorsOnly .swatchesNew {
    margin-top: 40px;
  }
}
.colorsOnly .fiberglass-pools-module .pool-color-title,
body.products-template-single-products-new .colorsOnly .fiberglass-pools-module .pool-color-title {
  display: none;
}
.colorsOnly .fiberglass-tiles.colorSwatches .product-cards .inner-wrap.FGswatchesColors p.findTxt,
body.products-template-single-products-new .colorsOnly .fiberglass-tiles.colorSwatches .product-cards .inner-wrap.FGswatchesColors p.findTxt {
  display: none;
}
.colorsOnly .sortFilters,
body.products-template-single-products-new .colorsOnly .sortFilters {
  display: none;
}
.colorsOnly .fiberglass-tiles.colorSwatches .inner-wrap.FGswatchesColors,
body.products-template-single-products-new .colorsOnly .fiberglass-tiles.colorSwatches .inner-wrap.FGswatchesColors {
  overflow-x: visible;
  overflow-y: visible;
}
@media (min-width: 768px) {
  .colorsOnly .fiberglass-tiles.colorSwatches .inner-wrap.FGswatchesColors,
  body.products-template-single-products-new .colorsOnly .fiberglass-tiles.colorSwatches .inner-wrap.FGswatchesColors {
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
@media (min-width: 991px) {
  .colorsOnly .fiberglass-tiles.colorSwatches .inner-wrap.FGswatchesColors,
  body.products-template-single-products-new .colorsOnly .fiberglass-tiles.colorSwatches .inner-wrap.FGswatchesColors {
    overflow-x: visible;
    overflow-y: visible;
  }
}
.colorsOnly .product-cards,
body.products-template-single-products-new .colorsOnly .product-cards {
  margin-right: 0px;
  margin-left: 0px;
}
.colorsOnly .product-cards .inner-wrap.main,
body.products-template-single-products-new .colorsOnly .product-cards .inner-wrap.main {
  order: 2;
  margin-bottom: 40px;
  margin-top: 0px;
}
@media (min-width: 768px) {
  .colorsOnly .product-cards .inner-wrap.main,
  body.products-template-single-products-new .colorsOnly .product-cards .inner-wrap.main {
    margin-bottom: 0;
    margin-top: 0;
    order: 2;
  }
}
.colorsOnly .product-cards .inner-wrap.FGswatchesColors,
body.products-template-single-products-new .colorsOnly .product-cards .inner-wrap.FGswatchesColors {
  order: 1;
}
.colorsOnly .product-cards h4,
body.products-template-single-products-new .colorsOnly .product-cards h4 {
  margin-bottom: 20px;
}
.colorsOnly .product-cards h4 .targetBtitle,
.colorsOnly .product-cards h4 .targetAtitle,
body.products-template-single-products-new .colorsOnly .product-cards h4 .targetBtitle,
body.products-template-single-products-new .colorsOnly .product-cards h4 .targetAtitle {
  font-size: 24px;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  color: #000000;
}
.colorsOnly .product-cards h4 .targetAtitle,
body.products-template-single-products-new .colorsOnly .product-cards h4 .targetAtitle {
  font-weight: 200;
}
.colorsOnly .product-cards h4 .targetBtitle,
body.products-template-single-products-new .colorsOnly .product-cards h4 .targetBtitle {
  font-weight: 700;
}
.colorsOnly .product-cards .button-list,
body.products-template-single-products-new .colorsOnly .product-cards .button-list {
  display: none;
}
.colorsOnly .product-cards .button-list.single-product-buttons,
body.products-template-single-products-new .colorsOnly .product-cards .button-list.single-product-buttons {
  display: block;
  margin-top: 30px;
}
.colorsOnly .product-cards .product-card,
body.products-template-single-products-new .colorsOnly .product-cards .product-card {
  width: 16.6%;
  padding-bottom: 15px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .colorsOnly .product-cards .product-card,
  body.products-template-single-products-new .colorsOnly .product-cards .product-card {
    width: 16.6%;
  }
}
@media (min-width: 991px) {
  .colorsOnly .product-cards .product-card,
  body.products-template-single-products-new .colorsOnly .product-cards .product-card {
    width: 16.6%;
  }
}
@media (min-width: 1350px) {
  .colorsOnly .product-cards .product-card,
  body.products-template-single-products-new .colorsOnly .product-cards .product-card {
    width: 16.6%;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.colorsOnly .product-cards .product-card .product-card__title,
body.products-template-single-products-new .colorsOnly .product-cards .product-card .product-card__title {
  display: none;
}
.colorsOnly .product-cards .product-card .product-card__image-wrap .product-card__image.active,
body.products-template-single-products-new .colorsOnly .product-cards .product-card .product-card__image-wrap .product-card__image.active {
  outline: 3px solid #000000 !important;
  outline-offset: 4px !important;
}
@media (min-width: 991px) {
  .colorsOnly .product-cards .product-card .product-card__image-wrap .product-card__image.active,
  body.products-template-single-products-new .colorsOnly .product-cards .product-card .product-card__image-wrap .product-card__image.active {
    outline: 3px solid #000000 !important;
    outline-offset: 4px !important;
  }
}
.colorsOnly .product-cards .product-card .product-card__image-wrap h4,
body.products-template-single-products-new .colorsOnly .product-cards .product-card .product-card__image-wrap h4 {
  display: none;
}
.colorsOnly .inner-wrap.main .image-replace .slider-common .slider-common_item .targetTitles,
.colorsOnly .inner-wrap.main .image-replace .slider-common .slider-common_item .sliderImage,
body.products-template-single-products-new .colorsOnly .inner-wrap.main .image-replace .slider-common .slider-common_item .targetTitles,
body.products-template-single-products-new .colorsOnly .inner-wrap.main .image-replace .slider-common .slider-common_item .sliderImage {
  height: 350px;
}
@media (min-width: 768px) {
  .colorsOnly .inner-wrap.main .image-replace .slider-common .slider-common_item .targetTitles,
  .colorsOnly .inner-wrap.main .image-replace .slider-common .slider-common_item .sliderImage,
  body.products-template-single-products-new .colorsOnly .inner-wrap.main .image-replace .slider-common .slider-common_item .targetTitles,
  body.products-template-single-products-new .colorsOnly .inner-wrap.main .image-replace .slider-common .slider-common_item .sliderImage {
    height: 550px;
  }
}
@media (min-width: 991px) {
  .colorsOnly .inner-wrap.main .image-replace .slider-common .slider-common_item .targetTitles,
  .colorsOnly .inner-wrap.main .image-replace .slider-common .slider-common_item .sliderImage,
  body.products-template-single-products-new .colorsOnly .inner-wrap.main .image-replace .slider-common .slider-common_item .targetTitles,
  body.products-template-single-products-new .colorsOnly .inner-wrap.main .image-replace .slider-common .slider-common_item .sliderImage {
    height: 700px;
  }
}
.colorsOnly .inner-wrap.main .image-replace .slider-common .slider-common_item .targetTitles h4,
.colorsOnly .inner-wrap.main .image-replace .slider-common .slider-common_item .sliderImage h4,
body.products-template-single-products-new .colorsOnly .inner-wrap.main .image-replace .slider-common .slider-common_item .targetTitles h4,
body.products-template-single-products-new .colorsOnly .inner-wrap.main .image-replace .slider-common .slider-common_item .sliderImage h4 {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  body.page-template-template-page-builder .colorTileModule .product-cards .sortFilters,
  body.page-template-template-2025-page-builder .colorTileModule .product-cards .sortFilters {
    margin-bottom: 0;
    border-bottom: none;
  }
  body.page-template-template-page-builder .colorTileModule .product-cards .sortFilters .filters .filterBut,
  body.page-template-template-2025-page-builder .colorTileModule .product-cards .sortFilters .filters .filterBut {
    display: none;
  }
  body.page-template-template-page-builder .colorTileModule .product-cards .inner-wrap.main,
  body.page-template-template-2025-page-builder .colorTileModule .product-cards .inner-wrap.main {
    order: 0;
  }
  body.page-template-template-page-builder .colorTileModule .product-cards .inner-wrap.main .image-replace,
  body.page-template-template-2025-page-builder .colorTileModule .product-cards .inner-wrap.main .image-replace {
    display: flex;
    flex-direction: column;
  }
  body.page-template-template-page-builder .colorTileModule .product-cards .inner-wrap.main .image-replace .pool-color-title,
  body.page-template-template-2025-page-builder .colorTileModule .product-cards .inner-wrap.main .image-replace .pool-color-title {
    margin-bottom: 10px;
    margin-top: 20px;
    order: 0;
  }
  body.page-template-template-page-builder .colorTileModule .product-cards .inner-wrap.main .image-replace .owl-carousel,
  body.page-template-template-2025-page-builder .colorTileModule .product-cards .inner-wrap.main .image-replace .owl-carousel {
    order: 1;
  }
  body.page-template-template-page-builder .colorTileModule .product-cards .inner-wrap.main .image-replace .owl-carousel.slider-common .slider-common_item .sliderImage,
  body.page-template-template-2025-page-builder .colorTileModule .product-cards .inner-wrap.main .image-replace .owl-carousel.slider-common .slider-common_item .sliderImage {
    height: 320px;
  }
  body.page-template-template-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesColors, body.page-template-template-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesTiles,
  body.page-template-template-2025-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesColors,
  body.page-template-template-2025-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesTiles {
    order: 1;
    margin-top: 40px;
  }
  body.page-template-template-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesColors p.findTxt, body.page-template-template-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesTiles p.findTxt,
  body.page-template-template-2025-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesColors p.findTxt,
  body.page-template-template-2025-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesTiles p.findTxt {
    text-align: center;
  }
  body.page-template-template-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesColors .row.isotope, body.page-template-template-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesTiles .row.isotope,
  body.page-template-template-2025-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesColors .row.isotope,
  body.page-template-template-2025-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesTiles .row.isotope {
    margin-right: -8px;
    margin-left: -8px;
  }
  body.page-template-template-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesColors .row.isotope .product-card, body.page-template-template-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesTiles .row.isotope .product-card,
  body.page-template-template-2025-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesColors .row.isotope .product-card,
  body.page-template-template-2025-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesTiles .row.isotope .product-card {
    width: 16.6%;
    padding-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
  }
  body.page-template-template-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesColors .row.isotope .product-card .product-card__outer-wrap .product-card__image-wrap h4, body.page-template-template-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesTiles .row.isotope .product-card .product-card__outer-wrap .product-card__image-wrap h4,
  body.page-template-template-2025-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesColors .row.isotope .product-card .product-card__outer-wrap .product-card__image-wrap h4,
  body.page-template-template-2025-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesTiles .row.isotope .product-card .product-card__outer-wrap .product-card__image-wrap h4 {
    display: none;
  }
  body.page-template-template-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesColors .row.isotope .product-card .product-card__outer-wrap .product-card__image-wrap .product-card__image, body.page-template-template-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesTiles .row.isotope .product-card .product-card__outer-wrap .product-card__image-wrap .product-card__image,
  body.page-template-template-2025-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesColors .row.isotope .product-card .product-card__outer-wrap .product-card__image-wrap .product-card__image,
  body.page-template-template-2025-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesTiles .row.isotope .product-card .product-card__outer-wrap .product-card__image-wrap .product-card__image {
    border-radius: 50%;
  }
  body.page-template-template-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesColors .row.isotope .product-card .product-card__outer-wrap .product-card__image-wrap .product-card__image.active, body.page-template-template-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesTiles .row.isotope .product-card .product-card__outer-wrap .product-card__image-wrap .product-card__image.active,
  body.page-template-template-2025-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesColors .row.isotope .product-card .product-card__outer-wrap .product-card__image-wrap .product-card__image.active,
  body.page-template-template-2025-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesTiles .row.isotope .product-card .product-card__outer-wrap .product-card__image-wrap .product-card__image.active {
    outline: 3px solid #000000 !important;
    outline-offset: 4px !important;
  }
  body.page-template-template-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesColors .row.isotope .product-card .product-card__outer-wrap .product-card__title, body.page-template-template-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesTiles .row.isotope .product-card .product-card__outer-wrap .product-card__title,
  body.page-template-template-2025-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesColors .row.isotope .product-card .product-card__outer-wrap .product-card__title,
  body.page-template-template-2025-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesTiles .row.isotope .product-card .product-card__outer-wrap .product-card__title {
    display: none;
  }
  body.page-template-template-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesColors .product-card__image,
  body.page-template-template-2025-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesColors .product-card__image {
    width: 100%;
    aspect-ratio: auto 1/1;
    overflow: hidden;
    outline: 1px solid silver !important;
    outline-offset: -1px !important;
  }
  body.page-template-template-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesColors .product-card__image .product-card__image__inner,
  body.page-template-template-2025-page-builder .colorTileModule .product-cards .inner-wrap.FGswatchesColors .product-card__image .product-card__image__inner {
    width: 300%;
    border-radius: 0;
  }
  body.page-template-template-page-builder .colorTileModule .product-cards .row,
  body.page-template-template-2025-page-builder .colorTileModule .product-cards .row {
    display: flex;
    flex-direction: column;
  }
}
.colorsOnly.module2025 {
  overflow: hidden;
}
.colorsOnly.module2025 .section-inner {
  padding-right: 4%;
}
@media (min-width: 991px) {
  .colorsOnly.module2025 .section-inner {
    padding-right: 0;
  }
}
.colorsOnly.module2025 .section-inner .fiberglass-tiles.tileSwatches {
  opacity: 0;
  height: 0;
}
.colorsOnly.module2025 .section-inner .colorTileModule {
  margin: 0 15px;
}
@media (min-width: 991px) {
  .colorsOnly.module2025 .section-inner .colorTileModule {
    margin: 0;
  }
}
.colorsOnly.module2025 .section-inner .colorTileModule .product-card {
  width: 16.6%;
  padding-bottom: 15px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .colorsOnly.module2025 .section-inner .colorTileModule .product-card {
    width: 16.6%;
  }
}
@media (min-width: 991px) {
  .colorsOnly.module2025 .section-inner .colorTileModule .product-card {
    width: 11%;
  }
}
@media (min-width: 1350px) {
  .colorsOnly.module2025 .section-inner .colorTileModule .product-card {
    width: 11%;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.colorsOnly.module2025 .section-inner .colorTileModule .product-card .product-card__image .product-card__image__inner {
  border: 1px silver solid;
}
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.main {
  padding: 0;
  margin: 0;
}
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.main .image-replace .slider-common .slider-common_item .targetTitles,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.main .image-replace .slider-common .slider-common_item .sliderImage {
  height: 350px;
  border-radius: 0;
}
@media (min-width: 768px) {
  .colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.main .image-replace .slider-common .slider-common_item .targetTitles,
  .colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.main .image-replace .slider-common .slider-common_item .sliderImage {
    height: 450px;
  }
}
@media (min-width: 991px) {
  .colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.main .image-replace .slider-common .slider-common_item .targetTitles,
  .colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.main .image-replace .slider-common .slider-common_item .sliderImage {
    height: 80vh;
  }
}
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.main .image-replace .slider-common .owl-dots {
  display: none;
}
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.main .image-replace .slider-common .owl-nav {
  right: 60px;
  bottom: 10px;
}
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles {
  padding: 0;
  margin-bottom: 30px;
  overflow-x: visible;
  overflow-y: visible;
}
@media (min-width: 991px) {
  .colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors,
  .colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles {
    padding-right: 5%;
  }
}
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors .module-main-text,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles .module-main-text {
  margin-top: 30px;
}
@media (min-width: 991px) {
  .colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors .module-main-text,
  .colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles .module-main-text {
    margin-top: 60px;
  }
}
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors .module-main-text .section__body, .colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors .module-main-text .search-results .entry__content, .search-results .colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors .module-main-text .entry__content,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors .module-main-text .search-no-results .entry__content,
.search-no-results .colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors .module-main-text .entry__content,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles .module-main-text .section__body,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles .module-main-text .search-results .entry__content,
.search-results .colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles .module-main-text .entry__content,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles .module-main-text .search-no-results .entry__content,
.search-no-results .colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles .module-main-text .entry__content {
  padding-bottom: 0;
}
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors .module-main-text h4,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors .module-main-text h4 span,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles .module-main-text h4,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles .module-main-text h4 span {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif !important;
  font-size: 28px !important;
}
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors .module-main-text h4.targetBtitle, .colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors .module-main-text h4.targetCtitle,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors .module-main-text h4 span.targetBtitle,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors .module-main-text h4 span.targetCtitle,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles .module-main-text h4.targetBtitle,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles .module-main-text h4.targetCtitle,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles .module-main-text h4 span.targetBtitle,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles .module-main-text h4 span.targetCtitle {
  font-weight: 700;
}
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors .module-main-text h4.targetAtitle, .colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors .module-main-text h4.targetDtitle,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors .module-main-text h4 span.targetAtitle,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors .module-main-text h4 span.targetDtitle,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles .module-main-text h4.targetAtitle,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles .module-main-text h4.targetDtitle,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles .module-main-text h4 span.targetAtitle,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles .module-main-text h4 span.targetDtitle {
  font-weight: 500;
  display: inline-block;
}
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors .module-main-text .tooltip-wrap.tooltip-icon,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles .module-main-text .tooltip-wrap.tooltip-icon {
  position: relative;
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 0;
  left: 10px;
  height: 18px;
  width: 18px;
  display: inline-block;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10,19c4.97,0,9-4.03,9-9S14.97,1,10,1,1,5.03,1,10s4.03,9,9,9Z" style="fill:none; stroke:%23000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2px;"/><path d="M8.91,12.68v-.97c0-.94.47-1.62,1.54-2.24,1.11-.64,1.54-1.15,1.54-1.91,0-.88-.74-1.44-1.71-1.44-1.44,0-2.18.83-2.27,2.21l-1.6-.09c.05-2.12,1.54-3.62,3.87-3.62,1.82,0,3.33,1.21,3.33,2.93,0,1.25-.67,2.07-2.07,2.9-.86.5-1.1.82-1.1,1.44v.8h-1.52ZM8.69,15.82v-2.01h2.07v2.01h-2.07Z"/></svg>');
}
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors .module-main-text .tooltip-wrap.tooltip-icon:hover .tooltip-content,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles .module-main-text .tooltip-wrap.tooltip-icon:hover .tooltip-content {
  visibility: visible;
  opacity: 1;
}
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors .module-main-text .tooltip-content,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles .module-main-text .tooltip-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 10;
  top: 140%;
  left: 50%;
  transform: translateX(-50%);
  background: #222;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  min-width: 200px;
  max-width: 300px;
  font-size: 13px;
  line-height: 1.5;
  white-space: normal;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors .module-main-text .tooltip-content::before,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles .module-main-text .tooltip-content::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(50%);
  rotate: 180deg;
  border-width: 6px;
  border-style: solid;
  border-color: #222 transparent transparent transparent;
}
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors .sortFilters,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles .sortFilters {
  display: block;
  margin-bottom: 0px;
  border: none;
}
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors .sortFilters .filters,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles .sortFilters .filters {
  text-align: left;
  margin-bottom: 35px;
}
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors .sortFilters .filters .colorTilesToggle,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles .sortFilters .filters .colorTilesToggle {
  background-color: #bebcb7;
  width: auto;
  border-radius: 18px;
  padding: 4px;
  border: none;
}
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors .sortFilters .filters .colorTilesToggle a,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles .sortFilters .filters .colorTilesToggle a {
  font-size: 16px;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  display: inline-block;
  margin: 0;
  padding: 4px 10px;
  border-radius: 15px;
  color: #000000;
}
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors .sortFilters .filters .colorTilesToggle a:hover,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles .sortFilters .filters .colorTilesToggle a:hover {
  text-decoration: none;
}
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors .sortFilters .filters .colorTilesToggle a.selected,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles .sortFilters .filters .colorTilesToggle a.selected {
  background-color: #ffffff;
  color: #000000;
}
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors .row.isotope,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles .row.isotope {
  margin-left: -10px;
  margin-right: -10px;
}
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors .findTxtWrap,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles .findTxtWrap {
  padding-left: 0;
}
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesColors .findTxtWrap p.findTxt,
.colorsOnly.module2025 .section-inner .colorTileModule .inner-wrap.FGswatchesTiles .findTxtWrap p.findTxt {
  display: block;
}

.page-template-template-about-us .section {
  width: 100%;
}
.page-template-template-about-us .section_padding {
  padding: 80px 0;
}
@media screen and (max-width: 1199px) {
  .page-template-template-about-us .section_padding {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-about-us .section.about-columns {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template-about-us .section.about-latham-corporate {
    padding-top: 85px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-about-us .section.about-latham-corporate {
    padding-top: 135px;
  }
}
@media (max-width: 767px) {
  .page-template-template-about-us .section:nth-child(2).section_text-img-block {
    padding-bottom: 0;
  }
  .page-template-template-about-us .section:nth-child(2).section_text-img-block .text-block {
    order: 1;
  }
  .page-template-template-about-us .section:nth-child(2).section_text-img-block .half-image {
    order: 2;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template-about-us .section:nth-child(2).section_text-img-block {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-about-us .section:nth-child(2).section_text-img-block {
    padding-top: 100px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template-about-us .section:nth-child(4).section_text-img-block {
    padding-top: 85px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-about-us .section:nth-child(4).section_text-img-block {
    padding-top: 135px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template-about-us .section:nth-child(5).section_text-img-block {
    padding-bottom: 85px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-about-us .section:nth-child(5).section_text-img-block {
    padding-bottom: 135px;
  }
}

.page-template-template-resources .section {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .page-template-template-resources .section_padding {
    padding: 50px 0;
  }
}
.page-template-template-resources .section.resources-page-description {
  padding: 50px 0 0;
}
@media screen and (min-width: 992px) {
  .page-template-template-resources .section:nth-child(2).section_text-img-block {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-resources .section:nth-child(2).section_text-img-block {
    padding-bottom: 0;
  }
}

.search-results,
.search-no-results {
  background-color: #f0f5f5;
}
@media screen and (max-width: 991px) {
  .search-results .main-nav,
  .search-no-results .main-nav {
    margin-top: 15px;
  }
}
.search-results .site-main,
.search-no-results .site-main {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .search-results .site-main,
  .search-no-results .site-main {
    padding: 50px 0;
  }
}
.search-results .search-form,
.search-no-results .search-form {
  position: relative;
}
.search-results .search-form__mobile-btn,
.search-no-results .search-form__mobile-btn {
  display: none;
}
.search-results .search-form label,
.search-no-results .search-form label {
  display: block;
}
.search-results .search-form #search,
.search-no-results .search-form #search {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  padding: 16px 35px 16px 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .search-results .search-form #search,
  .search-no-results .search-form #search {
    padding: 8px;
  }
}
.search-results .search-form__submit,
.search-no-results .search-form__submit {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
.search-results .search-form__submit .dashicons,
.search-no-results .search-form__submit .dashicons {
  color: #000000;
  font-size: 24px;
}
.search-results__count,
.search-no-results__count {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #d8d8d8;
  color: #66686b;
  margin: 15px 0 25px;
  padding-bottom: 15px;
}
.search-results__count p,
.search-no-results__count p {
  margin-bottom: 0;
}
.search-results .entry__title a,
.search-no-results .entry__title a {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
}
.search-results .entry__link,
.search-no-results .entry__link {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #0078a3;
  overflow-wrap: break-word;
  text-decoration: none;
  transition: color 0.25s;
}
.search-results .entry__link:hover,
.search-no-results .entry__link:hover {
  color: #000000;
}
.search-results .pagination,
.search-no-results .pagination {
  border-top: 1px solid #d8d8d8;
  margin: 30px 0 25px;
  padding-top: 20px;
}
.search-results .pagination .nav-links,
.search-no-results .pagination .nav-links {
  margin: 0 auto;
}
.search-results .pagination .nav-links .page-numbers,
.search-no-results .pagination .nav-links .page-numbers {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #66686b;
  line-height: 18px;
  padding: 4px 10px;
  vertical-align: middle;
  text-decoration: none;
  transition: color 0.25s, background-color 0.25s;
}
@media screen and (max-width: 576px) {
  .search-results .pagination .nav-links .page-numbers,
  .search-no-results .pagination .nav-links .page-numbers {
    font-size: 16px;
    padding: 0 4px;
  }
}
@media screen and (max-width: 380px) {
  .search-results .pagination .nav-links .page-numbers,
  .search-no-results .pagination .nav-links .page-numbers {
    font-size: 14px;
    padding: 0 2px;
  }
}
.search-results .pagination .nav-links .page-numbers.current,
.search-no-results .pagination .nav-links .page-numbers.current {
  background-color: #000000;
  color: #ffffff;
}
.search-results .pagination .nav-links .page-numbers.prev, .search-results .pagination .nav-links .page-numbers.next,
.search-no-results .pagination .nav-links .page-numbers.prev,
.search-no-results .pagination .nav-links .page-numbers.next {
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  color: transparent;
  display: inline-block;
  position: relative;
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 380px) {
  .search-results .pagination .nav-links .page-numbers.prev, .search-results .pagination .nav-links .page-numbers.next,
  .search-no-results .pagination .nav-links .page-numbers.prev,
  .search-no-results .pagination .nav-links .page-numbers.next {
    height: 30px;
    width: 30px;
  }
}
.search-results .pagination .nav-links .page-numbers.prev,
.search-no-results .pagination .nav-links .page-numbers.prev {
  margin-right: 20px;
}
.search-results .pagination .nav-links .page-numbers.prev:before, .search-results .pagination .nav-links .page-numbers.prev:after,
.search-no-results .pagination .nav-links .page-numbers.prev:before,
.search-no-results .pagination .nav-links .page-numbers.prev:after {
  background-color: transparent;
  border-style: solid;
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform-origin: 50% 50%;
  border-top: none;
  border-right: none;
}
.search-results .pagination .nav-links .page-numbers.prev:before,
.search-no-results .pagination .nav-links .page-numbers.prev:before {
  border-color: rgba(0, 0, 0, 0.5);
  border-width: 2px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.25s ease-in;
}
.search-results .pagination .nav-links .page-numbers.prev:after,
.search-no-results .pagination .nav-links .page-numbers.prev:after {
  border-color: #000000;
  border-width: 2px;
}
@media screen and (max-width: 576px) {
  .search-results .pagination .nav-links .page-numbers.prev,
  .search-no-results .pagination .nav-links .page-numbers.prev {
    margin-right: 10px;
  }
}
@media screen and (max-width: 380px) {
  .search-results .pagination .nav-links .page-numbers.prev,
  .search-no-results .pagination .nav-links .page-numbers.prev {
    margin-right: 0;
  }
}
.search-results .pagination .nav-links .page-numbers.prev:before, .search-results .pagination .nav-links .page-numbers.prev:after,
.search-no-results .pagination .nav-links .page-numbers.prev:before,
.search-no-results .pagination .nav-links .page-numbers.prev:after {
  left: calc(50% + 3px);
}
.search-results .pagination .nav-links .page-numbers.next,
.search-no-results .pagination .nav-links .page-numbers.next {
  margin-left: 20px;
}
.search-results .pagination .nav-links .page-numbers.next:before, .search-results .pagination .nav-links .page-numbers.next:after,
.search-no-results .pagination .nav-links .page-numbers.next:before,
.search-no-results .pagination .nav-links .page-numbers.next:after {
  background-color: transparent;
  border-style: solid;
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform-origin: 50% 50%;
  border-left: none;
  border-bottom: none;
}
.search-results .pagination .nav-links .page-numbers.next:before,
.search-no-results .pagination .nav-links .page-numbers.next:before {
  border-color: rgba(0, 0, 0, 0.5);
  border-width: 2px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.25s ease-in;
}
.search-results .pagination .nav-links .page-numbers.next:after,
.search-no-results .pagination .nav-links .page-numbers.next:after {
  border-color: #000000;
  border-width: 2px;
}
@media screen and (max-width: 576px) {
  .search-results .pagination .nav-links .page-numbers.next,
  .search-no-results .pagination .nav-links .page-numbers.next {
    margin-left: 10px;
  }
}
@media screen and (max-width: 380px) {
  .search-results .pagination .nav-links .page-numbers.next,
  .search-no-results .pagination .nav-links .page-numbers.next {
    margin-left: 0;
  }
}
.search-results .pagination .nav-links .page-numbers.next:before, .search-results .pagination .nav-links .page-numbers.next:after,
.search-no-results .pagination .nav-links .page-numbers.next:before,
.search-no-results .pagination .nav-links .page-numbers.next:after {
  left: calc(50% - 3px);
}
.search-results .pagination .nav-links .page-numbers:not(.current):hover,
.search-no-results .pagination .nav-links .page-numbers:not(.current):hover {
  background-color: #d8d8d8;
  color: #000000;
}
.search-results_no-label,
.search-no-results_no-label {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin-top: 32px;
}
@media screen and (min-width: 992px) {
  .search-results .main-nav .navbar,
  .search-no-results .main-nav .navbar {
    padding-right: 0;
  }
  .search-results .main-nav .navbar .menu__item--depth-0.dropdown:last-child .nav-link,
  .search-no-results .main-nav .navbar .menu__item--depth-0.dropdown:last-child .nav-link {
    padding-right: 20px;
  }
  .search-results .main-nav .navbar .menu__item--depth-0.dropdown:last-child .nav-link:before, .search-results .main-nav .navbar .menu__item--depth-0.dropdown:last-child .nav-link:after,
  .search-no-results .main-nav .navbar .menu__item--depth-0.dropdown:last-child .nav-link:before,
  .search-no-results .main-nav .navbar .menu__item--depth-0.dropdown:last-child .nav-link:after {
    right: 0;
  }
  .search-results .main-nav .navbar .menu__item--depth-0.dropdown:last-child .dropdown-menu,
  .search-no-results .main-nav .navbar .menu__item--depth-0.dropdown:last-child .dropdown-menu {
    right: 0;
    left: auto;
  }
  .search-results .main-nav .navbar .menu__item--depth-0.dropdown:last-child .dropdown-menu .dropdown:hover .dropdown-menu,
  .search-no-results .main-nav .navbar .menu__item--depth-0.dropdown:last-child .dropdown-menu .dropdown:hover .dropdown-menu {
    right: 100%;
  }
}

.page-template.page-template-template-gallery .section_padding {
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .page-template.page-template-template-gallery .section_padding {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .page-template.page-template-template-gallery .section_gallery-page-description {
    padding-top: 100px;
  }
}
.page-template.page-template-template-gallery .section_gallery-section {
  padding-bottom: 50px;
}
.page-template.page-template-template-gallery .section_gallery-section .gallery-images {
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .page-template.page-template-template-gallery .section_gallery-section .gallery-images {
    padding-bottom: 70px;
  }
}
.page-template.page-template-template-gallery .section_gallery-section .gallery-images:last-child {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .page-template.page-template-template-gallery .section_gallery-section .gallery-images__item {
    max-width: 25%;
  }
}
.page-template.page-template-template-gallery .section .sortFilters li span {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  color: #66686b;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .page-template.page-template-template-gallery .section .sortFilters li span {
    display: block;
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .page-template.page-template-template-gallery .section .sortFilters li span {
    max-width: 200px;
  }
  .page-template.page-template-template-gallery .section .sortFilters li span:after {
    content: "";
    background-color: #66686b;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 24px;
    display: block;
  }
}
.page-template.page-template-template-gallery .section .sortFilters li a {
  color: #ffffff;
  font-size: 14px;
  padding: 5px 11px;
  background-color: #002e5e;
  border-radius: 15px;
  margin: 0 3px;
  font-weight: 500;
  background-color: transparent;
  border-radius: 0;
  color: #000000;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.page-template.page-template-template-gallery .section .sortFilters li a.active {
  background-color: #007bff;
}
.page-template.page-template-template-gallery .section .sortFilters li a:hover {
  color: #0078a3;
}
.page-template.page-template-template-gallery .section .sortFilters li a.active {
  background-color: #002e5e;
  color: #ffffff;
}
.page-template.page-template-template-gallery .section .gallery-navigation {
  padding: 20px 0;
  margin: 0 15px;
  border-bottom: 1px solid #d8d8d8;
}
.page-template.page-template-template-gallery .section .gallery-navigation_heading {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  color: #66686b;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .page-template.page-template-template-gallery .section .gallery-navigation_heading {
    display: block;
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .page-template.page-template-template-gallery .section .gallery-navigation_heading {
    max-width: 200px;
  }
  .page-template.page-template-template-gallery .section .gallery-navigation_heading:after {
    content: "";
    background-color: #66686b;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 24px;
    display: block;
  }
}
@media (max-width: 767px) {
  .page-template.page-template-template-gallery .section .gallery-navigation_nav-list {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .page-template.page-template-template-gallery .section .gallery-navigation_nav-list {
    padding-left: 10px;
    max-width: calc(100% - 200px);
  }
}
.page-template.page-template-template-gallery .section .gallery-navigation_nav-list-item {
  display: inline-block;
  padding: 0 10px;
}
.page-template.page-template-template-gallery .section .gallery-navigation_link {
  color: #000000;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.page-template.page-template-template-gallery .section .gallery-navigation_link:hover {
  color: #0078a3;
}
@media (max-width: 767px) {
  .page-template.page-template-template-gallery .section_gallery-bottom-section .half-image {
    margin-bottom: 20px;
  }
}
.page-template.page-template-template-gallery .section_gallery-bottom-section .half-image img {
  object-fit: cover;
  filter: none;
  -webkit-transition: -webkit-filter 0.25s ease-in;
  height: 100%;
  min-height: 250px;
  max-height: 350px;
}
@media (max-width: 767px) {
  .page-template.page-template-template-gallery .section_gallery-bottom-section .half-image img {
    max-width: 100%;
  }
}
.page-template.page-template-template-gallery .section_gallery-bottom-section .media_label {
  right: 30px;
}
.page-template.page-template-template-gallery .section_gallery-bottom-section .media_label_on {
  text-transform: uppercase;
}
.page-template.page-template-template-gallery .section_gallery-bottom-section .media_label-sub_on {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .page-template.page-template-template-gallery .section_gallery-bottom-section .media_label-sub_on {
    font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
    font-size: 22px;
    font-weight: 500;
  }
}

@media (min-width: 768px) {
  .page-template-template-basic-page .section-content-text:nth-child(3) {
    padding-top: 30px;
  }
}

.site-main .gsg-ll {
  background-color: #f0f5f5;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .site-main .gsg-ll {
    padding: 50px 0;
  }
}
.site-main .gsg-ll #angle-select-thumbnails li img {
  max-width: 100%;
  height: auto;
}

.gsg-master-container {
  padding-top: 120px;
}

.page-id-3563 {
  background-color: #003057;
}

.page-id-3563 .gsg-master-container,
.gsg-master-container {
  margin-top: 152px;
}

.gradient-background {
  position: relative;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 1;
  position: absolute !important;
  inset: 0;
  width: 100%;
  height: 100% !important;
  z-index: 0;
  opacity: 1;
}
.gradient-background::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle at var(--cream-1-position, 20% 20%), rgb(234, 220, 207) 0px, transparent 20%);
}
.gradient-background::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle at var(--blue-1-position, 0% 40%), rgba(181, 228, 254, 0.15) 0px, transparent 20%);
}
.gradient-background .gradient1 {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle at var(--cream-2-position, 20% 55%), rgb(243, 235, 225) 0px, transparent 20%);
}
.gradient-background .gradient2 {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle at var(--blue-2-position, 99% 27%), rgba(2, 177, 217, 0.18) 0px, transparent 20%);
}
.gradient-background .gradient3 {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(ellipse at var(--neutral-position, 45% 55%), rgba(213, 195, 171, 0.4) 0px, transparent 60%);
}
.gradient-background .gradient4 {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle at var(--blue-position, 50% 85%), rgba(116, 169, 184, 0.15) 0px, transparent 40%);
}

@media (prefers-reduced-motion: reduce) {
  .gradient-background {
    --cream-1-position: 20% 20%;
    --blue-1-position: 0% 40%;
    --cream-2-position: 20% 55%;
    --blue-2-position: 99% 27%;
    --neutral-position: 45% 55%;
    --blue-position: 50% 85%;
  }
}
/* 
Usage Example
.my-element {
  @include radial-gradient-background(); // Apply the mixin with default values
}

.custom-background {
  @include radial-gradient-background(
  $background-color: #f0f0f0, // Custom background color
  $cream-1-position: 10% 10%   // Custom position for one gradient
  );
}
*/
.text-body, .text-eyebrow, .text-fine-print, .page__footer #menu-footer-nav a, .text-paragraph-sm-bold, .text-paragraph-sm-medium, .text-paragraph-lg-bold, .text-paragraph-lg-medium, .text-body-lg {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-style: normal !important;
  line-height: 150% !important; /* 27px */
  font-weight: 500 !important;
  font-size: 16px !important;
}

.headline-accent, h4.headline-accent, h3.headline-accent, h2.headline-accent, h1.headline-accent {
  font-family: "Roboto Serif", "Times", serif !important;
  font-size: 48px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 105% !important; /* 50.4px */
  letter-spacing: -0.24px !important;
}

.headline-regular, h6.headline-regular, h5.headline-regular, h4.headline-regular, h3.headline-regular, h2.headline-regular, h1.headline-regular {
  font-family: "Roboto Serif", "Times", serif !important;
  font-size: 48px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 105% !important; /* 50.4px */
  letter-spacing: -0.24px !important;
}

.text-body-lg {
  font-size: 24px !important;
  line-height: 140% !important; /* 33.6px */
}
@media (min-width: 1025px) {
  .text-body-lg {
    font-size: 32px !important;
  }
}

.text-paragraph-lg-medium {
  font-size: 18px !important;
}
@media (min-width: 1025px) {
  .text-paragraph-lg-medium {
    font-size: 20px !important;
  }
}

.text-paragraph-lg-bold {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 700 !important;
}
@media (min-width: 1025px) {
  .text-paragraph-lg-bold {
    font-size: 20px !important;
  }
}

.text-paragraph-sm-medium {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
}

.text-paragraph-sm-bold {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700 !important;
}

.text-fine-print, .page__footer #menu-footer-nav a {
  font-size: 12px !important;
}
.text-eyebrow {
  font-size: 18px;
  font-weight: 700 !important;
  letter-spacing: 0.36px !important;
  text-transform: uppercase !important;
}
@media (min-width: 1025px) {
  .text-eyebrow {
    font-size: 20px;
    letter-spacing: 0.4px !important;
  }
}

h1.headline-accent {
  font-size: 48px !important;
}
@media (min-width: 1025px) {
  h1.headline-accent {
    font-size: 88px !important;
    letter-spacing: -0.44px !important;
  }
}

h2.headline-accent {
  font-size: 40px !important;
  line-height: 110% !important; /* 44px */
  letter-spacing: -0.2px !important;
}
@media (min-width: 1025px) {
  h2.headline-accent {
    font-size: 64px !important;
    letter-spacing: -0.32px !important;
  }
}

h3.headline-accent {
  font-size: 36px !important;
  line-height: 110% !important; /* 39.6px */
  letter-spacing: -0.18px !important;
}
@media (min-width: 1025px) {
  h3.headline-accent {
    font-size: 48px !important;
    letter-spacing: -0.24px !important;
  }
}

h4.headline-accent {
  font-size: 32px !important;
  line-height: 115% !important; /* 36.8px */
  letter-spacing: -0.16px !important;
}
@media (min-width: 1025px) {
  h4.headline-accent {
    font-size: 40px !important;
    letter-spacing: -0.2px !important;
  }
}

h1.headline-regular {
  font-size: 48px !important;
  line-height: 105% !important; /* 50.4px */
  letter-spacing: -0.24px !important;
}
@media (min-width: 1025px) {
  h1.headline-regular {
    font-size: 88px !important;
    letter-spacing: -0.44px !important;
  }
}

h2.headline-regular {
  font-size: 40px !important;
  line-height: 110% !important; /* 44px */
  letter-spacing: -0.2px !important;
}
@media (min-width: 1025px) {
  h2.headline-regular {
    font-size: 64px !important;
    letter-spacing: -0.32px !important;
  }
}

h3.headline-regular {
  font-size: 36px !important;
  line-height: 110% !important; /* 39.6px */
  letter-spacing: -0.18px !important;
}
@media (min-width: 1025px) {
  h3.headline-regular {
    font-size: 48px !important;
    letter-spacing: -0.24px !important;
  }
}

h4.headline-regular {
  font-size: 32px !important;
  line-height: 115% !important; /* 36.8px */
  letter-spacing: -0.16px !important;
}
@media (min-width: 1025px) {
  h4.headline-regular {
    font-size: 40px !important;
    letter-spacing: -0.2px !important;
  }
}

h5.headline-regular {
  font-size: 24px !important;
  line-height: 120% !important; /* 28.8px */
}
@media (min-width: 1025px) {
  h5.headline-regular {
    font-size: 32px !important;
  }
}

h6.headline-regular {
  font-size: 20px !important;
  line-height: 125% !important; /* 25px */
}
@media (min-width: 1025px) {
  h6.headline-regular {
    font-size: 24px !important;
  }
}

.section__body, .search-results .entry__content,
.search-no-results .entry__content {
  color: #000000;
}

.banner-slider.slider-common_fullwidth .slider__text .slider__title,
.slider.slider-common_fullwidth .slider__text .slider__title {
  font-size: clamp(2.5rem, 5vw, 4.25rem) !important;
  font-family: "Roboto Serif", "Times", serif !important;
  font-weight: 400 !important;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.banner-slider.slider-common_fullwidth.plungePool .slider__text .slider__title,
.slider.slider-common_fullwidth.plungePool .slider__text .slider__title {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.3em !important;
}

h1.section__heading {
  font-size: clamp(2.5rem, 5vw, 4.25rem) !important;
  font-family: "Roboto Serif", "Times", serif !important;
  font-weight: 400 !important;
  line-height: 1.1em !important;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

h2.section__heading {
  font-size: clamp(2.25rem, 4.75vw, 3.75rem) !important;
  font-family: "Roboto Serif", "Times", serif !important;
  font-weight: 400 !important;
  line-height: 1.1em !important;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.text-and-image h1.section__heading,
.text-and-image h2.section__heading,
.text-and-image h3.section__heading,
.text-and-image h4.section__heading,
.text-and-image h5.section__heading,
.text-and-image h6.section__heading {
  font-size: clamp(1.75rem, 4vw, 3.25rem) !important;
}

h3.columns__item-title {
  font-size: clamp(1.5rem, 2.5vw, 2.5rem) !important;
  font-family: "Roboto Serif", "Times", serif !important;
  letter-spacing: -0.015em;
  text-wrap: balance;
  margin-bottom: 15px;
}

.plungePool.about-columns .section-inner h3.columns__item-title {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.cat-topics h3.columns__item-title,
.cat-topics h3.columns__item-title a,
.blog-card__content h3.columns__item-title,
.blog-card__content h3.columns__item-title a {
  font-size: clamp(1.15rem, 1.75vw, 1.5rem) !important;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif !important;
  font-weight: 700 !important;
}

.about-columns__heading-block .section__body, .about-columns__heading-block .search-results .entry__content, .search-results .about-columns__heading-block .entry__content,
.about-columns__heading-block .search-no-results .entry__content,
.search-no-results .about-columns__heading-block .entry__content {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  text-wrap: pretty;
}

@media (min-width: 768px) {
  .image-card__text.image-card__text--dark .cta-link {
    color: #ffffff !important;
  }
}

@media (min-width: 768px) {
  .image-card__text.image-card__text--light .cta-link {
    color: #ffffff !important;
  }
}

span.menu-icon {
  background-image: url('data:image/svg+xml,<svg width="25" height="18" viewBox="0 0 25 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1H24" stroke="black" stroke-width="2" stroke-linecap="round"/><path d="M1 9H24" stroke="black" stroke-width="2" stroke-linecap="round"/><path d="M1 17H24" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>');
  background-size: 25px 18px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 25px;
  height: 18px;
}

span.menu-icon-white {
  background-image: url('data:image/svg+xml,<svg width="25" height="18" viewBox="0 0 25 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1H24" stroke="white" stroke-width="2" stroke-linecap="round"/><path d="M1 9H24" stroke="white" stroke-width="2" stroke-linecap="round"/><path d="M1 17H24" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
  background-size: 25px 18px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 25px;
  height: 18px;
}

span.builder-tooltip-icon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21" fill="none"><path d="M10 19.1018C14.9705 19.1018 19 15.0723 19 10.1018C19 5.13124 14.9705 1.10181 10 1.10181C5.02943 1.10181 1 5.13124 1 10.1018C1 15.0723 5.02943 19.1018 10 19.1018Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.91019 12.7802V11.8077C8.91019 10.8665 9.38078 10.192 10.4474 9.56453C11.5612 8.92139 11.9847 8.41943 11.9847 7.6508C11.9847 6.77237 11.2474 6.20766 10.2749 6.20766C8.83176 6.20766 8.09451 7.03904 8.00039 8.41943L6.40039 8.32531C6.44745 6.20766 7.93765 4.70178 10.2749 4.70178C12.0945 4.70178 13.6004 5.90963 13.6004 7.63512C13.6004 8.89002 12.9259 9.7057 11.5298 10.5371C10.6671 11.039 10.4318 11.3528 10.4318 11.9802V12.7802H8.91019ZM8.69059 15.9175V13.9096H10.7612V15.9175H8.69059Z" fill="black"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
}

span.profile-icon {
  background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.00004 8.21595C10.9798 8.21595 12.5847 6.60061 12.5847 4.60798C12.5847 2.61535 10.9798 1 9.00004 1C7.0203 1 5.41541 2.61535 5.41541 4.60798C5.41541 6.60061 7.0203 8.21595 9.00004 8.21595Z" stroke="black" stroke-width="2" stroke-miterlimit="10"/><path d="M16 14.1283C15.4164 10.7691 12.5046 8.21594 9 8.21594C5.49538 8.21594 2.58357 10.7693 2 14.1283C3.8053 15.9049 6.2756 17 9 17C11.7244 17 14.1945 15.9049 16 14.1283Z" stroke="black" stroke-width="2" stroke-miterlimit="10"/></svg>');
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 18px;
  height: 18px;
}

span.profile-icon-white {
  background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.00004 8.21595C10.9798 8.21595 12.5847 6.60061 12.5847 4.60798C12.5847 2.61535 10.9798 1 9.00004 1C7.0203 1 5.41541 2.61535 5.41541 4.60798C5.41541 6.60061 7.0203 8.21595 9.00004 8.21595Z" stroke="white" stroke-width="2" stroke-miterlimit="10"/><path d="M16 14.1283C15.4164 10.7691 12.5046 8.21594 9 8.21594C5.49538 8.21594 2.58357 10.7693 2 14.1283C3.8053 15.9049 6.2756 17 9 17C11.7244 17 14.1945 15.9049 16 14.1283Z" stroke="white" stroke-width="2" stroke-miterlimit="10"/></svg>');
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 18px;
  height: 18px;
}

span.large-search-icon {
  background-image: url('data:image/svg+xml,<svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.3039 22.6078C17.9946 22.6078 22.6078 17.9946 22.6078 12.3039C22.6078 6.6132 17.9946 2 12.3039 2C6.6132 2 2 6.6132 2 12.3039C2 17.9946 6.6132 22.6078 12.3039 22.6078Z" stroke="black" stroke-width="3" stroke-miterlimit="10"/><path d="M27.9155 30.0368C28.5013 30.6226 29.4511 30.6226 30.0368 30.0368C30.6226 29.451 30.6226 28.5012 30.0368 27.9155L27.9155 30.0368ZM18.5499 20.6712L27.9155 30.0368L30.0368 27.9155L20.6713 18.5499L18.5499 20.6712Z" fill="black"/></svg>');
  background-size: 27px 27px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 27px;
  height: 27px;
}

span.large-search-icon-white {
  background-image: url('data:image/svg+xml,<svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.3039 22.6078C17.9946 22.6078 22.6078 17.9946 22.6078 12.3039C22.6078 6.6132 17.9946 2 12.3039 2C6.6132 2 2 6.6132 2 12.3039C2 17.9946 6.6132 22.6078 12.3039 22.6078Z" stroke="white" stroke-width="3" stroke-miterlimit="10"/><path d="M27.9155 30.0368C28.5013 30.6226 29.4511 30.6226 30.0368 30.0368C30.6226 29.451 30.6226 28.5012 30.0368 27.9155L27.9155 30.0368ZM18.5499 20.6712L27.9155 30.0368L30.0368 27.9155L20.6713 18.5499L18.5499 20.6712Z" fill="white"/></svg>');
  background-size: 27px 27px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 27px;
  height: 27px;
}

span.small-search-icon {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.87534 14.7507C11.6725 14.7507 14.7507 11.6725 14.7507 7.87534C14.7507 4.07819 11.6725 1 7.87534 1C4.07819 1 1 4.07819 1 7.87534C1 11.6725 4.07819 14.7507 7.87534 14.7507Z" stroke="black" stroke-width="2" stroke-miterlimit="10"/><path d="M18.2929 19.7071C18.6834 20.0976 19.3166 20.0976 19.7071 19.7071C20.0976 19.3166 20.0976 18.6834 19.7071 18.2929L18.2929 19.7071ZM12.0436 13.4578L18.2929 19.7071L19.7071 18.2929L13.4578 12.0436L12.0436 13.4578Z" fill="black"/></svg>');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 20px;
  height: 20px;
}

span.small-search-icon-white {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.87534 14.7507C11.6725 14.7507 14.7507 11.6725 14.7507 7.87534C14.7507 4.07819 11.6725 1 7.87534 1C4.07819 1 1 4.07819 1 7.87534C1 11.6725 4.07819 14.7507 7.87534 14.7507Z" stroke="white" stroke-width="2" stroke-miterlimit="10"/><path d="M18.2929 19.7071C18.6834 20.0976 19.3166 20.0976 19.7071 19.7071C20.0976 19.3166 20.0976 18.6834 19.7071 18.2929L18.2929 19.7071ZM12.0436 13.4578L18.2929 19.7071L19.7071 18.2929L13.4578 12.0436L12.0436 13.4578Z" fill="white"/></svg>');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 20px;
  height: 20px;
}

span.large-plus-icon {
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 15.7728H29.5457" stroke="black" stroke-width="3" stroke-linecap="round"/><path d="M15.7728 2L15.7728 29.5457" stroke="black" stroke-width="3" stroke-linecap="round"/></svg>');
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 32px;
  height: 32px;
}

span.large-plus-icon-white {
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 15.7728H29.5457" stroke="white" stroke-width="3" stroke-linecap="round"/><path d="M15.7728 2L15.7728 29.5457" stroke="white" stroke-width="3" stroke-linecap="round"/></svg>');
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 32px;
  height: 32px;
}

span.small-plus-icon {
  background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 11H21" stroke="black" stroke-width="2" stroke-linecap="round"/><path d="M11 1L11 21" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>');
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 22px;
  height: 22px;
}

span.small-plus-icon-white {
  background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 11H21" stroke="white" stroke-width="2" stroke-linecap="round"/><path d="M11 1L11 21" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 22px;
  height: 22px;
}

span.large-close-icon {
  background-image: url('data:image/svg+xml,<svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 2.00006L21.4778 21.4778" stroke="black" stroke-width="3" stroke-linecap="round"/><path d="M21.4778 2L2.00002 21.4778" stroke="black" stroke-width="3" stroke-linecap="round"/></svg>');
  background-size: 23px 23px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 23px;
  height: 23px;
}

span.large-close-icon-white {
  background-image: url('data:image/svg+xml,<svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 2.00006L21.4778 21.4778" stroke="white" stroke-width="3" stroke-linecap="round"/><path d="M21.4778 2L2.00002 21.4778" stroke="white" stroke-width="3" stroke-linecap="round"/></svg>');
  background-size: 23px 23px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 23px;
  height: 23px;
}

span.small-close-icon {
  background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.00006L17 17" stroke="black" stroke-width="2" stroke-linecap="round"/><path d="M17 1L1.00004 17" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>');
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 18px;
  height: 18px;
}

span.small-close-icon-white {
  background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.00006L17 17" stroke="white" stroke-width="2" stroke-linecap="round"/><path d="M17 1L1.00004 17" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 18px;
  height: 18px;
}

span.large-play-icon {
  background-image: url('data:image/svg+xml,<svg width="26" height="27" viewBox="0 0 26 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.84766 1.60254C2.06352 1.47525 2.33549 1.46473 2.56836 1.58105L24.1162 12.8965H24.1172C24.383 13.0392 24.5 13.2634 24.5 13.4922C24.5 13.7441 24.3651 13.9614 24.1484 14.0713L24.1396 14.0762L24.1299 14.0811L2.55566 25.4102C2.43292 25.4746 2.31728 25.5 2.21289 25.5C2.11745 25.5 1.97263 25.4689 1.82324 25.3887C1.62058 25.2701 1.5 25.0579 1.5 24.8213V2.18555C1.5 1.97633 1.59404 1.78543 1.75586 1.66211L1.8291 1.61328L1.83789 1.6084L1.84766 1.60254Z" stroke="black" stroke-width="3"/></svg>');
  background-size: 26px 27px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 26px;
  height: 27px;
}

span.large-play-icon-white {
  background-image: url('data:image/svg+xml,<svg width="26" height="27" viewBox="0 0 26 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.84766 1.60254C2.06352 1.47525 2.33549 1.46473 2.56836 1.58105L24.1162 12.8965H24.1172C24.383 13.0392 24.5 13.2634 24.5 13.4922C24.5 13.7441 24.3651 13.9614 24.1484 14.0713L24.1396 14.0762L24.1299 14.0811L2.55566 25.4102C2.43292 25.4746 2.31728 25.5 2.21289 25.5C2.11745 25.5 1.97263 25.4689 1.82324 25.3887C1.62058 25.2701 1.5 25.0579 1.5 24.8213V2.18555C1.5 1.97633 1.59404 1.78543 1.75586 1.66211L1.8291 1.61328L1.83789 1.6084L1.84766 1.60254Z" stroke="white" stroke-width="3"/></svg>');
  background-size: 26px 27px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 26px;
  height: 27px;
}

span.small-play-icon {
  background-image: url('data:image/svg+xml,<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.26562 1.07617C1.42339 0.981561 1.61919 0.974329 1.78809 1.05957L16.709 9.02246V9.02344C16.9027 9.12923 16.9998 9.30362 17 9.49414C17 9.70049 16.8906 9.87203 16.7295 9.95508L16.7236 9.95801L16.7168 9.96191L1.78125 17.9336C1.6919 17.9813 1.60788 17.9999 1.53223 18C1.46168 18 1.35597 17.9761 1.24707 17.916C1.09679 17.8256 1 17.6595 1 17.4668V1.53809C1 1.34272 1.09903 1.17351 1.25293 1.08398L1.25977 1.08008L1.26562 1.07617Z" stroke="black" stroke-width="2"/></svg>');
  background-size: 18px 19px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 18px;
  height: 19px;
}

span.small-play-icon-white {
  background-image: url('data:image/svg+xml,<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.26562 1.07617C1.42339 0.981561 1.61919 0.974329 1.78809 1.05957L16.709 9.02246V9.02344C16.9027 9.12923 16.9998 9.30362 17 9.49414C17 9.70049 16.8906 9.87203 16.7295 9.95508L16.7236 9.95801L16.7168 9.96191L1.78125 17.9336C1.6919 17.9813 1.60788 17.9999 1.53223 18C1.46168 18 1.35597 17.9761 1.24707 17.916C1.09679 17.8256 1 17.6595 1 17.4668V1.53809C1 1.34272 1.09903 1.17351 1.25293 1.08398L1.25977 1.08008L1.26562 1.07617Z" stroke="white" stroke-width="2"/></svg>');
  background-size: 18px 19px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 18px;
  height: 19px;
}

span.large-pause-icon {
  background-image: url('data:image/svg+xml,<svg width="14" height="28" viewBox="0 0 14 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 2L2 26" stroke="black" stroke-width="3" stroke-linecap="round"/><path d="M12 2L12 26" stroke="black" stroke-width="3" stroke-linecap="round"/></svg>');
  background-size: 14px 28px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 14px;
  height: 28px;
}

span.large-pause-icon-white {
  background-image: url('data:image/svg+xml,<svg width="14" height="28" viewBox="0 0 14 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 2L2 26" stroke="white" stroke-width="3" stroke-linecap="round"/><path d="M12 2L12 26" stroke="white" stroke-width="3" stroke-linecap="round"/></svg>');
  background-size: 14px 28px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 14px;
  height: 28px;
}

span.small-pause-icon {
  background-image: url('data:image/svg+xml,<svg width="10" height="18" viewBox="0 0 10 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L0.999999 17" stroke="black" stroke-width="2" stroke-linecap="round"/><path d="M9 1L9 17" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>');
  background-size: 10px 18px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 10px;
  height: 18px;
}

span.small-pause-icon-white {
  background-image: url('data:image/svg+xml,<svg width="10" height="18" viewBox="0 0 10 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L0.999999 17" stroke="white" stroke-width="2" stroke-linecap="round"/><path d="M9 1L9 17" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
  background-size: 10px 18px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 10px;
  height: 18px;
}

span.large-left-arrow-icon {
  background-image: url('data:image/svg+xml,<svg width="31" height="24" viewBox="0 0 31 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.93934 10.9393C0.353553 11.5251 0.353553 12.4749 0.93934 13.0607L10.4853 22.6066C11.0711 23.1924 12.0208 23.1924 12.6066 22.6066C13.1924 22.0208 13.1924 21.0711 12.6066 20.4853L4.12132 12L12.6066 3.51472C13.1924 2.92893 13.1924 1.97919 12.6066 1.3934C12.0208 0.807611 11.0711 0.807611 10.4853 1.3934L0.93934 10.9393ZM29 13.5C29.8284 13.5 30.5 12.8284 30.5 12C30.5 11.1716 29.8284 10.5 29 10.5V13.5ZM2 13.5H29V10.5H2V13.5Z" fill="black"/></svg>');
  background-size: 31px 24px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 31px;
  height: 24px;
}

span.large-left-arrow-icon-white {
  background-image: url('data:image/svg+xml,<svg width="31" height="24" viewBox="0 0 31 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.93934 10.9393C0.353553 11.5251 0.353553 12.4749 0.93934 13.0607L10.4853 22.6066C11.0711 23.1924 12.0208 23.1924 12.6066 22.6066C13.1924 22.0208 13.1924 21.0711 12.6066 20.4853L4.12132 12L12.6066 3.51472C13.1924 2.92893 13.1924 1.97919 12.6066 1.3934C12.0208 0.807611 11.0711 0.807611 10.4853 1.3934L0.93934 10.9393ZM29 13.5C29.8284 13.5 30.5 12.8284 30.5 12C30.5 11.1716 29.8284 10.5 29 10.5V13.5ZM2 13.5H29V10.5H2V13.5Z" fill="white"/></svg>');
  background-size: 31px 24px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 31px;
  height: 24px;
}

span.large-right-arrow-icon {
  background-image: url('data:image/svg+xml,<svg width="31" height="24" viewBox="0 0 31 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 10.5C1.17157 10.5 0.5 11.1716 0.5 12C0.5 12.8284 1.17157 13.5 2 13.5V10.5ZM30.0607 13.0607C30.6464 12.4749 30.6464 11.5251 30.0607 10.9393L20.5147 1.3934C19.9289 0.807611 18.9792 0.807611 18.3934 1.3934C17.8076 1.97919 17.8076 2.92893 18.3934 3.51472L26.8787 12L18.3934 20.4853C17.8076 21.0711 17.8076 22.0208 18.3934 22.6066C18.9792 23.1924 19.9289 23.1924 20.5147 22.6066L30.0607 13.0607ZM2 13.5H29V10.5H2V13.5Z" fill="black"/></svg>');
  background-size: 31px 24px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 31px;
  height: 24px;
}

span.large-right-arrow-icon-white {
  background-image: url('data:image/svg+xml,<svg width="31" height="24" viewBox="0 0 31 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 10.5C1.17157 10.5 0.5 11.1716 0.5 12C0.5 12.8284 1.17157 13.5 2 13.5V10.5ZM30.0607 13.0607C30.6464 12.4749 30.6464 11.5251 30.0607 10.9393L20.5147 1.3934C19.9289 0.807611 18.9792 0.807611 18.3934 1.3934C17.8076 1.97919 17.8076 2.92893 18.3934 3.51472L26.8787 12L18.3934 20.4853C17.8076 21.0711 17.8076 22.0208 18.3934 22.6066C18.9792 23.1924 19.9289 23.1924 20.5147 22.6066L30.0607 13.0607ZM2 13.5H29V10.5H2V13.5Z" fill="white"/></svg>');
  background-size: 31px 24px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 31px;
  height: 24px;
}

span.small-down-arrow-icon {
  background-image: url('data:image/svg+xml,<svg width="16" height="20" viewBox="0 0 16 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.29289 19.7071C7.68342 20.0976 8.31658 20.0976 8.70711 19.7071L15.0711 13.3431C15.4616 12.9526 15.4616 12.3195 15.0711 11.9289C14.6805 11.5384 14.0474 11.5384 13.6569 11.9289L8 17.5858L2.34315 11.9289C1.95262 11.5384 1.31946 11.5384 0.928932 11.9289C0.538408 12.3195 0.538408 12.9526 0.928932 13.3431L7.29289 19.7071ZM9 1C9 0.447716 8.55228 -2.41411e-08 8 0C7.44771 2.41411e-08 7 0.447716 7 1L9 1ZM9 19L9 1L7 1L7 19L9 19Z" fill="black"/></svg>');
  background-size: 16px 20px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 16px;
  height: 20px;
}

span.small-down-arrow-icon-white {
  background-image: url('data:image/svg+xml,<svg width="16" height="20" viewBox="0 0 16 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.29289 19.7071C7.68342 20.0976 8.31658 20.0976 8.70711 19.7071L15.0711 13.3431C15.4616 12.9526 15.4616 12.3195 15.0711 11.9289C14.6805 11.5384 14.0474 11.5384 13.6569 11.9289L8 17.5858L2.34315 11.9289C1.95262 11.5384 1.31946 11.5384 0.928932 11.9289C0.538408 12.3195 0.538408 12.9526 0.928932 13.3431L7.29289 19.7071ZM9 1C9 0.447716 8.55228 -2.41411e-08 8 0C7.44771 2.41411e-08 7 0.447716 7 1L9 1ZM9 19L9 1L7 1L7 19L9 19Z" fill="white"/></svg>');
  background-size: 16px 20px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 16px;
  height: 20px;
}

span.small-left-arrow-icon {
  background-image: url('data:image/svg+xml,<svg width="20" height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.292893 7.29289C-0.0976311 7.68342 -0.0976311 8.31658 0.292893 8.70711L6.65685 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711C8.46159 14.6805 8.46159 14.0474 8.07107 13.6569L2.41421 8L8.07107 2.34315C8.46159 1.95262 8.46159 1.31946 8.07107 0.928932C7.68054 0.538408 7.04738 0.538408 6.65685 0.928932L0.292893 7.29289ZM19 9C19.5523 9 20 8.55228 20 8C20 7.44772 19.5523 7 19 7V9ZM1 9H19V7H1V9Z" fill="black"/></svg>');
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 20px;
  height: 16px;
}

span.small-left-arrow-icon-white {
  background-image: url('data:image/svg+xml,<svg width="20" height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.292893 7.29289C-0.0976311 7.68342 -0.0976311 8.31658 0.292893 8.70711L6.65685 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711C8.46159 14.6805 8.46159 14.0474 8.07107 13.6569L2.41421 8L8.07107 2.34315C8.46159 1.95262 8.46159 1.31946 8.07107 0.928932C7.68054 0.538408 7.04738 0.538408 6.65685 0.928932L0.292893 7.29289ZM19 9C19.5523 9 20 8.55228 20 8C20 7.44772 19.5523 7 19 7V9ZM1 9H19V7H1V9Z" fill="white"/></svg>');
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 20px;
  height: 16px;
}

span.small-right-arrow-icon {
  background-image: url('data:image/svg+xml,<svg width="20" height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 7C0.447715 7 0 7.44772 0 8C0 8.55228 0.447715 9 1 9V7ZM19.7071 8.70711C20.0976 8.31658 20.0976 7.68342 19.7071 7.29289L13.3431 0.928932C12.9526 0.538408 12.3195 0.538408 11.9289 0.928932C11.5384 1.31946 11.5384 1.95262 11.9289 2.34315L17.5858 8L11.9289 13.6569C11.5384 14.0474 11.5384 14.6805 11.9289 15.0711C12.3195 15.4616 12.9526 15.4616 13.3431 15.0711L19.7071 8.70711ZM1 9H19V7H1V9Z" fill="black"/></svg>');
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 20px;
  height: 16px;
}

span.small-right-arrow-icon-white {
  background-image: url('data:image/svg+xml,<svg width="20" height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 7C0.447715 7 0 7.44772 0 8C0 8.55228 0.447715 9 1 9V7ZM19.7071 8.70711C20.0976 8.31658 20.0976 7.68342 19.7071 7.29289L13.3431 0.928932C12.9526 0.538408 12.3195 0.538408 11.9289 0.928932C11.5384 1.31946 11.5384 1.95262 11.9289 2.34315L17.5858 8L11.9289 13.6569C11.5384 14.0474 11.5384 14.6805 11.9289 15.0711C12.3195 15.4616 12.9526 15.4616 13.3431 15.0711L19.7071 8.70711ZM1 9H19V7H1V9Z" fill="white"/></svg>');
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 20px;
  height: 16px;
}

span.small-right-arrow-icon-coral {
  background-image: url('data:image/svg+xml,<svg width="20" height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 7C0.447715 7 0 7.44772 0 8C0 8.55228 0.447715 9 1 9V7ZM19.7071 8.70711C20.0976 8.31658 20.0976 7.68342 19.7071 7.29289L13.3431 0.928932C12.9526 0.538408 12.3195 0.538408 11.9289 0.928932C11.5384 1.31946 11.5384 1.95262 11.9289 2.34315L17.5858 8L11.9289 13.6569C11.5384 14.0474 11.5384 14.6805 11.9289 15.0711C12.3195 15.4616 12.9526 15.4616 13.3431 15.0711L19.7071 8.70711ZM1 9H19V7H1V9Z" fill="%23F48472"/></svg>');
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 20px;
  height: 16px;
}

span.small-right-arrow-icon-dark-coral {
  background-image: url('data:image/svg+xml,<svg width="20" height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 7C0.447715 7 0 7.44772 0 8C0 8.55228 0.447715 9 1 9V7ZM19.7071 8.70711C20.0976 8.31658 20.0976 7.68342 19.7071 7.29289L13.3431 0.928932C12.9526 0.538408 12.3195 0.538408 11.9289 0.928932C11.5384 1.31946 11.5384 1.95262 11.9289 2.34315L17.5858 8L11.9289 13.6569C11.5384 14.0474 11.5384 14.6805 11.9289 15.0711C12.3195 15.4616 12.9526 15.4616 13.3431 15.0711L19.7071 8.70711ZM1 9H19V7H1V9Z" fill="%23D57262"/></svg>');
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 20px;
  height: 16px;
}

span.small-caret-down-icon {
  background-image: url('data:image/svg+xml,<svg width="14" height="7" viewBox="0 0 14 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 1L7 6L1 0.999999" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 14px 7px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 14px;
  height: 7px;
}

span.small-caret-down-icon-white {
  background-image: url('data:image/svg+xml,<svg width="14" height="7" viewBox="0 0 14 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 1L7 6L1 0.999999" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 14px 7px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 14px;
  height: 7px;
}

span.small-caret-up-icon {
  background-image: url('data:image/svg+xml,<svg width="14" height="7" viewBox="0 0 14 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 6L7 1L13 6" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 14px 7px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 14px;
  height: 7px;
}

span.small-caret-up-icon-white {
  background-image: url('data:image/svg+xml,<svg width="14" height="7" viewBox="0 0 14 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 6L7 1L13 6" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 14px 7px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 14px;
  height: 7px;
}

span.small-caret-left-icon {
  background-image: url('data:image/svg+xml,<svg width="7" height="14" viewBox="0 0 7 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 13L1 7L6 1" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 7px 14px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 7px;
  height: 14px;
}

span.small-caret-left-icon-white {
  background-image: url('data:image/svg+xml,<svg width="7" height="14" viewBox="0 0 7 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 13L1 7L6 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 7px 14px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 7px;
  height: 14px;
}

span.small-caret-right-icon {
  background-image: url('data:image/svg+xml,<svg width="7" height="14" viewBox="0 0 7 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 13L6 7L1 1" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 7px 14px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 7px;
  height: 14px;
}

span.small-caret-right-icon-white {
  background-image: url('data:image/svg+xml,<svg width="7" height="14" viewBox="0 0 7 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 13L6 7L1 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 7px 14px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 7px;
  height: 14px;
}

.button-primary, .button-list .button.button_large__outline, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-primary, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-list .button.button_large__outline, .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button.button_large__outline, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-primary, .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-primary,
.search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-list .button.button_large__outline, .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-list .button.button_large__outline,
.search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline, .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button.button_large__outline, .search-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline,
.button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button.button_large__outline,
.search-no-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline {
  display: inline-block;
  border: none;
  border-radius: 50px;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  margin-bottom: 15px;
  background-color: #f48472;
  font-size: 18px;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  color: #000000;
  line-height: 1.5; /* 27px */
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
@media (min-width: 1025px) {
  .button-primary, .button-list .button.button_large__outline, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-primary, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-list .button.button_large__outline, .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button.button_large__outline, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-primary, .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary,
  .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-primary,
  .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-list .button.button_large__outline, .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline,
  .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-list .button.button_large__outline,
  .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline, .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button.button_large__outline, .search-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline,
  .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button.button_large__outline,
  .search-no-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline {
    font-size: 20px;
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
  }
}
.button-primary a, .button-list .button.button_large__outline a, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-primary a, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-list .button.button_large__outline a, .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button.button_large__outline a, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-primary a, .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary a,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-primary a,
.search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary a, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-list .button.button_large__outline a, .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline a,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-list .button.button_large__outline a,
.search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline a, .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button.button_large__outline a, .search-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline a,
.button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button.button_large__outline a,
.search-no-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline a {
  text-align: center;
}
.button-primary:hover, .button-list .button.button_large__outline:hover, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-primary:hover, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-list .button.button_large__outline:hover, .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button.button_large__outline:hover, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-primary:hover, .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary:hover,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-primary:hover,
.search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary:hover, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-list .button.button_large__outline:hover, .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline:hover,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-list .button.button_large__outline:hover,
.search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline:hover, .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button.button_large__outline:hover, .search-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline:hover,
.button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button.button_large__outline:hover,
.search-no-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline:hover {
  background-color: #d57262;
  text-decoration: none;
  color: #000000;
}
.button-primary:disabled, .button-list .button.button_large__outline:disabled, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-primary:disabled, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-list .button.button_large__outline:disabled, .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button.button_large__outline:disabled, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-primary:disabled, .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary:disabled,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-primary:disabled,
.search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary:disabled, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-list .button.button_large__outline:disabled, .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline:disabled,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-list .button.button_large__outline:disabled,
.search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline:disabled, .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button.button_large__outline:disabled, .search-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline:disabled,
.button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button.button_large__outline:disabled,
.search-no-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline:disabled {
  background-color: #dddddd;
  color: #747474;
  cursor: not-allowed;
}

.button-primary-sm, .product-card__cta-block .button.button_large__outline {
  display: inline-block;
  border: none;
  border-radius: 50px;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  color: #000000;
  background-color: #f48472;
  padding: 10px 22px;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.5; /* 27px */
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.button-primary-sm a, .product-card__cta-block .button.button_large__outline a {
  text-align: center;
}
.button-primary-sm:hover, .product-card__cta-block .button.button_large__outline:hover {
  background-color: #d57262;
  text-decoration: none;
  color: #000000;
}
.button-primary-sm:disabled, .product-card__cta-block .button.button_large__outline:disabled {
  background-color: #dddddd;
  color: #747474;
  cursor: not-allowed;
}

.button-secondary-light {
  display: inline-block;
  border: none;
  border-radius: 50px;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  padding: 12px 24px;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.5; /* 27px */
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  text-align: center;
  outline: 3px #ffffff solid !important;
  outline-offset: -3px;
  background-color: transparent;
}
.button-secondary-light a {
  text-align: center;
}
.button-secondary-light:hover {
  background-color: #ffffff;
}
@media (min-width: 1025px) {
  .button-secondary-light {
    font-size: 20px;
    padding: 16px 32px;
  }
}

.button-secondary-dark {
  display: inline-block;
  border: none;
  border-radius: 50px;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  padding: 12px 24px;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.5; /* 27px */
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  text-align: center;
  color: #000000 !important;
  outline: 3px #000000 solid !important;
  outline-offset: -3px;
  background-color: transparent !important;
}
.button-secondary-dark a {
  text-align: center;
}
.button-secondary-dark:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
}
@media (min-width: 1025px) {
  .button-secondary-dark {
    font-size: 20px;
    padding: 16px 32px;
  }
}

.button-disabled {
  display: inline-block;
  border: none;
  border-radius: 50px;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  padding: 12px 24px;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.5; /* 27px */
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  text-align: center;
  color: #747474;
  background-color: #dddddd;
}
.button-disabled a {
  text-align: center;
}
.button-disabled:hover {
  color: #747474;
  background-color: #dddddd;
}
@media (min-width: 1025px) {
  .button-disabled {
    font-size: 20px;
    padding: 16px 32px;
  }
}

.button_large__outline,
.button_large .alm-btn-wrap .alm-load-more-btn {
  display: inline-block;
  border: none;
  border-radius: 50px;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  padding: 12px 24px;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.5; /* 27px */
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-align: center !important;
}
.button_large__outline a,
.button_large .alm-btn-wrap .alm-load-more-btn a {
  text-align: center;
}
.button_large__outline:after,
.button_large .alm-btn-wrap .alm-load-more-btn:after {
  background: none !important;
}
@media (min-width: 1025px) {
  .button_large__outline,
  .button_large .alm-btn-wrap .alm-load-more-btn {
    font-size: 20px;
    padding: 16px 32px;
  }
}

.icon-button, .icon-button-pause, .icon-button-play, .icon-button-arrow-left-disable, .colorTileModule .inner-wrap.main .image-replace .slider-common .owl-nav .owl-prev.disabled span, .icon-button-arrow-left-outline-disable, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-nav .owl-prev.disabled span, .hero-carousel-2025 .swiper-container .swiper-nav-wrapper .swiper-button-prev.disabled span, .icon-button-arrow-left-outline, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-nav .owl-prev span, .hero-carousel-2025 .swiper-container .swiper-nav-wrapper .swiper-button-prev:after, .icon-button-arrow-left-dark, .icon-button-arrow-left-light, .card-carousel-2025 .section-inner .owl-carousel .owl-nav .owl-prev span, .colorTileModule .inner-wrap.main .image-replace .slider-common .owl-nav .owl-prev span, .icon-button-arrow-right-disable, .colorTileModule .inner-wrap.main .image-replace .slider-common .owl-nav .owl-next.disabled span, .icon-button-arrow-right-outline-disable, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-nav .owl-next.disabled span, .hero-carousel-2025 .swiper-container .swiper-nav-wrapper .swiper-button-next.disabled span, .icon-button-arrow-right-outline, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-nav .owl-next span, .hero-carousel-2025 .swiper-container .swiper-nav-wrapper .swiper-button-next:after, .icon-button-arrow-right-dark, .icon-button-arrow-right-light, .card-carousel-2025 .section-inner .owl-carousel .owl-nav .owl-next span, .colorTileModule .inner-wrap.main .image-replace .slider-common .owl-nav .owl-next span, .icon-button-close, .icon-button-plus {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  overflow: hidden;
  text-indent: -1000px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"><defs><style> .cls-1 { fill: %23f48472; } .cls-2 { fill: none; stroke: %23000; stroke-linecap: round; stroke-width: 3px; } </style></defs><path class="cls-1" d="M28,0h0c15.46,0,28,12.54,28,28h0c0,15.46-12.54,28-28,28h0C12.54,56,0,43.46,0,28h0C0,12.54,12.54,0,28,0Z"/><path class="cls-2" d="M14,28h27.55"/><path class="cls-2" d="M27.77,14.23v27.55"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1025px) {
  .icon-button, .icon-button-pause, .icon-button-play, .icon-button-arrow-left-disable, .colorTileModule .inner-wrap.main .image-replace .slider-common .owl-nav .owl-prev.disabled span, .icon-button-arrow-left-outline-disable, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-nav .owl-prev.disabled span, .hero-carousel-2025 .swiper-container .swiper-nav-wrapper .swiper-button-prev.disabled span, .icon-button-arrow-left-outline, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-nav .owl-prev span, .hero-carousel-2025 .swiper-container .swiper-nav-wrapper .swiper-button-prev:after, .icon-button-arrow-left-dark, .icon-button-arrow-left-light, .card-carousel-2025 .section-inner .owl-carousel .owl-nav .owl-prev span, .colorTileModule .inner-wrap.main .image-replace .slider-common .owl-nav .owl-prev span, .icon-button-arrow-right-disable, .colorTileModule .inner-wrap.main .image-replace .slider-common .owl-nav .owl-next.disabled span, .icon-button-arrow-right-outline-disable, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-nav .owl-next.disabled span, .hero-carousel-2025 .swiper-container .swiper-nav-wrapper .swiper-button-next.disabled span, .icon-button-arrow-right-outline, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-nav .owl-next span, .hero-carousel-2025 .swiper-container .swiper-nav-wrapper .swiper-button-next:after, .icon-button-arrow-right-dark, .icon-button-arrow-right-light, .card-carousel-2025 .section-inner .owl-carousel .owl-nav .owl-next span, .colorTileModule .inner-wrap.main .image-replace .slider-common .owl-nav .owl-next span, .icon-button-close, .icon-button-plus {
    width: 56px;
    height: 56px;
    margin: 0 auto 30px;
  }
}
.icon-button:hover, .icon-button-pause:hover, .icon-button-play:hover, .icon-button-arrow-left-disable:hover, .icon-button-arrow-left-outline-disable:hover, .hero-carousel-2025 .swiper-container .swiper-nav-wrapper .swiper-button-prev.disabled span:hover, .icon-button-arrow-left-outline:hover, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-nav .owl-prev span:hover, .hero-carousel-2025 .swiper-container .swiper-nav-wrapper .swiper-button-prev:hover:after, .icon-button-arrow-left-dark:hover, .icon-button-arrow-left-light:hover, .card-carousel-2025 .section-inner .owl-carousel .owl-nav .owl-prev span:hover, .colorTileModule .inner-wrap.main .image-replace .slider-common .owl-nav .owl-prev span:hover, .icon-button-arrow-right-disable:hover, .icon-button-arrow-right-outline-disable:hover, .hero-carousel-2025 .swiper-container .swiper-nav-wrapper .swiper-button-next.disabled span:hover, .icon-button-arrow-right-outline:hover, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-nav .owl-next span:hover, .hero-carousel-2025 .swiper-container .swiper-nav-wrapper .swiper-button-next:hover:after, .icon-button-arrow-right-dark:hover, .icon-button-arrow-right-light:hover, .card-carousel-2025 .section-inner .owl-carousel .owl-nav .owl-next span:hover, .colorTileModule .inner-wrap.main .image-replace .slider-common .owl-nav .owl-next span:hover, .icon-button-close:hover, .icon-button-plus:hover {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"><defs><style> .cls-1 { fill: %23d57262; } .cls-2 { fill: none; stroke: %23000; stroke-linecap: round; stroke-width: 3px; } </style></defs><path class="cls-1" d="M28,0h0c15.46,0,28,12.54,28,28h0c0,15.46-12.54,28-28,28h0C12.54,56,0,43.46,0,28h0C0,12.54,12.54,0,28,0Z"/><path class="cls-2" d="M14,28h27.55"/><path class="cls-2" d="M27.77,14.23v27.55"/></svg>');
  scale: 1.05;
}

.icon-button-close {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"><defs><style> .cls-1 { fill: %23f48472; } .cls-2 { fill: none; stroke: %23000; stroke-linecap: round; stroke-width: 3px; } </style></defs><path class="cls-1" d="M28,0h0c15.46,0,28,12.54,28,28h0c0,15.46-12.54,28-28,28h0C12.54,56,0,43.46,0,28h0C0,12.54,12.54,0,28,0Z"/><g><path class="cls-2" d="M18.38,37.74l19.48-19.48"/><path class="cls-2" d="M18.38,18.26l19.48,19.48"/></g></svg>');
}
.icon-button-close:hover {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"><defs><style> .cls-1 { fill: %23d57262; } .cls-2 { fill: none; stroke: %23000; stroke-linecap: round; stroke-width: 3px; } </style></defs><path class="cls-1" d="M28,0h0c15.46,0,28,12.54,28,28h0c0,15.46-12.54,28-28,28h0C12.54,56,0,43.46,0,28h0C0,12.54,12.54,0,28,0Z"/><g><path class="cls-2" d="M18.38,37.74l19.48-19.48"/><path class="cls-2" d="M18.38,18.26l19.48,19.48"/></g></svg>');
}

.icon-button-arrow-right-light, .card-carousel-2025 .section-inner .owl-carousel .owl-nav .owl-next span, .colorTileModule .inner-wrap.main .image-replace .slider-common .owl-nav .owl-next span {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"><defs><style> .cls-1 { fill: %23fff; } </style></defs><path class="cls-1" d="M28,0h0c15.46,0,28,12.54,28,28h0c0,15.46-12.54,28-28,28h0C12.54,56,0,43.46,0,28h0C0,12.54,12.54,0,28,0Z"/><path d="M14.5,26.5c-.83,0-1.5.67-1.5,1.5s.67,1.5,1.5,1.5v-3ZM42.56,29.06c.59-.59.59-1.54,0-2.12l-9.55-9.55c-.59-.59-1.54-.59-2.12,0s-.59,1.54,0,2.12l8.49,8.49-8.49,8.49c-.59.59-.59,1.54,0,2.12s1.54.59,2.12,0l9.55-9.55ZM14.5,29.5h27v-3H14.5v3Z"/></svg>');
}
.icon-button-arrow-right-light:hover, .card-carousel-2025 .section-inner .owl-carousel .owl-nav .owl-next span:hover, .colorTileModule .inner-wrap.main .image-replace .slider-common .owl-nav .owl-next span:hover {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"><defs><style> .cls-1 { fill: %23fffdf7; } </style></defs><path class="cls-1" d="M28,0h0c15.46,0,28,12.54,28,28h0c0,15.46-12.54,28-28,28h0C12.54,56,0,43.46,0,28h0C0,12.54,12.54,0,28,0Z"/><path d="M14.5,26.5c-.83,0-1.5.67-1.5,1.5s.67,1.5,1.5,1.5v-3ZM42.56,29.06c.59-.59.59-1.54,0-2.12l-9.55-9.55c-.59-.59-1.54-.59-2.12,0s-.59,1.54,0,2.12l8.49,8.49-8.49,8.49c-.59.59-.59,1.54,0,2.12s1.54.59,2.12,0l9.55-9.55ZM14.5,29.5h27v-3H14.5v3Z"/></svg>');
}

.icon-button-arrow-right-dark {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"><defs><style> .cls-1 { fill: %23F48472; } </style></defs><path class="cls-1" d="M28,0h0c15.46,0,28,12.54,28,28h0c0,15.46-12.54,28-28,28h0C12.54,56,0,43.46,0,28h0C0,12.54,12.54,0,28,0Z"/><path d="M14.5,26.5c-.83,0-1.5.67-1.5,1.5s.67,1.5,1.5,1.5v-3ZM42.56,29.06c.59-.59.59-1.54,0-2.12l-9.55-9.55c-.59-.59-1.54-.59-2.12,0s-.59,1.54,0,2.12l8.49,8.49-8.49,8.49c-.59.59-.59,1.54,0,2.12s1.54.59,2.12,0l9.55-9.55ZM14.5,29.5h27v-3H14.5v3Z"/></svg>');
}
.icon-button-arrow-right-dark:hover {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"><defs><style> .cls-1 { fill: %23D57262; } </style></defs><path class="cls-1" d="M28,0h0c15.46,0,28,12.54,28,28h0c0,15.46-12.54,28-28,28h0C12.54,56,0,43.46,0,28h0C0,12.54,12.54,0,28,0Z"/><path d="M14.5,26.5c-.83,0-1.5.67-1.5,1.5s.67,1.5,1.5,1.5v-3ZM42.56,29.06c.59-.59.59-1.54,0-2.12l-9.55-9.55c-.59-.59-1.54-.59-2.12,0s-.59,1.54,0,2.12l8.49,8.49-8.49,8.49c-.59.59-.59,1.54,0,2.12s1.54.59,2.12,0l9.55-9.55ZM14.5,29.5h27v-3H14.5v3Z"/></svg>');
}

.icon-button-arrow-right-outline, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-nav .owl-next span, .hero-carousel-2025 .swiper-container .swiper-nav-wrapper .swiper-button-next:after {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"><defs><style> .cls-1 { fill: %23fff; } </style></defs><path class="cls-1" d="M28,3c13.79,0,25,11.21,25,25s-11.21,25-25,25S3,41.79,3,28,14.21,3,28,3M28,0C12.54,0,0,12.54,0,28s12.54,28,28,28,28-12.54,28-28S43.46,0,28,0h0Z"/><path class="cls-1" d="M42.56,29.06c.59-.59.59-1.54,0-2.12l-9.55-9.55c-.59-.59-1.54-.59-2.12,0s-.59,1.54,0,2.12l8.49,8.49-8.49,8.49c-.59.59-.59,1.54,0,2.12s1.54.59,2.12,0l9.55-9.55ZM14.5,26.5c-.83,0-1.5.67-1.5,1.5s.67,1.5,1.5,1.5v-3ZM41.5,26.5H14.5v3h27v-3Z"/></svg>');
}
.icon-button-arrow-right-outline:hover, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-nav .owl-next span:hover, .hero-carousel-2025 .swiper-container .swiper-nav-wrapper .swiper-button-next:hover:after {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"><defs><style> .cls-1 { fill: %23DDD; } </style></defs><path class="cls-1" d="M28,3c13.79,0,25,11.21,25,25s-11.21,25-25,25S3,41.79,3,28,14.21,3,28,3M28,0C12.54,0,0,12.54,0,28s12.54,28,28,28,28-12.54,28-28S43.46,0,28,0h0Z"/><path class="cls-1" d="M42.56,29.06c.59-.59.59-1.54,0-2.12l-9.55-9.55c-.59-.59-1.54-.59-2.12,0s-.59,1.54,0,2.12l8.49,8.49-8.49,8.49c-.59.59-.59,1.54,0,2.12s1.54.59,2.12,0l9.55-9.55ZM14.5,26.5c-.83,0-1.5.67-1.5,1.5s.67,1.5,1.5,1.5v-3ZM41.5,26.5H14.5v3h27v-3Z"/></svg>');
}

.icon-button-arrow-right-outline-disable, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-nav .owl-next.disabled span, .hero-carousel-2025 .swiper-container .swiper-nav-wrapper .swiper-button-next.disabled span {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"><defs><style> .cls-1 { fill: %23DDD; } </style></defs><path class="cls-1" d="M28,3c13.79,0,25,11.21,25,25s-11.21,25-25,25S3,41.79,3,28,14.21,3,28,3M28,0C12.54,0,0,12.54,0,28s12.54,28,28,28,28-12.54,28-28S43.46,0,28,0h0Z"/><path class="cls-1" d="M42.56,29.06c.59-.59.59-1.54,0-2.12l-9.55-9.55c-.59-.59-1.54-.59-2.12,0s-.59,1.54,0,2.12l8.49,8.49-8.49,8.49c-.59.59-.59,1.54,0,2.12s1.54.59,2.12,0l9.55-9.55ZM14.5,26.5c-.83,0-1.5.67-1.5,1.5s.67,1.5,1.5,1.5v-3ZM41.5,26.5H14.5v3h27v-3Z"/></svg>');
}
.icon-button-arrow-right-outline-disable:hover, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-nav .owl-next.disabled span:hover, .hero-carousel-2025 .swiper-container .swiper-nav-wrapper .swiper-button-next.disabled span:hover {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"><defs><style> .cls-1 { fill: %23DDD; } </style></defs><path class="cls-1" d="M28,3c13.79,0,25,11.21,25,25s-11.21,25-25,25S3,41.79,3,28,14.21,3,28,3M28,0C12.54,0,0,12.54,0,28s12.54,28,28,28,28-12.54,28-28S43.46,0,28,0h0Z"/><path class="cls-1" d="M42.56,29.06c.59-.59.59-1.54,0-2.12l-9.55-9.55c-.59-.59-1.54-.59-2.12,0s-.59,1.54,0,2.12l8.49,8.49-8.49,8.49c-.59.59-.59,1.54,0,2.12s1.54.59,2.12,0l9.55-9.55ZM14.5,26.5c-.83,0-1.5.67-1.5,1.5s.67,1.5,1.5,1.5v-3ZM41.5,26.5H14.5v3h27v-3Z"/></svg>');
  scale: none;
}

.icon-button-arrow-right-disable, .colorTileModule .inner-wrap.main .image-replace .slider-common .owl-nav .owl-next.disabled span {
  cursor: none;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"><defs><style> .cls-1 { fill: %23fff; } .cls-2 { fill: %23e8e5dd; } </style></defs><path class="cls-2" d="M28,0h0c15.46,0,28,12.54,28,28h0c0,15.46-12.54,28-28,28h0C12.54,56,0,43.46,0,28h0C0,12.54,12.54,0,28,0Z"/><path class="cls-1" d="M42.56,29.06c.59-.59.59-1.54,0-2.12l-9.55-9.55c-.59-.59-1.54-.59-2.12,0s-.59,1.54,0,2.12l8.49,8.49-8.49,8.49c-.59.59-.59,1.54,0,2.12s1.54.59,2.12,0l9.55-9.55ZM14.5,26.5c-.83,0-1.5.67-1.5,1.5s.67,1.5,1.5,1.5v-3ZM41.5,26.5H14.5v3h27v-3Z"/></svg>');
}
.icon-button-arrow-right-disable:hover, .colorTileModule .inner-wrap.main .image-replace .slider-common .owl-nav .owl-next.disabled span:hover {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"><defs><style> .cls-1 { fill: %23fff; } .cls-2 { fill: %23e8e5dd; } </style></defs><path class="cls-2" d="M28,0h0c15.46,0,28,12.54,28,28h0c0,15.46-12.54,28-28,28h0C12.54,56,0,43.46,0,28h0C0,12.54,12.54,0,28,0Z"/><path class="cls-1" d="M42.56,29.06c.59-.59.59-1.54,0-2.12l-9.55-9.55c-.59-.59-1.54-.59-2.12,0s-.59,1.54,0,2.12l8.49,8.49-8.49,8.49c-.59.59-.59,1.54,0,2.12s1.54.59,2.12,0l9.55-9.55ZM14.5,26.5c-.83,0-1.5.67-1.5,1.5s.67,1.5,1.5,1.5v-3ZM41.5,26.5H14.5v3h27v-3Z"/></svg>');
  scale: none;
}

.icon-button-arrow-left-light, .card-carousel-2025 .section-inner .owl-carousel .owl-nav .owl-prev span, .colorTileModule .inner-wrap.main .image-replace .slider-common .owl-nav .owl-prev span {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"><defs><style> .cls-1 { fill: %23fff; } </style></defs><path class="cls-1" d="M28,0h0c15.46,0,28,12.54,28,28h0c0,15.46-12.54,28-28,28h0C12.54,56,0,43.46,0,28h0C0,12.54,12.54,0,28,0Z"/><path d="M13.44,26.94c-.59.59-.59,1.54,0,2.12l9.55,9.55c.59.59,1.54.59,2.12,0s.59-1.54,0-2.12l-8.49-8.49,8.49-8.49c.59-.59.59-1.54,0-2.12s-1.54-.59-2.12,0l-9.55,9.55ZM41.5,29.5c.83,0,1.5-.67,1.5-1.5s-.67-1.5-1.5-1.5v3ZM14.5,29.5h27v-3H14.5v3Z"/></svg>');
}
.icon-button-arrow-left-light:hover, .card-carousel-2025 .section-inner .owl-carousel .owl-nav .owl-prev span:hover, .colorTileModule .inner-wrap.main .image-replace .slider-common .owl-nav .owl-prev span:hover {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"><defs><style> .cls-1 { fill: %23fffdf7; } </style></defs><path class="cls-1" d="M28,0h0c15.46,0,28,12.54,28,28h0c0,15.46-12.54,28-28,28h0C12.54,56,0,43.46,0,28h0C0,12.54,12.54,0,28,0Z"/><path d="M13.44,26.94c-.59.59-.59,1.54,0,2.12l9.55,9.55c.59.59,1.54.59,2.12,0s.59-1.54,0-2.12l-8.49-8.49,8.49-8.49c.59-.59.59-1.54,0-2.12s-1.54-.59-2.12,0l-9.55,9.55ZM41.5,29.5c.83,0,1.5-.67,1.5-1.5s-.67-1.5-1.5-1.5v3ZM14.5,29.5h27v-3H14.5v3Z"/></svg>');
}

.icon-button-arrow-left-dark {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"><defs><style> .cls-1 { fill: %23F48472; } </style></defs><path class="cls-1" d="M28,0h0c15.46,0,28,12.54,28,28h0c0,15.46-12.54,28-28,28h0C12.54,56,0,43.46,0,28h0C0,12.54,12.54,0,28,0Z"/><path d="M13.44,26.94c-.59.59-.59,1.54,0,2.12l9.55,9.55c.59.59,1.54.59,2.12,0s.59-1.54,0-2.12l-8.49-8.49,8.49-8.49c.59-.59.59-1.54,0-2.12s-1.54-.59-2.12,0l-9.55,9.55ZM41.5,29.5c.83,0,1.5-.67,1.5-1.5s-.67-1.5-1.5-1.5v3ZM14.5,29.5h27v-3H14.5v3Z"/></svg>');
}
.icon-button-arrow-left-dark:hover {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"><defs><style> .cls-1 { fill: %23D57262; } </style></defs><path class="cls-1" d="M28,0h0c15.46,0,28,12.54,28,28h0c0,15.46-12.54,28-28,28h0C12.54,56,0,43.46,0,28h0C0,12.54,12.54,0,28,0Z"/><path d="M13.44,26.94c-.59.59-.59,1.54,0,2.12l9.55,9.55c.59.59,1.54.59,2.12,0s.59-1.54,0-2.12l-8.49-8.49,8.49-8.49c.59-.59.59-1.54,0-2.12s-1.54-.59-2.12,0l-9.55,9.55ZM41.5,29.5c.83,0,1.5-.67,1.5-1.5s-.67-1.5-1.5-1.5v3ZM14.5,29.5h27v-3H14.5v3Z"/></svg>');
}

.icon-button-arrow-left-outline, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-nav .owl-prev span, .hero-carousel-2025 .swiper-container .swiper-nav-wrapper .swiper-button-prev:after {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"><defs><style> .cls-1 { fill: %23fff; } </style></defs><path class="cls-1" d="M28,3c13.79,0,25,11.21,25,25s-11.21,25-25,25S3,41.79,3,28,14.21,3,28,3M28,0C12.54,0,0,12.54,0,28s12.54,28,28,28,28-12.54,28-28S43.46,0,28,0h0Z"/><path class="cls-1" d="M13.44,26.94c-.59.59-.59,1.54,0,2.12l9.55,9.55c.59.59,1.54.59,2.12,0s.59-1.54,0-2.12l-8.49-8.49,8.49-8.49c.59-.59.59-1.54,0-2.12s-1.54-.59-2.12,0l-9.55,9.55ZM41.5,29.5c.83,0,1.5-.67,1.5-1.5s-.67-1.5-1.5-1.5v3ZM14.5,29.5h27v-3H14.5v3Z"/></svg>');
}
.icon-button-arrow-left-outline:hover, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-nav .owl-prev span:hover, .hero-carousel-2025 .swiper-container .swiper-nav-wrapper .swiper-button-prev:hover:after {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"><defs><style> .cls-1 { fill: %23DDD; } </style></defs><path class="cls-1" d="M28,3c13.79,0,25,11.21,25,25s-11.21,25-25,25S3,41.79,3,28,14.21,3,28,3M28,0C12.54,0,0,12.54,0,28s12.54,28,28,28,28-12.54,28-28S43.46,0,28,0h0Z"/><path class="cls-1" d="M13.44,26.94c-.59.59-.59,1.54,0,2.12l9.55,9.55c.59.59,1.54.59,2.12,0s.59-1.54,0-2.12l-8.49-8.49,8.49-8.49c.59-.59.59-1.54,0-2.12s-1.54-.59-2.12,0l-9.55,9.55ZM41.5,29.5c.83,0,1.5-.67,1.5-1.5s-.67-1.5-1.5-1.5v3ZM14.5,29.5h27v-3H14.5v3Z"/></svg>');
}

.icon-button-arrow-left-outline-disable, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-nav .owl-prev.disabled span, .hero-carousel-2025 .swiper-container .swiper-nav-wrapper .swiper-button-prev.disabled span {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"><defs><style> .cls-1 { fill: %23DDD; } </style></defs><path class="cls-1" d="M28,3c13.79,0,25,11.21,25,25s-11.21,25-25,25S3,41.79,3,28,14.21,3,28,3M28,0C12.54,0,0,12.54,0,28s12.54,28,28,28,28-12.54,28-28S43.46,0,28,0h0Z"/><path class="cls-1" d="M13.44,26.94c-.59.59-.59,1.54,0,2.12l9.55,9.55c.59.59,1.54.59,2.12,0s.59-1.54,0-2.12l-8.49-8.49,8.49-8.49c.59-.59.59-1.54,0-2.12s-1.54-.59-2.12,0l-9.55,9.55ZM41.5,29.5c.83,0,1.5-.67,1.5-1.5s-.67-1.5-1.5-1.5v3ZM14.5,29.5h27v-3H14.5v3Z"/></svg>');
}
.icon-button-arrow-left-outline-disable:hover, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-nav .owl-prev.disabled span:hover, .hero-carousel-2025 .swiper-container .swiper-nav-wrapper .swiper-button-prev.disabled span:hover {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"><defs><style> .cls-1 { fill: %23DDD; } </style></defs><path class="cls-1" d="M28,3c13.79,0,25,11.21,25,25s-11.21,25-25,25S3,41.79,3,28,14.21,3,28,3M28,0C12.54,0,0,12.54,0,28s12.54,28,28,28,28-12.54,28-28S43.46,0,28,0h0Z"/><path class="cls-1" d="M13.44,26.94c-.59.59-.59,1.54,0,2.12l9.55,9.55c.59.59,1.54.59,2.12,0s.59-1.54,0-2.12l-8.49-8.49,8.49-8.49c.59-.59.59-1.54,0-2.12s-1.54-.59-2.12,0l-9.55,9.55ZM41.5,29.5c.83,0,1.5-.67,1.5-1.5s-.67-1.5-1.5-1.5v3ZM14.5,29.5h27v-3H14.5v3Z"/></svg>');
  scale: none;
}

.icon-button-arrow-left-disable, .colorTileModule .inner-wrap.main .image-replace .slider-common .owl-nav .owl-prev.disabled span {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"><defs><style> .cls-1 { fill: %23fff; } .cls-2 { fill: %23e8e5dd; } </style></defs><path class="cls-2" d="M28,0h0c15.46,0,28,12.54,28,28h0c0,15.46-12.54,28-28,28h0C12.54,56,0,43.46,0,28h0C0,12.54,12.54,0,28,0Z"/><path class="cls-1" d="M13.44,26.94c-.59.59-.59,1.54,0,2.12l9.55,9.55c.59.59,1.54.59,2.12,0s.59-1.54,0-2.12l-8.49-8.49,8.49-8.49c.59-.59.59-1.54,0-2.12s-1.54-.59-2.12,0l-9.55,9.55ZM41.5,29.5c.83,0,1.5-.67,1.5-1.5s-.67-1.5-1.5-1.5v3ZM14.5,29.5h27v-3H14.5v3Z"/></svg>');
}
.icon-button-arrow-left-disable:hover, .colorTileModule .inner-wrap.main .image-replace .slider-common .owl-nav .owl-prev.disabled span:hover {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"><defs><style> .cls-1 { fill: %23fff; } .cls-2 { fill: %23e8e5dd; } </style></defs><path class="cls-2" d="M28,0h0c15.46,0,28,12.54,28,28h0c0,15.46-12.54,28-28,28h0C12.54,56,0,43.46,0,28h0C0,12.54,12.54,0,28,0Z"/><path class="cls-1" d="M13.44,26.94c-.59.59-.59,1.54,0,2.12l9.55,9.55c.59.59,1.54.59,2.12,0s.59-1.54,0-2.12l-8.49-8.49,8.49-8.49c.59-.59.59-1.54,0-2.12s-1.54-.59-2.12,0l-9.55,9.55ZM41.5,29.5c.83,0,1.5-.67,1.5-1.5s-.67-1.5-1.5-1.5v3ZM14.5,29.5h27v-3H14.5v3Z"/></svg>');
  scale: none;
}

.icon-button-play {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"><defs><style> .cls-1 { fill: none; stroke: %23fff; stroke-width: 3px; } </style></defs><circle class="cls-1" cx="28" cy="28" r="26.5"/><path class="cls-1" d="M19.83,16.61h0s0-.01,0-.01c.22-.13.49-.14.72-.02l21.56,11.32c.26.14.38.37.38.59,0,.25-.13.47-.35.58h0s0,0,0,0l-21.57,11.33.7,1.33-.7-1.33c-.12.06-.24.09-.34.09-.1,0-.24-.03-.39-.11-.2-.12-.32-.33-.32-.57v-22.64c0-.24.12-.45.33-.57Z"/></svg>');
}
.icon-button-play:hover {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"><defs><style> .cls-1 { fill: none; stroke: %23DDD; stroke-width: 3px; } </style></defs><circle class="cls-1" cx="28" cy="28" r="26.5"/><path class="cls-1" d="M19.83,16.61h0s0-.01,0-.01c.22-.13.49-.14.72-.02l21.56,11.32c.26.14.38.37.38.59,0,.25-.13.47-.35.58h0s0,0,0,0l-21.57,11.33.7,1.33-.7-1.33c-.12.06-.24.09-.34.09-.1,0-.24-.03-.39-.11-.2-.12-.32-.33-.32-.57v-22.64c0-.24.12-.45.33-.57Z"/></svg>');
}

.icon-button-pause {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"><defs><style> .cls-1 { stroke-linecap: round; } .cls-1, .cls-2 { fill: none; stroke: %23fff; stroke-width: 3px; } </style></defs><path class="cls-2" d="M28,1.5h0c14.64,0,26.5,11.86,26.5,26.5h0c0,14.64-11.86,26.5-26.5,26.5h0c-14.64,0-26.5-11.86-26.5-26.5h0C1.5,13.36,13.36,1.5,28,1.5Z"/><path class="cls-1" d="M23,16v24"/><path class="cls-1" d="M33,16v24"/></svg>');
}
.icon-button-pause:hover {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"><defs><style> .cls-1 { stroke-linecap: round; } .cls-1, .cls-2 { fill: none; stroke: %23DDD; stroke-width: 3px; } </style></defs><path class="cls-2" d="M28,1.5h0c14.64,0,26.5,11.86,26.5,26.5h0c0,14.64-11.86,26.5-26.5,26.5h0c-14.64,0-26.5-11.86-26.5-26.5h0C1.5,13.36,13.36,1.5,28,1.5Z"/><path class="cls-1" d="M23,16v24"/><path class="cls-1" d="M33,16v24"/></svg>');
}

.button-text-link-sm, .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .section__body .button-list .button.button_large__outline, .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-results .entry__content .button-list .button.button_large__outline, .search-results .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button-list .button.button_large__outline,
.text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-no-results .entry__content .button-list .button.button_large__outline,
.search-no-results .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button-list .button.button_large__outline, .button-text-link-lrg, .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_front .inner-wrap-back .cta-link-custom-content-block,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_back .inner-wrap-back .cta-link-custom-content-block,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .gradient-mask .inner-wrap-back .cta-link-custom-content-block, .section__body .cta-link-custom-content-block, .search-results .entry__content .cta-link-custom-content-block,
.search-no-results .entry__content .cta-link-custom-content-block,
.cta-link-custom-content-block,
.cta-link {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 30px;
  padding: 0;
  padding-right: 36px;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 150% !important;
  color: #000000 !important;
  position: relative;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.button-text-link-sm:after, .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .section__body .button-list .button.button_large__outline:after, .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-results .entry__content .button-list .button.button_large__outline:after, .search-results .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button-list .button.button_large__outline:after,
.text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-no-results .entry__content .button-list .button.button_large__outline:after,
.search-no-results .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button-list .button.button_large__outline:after, .button-text-link-lrg:after, .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_front .inner-wrap-back .cta-link-custom-content-block:after,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_back .inner-wrap-back .cta-link-custom-content-block:after,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .gradient-mask .inner-wrap-back .cta-link-custom-content-block:after, .section__body .cta-link-custom-content-block:after, .search-results .entry__content .cta-link-custom-content-block:after,
.search-no-results .entry__content .cta-link-custom-content-block:after,
.cta-link-custom-content-block:after,
.cta-link:after {
  display: inline-block;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19 14.73"><defs><style> .cls-1 { fill: %23d57262; } </style></defs><path class="cls-1" d="M18.71,8.07c.39-.39.39-1.02,0-1.41L12.34.29c-.39-.39-1.02-.39-1.41,0-.39.39-.39,1.02,0,1.41l5.66,5.66-5.66,5.66c-.39.39-.39,1.02,0,1.41.39.39,1.02.39,1.41,0l6.36-6.36ZM0,8.36h18v-2H0v2Z"/></svg>') !important;
  content: "";
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: 3px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  margin-left: 8px;
  background-position: center !important;
  transition: all 0.3s ease-in-out;
}
.button-text-link-sm:hover, .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .section__body .button-list .button.button_large__outline:hover, .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-results .entry__content .button-list .button.button_large__outline:hover, .search-results .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button-list .button.button_large__outline:hover,
.text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-no-results .entry__content .button-list .button.button_large__outline:hover,
.search-no-results .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button-list .button.button_large__outline:hover, .button-text-link-lrg:hover, .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_front .inner-wrap-back .cta-link-custom-content-block:hover,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_back .inner-wrap-back .cta-link-custom-content-block:hover,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .gradient-mask .inner-wrap-back .cta-link-custom-content-block:hover,
.cta-link-custom-content-block:hover,
.cta-link:hover {
  text-decoration: none;
  color: #000000;
}
.button-text-link-sm:hover:after, .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .section__body .button-list .button.button_large__outline:hover:after, .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-results .entry__content .button-list .button.button_large__outline:hover:after, .search-results .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button-list .button.button_large__outline:hover:after,
.text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-no-results .entry__content .button-list .button.button_large__outline:hover:after,
.search-no-results .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button-list .button.button_large__outline:hover:after, .button-text-link-lrg:hover:after, .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_front .inner-wrap-back .cta-link-custom-content-block:hover:after,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_back .inner-wrap-back .cta-link-custom-content-block:hover:after,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .gradient-mask .inner-wrap-back .cta-link-custom-content-block:hover:after,
.cta-link-custom-content-block:hover:after,
.cta-link:hover:after {
  margin-left: 18px;
}

.button-text-link-lrg, .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_front .inner-wrap-back .cta-link-custom-content-block,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_back .inner-wrap-back .cta-link-custom-content-block,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .gradient-mask .inner-wrap-back .cta-link-custom-content-block {
  font-size: 18px;
}
@media (min-width: 1025px) {
  .button-text-link-lrg, .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_front .inner-wrap-back .cta-link-custom-content-block,
  .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_back .inner-wrap-back .cta-link-custom-content-block,
  .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .gradient-mask .inner-wrap-back .cta-link-custom-content-block {
    font-size: 20px;
  }
}
.button-text-link-lrg:after, .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_front .inner-wrap-back .cta-link-custom-content-block:after,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_back .inner-wrap-back .cta-link-custom-content-block:after,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .gradient-mask .inner-wrap-back .cta-link-custom-content-block:after {
  top: 3px;
  height: 20px;
  width: 20px;
  margin-left: 10px;
}
@media (min-width: 1025px) {
  .button-text-link-lrg:after, .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_front .inner-wrap-back .cta-link-custom-content-block:after,
  .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_back .inner-wrap-back .cta-link-custom-content-block:after,
  .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .gradient-mask .inner-wrap-back .cta-link-custom-content-block:after {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19 14.73"><defs><style> .cls-1 { fill: %23f48472; } </style></defs><path class="cls-1" d="M18.71,8.07c.39-.39.39-1.02,0-1.41L12.34.29c-.39-.39-1.02-.39-1.41,0-.39.39-.39,1.02,0,1.41l5.66,5.66-5.66,5.66c-.39.39-.39,1.02,0,1.41.39.39,1.02.39,1.41,0l6.36-6.36ZM0,8.36h18v-2H0v2Z"/></svg>') !important;
  }
}
.button-text-link-lrg:hover, .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_front .inner-wrap-back .cta-link-custom-content-block:hover,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_back .inner-wrap-back .cta-link-custom-content-block:hover,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .gradient-mask .inner-wrap-back .cta-link-custom-content-block:hover {
  text-decoration: none;
  color: #000000;
}
.button-text-link-lrg:hover:after, .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_front .inner-wrap-back .cta-link-custom-content-block:hover:after,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_back .inner-wrap-back .cta-link-custom-content-block:hover:after,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .gradient-mask .inner-wrap-back .cta-link-custom-content-block:hover:after {
  margin-left: 20px;
}

.text-link-fine {
  display: inline-block;
  margin-bottom: 30px;
  cursor: pointer;
  color: #007994;
  font-weight: 500;
  font-size: 12px;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  text-decoration: underline;
}
.text-link-fine:hover {
  color: #747474;
}

.nav-link-base, .nav-link-lrg-child-dark, .nav-link-lrg-child-light, .nav-link-lrg-dark, .nav-link-lrg-light {
  display: inline-block;
  cursor: pointer;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.nav-link-base:hover, .nav-link-lrg-child-dark:hover, .nav-link-lrg-child-light:hover, .nav-link-lrg-dark:hover, .nav-link-lrg-light:hover {
  text-decoration: underline;
  color: #000000;
}

.nav-link-lrg-light {
  font-size: 20px;
  color: #ffffff;
}
.nav-link-lrg-light:hover {
  color: #ffffff;
}

.nav-link-lrg-dark {
  font-size: 20px;
}

.nav-link-lrg-child-light {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
}
.nav-link-lrg-child-light:hover {
  color: #ffffff;
  font-weight: 700;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
}

.nav-link-lrg-child-dark {
  font-size: 20px;
  font-weight: 500;
}
.nav-link-lrg-child-dark:hover {
  font-weight: 700;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
}

.nav-link-sm, header#masthead .top-nav .top-nav__inner .navbar-collapse .menu .menu__item .dropdown-menu a, header#masthead .top-nav .top-nav__inner .navbar-collapse .menu__item--depth-0 .nav-link, .nav-link-mobile-parent-dark, .nav-link-mobile-parent-back-dark, .nav-link-mobile-parent-back-light, .nav-link-mobile-parent-light, .nav-link-profile-dark, .nav-link-profile-light, .nav-link-sm-child-dark, .nav-link-sm-child-light, .page__footer .footer-menu__item a, .nav-link-sm-parent-dark, .nav-link-sm-parent-light {
  display: inline-block;
  padding-right: 30px;
  cursor: pointer;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.nav-link-sm:hover, header#masthead .top-nav .top-nav__inner .navbar-collapse .menu .menu__item .dropdown-menu a:hover, header#masthead .top-nav .top-nav__inner .navbar-collapse .menu__item--depth-0 .nav-link:hover, .nav-link-mobile-parent-dark:hover, .nav-link-mobile-parent-back-dark:hover, .nav-link-mobile-parent-back-light:hover, .nav-link-mobile-parent-light:hover, .nav-link-profile-dark:hover, .nav-link-profile-light:hover, .nav-link-sm-child-dark:hover, .nav-link-sm-child-light:hover, .page__footer .footer-menu__item a:hover, .nav-link-sm-parent-dark:hover, .nav-link-sm-parent-light:hover, .nav-link-sm.active, header#masthead .top-nav .top-nav__inner .navbar-collapse .menu .menu__item .dropdown-menu a.active, header#masthead .top-nav .top-nav__inner .navbar-collapse .menu__item--depth-0 .active.nav-link, .active.nav-link-mobile-parent-dark, .active.nav-link-mobile-parent-back-dark, .active.nav-link-mobile-parent-back-light, .active.nav-link-mobile-parent-light, .active.nav-link-profile-dark, .active.nav-link-profile-light, .active.nav-link-sm-child-dark, .active.nav-link-sm-child-light, .page__footer .footer-menu__item a.active, .active.nav-link-sm-parent-dark, .active.nav-link-sm-parent-light {
  text-decoration: none;
  color: #000000;
}

.nav-link-sm-parent-light {
  color: #ffffff;
}
.nav-link-sm-parent-light:after {
  display: inline-block;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 7"><defs><style> .cls-1 { fill: none; stroke: %23fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px; } </style></defs><path class="cls-1" d="M13,1l-6,5L1,1"/></svg>');
  content: "";
  position: absolute;
  top: 3px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px;
  background-position: center;
  transition: all 0.2s ease-in-out;
}
.nav-link-sm-parent-light:hover, .nav-link-sm-parent-light.active {
  text-decoration: none;
  color: #ffffff;
}
.nav-link-sm-parent-light:hover:after, .nav-link-sm-parent-light.active:after {
  transform: rotate(180deg);
}

.nav-link-sm-parent-dark:after {
  display: inline-block;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 7"><defs><style> .cls-1 { fill: none; stroke: %23000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px; } </style></defs><path class="cls-1" d="M13,1l-6,5L1,1"/></svg>');
  content: "";
  position: absolute;
  top: 3px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px;
  background-position: center;
  transition: all 0.2s ease-in-out;
}
.nav-link-sm-parent-dark:hover, .nav-link-sm-parent-dark.active {
  text-decoration: none;
  color: #000000;
}
.nav-link-sm-parent-dark:hover:after, .nav-link-sm-parent-dark.active:after {
  transform: rotate(180deg);
}

.nav-link-sm-child-light, .page__footer .footer-menu__item a {
  color: #ffffff;
}
.nav-link-sm-child-light:hover, .page__footer .footer-menu__item a:hover {
  font-weight: 700;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  color: #ffffff;
}

.nav-link-sm-child-dark {
  color: #000000;
}
.nav-link-sm-child-dark:hover {
  font-weight: 700;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  color: #000000;
}

.nav-link-profile-light {
  color: #ffffff;
  margin-left: 26px;
}
.nav-link-profile-light:before {
  display: inline-block;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.15 18"><defs><style> .cls-1 { fill: none; stroke: %23fff; stroke-miterlimit: 10; stroke-width: 2px; } </style></defs><path class="cls-1" d="M8.07,8.22c1.98,0,3.58-1.62,3.58-3.61s-1.6-3.61-3.58-3.61-3.58,1.62-3.58,3.61,1.6,3.61,3.58,3.61Z"/><path class="cls-1" d="M15.07,14.13c-.58-3.36-3.5-5.91-7-5.91S1.66,10.77,1.07,14.13c1.81,1.78,4.28,2.87,7,2.87s5.19-1.1,7-2.87Z"/></svg>');
  content: "";
  position: absolute;
  top: 2px;
  left: -26px;
  height: 18px;
  width: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
  background-position: center;
  transition: all 0.2s ease-in-out;
}
.nav-link-profile-light:hover, .nav-link-profile-light.active {
  text-decoration: underline;
  color: #ffffff;
}

.nav-link-profile-dark {
  color: #000000;
  margin-left: 26px;
}
.nav-link-profile-dark:before {
  display: inline-block;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.15 18"><defs><style> .cls-1 { fill: none; stroke: %23000; stroke-miterlimit: 10; stroke-width: 2px; } </style></defs><path class="cls-1" d="M8.07,8.22c1.98,0,3.58-1.62,3.58-3.61s-1.6-3.61-3.58-3.61-3.58,1.62-3.58,3.61,1.6,3.61,3.58,3.61Z"/><path class="cls-1" d="M15.07,14.13c-.58-3.36-3.5-5.91-7-5.91S1.66,10.77,1.07,14.13c1.81,1.78,4.28,2.87,7,2.87s5.19-1.1,7-2.87Z"/></svg>');
  content: "";
  position: absolute;
  top: 2px;
  left: -26px;
  height: 18px;
  width: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
  background-position: center;
  transition: all 0.2s ease-in-out;
}
.nav-link-profile-dark:hover, .nav-link-profile-dark.active {
  text-decoration: underline;
  color: #000000;
}

.nav-link-mobile-parent-dark, .nav-link-mobile-parent-back-dark, .nav-link-mobile-parent-back-light, .nav-link-mobile-parent-light {
  font-size: 24px;
  display: inline-block;
  width: 100%;
  padding-right: 32px;
}
.nav-link-mobile-parent-dark:after, .nav-link-mobile-parent-back-dark:after, .nav-link-mobile-parent-back-light:after, .nav-link-mobile-parent-light:after {
  display: inline-block;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 7"><defs><style> .cls-1 { fill: none; stroke: %23000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px; } </style></defs><path class="cls-1" d="M13,1l-6,5L1,1"/></svg>');
  content: "";
  position: absolute;
  top: 10px;
  right: 0px;
  height: 16px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-90deg);
  transition: all 0.2s ease-in-out;
}
.nav-link-mobile-parent-dark:hover, .nav-link-mobile-parent-back-dark:hover, .nav-link-mobile-parent-back-light:hover, .nav-link-mobile-parent-light:hover, .nav-link-mobile-parent-dark.active, .active.nav-link-mobile-parent-back-dark, .active.nav-link-mobile-parent-back-light, .active.nav-link-mobile-parent-light {
  text-decoration: underline;
  color: #000000;
}

.nav-link-mobile-parent-light {
  color: #ffffff;
}
.nav-link-mobile-parent-light:after {
  display: inline-block;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 7"><defs><style> .cls-1 { fill: none; stroke: %23fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px; } </style></defs><path class="cls-1" d="M13,1l-6,5L1,1"/></svg>');
}
.nav-link-mobile-parent-light:hover, .nav-link-mobile-parent-light.active {
  color: #ffffff;
}

.nav-link-mobile-parent-back-dark, .nav-link-mobile-parent-back-light {
  padding-right: 0px;
  padding-left: 32px;
  text-align: left;
}
.nav-link-mobile-parent-back-dark:after, .nav-link-mobile-parent-back-light:after {
  display: inline-block;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 7"><defs><style> .cls-1 { fill: none; stroke: %23000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px; } </style></defs><path class="cls-1" d="M13,1l-6,5L1,1"/></svg>');
  transform: rotate(90deg);
  top: 10px;
  right: auto;
  left: 0px;
  height: 16px;
  width: 20px;
}
.nav-link-mobile-parent-back-dark:hover, .nav-link-mobile-parent-back-light:hover, .nav-link-mobile-parent-back-dark.active, .active.nav-link-mobile-parent-back-light {
  color: #000000;
}

.nav-link-mobile-parent-back-light {
  color: #ffffff;
}
.nav-link-mobile-parent-back-light:after {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 7"><defs><style> .cls-1 { fill: none; stroke: %23fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px; } </style></defs><path class="cls-1" d="M13,1l-6,5L1,1"/></svg>');
}
.nav-link-mobile-parent-back-light:hover, .nav-link-mobile-parent-back-light.active {
  color: #ffffff;
}

.bg-primary-100 {
  background-color: #02b1d9 !important;
}

.text-primary-100 {
  color: #02b1d9 !important;
}

.bg-primary-200 {
  background-color: #007994 !important;
}

.text-primary-200 {
  color: #007994 !important;
}

.bg-primary-300 {
  background-color: #012d5e !important;
}

.text-primary-300 {
  color: #012d5e !important;
}

.bg-primary-400 {
  background-color: #001c3b !important;
}

.text-primary-400 {
  color: #001c3b !important;
}

.bg-neutral-100 {
  background-color: #000000 !important;
}

.text-neutral-100 {
  color: #000000 !important;
}

.bg-neutral-200 {
  background-color: #747474 !important;
}

.text-neutral-200 {
  color: #747474 !important;
}

.bg-neutral-300 {
  background-color: #dddddd !important;
}

.text-neutral-300 {
  color: #dddddd !important;
}

.bg-neutral-400 {
  background-color: #f7f7f7 !important;
}

.text-neutral-400 {
  color: #f7f7f7 !important;
}

.bg-neutral-500 {
  background-color: #ffffff !important;
}

.text-neutral-500 {
  color: #ffffff !important;
}

.bg-neutral-600 {
  background-color: #fffdf7 !important;
}

.text-neutral-600 {
  color: #fffdf7 !important;
}

.bg-neutral-700 {
  background-color: #f5f3ec !important;
}

.text-neutral-700 {
  color: #f5f3ec !important;
}

.bg-neutral-800 {
  background-color: #e8e5dd !important;
}

.text-neutral-800 {
  color: #e8e5dd !important;
}

.bg-secondary-100 {
  background-color: #fce0dc !important;
}

.text-secondary-100 {
  color: #fce0dc !important;
}

.bg-secondary-200 {
  background-color: #f48472 !important;
}

.text-secondary-200 {
  color: #f48472 !important;
}

.bg-secondary-300 {
  background-color: #d57262 !important;
}

.text-secondary-300 {
  color: #d57262 !important;
}

.bg-secondary-400 {
  background-color: #01a078 !important;
}

.text-secondary-400 {
  color: #01a078 !important;
}

.bg-utility-100 {
  background-color: #ff0000 !important;
}

.text-utility-100 {
  color: #ff0000 !important;
}

.bg-scrim-25-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.25) 100%) !important;
}

.bg-scrim-25-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.25) 100%) !important;
}

.bg-scrim-25-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.25) 100%) !important;
}

.bg-scrim-25-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.25) 100%) !important;
}

.bg-scrim-50-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%) !important;
}

.bg-scrim-50-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%) !important;
}

.bg-scrim-50-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%) !important;
}

.bg-scrim-50-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%) !important;
}

.bg-scrim-75-bottom, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap:before {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%) !important;
}

.bg-scrim-75-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%) !important;
}

.bg-scrim-75-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%) !important;
}

.bg-scrim-75-top, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.vert-align-top::before {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%) !important;
}

.bg-gradient-dark-blue {
  background-image: linear-gradient(90deg, #012d5e 0%, #001c3b 100%) !important;
}

.drop-shadow-lg {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
}

.drop-shadow-sm {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

.drop-shadow-none {
  box-shadow: none;
}

ul.checked-list, .vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card-spacer ul {
  list-style: none;
  margin-left: 25px;
  margin-bottom: 30px;
}
ul.checked-list li, .vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card-spacer ul li {
  position: relative;
}
ul.checked-list li:before, .vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card-spacer ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 600;
  margin: 0 0px 0 -24px;
  color: #47a2c8;
  position: absolute;
  top: 0;
  left: 0;
}

.text-utility-200 {
  color: #db2100;
}

/* Ken Burns Effect */
@keyframes ken-burns-animation {
  0% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.1) translate(10px, 10px);
  }
}
.ken-burns {
  animation: ken-burns-animation 20s ease-in-out infinite alternate;
  animation-play-state: running;
}

.ken-burns.paused {
  animation-play-state: paused;
}

@keyframes fadeInMoveUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInMoveUp {
  animation-name: fadeInMoveUp;
}

.fade-inMoveUp-anim, .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_back.active .inner-wrap-back, .card-carousel-2025 .section-inner .owl-carousel.in-view, .section.text-columns-2025.about-columns .section-inner .columns__image.imgFull.in-view, .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content.in-view, .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .columns__image.in-view {
  animation: fadeInMoveUp 0.5s ease-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

.fade-in-anim {
  animation: fadeIn 0.5s ease-out forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(-50px);
  }
}
@media (min-width: 768px) {
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(-10%);
    }
    100% {
      opacity: 1;
      transform: translateY(-50%);
    }
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(-50px);
  }
  100% {
    opacity: 0;
    transform: translateY(-80px);
  }
}
@media (min-width: 768px) {
  @keyframes fadeOutUp {
    0% {
      opacity: 1;
      transform: translateY(-50%);
    }
    100% {
      opacity: 0;
      transform: translateY(-60%);
    }
  }
}
.fade-inUp-anim, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap .slider__text.in-view {
  animation: fadeInUp 1s ease forwards;
}

.fade-outUp-anim {
  animation: fadeOutUp 0.5s ease forwards;
}

.site-header__sticky .site-header__title .custom-logo-link,
.header-style-white .site-header .site-header__title .custom-logo-link {
  background-size: contain;
}

@media (min-width: 991px) {
  header#masthead.site-header__sticky .site-header__main-wrap, .header-style-white header#masthead.site-header .site-header__main-wrap,
  .header-style-white header#masthead.site-header__sticky .site-header__main-wrap {
    border-bottom: 1px solid #bbbbbb;
    height: 75px;
  }
  header#masthead.site-header__sticky .search-drop, .header-style-white header#masthead.site-header .search-drop,
  .header-style-white header#masthead.site-header__sticky .search-drop {
    top: 75px;
  }
  header#masthead.site-header__sticky .site-header__title .custom-logo-link .custom-logo, .header-style-white header#masthead.site-header .site-header__title .custom-logo-link .custom-logo,
  .header-style-white header#masthead.site-header__sticky .site-header__title .custom-logo-link .custom-logo {
    max-width: 155px;
  }
  header#masthead.site-header__sticky .speakDealerD .button-primary, .header-style-white header#masthead.site-header .speakDealerD .button-primary, header#masthead.site-header__sticky .speakDealerD .button-list .button.button_large__outline, .button-list header#masthead.site-header__sticky .speakDealerD .button.button_large__outline, .header-style-white header#masthead.site-header .speakDealerD .button-list .button.button_large__outline, .button-list .header-style-white header#masthead.site-header .speakDealerD .button.button_large__outline, header#masthead.site-header__sticky .speakDealerD .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-primary, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body header#masthead.site-header__sticky .speakDealerD .button-primary, .header-style-white header#masthead.site-header .speakDealerD .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-primary, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .header-style-white header#masthead.site-header .speakDealerD .button-primary, header#masthead.site-header__sticky .speakDealerD .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-list .button.button_large__outline, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-list header#masthead.site-header__sticky .speakDealerD .button.button_large__outline, .header-style-white header#masthead.site-header .speakDealerD .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-list .button.button_large__outline, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-list .header-style-white header#masthead.site-header .speakDealerD .button.button_large__outline, header#masthead.site-header__sticky .speakDealerD .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button.button_large__outline, .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body header#masthead.site-header__sticky .speakDealerD .button.button_large__outline, .header-style-white header#masthead.site-header .speakDealerD .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button.button_large__outline, .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .header-style-white header#masthead.site-header .speakDealerD .button.button_large__outline, header#masthead.site-header__sticky .speakDealerD .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-primary, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content header#masthead.site-header__sticky .speakDealerD .button-primary, .header-style-white header#masthead.site-header .speakDealerD .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-primary, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .header-style-white header#masthead.site-header .speakDealerD .button-primary, header#masthead.site-header__sticky .speakDealerD .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary, .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content header#masthead.site-header__sticky .speakDealerD .button-primary, .header-style-white header#masthead.site-header .speakDealerD .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary, .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .header-style-white header#masthead.site-header .speakDealerD .button-primary,
  header#masthead.site-header__sticky .speakDealerD .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-primary,
  .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content header#masthead.site-header__sticky .speakDealerD .button-primary,
  .header-style-white header#masthead.site-header .speakDealerD .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-primary,
  .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .header-style-white header#masthead.site-header .speakDealerD .button-primary,
  header#masthead.site-header__sticky .speakDealerD .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary,
  .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content header#masthead.site-header__sticky .speakDealerD .button-primary,
  .header-style-white header#masthead.site-header .speakDealerD .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary,
  .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .header-style-white header#masthead.site-header .speakDealerD .button-primary, header#masthead.site-header__sticky .speakDealerD .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-list .button.button_large__outline, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-list header#masthead.site-header__sticky .speakDealerD .button.button_large__outline, .header-style-white header#masthead.site-header .speakDealerD .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-list .button.button_large__outline, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-list .header-style-white header#masthead.site-header .speakDealerD .button.button_large__outline, header#masthead.site-header__sticky .speakDealerD .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline, .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list header#masthead.site-header__sticky .speakDealerD .button.button_large__outline, .header-style-white header#masthead.site-header .speakDealerD .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline, .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .header-style-white header#masthead.site-header .speakDealerD .button.button_large__outline,
  header#masthead.site-header__sticky .speakDealerD .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-list .button.button_large__outline,
  .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-list header#masthead.site-header__sticky .speakDealerD .button.button_large__outline,
  .header-style-white header#masthead.site-header .speakDealerD .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-list .button.button_large__outline,
  .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-list .header-style-white header#masthead.site-header .speakDealerD .button.button_large__outline,
  header#masthead.site-header__sticky .speakDealerD .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline,
  .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list header#masthead.site-header__sticky .speakDealerD .button.button_large__outline,
  .header-style-white header#masthead.site-header .speakDealerD .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline,
  .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .header-style-white header#masthead.site-header .speakDealerD .button.button_large__outline, header#masthead.site-header__sticky .speakDealerD .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button.button_large__outline, .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content header#masthead.site-header__sticky .speakDealerD .button.button_large__outline, .header-style-white header#masthead.site-header .speakDealerD .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button.button_large__outline, .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .header-style-white header#masthead.site-header .speakDealerD .button.button_large__outline, header#masthead.site-header__sticky .speakDealerD .search-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline, .search-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content header#masthead.site-header__sticky .speakDealerD .button.button_large__outline, .header-style-white header#masthead.site-header .speakDealerD .search-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline, .search-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .header-style-white header#masthead.site-header .speakDealerD .button.button_large__outline,
  header#masthead.site-header__sticky .speakDealerD .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button.button_large__outline,
  .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content header#masthead.site-header__sticky .speakDealerD .button.button_large__outline,
  .header-style-white header#masthead.site-header .speakDealerD .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button.button_large__outline,
  .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .header-style-white header#masthead.site-header .speakDealerD .button.button_large__outline,
  header#masthead.site-header__sticky .speakDealerD .search-no-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline,
  .search-no-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content header#masthead.site-header__sticky .speakDealerD .button.button_large__outline,
  .header-style-white header#masthead.site-header .speakDealerD .search-no-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline,
  .search-no-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .header-style-white header#masthead.site-header .speakDealerD .button.button_large__outline,
  .header-style-white header#masthead.site-header__sticky .speakDealerD .button-primary,
  .header-style-white header#masthead.site-header .speakDealerD .button-primary,
  .header-style-white header#masthead.site-header__sticky .speakDealerD .button-list .button.button_large__outline,
  .button-list .header-style-white header#masthead.site-header__sticky .speakDealerD .button.button_large__outline,
  .header-style-white header#masthead.site-header .speakDealerD .button-list .button.button_large__outline,
  .button-list .header-style-white header#masthead.site-header .speakDealerD .button.button_large__outline,
  .header-style-white header#masthead.site-header__sticky .speakDealerD .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-primary,
  .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .header-style-white header#masthead.site-header__sticky .speakDealerD .button-primary,
  .header-style-white header#masthead.site-header .speakDealerD .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-primary,
  .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .header-style-white header#masthead.site-header .speakDealerD .button-primary,
  .header-style-white header#masthead.site-header__sticky .speakDealerD .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-list .button.button_large__outline,
  .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-list .header-style-white header#masthead.site-header__sticky .speakDealerD .button.button_large__outline,
  .header-style-white header#masthead.site-header .speakDealerD .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-list .button.button_large__outline,
  .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-list .header-style-white header#masthead.site-header .speakDealerD .button.button_large__outline,
  .header-style-white header#masthead.site-header__sticky .speakDealerD .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button.button_large__outline,
  .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .header-style-white header#masthead.site-header__sticky .speakDealerD .button.button_large__outline,
  .header-style-white header#masthead.site-header .speakDealerD .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button.button_large__outline,
  .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .header-style-white header#masthead.site-header .speakDealerD .button.button_large__outline,
  .header-style-white header#masthead.site-header__sticky .speakDealerD .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-primary,
  .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .header-style-white header#masthead.site-header__sticky .speakDealerD .button-primary,
  .header-style-white header#masthead.site-header .speakDealerD .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-primary,
  .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .header-style-white header#masthead.site-header .speakDealerD .button-primary,
  .header-style-white header#masthead.site-header__sticky .speakDealerD .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary,
  .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .header-style-white header#masthead.site-header__sticky .speakDealerD .button-primary,
  .header-style-white header#masthead.site-header .speakDealerD .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary,
  .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .header-style-white header#masthead.site-header .speakDealerD .button-primary,
  .header-style-white header#masthead.site-header__sticky .speakDealerD .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-primary,
  .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .header-style-white header#masthead.site-header__sticky .speakDealerD .button-primary,
  .header-style-white header#masthead.site-header .speakDealerD .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-primary,
  .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .header-style-white header#masthead.site-header .speakDealerD .button-primary,
  .header-style-white header#masthead.site-header__sticky .speakDealerD .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary,
  .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .header-style-white header#masthead.site-header__sticky .speakDealerD .button-primary,
  .header-style-white header#masthead.site-header .speakDealerD .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary,
  .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .header-style-white header#masthead.site-header .speakDealerD .button-primary,
  .header-style-white header#masthead.site-header__sticky .speakDealerD .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-list .button.button_large__outline,
  .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-list .header-style-white header#masthead.site-header__sticky .speakDealerD .button.button_large__outline,
  .header-style-white header#masthead.site-header .speakDealerD .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-list .button.button_large__outline,
  .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-list .header-style-white header#masthead.site-header .speakDealerD .button.button_large__outline,
  .header-style-white header#masthead.site-header__sticky .speakDealerD .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline,
  .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .header-style-white header#masthead.site-header__sticky .speakDealerD .button.button_large__outline,
  .header-style-white header#masthead.site-header .speakDealerD .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline,
  .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .header-style-white header#masthead.site-header .speakDealerD .button.button_large__outline,
  .header-style-white header#masthead.site-header__sticky .speakDealerD .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-list .button.button_large__outline,
  .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-list .header-style-white header#masthead.site-header__sticky .speakDealerD .button.button_large__outline,
  .header-style-white header#masthead.site-header .speakDealerD .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-list .button.button_large__outline,
  .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-list .header-style-white header#masthead.site-header .speakDealerD .button.button_large__outline,
  .header-style-white header#masthead.site-header__sticky .speakDealerD .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline,
  .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .header-style-white header#masthead.site-header__sticky .speakDealerD .button.button_large__outline,
  .header-style-white header#masthead.site-header .speakDealerD .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline,
  .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .header-style-white header#masthead.site-header .speakDealerD .button.button_large__outline,
  .header-style-white header#masthead.site-header__sticky .speakDealerD .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button.button_large__outline,
  .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .header-style-white header#masthead.site-header__sticky .speakDealerD .button.button_large__outline,
  .header-style-white header#masthead.site-header .speakDealerD .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button.button_large__outline,
  .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .header-style-white header#masthead.site-header .speakDealerD .button.button_large__outline,
  .header-style-white header#masthead.site-header__sticky .speakDealerD .search-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline,
  .search-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .header-style-white header#masthead.site-header__sticky .speakDealerD .button.button_large__outline,
  .header-style-white header#masthead.site-header .speakDealerD .search-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline,
  .search-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .header-style-white header#masthead.site-header .speakDealerD .button.button_large__outline,
  .header-style-white header#masthead.site-header__sticky .speakDealerD .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button.button_large__outline,
  .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .header-style-white header#masthead.site-header__sticky .speakDealerD .button.button_large__outline,
  .header-style-white header#masthead.site-header .speakDealerD .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button.button_large__outline,
  .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .header-style-white header#masthead.site-header .speakDealerD .button.button_large__outline,
  .header-style-white header#masthead.site-header__sticky .speakDealerD .search-no-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline,
  .search-no-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .header-style-white header#masthead.site-header__sticky .speakDealerD .button.button_large__outline,
  .header-style-white header#masthead.site-header .speakDealerD .search-no-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline,
  .search-no-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .header-style-white header#masthead.site-header .speakDealerD .button.button_large__outline {
    padding: 12px 24px;
    font-size: 16px;
    text-align: center;
  }
}
.speak-search .search-icon {
  height: 27px;
}

@media (min-width: 991px) {
  .header-style-white header#masthead.site-header:not(.site-header__sticky) .search-drop,
  header#masthead.site-header:not(.site-header__sticky) .search-drop {
    top: 142px;
  }
  .header-style-white header#masthead.site-header:not(.site-header__sticky) .site-header__main-wrap,
  header#masthead.site-header:not(.site-header__sticky) .site-header__main-wrap {
    height: 110px;
  }
  .header-style-white header#masthead.site-header:not(.site-header__sticky) .site-header__title .custom-logo-link .custom-logo,
  header#masthead.site-header:not(.site-header__sticky) .site-header__title .custom-logo-link .custom-logo {
    max-width: 198px;
  }
  .header-style-white header#masthead.site-header:not(.site-header__sticky) .speakDealerD .button-primary,
  header#masthead.site-header:not(.site-header__sticky) .speakDealerD .button-primary,
  header#masthead.site-header:not(.site-header__sticky) .speakDealerD .button-list .button.button_large__outline,
  .button-list header#masthead.site-header:not(.site-header__sticky) .speakDealerD .button.button_large__outline {
    padding: 16px 32px;
    font-size: 20px;
  }
}
header#masthead .speak-search {
  display: flex;
  align-items: center;
}
header#masthead .top-nav {
  background-color: #012d5e;
}
header#masthead .top-nav a {
  color: #ffffff;
}
header#masthead .top-nav .top-nav__inner .navbar-collapse .menu .menu__item .dropdown-menu {
  padding: 0;
}
header#masthead .top-nav .top-nav__inner .navbar-collapse .menu .menu__item .dropdown-menu li a {
  padding: 8px 18px;
}
header#masthead .top-nav .top-nav__inner .navbar-collapse .menu__item--depth-0:first-child {
  margin-right: 37px;
}
header#masthead .top-nav .top-nav__inner .navbar-collapse .menu__item--depth-0 .nav-link {
  padding-top: 4px;
  padding-bottom: 4px;
  color: #fff !important;
}
header#masthead .top-nav .top-nav__inner .navbar-collapse .menu__item--depth-0 .nav-link:not(.my-latham) {
  padding-left: 12px;
  padding-right: 34px;
}
header#masthead .top-nav .top-nav__inner .navbar-collapse .menu__item--depth-0 .nav-link.my-latham {
  padding-right: 14px;
}
header#masthead .top-nav .top-nav__inner .navbar-collapse .menu .menu__item.dropdown .nav-link:after {
  right: 7px;
}
header#masthead .top-nav .top-nav__inner .navbar-collapse .menu .menu__item .dropdown-menu a {
  color: #fff !important;
}
header#masthead .top-nav .top-nav__inner .navbar-collapse .menu__item--depth-0,
header#masthead .top-nav .top-nav__inner .navbar-collapse .menu .menu__item .dropdown-menu,
header#masthead .top-nav .top-nav__inner .navbar-collapse .menu .menu__item .dropdown-menu a {
  background-color: #012d5e;
}
header#masthead .top-nav .top-nav__inner .navbar-collapse .menu__item--depth-0:hover,
header#masthead .top-nav .top-nav__inner .navbar-collapse .menu .menu__item .dropdown-menu li:hover,
header#masthead .top-nav .top-nav__inner .navbar-collapse .menu .menu__item .dropdown-menu a:hover {
  background-color: #001c3b;
  font-weight: 700;
}
header#masthead .top-nav .top-nav__inner .navbar-collapse .menu__item--depth-0 .nav-link:hover,
header#masthead .top-nav .top-nav__inner .navbar-collapse .menu__item--depth-0 .nav-link:focus,
header#masthead .top-nav .top-nav__inner .navbar-collapse .menu__item--depth-0 .nav-link:active {
  font-weight: 700;
}
header#masthead .top-nav .top-nav__inner .navbar-collapse .menu__item--depth-0 .nav-link.dropdown-toggle:after {
  border-color: #ffffff;
  width: 10px;
  height: 10px;
  border-width: 1px;
  top: 46%;
}
header#masthead .top-nav .top-nav__inner .navbar-collapse .menu .menu__item .nav-link.my-latham {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M9.00004 8.21595C10.9798 8.21595 12.5847 6.60061 12.5847 4.60798C12.5847 2.61535 10.9798 1 9.00004 1C7.0203 1 5.41541 2.61535 5.41541 4.60798C5.41541 6.60061 7.0203 8.21595 9.00004 8.21595Z" stroke="white" stroke-width="2" stroke-miterlimit="10"/><path d="M16 14.1283C15.4164 10.7691 12.5046 8.21594 9 8.21594C5.49538 8.21594 2.58357 10.7693 2 14.1283C3.8053 15.9049 6.2756 17 9 17C11.7244 17 14.1945 15.9049 16 14.1283Z" stroke="white" stroke-width="2" stroke-miterlimit="10"/></svg>');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px 18px;
}
header#masthead .top-nav .top-nav__inner .navbar-collapse .menu .menu__item:has(.my-latham) {
  margin-left: 37px;
}
header#masthead .section-inner_wide {
  max-width: 100%;
}
@media (min-width: 1025px) {
  header#masthead .section-inner_wide {
    padding-left: 64px;
    padding-right: 64px;
  }
}
header#masthead .search-drop .header__search {
  width: 100%;
  max-width: 100%;
  border-top: 1px solid black;
}
header#masthead .search-drop .header__search #searchform .search-form-wrap {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
header#masthead .search-drop .header__search #searchform .search-form-wrap label {
  width: 90%;
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
}
header#masthead .search-drop .header__search #searchform .search-form-wrap label input {
  border: 0;
}
header#masthead .search-drop .header__search #searchform .search-form-wrap label input::placeholder {
  color: #747474;
}
header#masthead .search-drop .header__search #searchform .search-form-wrap .dashicons-search {
  background-image: url('data:image/svg+xml,<svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.3039 22.6078C17.9946 22.6078 22.6078 17.9946 22.6078 12.3039C22.6078 6.6132 17.9946 2 12.3039 2C6.6132 2 2 6.6132 2 12.3039C2 17.9946 6.6132 22.6078 12.3039 22.6078Z" stroke="black" stroke-width="3" stroke-miterlimit="10"/><path d="M27.9155 30.0368C28.5013 30.6226 29.4511 30.6226 30.0368 30.0368C30.6226 29.451 30.6226 28.5012 30.0368 27.9155L27.9155 30.0368ZM18.5499 20.6712L27.9155 30.0368L30.0368 27.9155L20.6713 18.5499L18.5499 20.6712Z" fill="black"/></svg>');
  background-size: 31px 31px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 31px;
  height: 31px;
}
header#masthead .search-drop .header__search #searchform .search-form-wrap .dashicons-search::before {
  content: "";
}
header#masthead .search-drop .header__search .search-form #search {
  max-width: 270px;
}
header#masthead .search-drop .header__search .header__search_inner {
  position: relative;
  display: flex;
  max-width: 100%;
}
header#masthead .search-drop .header__search .searchShow.close {
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 1025px) {
  header#masthead .search-drop .header__search {
    height: 175px;
    padding-left: 64px;
    padding-right: 64px;
    padding-top: 45px;
  }
  header#masthead .search-drop .header__search #searchform {
    height: 78px;
    width: 866px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
header#masthead .search-drop .header__search .close:not(:disabled):not(.disabled):hover,
header#masthead .search-drop .header__search .close:not(:disabled):not(.disabled):focus,
header#masthead .search-drop .header__search .close {
  opacity: 1;
}

#glt-translate-trigger {
  display: none !important;
  background-color: transparent !important;
}

.mobile-menu-open .site-main {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .main-nav {
    background-color: #012d5e;
  }
  header#masthead > .section-inner_wide {
    padding-left: 24px;
    padding-right: 24px;
  }
  .header-style-white header#masthead.site-header__sticky, .header-style-white header#masthead.site-header,
  header#masthead.site-header__sticky {
    height: 60px;
    min-height: 60px;
  }
  .header-style-white header#masthead.site-header__sticky .site-header__title .custom-logo-link .custom-logo, .header-style-white header#masthead.site-header .site-header__title .custom-logo-link .custom-logo,
  header#masthead.site-header__sticky .site-header__title .custom-logo-link .custom-logo {
    max-width: 120px;
  }
  .header-style-white header#masthead.site-header__sticky .site-header__main-wrap, .header-style-white header#masthead.site-header .site-header__main-wrap,
  header#masthead.site-header__sticky .site-header__main-wrap {
    min-height: 60px;
    height: 60px;
  }
  .header-style-white header#masthead.site-header__sticky .site-header__branding, .header-style-white header#masthead.site-header .site-header__branding,
  header#masthead.site-header__sticky .site-header__branding {
    margin-top: 16px;
  }
  .header-style-white header#masthead.site-header__sticky .header__search, .header-style-white header#masthead.site-header .header__search,
  header#masthead.site-header__sticky .header__search {
    margin-top: 21px;
  }
  .header-style-white header#masthead.site-header__sticky .navbar-toggler, .header-style-white header#masthead.site-header .navbar-toggler,
  header#masthead.site-header__sticky .navbar-toggler {
    margin-top: 23px;
  }
  .header-style-white header#masthead.site-header:not(.site-header__sticky),
  header#masthead.site-header:not(.site-header__sticky) {
    background: none;
    background-color: transparent;
    height: 75px;
  }
  .header-style-white header#masthead.site-header:not(.site-header__sticky) .site-header__title .custom-logo-link .custom-logo,
  header#masthead.site-header:not(.site-header__sticky) .site-header__title .custom-logo-link .custom-logo {
    max-width: 170px;
  }
  .header-style-white header#masthead.site-header:not(.site-header__sticky) .site-header__main-wrap,
  header#masthead.site-header:not(.site-header__sticky) .site-header__main-wrap {
    min-height: 75px;
    height: 75px;
  }
  .header-style-white header#masthead.site-header:not(.site-header__sticky) .site-header__branding,
  header#masthead.site-header:not(.site-header__sticky) .site-header__branding {
    margin-top: 20px;
  }
  .header-style-white header#masthead.site-header:not(.site-header__sticky) .header__search,
  header#masthead.site-header:not(.site-header__sticky) .header__search {
    margin-top: 30px;
  }
  .header-style-white header#masthead.site-header:not(.site-header__sticky) .navbar-toggler,
  header#masthead.site-header:not(.site-header__sticky) .navbar-toggler {
    margin-top: 31px;
  }
  .header-style-white .site-header:not(.site-header__sticky) {
    background-color: #ffffff;
  }
  body.mobile-menu-open .header-style-white .site-header,
  body.mobile-search-open .header-style-white .site-header {
    background-color: #012d5e;
  }
  body.mobile-menu-open .header-style-white header#masthead.site-header .site-header__main-wrap,
  body.mobile-menu-open header#masthead.site-header .site-header__main-wrap {
    min-height: auto;
    height: auto;
  }
  body.mobile-search-open .header-style-white header#masthead.site-header,
  body.mobile-search-open header#masthead.site-header {
    background-color: #012d5e;
  }
  .site-header__main-wrap {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  }
  .mobile-menu-open .main-nav {
    padding-top: 40px;
    margin: 0;
  }
  body:not(.mobile-search-open) .site-header__sticky .site-header__main-wrap, body:not(.mobile-search-open) .header-style-white .site-header .site-header__main-wrap, .header-style-white body:not(.mobile-search-open) .site-header .site-header__main-wrap {
    background: none;
    background-color: #ffffff;
    border-bottom: 1px solid #bbbbbb;
  }
  body.mobile-menu-open .header-style-white .site-header__sticky .site-header__main-wrap, body.mobile-menu-open .header-style-white .site-header .site-header__main-wrap {
    background: none;
    background-color: #012d5e;
  }
  body.mobile-menu-open .site-header,
  body.mobile-search-open .site-header {
    background-color: #012d5e;
  }
  body.mobile-menu-open .mobileNavWrapper {
    border-top: none;
  }
  .site-header__title .custom-logo-link .custom-logo {
    max-width: 170px;
    opacity: 1;
  }
  .site-header__title .custom-logo-link {
    background: none;
  }
  body.mobile-menu-open .site-header__title .custom-logo-link .custom-logo {
    opacity: 1;
  }
  body.mobile-menu-open .site-header__main-wrap {
    background: none;
  }
  body.mobile-search-open .site-header__title .custom-logo-link .custom-logo {
    opacity: 1;
  }
  body.mobile-menu-open .header-style-white .site-header__title .custom-logo-link .custom-logo {
    opacity: 1;
  }
  body.mobile-menu-open .header-style-white .site-header__main-wrap {
    background: none;
  }
  body.mobile-search-open .header-style-white .site-header__title .custom-logo-link .custom-logo {
    opacity: 1;
  }
  body.mobile-search-open .site-header__main-wrap::before {
    content: "";
    width: 100%;
    height: 63px;
    z-index: 9999;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%), #012d5e;
  }
  body.mobile-menu-open .site-header .site-header__main-wrap {
    background-color: #012d5e;
  }
  body.mobile-menu-open .site-header .site-header__main-wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 63px;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%), #012d5e;
  }
  body.mobile-menu-open .site-header .site-header__main-wrap .site-header__branding,
  body.mobile-menu-open .site-header .site-header__main-wrap .navbar-toggler,
  body.mobile-menu-open .site-header .site-header__main-wrap .searchM {
    z-index: 9;
    position: relative;
  }
  .site-main {
    margin-top: 0;
  }
  .site-header__sticky .navbar-toggler[aria-expanded=false] .navbar-toggler-custom-icon, .header-style-white .site-header .navbar-toggler[aria-expanded=false] .navbar-toggler-custom-icon,
  .site-header__sticky .navbar-toggler[aria-expanded=false] .navbar-toggler-custom-icon:before,
  .header-style-white .site-header .navbar-toggler[aria-expanded=false] .navbar-toggler-custom-icon:before,
  .site-header__sticky .navbar-toggler[aria-expanded=false] .navbar-toggler-custom-icon:after,
  .header-style-white .site-header .navbar-toggler[aria-expanded=false] .navbar-toggler-custom-icon:after {
    background-color: #000;
    transition: none;
  }
  .mobile-search-open .site-header__sticky .navbar-toggler[aria-expanded=false] .navbar-toggler-custom-icon, .mobile-search-open .header-style-white .site-header .navbar-toggler[aria-expanded=false] .navbar-toggler-custom-icon, .header-style-white .mobile-search-open .site-header .navbar-toggler[aria-expanded=false] .navbar-toggler-custom-icon,
  .mobile-search-open .site-header__sticky .navbar-toggler[aria-expanded=false] .navbar-toggler-custom-icon:before,
  .mobile-search-open .header-style-white .site-header .navbar-toggler[aria-expanded=false] .navbar-toggler-custom-icon:before,
  .header-style-white .mobile-search-open .site-header .navbar-toggler[aria-expanded=false] .navbar-toggler-custom-icon:before,
  .mobile-search-open .site-header__sticky .navbar-toggler[aria-expanded=false] .navbar-toggler-custom-icon:after,
  .mobile-search-open .header-style-white .site-header .navbar-toggler[aria-expanded=false] .navbar-toggler-custom-icon:after,
  .header-style-white .mobile-search-open .site-header .navbar-toggler[aria-expanded=false] .navbar-toggler-custom-icon:after {
    background-color: #fff;
    transition: none;
  }
  .navbar-toggler[aria-expanded=false] .navbar-toggler-custom-icon,
  .navbar-toggler[aria-expanded=false] .navbar-toggler-custom-icon:before,
  .navbar-toggler[aria-expanded=false] .navbar-toggler-custom-icon:after,
  .navbar-toggler .navbar-toggler-custom-icon:before,
  .navbar-toggler .navbar-toggler-custom-icon:after {
    background-color: #ffffff;
    transition: none;
  }
  #mega-menu-wrap-Top-Menu #mega-menu-Top-Menu {
    margin-top: 88px;
  }
  #mega-menu-wrap-Top-Menu #mega-menu-Top-Menu > li.mega-menu-flyout ul.mega-sub-menu,
  #mega-menu-wrap-Top-Menu #mega-menu-Top-Menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background-color: transparent;
  }
  #mega-menu-wrap-Top-Menu #mega-menu-Top-Menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    color: #fff !important;
  }
  #mega-menu-wrap-Top-Menu #mega-menu-Top-Menu > li.mega-menu-item > a.mega-menu-link,
  #mega-menu-wrap-Top-Menu #mega-menu-Top-Menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding-left: 0;
    padding-right: 0;
  }
  #mega-menu-wrap-Top-Menu #mega-menu-Top-Menu > li.mega-menu-item > a.mega-menu-link,
  #mega-menu-wrap-Top-Menu #mega-menu-Top-Menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-family: "Maison Neue", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
  }
  #mega-menu-wrap-Top-Menu #mega-menu-Top-Menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    font-weight: 700;
  }
  #mega-menu-wrap-Top-Menu #mega-menu-Top-Menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
  #mega-menu-wrap-Top-Menu #mega-menu-Top-Menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background-color: transparent;
  }
  #mega-menu-wrap-Top-Menu #mega-menu-Top-Menu > li.mega-menu-item.my-latham-link {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M9.00004 8.21595C10.9798 8.21595 12.5847 6.60061 12.5847 4.60798C12.5847 2.61535 10.9798 1 9.00004 1C7.0203 1 5.41541 2.61535 5.41541 4.60798C5.41541 6.60061 7.0203 8.21595 9.00004 8.21595Z" stroke="white" stroke-width="2" stroke-miterlimit="10"/><path d="M16 14.1283C15.4164 10.7691 12.5046 8.21594 9 8.21594C5.49538 8.21594 2.58357 10.7693 2 14.1283C3.8053 15.9049 6.2756 17 9 17C11.7244 17 14.1945 15.9049 16 14.1283Z" stroke="white" stroke-width="2" stroke-miterlimit="10"/></svg>');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px 18px;
    padding-left: 26px;
  }
  #mega-menu-wrap-Top-Menu #mega-menu-Top-Menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: none !important;
  }
  #mega-menu-wrap-Top-Menu #mega-menu-Top-Menu li.mega-menu-item-has-children > a.mega-menu-link::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 5px;
    margin-left: 12px;
    margin-top: 1px;
    transform: translateY(-2px);
    background-image: url('data:image/svg+xml,<svg width="14" height="7" viewBox="0 0 14 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 1L7 6L1 0.999999" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: 12px 5px;
    background-repeat: no-repeat;
    background-position: right center;
  }
  .searchM {
    display: block !important;
  }
  .searchM .search-icon-mobile {
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.87534 14.7507C11.6725 14.7507 14.7507 11.6725 14.7507 7.87534C14.7507 4.07819 11.6725 1 7.87534 1C4.07819 1 1 4.07819 1 7.87534C1 11.6725 4.07819 14.7507 7.87534 14.7507Z" stroke="white" stroke-width="2" stroke-miterlimit="10"/><path d="M18.2929 19.7071C18.6834 20.0976 19.3166 20.0976 19.7071 19.7071C20.0976 19.3166 20.0976 18.6834 19.7071 18.2929L18.2929 19.7071ZM12.0436 13.4578L18.2929 19.7071L19.7071 18.2929L13.4578 12.0436L12.0436 13.4578Z" fill="white"/></svg>');
    background-size: 18px 18px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
  }
  .site-header__sticky .searchM .search-icon-mobile, .header-style-white .site-header .searchM .search-icon-mobile {
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.87534 14.7507C11.6725 14.7507 14.7507 11.6725 14.7507 7.87534C14.7507 4.07819 11.6725 1 7.87534 1C4.07819 1 1 4.07819 1 7.87534C1 11.6725 4.07819 14.7507 7.87534 14.7507Z" stroke="black" stroke-width="2" stroke-miterlimit="10"/><path d="M18.2929 19.7071C18.6834 20.0976 19.3166 20.0976 19.7071 19.7071C20.0976 19.3166 20.0976 18.6834 19.7071 18.2929L18.2929 19.7071ZM12.0436 13.4578L18.2929 19.7071L19.7071 18.2929L13.4578 12.0436L12.0436 13.4578Z" fill="black"/></svg>');
    background-size: 18px 18px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
  }
  .mobile-search-open .searchM .search-icon-mobile,
  .mobile-search-open .header-style-white .site-header__sticky .searchM .search-icon-mobile,
  .mobile-menu-open .header-style-white .site-header__sticky .searchM .search-icon-mobile,
  .mobile-menu-open .header-style-white .site-header .searchM .search-icon-mobile {
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.87534 14.7507C11.6725 14.7507 14.7507 11.6725 14.7507 7.87534C14.7507 4.07819 11.6725 1 7.87534 1C4.07819 1 1 4.07819 1 7.87534C1 11.6725 4.07819 14.7507 7.87534 14.7507Z" stroke="white" stroke-width="2" stroke-miterlimit="10"/><path d="M18.2929 19.7071C18.6834 20.0976 19.3166 20.0976 19.7071 19.7071C20.0976 19.3166 20.0976 18.6834 19.7071 18.2929L18.2929 19.7071ZM12.0436 13.4578L18.2929 19.7071L19.7071 18.2929L13.4578 12.0436L12.0436 13.4578Z" fill="white"/></svg>');
    background-size: 18px 18px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
  }
  .site-header__sticky .searchM .search-icon-mobile.selected, .header-style-white .site-header .searchM .search-icon-mobile.selected {
    background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.00006L17 17" stroke="black" stroke-width="2" stroke-linecap="round"/><path d="M17 1L1.00004 17" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>');
  }
  .searchM .search-icon-mobile.selected,
  .mobile-search-open .header-style-white .site-header__sticky .searchM .search-icon-mobile.selected,
  .mobile-menu-open .header-style-white .site-header__sticky .searchM .search-icon-mobile.selected,
  .mobile-menu-open .header-style-white .site-header .searchM .search-icon-mobile.selected,
  .mobile-search-open .header-style-white .site-header .searchM .search-icon-mobile.selected {
    background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.00006L17 17" stroke="white" stroke-width="2" stroke-linecap="round"/><path d="M17 1L1.00004 17" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
    background-size: 18px 18px;
    background-repeat: no-repeat;
  }
  .mobile-search-open .searchM .search-icon-mobile.selected {
    background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.00006L17 17" stroke="white" stroke-width="2" stroke-linecap="round"/><path d="M17 1L1.00004 17" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
    background-size: 18px 18px;
    background-repeat: no-repeat;
  }
  .search-drop-mobile {
    display: none;
  }
  .search-drop-mobile .search-form__mobile-btn {
    display: none;
  }
  .search-drop-mobile .search-form-wrap {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 48px;
  }
  .search-drop-mobile .search-form-wrap label {
    background-color: #001c3b;
    padding: 24px;
    width: 100%;
    border-radius: 6px;
  }
  .search-drop-mobile .search-form-wrap input {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    color: #dddddd;
  }
  .search-drop-mobile .search-form-wrap input,
  .search-drop-mobile .search-form-wrap button {
    background-color: transparent;
    border: none;
  }
  .search-drop-mobile .search-form-wrap .dashicons-search {
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.87534 14.7507C11.6725 14.7507 14.7507 11.6725 14.7507 7.87534C14.7507 4.07819 11.6725 1 7.87534 1C4.07819 1 1 4.07819 1 7.87534C1 11.6725 4.07819 14.7507 7.87534 14.7507Z" stroke="white" stroke-width="2" stroke-miterlimit="10"/><path d="M18.2929 19.7071C18.6834 20.0976 19.3166 20.0976 19.7071 19.7071C20.0976 19.3166 20.0976 18.6834 19.7071 18.2929L18.2929 19.7071ZM12.0436 13.4578L18.2929 19.7071L19.7071 18.2929L13.4578 12.0436L12.0436 13.4578Z" fill="white"/></svg>');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 20px;
    height: 20px;
  }
  .search-drop-mobile .search-form-wrap .dashicons-search:before {
    content: "";
  }
  .search-drop-mobile.selected {
    display: block;
    position: absolute;
    top: 63px;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background-color: #012d5e;
  }
  .site-header__sticky .search-drop-mobile.selected, .header-style-white .site-header .search-drop-mobile.selected {
    top: 59px;
  }
}
.header-style-white .large-search-icon-white,
.site-header.site-header__sticky .large-search-icon-white {
  background-image: url('data:image/svg+xml,<svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.3039 22.6078C17.9946 22.6078 22.6078 17.9946 22.6078 12.3039C22.6078 6.6132 17.9946 2 12.3039 2C6.6132 2 2 6.6132 2 12.3039C2 17.9946 6.6132 22.6078 12.3039 22.6078Z" stroke="black" stroke-width="3" stroke-miterlimit="10"/><path d="M27.9155 30.0368C28.5013 30.6226 29.4511 30.6226 30.0368 30.0368C30.6226 29.451 30.6226 28.5012 30.0368 27.9155L27.9155 30.0368ZM18.5499 20.6712L27.9155 30.0368L30.0368 27.9155L20.6713 18.5499L18.5499 20.6712Z" fill="black"/></svg>');
}

@media (min-width: 1850px) {
  header#masthead .site-header__main-wrap {
    justify-content: start;
  }
  header#masthead .speak-search {
    margin-left: auto;
  }
  header#masthead .site-header__main-nav {
    margin-left: 136px;
  }
}
@media screen and (max-width: 991px) {
  .canada-site .mobileNavWrapper {
    background-color: #fff;
  }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .canada-site .main-nav .navbar .menu__item--depth-0 .nav-link {
    font-size: 15px;
    padding-top: 38px;
    padding-bottom: 26px;
  }
  .canada-site header#masthead.site-header .site-header__title .custom-logo-link .custom-logo {
    max-width: 140px !important;
  }
  .canada-site .speak-search .speakDealerD .button-primary, .canada-site .speak-search .speakDealerD .button-list .button.button_large__outline, .button-list .canada-site .speak-search .speakDealerD .button.button_large__outline, .canada-site .speak-search .speakDealerD .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-primary, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .canada-site .speak-search .speakDealerD .button-primary, .canada-site .speak-search .speakDealerD .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-list .button.button_large__outline, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-list .canada-site .speak-search .speakDealerD .button.button_large__outline, .canada-site .speak-search .speakDealerD .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button.button_large__outline, .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .canada-site .speak-search .speakDealerD .button.button_large__outline, .canada-site .speak-search .speakDealerD .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-primary, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .canada-site .speak-search .speakDealerD .button-primary, .canada-site .speak-search .speakDealerD .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary, .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .canada-site .speak-search .speakDealerD .button-primary,
  .canada-site .speak-search .speakDealerD .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-primary,
  .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .canada-site .speak-search .speakDealerD .button-primary,
  .canada-site .speak-search .speakDealerD .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary,
  .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .canada-site .speak-search .speakDealerD .button-primary, .canada-site .speak-search .speakDealerD .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-list .button.button_large__outline, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-list .canada-site .speak-search .speakDealerD .button.button_large__outline, .canada-site .speak-search .speakDealerD .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline, .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .canada-site .speak-search .speakDealerD .button.button_large__outline,
  .canada-site .speak-search .speakDealerD .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-list .button.button_large__outline,
  .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-list .canada-site .speak-search .speakDealerD .button.button_large__outline,
  .canada-site .speak-search .speakDealerD .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline,
  .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .canada-site .speak-search .speakDealerD .button.button_large__outline, .canada-site .speak-search .speakDealerD .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button.button_large__outline, .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .canada-site .speak-search .speakDealerD .button.button_large__outline, .canada-site .speak-search .speakDealerD .search-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline, .search-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .canada-site .speak-search .speakDealerD .button.button_large__outline,
  .canada-site .speak-search .speakDealerD .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button.button_large__outline,
  .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .canada-site .speak-search .speakDealerD .button.button_large__outline,
  .canada-site .speak-search .speakDealerD .search-no-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline,
  .search-no-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .canada-site .speak-search .speakDealerD .button.button_large__outline {
    font-size: 16px !important;
    padding: 12px 24px !important;
    text-align: center;
  }
}
.page__footer {
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}
.page__footer .footer-menu__item a {
  color: #ffffff !important;
}
.page__footer .footer-menu__item:not(:last-child) {
  margin-bottom: 4px;
}
@media (min-width: 1025px) {
  .page__footer .footer-menu__item:not(:last-child) {
    margin-bottom: 8px;
  }
}
.page__footer h3.footer-col__title {
  margin-bottom: 12px;
}
@media (min-width: 1025px) {
  .page__footer h3.footer-col__title {
    margin-bottom: 16px;
  }
}
.page__footer .stay-connected-desktop {
  margin-top: 40px;
}
.page__footer .footer_logo {
  display: block;
  margin-bottom: 48px;
}
.page__footer .footer_logo img {
  width: 77px;
  height: 77px;
}
@media (min-width: 1025px) {
  .page__footer .footer_logo img {
    width: 87px;
    height: 87px;
  }
}
@media (min-width: 1025px) {
  .page__footer .footer_logo {
    margin-bottom: 0;
  }
}
.page__footer .copyright {
  padding-top: 24px;
  padding-bottom: 44px;
}
@media (min-width: 1025px) {
  .page__footer .copyright {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .page__footer .copyright .section-inner {
    max-width: 100%;
    padding-left: 64px;
    padding-right: 64px;
  }
}
.page__footer .copyright-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1025px) {
  .page__footer .copyright-wrapper {
    gap: 12px;
  }
}
.page__footer .footer-top.section-inner {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 1025px) {
  .page__footer .footer-top.section-inner {
    max-width: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 64px;
    padding-right: 64px;
  }
}
.page__footer #menu-footer-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page__footer #menu-footer-nav a {
  color: #02b1d9 !important;
  text-decoration: underline;
}
.page__footer #menu-footer-nav li:not(:last-child) {
  margin-right: 33px;
}
@media (min-width: 1025px) {
  .page__footer #menu-footer-nav li:not(:last-child) {
    margin-right: 38px;
  }
}
.page__footer .page__footer__inner .soc-menu__item:not(:last-child) {
  margin-right: 17.25px;
}
@media (min-width: 1025px) {
  .page__footer .page__footer__inner .soc-menu__item:not(:last-child) {
    margin-right: 24.75px;
  }
}
@media (min-width: 1025px) {
  .page__footer {
    padding: 0;
  }
}

.mega-menu-container {
  position: relative;
  width: 100%;
}
.mega-menu-container .mega-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-menu-container .mega-menu .mega-menu-item {
  position: relative;
  margin: 0;
}
.mega-menu-container .mega-menu .mega-menu-item:hover > .mega-menu-content {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.mega-menu-container .mega-menu .mega-menu-item .mega-menu-link {
  font-family: "Maison Neue Bold", "Helvetica", "Arial", sans-serif;
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.mega-menu-container .mega-menu .mega-menu-item .mega-menu-link:hover, .mega-menu-container .mega-menu .mega-menu-item .mega-menu-link:focus {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}
.mega-menu-container .mega-menu .mega-menu-item .mega-menu-content {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #000;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 1000;
  padding: 48px 0;
  margin-top: 20px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.mega-menu-container .mega-menu .mega-menu-item .mega-menu-content:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: transparent;
}
.mega-menu-container .mega-menu .mega-menu-item .mega-menu-content[aria-hidden=false] {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(-3px);
}
.mega-menu-container .mega-menu .mega-menu-item .mega-menu-content .container {
  position: relative;
  z-index: 1;
  max-width: 866px;
}
.mega-menu-container .mega-menu .mega-menu-item .mega-menu-content .row {
  width: 100%;
}
.mega-menu-container .mega-menu .mega-menu-item:has(.mobile-top-padding-fix) {
  margin-top: 88px;
}
.mega-menu-container .mega-menu .mega-menu-item:has(.d-lg-none) {
  margin-bottom: 10px !important;
}
@media (min-width: 991px) {
  .mega-menu-container .mega-menu .mega-menu-item:has(.d-lg-none) {
    display: none;
  }
}
.mega-menu-container .mega-menu .mega-menu-item:has(.d-lg-none) .mega-menu-link {
  font-family: "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  width: auto !important;
  padding-right: 24px;
}
@media (max-width: 991.98px) {
  .mega-menu-container .mega-menu .mega-menu-item:has(.d-lg-none).has-children .mega-menu-link {
    background-image: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L6 6L11 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: 12px 8px;
    background-position: right center;
    transition: transform 0.3s ease;
  }
  .mega-menu-container .mega-menu .mega-menu-item:has(.d-lg-none).has-children.accordion-active .mega-menu-link {
    background-image: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 7L6 2L1 7" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }
  .mega-menu-container .mega-menu .mega-menu-item:has(.d-lg-none).has-children .mega-menu-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    display: block;
    position: static;
    width: 100%;
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin-top: 0;
  }
  .mega-menu-container .mega-menu .mega-menu-item:has(.d-lg-none).has-children .mega-menu-content .container {
    max-width: 100%;
    padding: 0;
  }
  .mega-menu-container .mega-menu .mega-menu-item:has(.d-lg-none).has-children .mega-menu-content .row {
    flex-direction: column;
    margin: 0;
  }
  .mega-menu-container .mega-menu .mega-menu-item:has(.d-lg-none).has-children .mega-menu-content .row [class*=col-] {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .mega-menu-container .mega-menu .mega-menu-item:has(.d-lg-none).has-children .mega-menu-content .mega-menu-submenu .mega-menu-submenu-item:not(:last-child) {
    margin-bottom: 12px;
  }
  .mega-menu-container .mega-menu .mega-menu-item:has(.d-lg-none).has-children .mega-menu-content .mega-menu-submenu .mega-menu-submenu-item .mega-menu-submenu-link {
    font-family: "Maison Neue Medium", "Helvetica", "Arial", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .mega-menu-container .mega-menu .mega-menu-item:has(.d-lg-none).has-children .mega-menu-content .mega-menu-submenu .mega-menu-submenu-item .mega-menu-submenu-link:hover, .mega-menu-container .mega-menu .mega-menu-item:has(.d-lg-none).has-children .mega-menu-content .mega-menu-submenu .mega-menu-submenu-item .mega-menu-submenu-link:focus {
    font-weight: 500;
  }
  .mega-menu-container .mega-menu .mega-menu-item:has(.d-lg-none).has-children .mega-menu-content .mega-menu-image-container {
    display: none;
  }
  .mega-menu-container .mega-menu .mega-menu-item:has(.d-lg-none).accordion-active .mega-menu-content {
    max-height: 500px;
    padding: 10px 0 10px 0;
  }
}
.mega-menu-container .mega-menu-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-menu-container .mega-menu-submenu .mega-menu-submenu-item {
  margin: 0;
}
.mega-menu-container .mega-menu-submenu .mega-menu-submenu-item .mega-menu-submenu-link {
  font-family: "Maison Neue Medium", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  display: block;
  color: #000;
  text-decoration: none;
  margin-bottom: 20px;
}
.mega-menu-container .mega-menu-submenu .mega-menu-submenu-item .mega-menu-submenu-link:hover, .mega-menu-container .mega-menu-submenu .mega-menu-submenu-item .mega-menu-submenu-link:focus {
  font-weight: bold;
  font-family: "Maison Neue Bold", "Helvetica", "Arial", sans-serif;
}
.mega-menu-container .mega-menu-submenu .mega-menu-submenu-item .mega-menu-submenu-link.small-link-margin-fix {
  margin-top: 28px;
}
.mega-menu-container .mega-menu-submenu .mega-menu-submenu-item .mega-menu-submenu-link.header-small-link {
  font-size: 16px;
  margin-bottom: 12px;
}
.mega-menu-container .mega-menu-image-container {
  position: relative;
  aspect-ratio: 7/5;
}
.mega-menu-container .mega-menu-image-container .mega-menu-image {
  max-width: 100%;
  height: auto;
  aspect-ratio: 7/5;
  border-radius: 7px;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.mega-menu-link:focus,
.mega-menu-submenu-link:focus {
  font-weight: bold;
  font-family: "Maison Neue Bold", "Helvetica", "Arial", sans-serif;
}

@media (min-width: 992px) {
  .header-style-white .mega-menu-container .mega-menu .mega-menu-item .mega-menu-link {
    color: #000;
  }
  .header-style-white .mega-menu-container .mega-menu .mega-menu-item .mega-menu-content {
    margin-top: 26px;
  }
  .header-is-sticky .mega-menu-container .mega-menu .mega-menu-item .mega-menu-link {
    color: #000;
  }
  .header-is-sticky .mega-menu-container .mega-menu .mega-menu-item .mega-menu-content {
    margin-top: 10px;
  }
}
@media (max-width: 991.98px) {
  body.mega-menu-open {
    overflow: hidden;
  }
  .mega-menu-container {
    z-index: 99;
  }
  .mega-menu-container .mega-menu {
    flex-direction: column;
    width: 100%;
  }
  .mega-menu-container .mega-menu .mega-menu-item {
    padding: 0;
    width: 100%;
  }
  .mega-menu-container .mega-menu .mega-menu-item .mega-menu-link {
    width: 100%;
    display: block;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    position: relative;
    z-index: 2;
    padding: 0;
    transition: none;
  }
  .mega-menu-container .mega-menu .mega-menu-item .mega-menu-link:hover, .mega-menu-container .mega-menu .mega-menu-item .mega-menu-link:focus {
    font-weight: 500;
    text-decoration-line: none;
  }
  .mega-menu-container .mega-menu .mega-menu-item.has-children .mega-menu-link {
    background-image: url('data:image/svg+xml,<svg width="7" height="14" viewBox="0 0 7 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 13L6 7L1 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: 7px 14px;
    background-repeat: no-repeat;
    background-position: right center;
    transition: none;
  }
  .mega-menu-container .mega-menu .mega-menu-item.has-children:not(.mobile-active) {
    margin-bottom: 40px;
  }
  .mega-menu-container .mega-menu .mega-menu-item.mobile-active {
    display: block !important;
    position: relative;
    z-index: 3;
  }
  .mega-menu-container .mega-menu .mega-menu-item.mobile-active > .mega-menu-link {
    text-decoration: none;
    position: relative;
    padding-left: 35px;
    background-image: url('data:image/svg+xml,<svg width="7" height="14" viewBox="0 0 7 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 13L1 7L6 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: 7px 14px;
    background-repeat: no-repeat;
    background-position: left center;
    transition: none;
  }
  .mega-menu-container .mega-menu .mega-menu-item.mobile-active .mega-menu-content {
    display: block !important;
    position: static;
    width: 100%;
    box-shadow: none;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none;
    background-color: transparent;
    border-top: none;
    padding: 24px 0 0 0;
  }
  .mega-menu-container .mega-menu .mega-menu-item.mobile-active .mega-menu-submenu-item:not(:last-child) {
    margin-bottom: 16px;
  }
  .mega-menu-container .mega-menu .mega-menu-item.mobile-active .mega-menu-submenu-item .mega-menu-submenu-link {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
  }
  .mega-menu-container .mega-menu .mega-menu-item.mobile-active .mega-menu-submenu-item .mega-menu-submenu-link.header-small-link {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 16px;
  }
  .mega-menu-container .mega-menu .mega-menu-item.mobile-active .mega-menu-submenu-item .mega-menu-submenu-link.small-link-margin-fix {
    margin-top: 88px;
  }
  .mega-menu-container .mega-menu .mega-menu-item .mega-menu-content {
    display: none;
    position: static;
    width: 100%;
    box-shadow: none;
    transform: none;
    left: 0;
    margin-top: 0;
  }
  .mega-menu-container .mega-menu .mega-menu-item .mega-menu-content:before {
    display: none;
  }
  .mega-menu-container .mega-menu .mega-menu-item .mega-menu-content .container {
    max-width: 100%;
    padding: 0;
  }
  .mega-menu-container .mega-menu .mega-menu-item .mega-menu-content .row {
    flex-direction: column;
    margin: 0;
  }
  .mega-menu-container .mega-menu .mega-menu-item .mega-menu-content .row [class*=col-] {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .mega-menu-container .mega-menu .mega-menu-item:last-child {
    border-bottom: none;
  }
  .mega-menu-container .mega-menu .mega-menu-item:hover > .mega-menu-content {
    display: none;
  }
  .mega-menu-container .mega-menu-image-container {
    display: none;
  }
  .mega-menu-container.mobile-submenu-active .mega-menu .mega-menu-item:hover > .mega-menu-content {
    display: none;
  }
  .mega-menu-container.mobile-submenu-active .mega-menu .mega-menu-item:not(.mobile-active) {
    display: none;
  }
  .mega-menu-container.mobile-submenu-active .mega-menu .mega-menu-item:has(.d-lg-none) {
    display: block !important;
  }
  .mobile-item-open .mobileNavWrapper #mega-menu-wrap-Top-Menu {
    display: none;
  }
}
/* Branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}

/* Branding on the Privacy trigger */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
  display: none;
}

div#CybotCookiebotDialogPoweredbyLink {
  width: 70%;
}

#CybotCookiebotDialogBodyButtonsWrapper .CybotCookiebotDialogBodyButton {
  font-family: "Maison Neue Book", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #0078a3;
  padding: 10px 12px;
  border: 1px solid #0078a3;
  background-color: transparent;
  border-radius: 0;
  position: relative;
  transition: color 0.5s ease-in, border-color 0.25s ease-out 0.2s;
  z-index: 1;
}

#CybotCookiebotDialogBodyButtonsWrapper .CybotCookiebotDialogBodyButton:hover {
  color: #ffffff !important;
  border-color: #002e5e !important;
  opacity: 1 !important;
}

#CybotCookiebotDialogBodyButtonsWrapper .CybotCookiebotDialogBodyButton:after {
  background-color: #002e5e;
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0;
  transition: right 0.25s ease-out;
  z-index: -1;
}

#CybotCookiebotDialogBodyButtonsWrapper .CybotCookiebotDialogBodyButton:hover:after {
  right: 0;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogPoweredbyImage {
  width: 100px;
  height: 23px;
}
@media (min-width: 991px) {
  #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogPoweredbyImage {
    width: 147px;
    height: 34px;
  }
}

/* .hero-carousel-2025 {
    &.mobile-only {
        display: block;
        @include tablet {
            display: none;
        }
    }
    &.desktop-only {
        display: none;
        @include tablet {
            display: block;
        }
    }
} */
.hero-carousel-2025 {
  z-index: 99;
}
.hero-carousel-2025 .swiper-container {
  position: relative;
}
.hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text {
  width: 100%;
  max-width: 850px;
  top: auto;
  bottom: 60px;
  left: 0px;
  text-align: left;
  font-size: 16px;
  z-index: 3 !important;
  padding-left: 25px;
  padding-right: 25px;
  opacity: 0; /* Initial state for fadeInUp */
  transform: translateY(-50%);
  transition: opacity 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text {
    font-size: 20px;
    top: 50%;
    left: 5%;
    bottom: auto;
    width: 50%;
  }
}
@media (min-width: 991px) {
  .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text {
    width: 40%;
    font-size: 24px;
  }
  .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text.twenty_five_percent {
    width: 25%;
  }
  .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text.thirty_percent {
    width: 30%;
  }
  .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text.thirty_five_percent {
    width: 35%;
    min-width: 600px;
  }
  .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text.fourty_percent {
    width: 40%;
    min-width: 625px;
  }
  .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text.fourty_five_percent {
    width: 45%;
    min-width: 650px;
  }
  .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text.fifty_percent {
    width: 50%;
    min-width: 675px;
  }
}
.hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text h1.headline-regular,
.hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text span.headline-regular,
.hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .headline-accent {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #ffffff !important;
  font-size: 48px !important;
}
@media (min-width: 768px) {
  .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text h1.headline-regular,
  .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text span.headline-regular,
  .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .headline-accent {
    font-size: 68px !important;
  }
}
@media (min-width: 991px) {
  .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text h1.headline-regular,
  .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text span.headline-regular,
  .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .headline-accent {
    font-size: 88px !important;
  }
}
.hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero {
  margin-top: 30px;
}
.hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button-primary, .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button-list .button.button_large__outline, .button-list .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button.button_large__outline, .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-primary, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button-primary, .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-primary, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button-primary, .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary, .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button-primary,
.hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-primary,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button-primary,
.hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary,
.search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button-primary,
.hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button-secondary-light,
.hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button-secondary-dark,
.hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button-disabled {
  font-size: 16px;
  margin-right: 20px;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button-primary, .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button-list .button.button_large__outline, .button-list .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button.button_large__outline, .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-primary, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button-primary, .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-primary, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button-primary, .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary, .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button-primary,
  .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-primary,
  .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button-primary,
  .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary,
  .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button-primary,
  .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button-secondary-light,
  .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button-secondary-dark,
  .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button-disabled {
    margin-right: 30px;
    padding: 16px 32px;
    font-size: 20px;
  }
}
.hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button-primary:last-of-type, .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button-list .button.button_large__outline:last-of-type, .button-list .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button.button_large__outline:last-of-type, .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-primary:last-of-type, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button-primary:last-of-type, .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-primary:last-of-type, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button-primary:last-of-type, .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary:last-of-type, .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button-primary:last-of-type,
.hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-primary:last-of-type,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button-primary:last-of-type,
.hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary:last-of-type,
.search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button-primary:last-of-type,
.hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button-secondary-light:last-of-type,
.hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button-secondary-dark:last-of-type,
.hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__text .button-hero .button-disabled:last-of-type {
  margin-right: 0;
}
.hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .gradient-mask {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 2;
}
.hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .gradient-mask.bg-scrim-50-bottom {
  display: block;
}
@media (min-width: 768px) {
  .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .gradient-mask.bg-scrim-50-bottom {
    display: none;
  }
}
.hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .gradient-mask.bg-scrim-50-left {
  display: none;
}
@media (min-width: 768px) {
  .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .gradient-mask.bg-scrim-50-left {
    display: block;
  }
}
.hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__image {
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
  height: calc(100vh - 52px);
}
@media (min-width: 768px) {
  .hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__image {
    height: calc(100vh - 32px);
  }
}
.hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__image.lazy-load {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.hero-carousel-2025 .swiper-container .swiper-wrapper .swiper-slide .slider__image.lazy-load.loaded {
  opacity: 1;
}
.hero-carousel-2025 .swiper-container .swiper-nav-wrapper {
  position: absolute;
  bottom: 80px;
  top: auto;
  right: 80px;
  z-index: 2;
  display: block;
}
@media (min-width: 991px) {
  .hero-carousel-2025 .swiper-container .swiper-nav-wrapper {
    right: 100px;
    bottom: 100px;
  }
}
.hero-carousel-2025 .swiper-container .swiper-nav-wrapper .swiper-button-prev,
.hero-carousel-2025 .swiper-container .swiper-nav-wrapper .swiper-button-next {
  width: 40px;
  height: 40px;
  margin-right: 30px;
  margin-bottom: 0;
  margin-top: 0;
  background-color: transparent;
  border: none;
  padding: 0;
}
@media (min-width: 991px) {
  .hero-carousel-2025 .swiper-container .swiper-nav-wrapper .swiper-button-prev,
  .hero-carousel-2025 .swiper-container .swiper-nav-wrapper .swiper-button-next {
    width: 56px;
    height: 56px;
  }
}
.hero-carousel-2025 .swiper-container .swiper-nav-wrapper .swiper-button-prev:after,
.hero-carousel-2025 .swiper-container .swiper-nav-wrapper .swiper-button-next:after {
  margin-bottom: 0;
}
.hero-carousel-2025 .swiper-container .swiper-nav-wrapper .swiper-button-prev {
  left: auto;
  right: 0;
}
.hero-carousel-2025 .swiper-container .swiper-nav-wrapper .swiper-button-next {
  right: auto;
  left: 0;
}
.hero-carousel-2025 .swiper-container .swiper-pagination {
  position: absolute;
  bottom: 40px;
  top: auto;
  left: 30px;
  z-index: 2;
  text-align: left;
}
@media (min-width: 768px) {
  .hero-carousel-2025 .swiper-container .swiper-pagination {
    left: 5%;
    bottom: 60px;
  }
}
.hero-carousel-2025 .swiper-container .swiper-pagination span.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: relative;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .hero-carousel-2025 .swiper-container .swiper-pagination span.swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    margin-right: 15px;
  }
}
.hero-carousel-2025 .swiper-container .swiper-pagination span.swiper-pagination-bullet span {
  transition: background 0.3s ease-out;
}
.hero-carousel-2025 .swiper-container .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active span, .hero-carousel-2025 .swiper-container .swiper-pagination span.swiper-pagination-bullet:hover span {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  height: 10px;
  width: 10px;
  position: absolute;
  top: -1px;
  left: -1px;
}
@media (min-width: 768px) {
  .hero-carousel-2025 .swiper-container .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active span, .hero-carousel-2025 .swiper-container .swiper-pagination span.swiper-pagination-bullet:hover span {
    height: 14px;
    width: 14px;
  }
}

.hero-carousel-2025.mobile-only .swiper-nav-wrapper,
.hero-carousel-2025.mobile-only .swiper-pagination {
  display: none;
}

.hero-carousel-2025.alertBarShift .swiper-container .swiper-wrapper .swiper-slide .slider__image {
  height: calc(100vh - 102px);
}
@media (min-width: 768px) {
  .hero-carousel-2025.alertBarShift .swiper-container .swiper-wrapper .swiper-slide .slider__image {
    height: calc(100vh - 82px);
  }
}

.hero-carousel-2025__loading-image {
  width: 100%;
  height: 100vh;
  background-color: #f0f0f0; /* Optional: Background color behind the loader */
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1 !important;
  visibility: visible;
  display: block;
  z-index: 100;
}
.hero-carousel-2025__loading-image img {
  object-fit: cover;
  height: auto;
  min-height: 100%;
  display: flex;
  width: 100vw;
  margin: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.hero-carousel-2025__loading-image .loader {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100vw;
  height: calc(100vh - 52px);
  display: block;
}
@media (min-width: 768px) {
  .hero-carousel-2025__loading-image .loader {
    height: calc(100vh - 32px);
  }
}
.hero-carousel-2025__loading-image .loader svg {
  width: 100px;
  height: 100px;
  position: absolute;
  margin-left: -100px;
  margin-top: -100px;
  top: 50%;
  left: 50%;
  transform: translate(50%, 50%);
}
.hero-carousel-2025__loading-image.fade-out {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.hero-carousel-2025.slideTransition .swiper-wrapper {
  transition-timing-function: ease-in-out !important;
}
.hero-carousel-2025.slideTransition .swiper-slide {
  transition: transform 0.8s ease;
  overflow: hidden;
}
.hero-carousel-2025.slideTransition .swiper-slide-shadow-left, .hero-carousel-2025.slideTransition .swiper-slide-shadow-right {
  display: none;
}
.hero-carousel-2025.slideTransition .slide-leaving {
  position: relative;
  z-index: 1;
  transition: transform 5s ease;
}
.hero-carousel-2025.slideTransition .slide-leaving::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 60%, rgb(0, 0, 0) 100%);
  z-index: 9999;
  animation: wipeLeft 0.5s forwards ease-in-out;
  pointer-events: none;
}
.hero-carousel-2025.slideTransition .slide-entering {
  position: relative;
  z-index: 0;
}
.hero-carousel-2025.slideTransition .slide-entering::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgb(0, 0, 0) 100%);
  z-index: 1;
  opacity: 1;
  animation: fadeOutOverlay 0.8s forwards ease-out;
  pointer-events: none;
}

@keyframes fadeInGradient {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutOverlay {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes wipeLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap .slider__image {
  height: 80vh;
}
@media (min-width: 768px) {
  .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap .slider__image {
    height: 500px;
  }
}
@media (min-width: 1025px) {
  .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap .slider__image {
    height: 740px;
  }
}
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap .slider__video {
  display: none;
}
@media (min-width: 768px) {
  .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap .slider__video {
    width: 100%;
    object-fit: cover;
    display: block;
    min-height: auto !important;
  }
}
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap:before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap:before {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.75) 100%) !important;
  }
}
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap .slider__text {
  opacity: 0;
  width: 85%;
  top: auto;
  bottom: 0px;
  left: 30px;
  transform: none;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  animation-delay: 0.8s;
}
@media (min-width: 768px) {
  .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap .slider__text {
    top: 50%;
    bottom: auto;
    transform: translate3d(0px, -50%, 0);
  }
}
@media (min-width: 991px) {
  .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap .slider__text {
    left: 5%;
    transform: translate3d(-10%, -50%, 0);
  }
}
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap .slider__text .section__heading {
  font-family: "Roboto Serif", "Times", serif;
  font-size: clamp(2.25rem, 4.75vw, 3.75rem);
}
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap .slider__text .section__heading span {
  font-style: italic !important;
}
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap .slider__text .section__mini-heading, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap .slider__text .post-preview__inner__text__label {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap .slider__text .section__mini-heading, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap .slider__text .post-preview__inner__text__label {
    font-size: 20px;
  }
}
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap .slider__text.in-view {
  animation-delay: 0.5s;
}
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.vert-align-bottom .slider__text {
  top: auto;
  bottom: 0px;
}
@media (min-width: 768px) {
  .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.vert-align-bottom .slider__text {
    bottom: 0px;
  }
}
@media (min-width: 991px) {
  .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.vert-align-bottom .slider__text {
    top: 50%;
    bottom: auto;
  }
}
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.vert-align-top .slider__text {
  top: 120px;
  bottom: auto;
}
@media (min-width: 768px) {
  .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.vert-align-top .slider__text {
    top: 150px;
  }
}
@media (min-width: 991px) {
  .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.vert-align-top .slider__text {
    top: 50%;
  }
}
@media (min-width: 991px) {
  .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.vert-align-top::before {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.75) 100%) !important;
  }
}
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .entry__content,
.search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .entry__content,
.search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .button-list {
  max-width: 550px;
}
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .button-primary, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .button-list .button.button_large__outline, .button-list .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .button.button_large__outline, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-primary, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .button-primary, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-list .button.button_large__outline, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-list .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .button.button_large__outline, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button.button_large__outline, .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .button.button_large__outline, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-primary, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .button-primary, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary, .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .button-primary,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-primary,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .button-primary,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary,
.search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .button-primary, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-list .button.button_large__outline, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-list .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .button.button_large__outline, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline, .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-list .button.button_large__outline,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-list .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline,
.search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .button.button_large__outline, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button.button_large__outline, .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .button.button_large__outline, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .search-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline, .search-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button.button_large__outline,
.button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .search-no-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline,
.search-no-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__heading .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body .button-primary,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .entry__content .button-primary,
.search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button-primary,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .entry__content .button-primary,
.search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button-primary,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body .button-list .button.button_large__outline,
.button-list .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .entry__content .button-list .button.button_large__outline,
.button-list .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .entry__content .button.button_large__outline,
.search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button-list .button.button_large__outline,
.button-list .search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .entry__content .button-list .button.button_large__outline,
.button-list .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .entry__content .button.button_large__outline,
.search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button-list .button.button_large__outline,
.button-list .search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-primary,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body .button-primary,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .entry__content .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-primary,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .entry__content .button-primary,
.search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-primary,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button-primary,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .entry__content .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-primary,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .entry__content .button-primary,
.search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-primary,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button-primary,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-list .button.button_large__outline,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body .button-list .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .entry__content .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-list .button.button_large__outline,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-list .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .entry__content .button.button_large__outline,
.search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-list .button.button_large__outline,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-list .search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .entry__content .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-list .button.button_large__outline,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-list .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .entry__content .button.button_large__outline,
.search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-list .button.button_large__outline,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-list .search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button.button_large__outline,
.button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .entry__content .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button.button_large__outline,
.button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .entry__content .button.button_large__outline,
.search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button.button_large__outline,
.button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .entry__content .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button.button_large__outline,
.button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .entry__content .button.button_large__outline,
.search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button.button_large__outline,
.button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-primary,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body .button-primary,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-primary,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .entry__content .button-primary,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button-primary,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-primary,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .entry__content .button-primary,
.search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-primary,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button-primary,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary,
.search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body .button-primary,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary,
.search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary,
.search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button-primary,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary,
.search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .entry__content .button-primary,
.search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary,
.search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button-primary,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-primary,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body .button-primary,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-primary,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .entry__content .button-primary,
.search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-primary,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button-primary,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-primary,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .entry__content .button-primary,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button-primary,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary,
.search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body .button-primary,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary,
.search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .entry__content .button-primary,
.search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary,
.search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button-primary,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary,
.search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary,
.search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button-primary,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-list .button.button_large__outline,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-list .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-list .button.button_large__outline,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .entry__content .button-list .button.button_large__outline,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button-list .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-list .button.button_large__outline,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .entry__content .button-list .button.button_large__outline,
.search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-list .button.button_large__outline,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button-list .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline,
.search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline,
.search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline,
.search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button-list .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline,
.search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .entry__content .button-list .button.button_large__outline,
.search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline,
.search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button-list .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-list .button.button_large__outline,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-list .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-list .button.button_large__outline,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .entry__content .button-list .button.button_large__outline,
.search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-list .button.button_large__outline,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button-list .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-list .button.button_large__outline,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .entry__content .button-list .button.button_large__outline,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button-list .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline,
.search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline,
.search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .entry__content .button-list .button.button_large__outline,
.search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline,
.search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button-list .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline,
.search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline,
.search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button-list .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button.button_large__outline,
.button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button.button_large__outline,
.button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .entry__content .button.button_large__outline,
.button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button.button_large__outline,
.button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .entry__content .button.button_large__outline,
.search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button.button_large__outline,
.button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body .search-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline,
.search-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline,
.search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline,
.search-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .search-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline,
.search-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .entry__content .button.button_large__outline,
.search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline,
.search-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button.button_large__outline,
.button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button.button_large__outline,
.button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .entry__content .button.button_large__outline,
.search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button.button_large__outline,
.button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button.button_large__outline,
.button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .entry__content .button.button_large__outline,
.button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body .search-no-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline,
.search-no-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .section__body .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .search-no-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline,
.search-no-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .entry__content .button.button_large__outline,
.search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline,
.search-no-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline,
.search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline,
.search-no-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .entry__content .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .button-list .button-primary,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .button-list .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-primary,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .button-list .button-primary,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-list .button.button_large__outline,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .button-list .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-primary,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .button-list .button-primary,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .button-list .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary,
.search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .button-list .button-primary,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-primary,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .button-list .button-primary,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .button-list .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary,
.search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .button-list .button-primary,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-list .button.button_large__outline,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .button-list .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline,
.search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .button-list .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-list .button.button_large__outline,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .button-list .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline,
.search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .button-list .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline,
.search-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button.button_large__outline,
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .search-no-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline,
.search-no-results .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-left .slider__text .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline {
  margin: 0 20px 20px 0;
}
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.text-center .slider__text {
  max-width: none;
}
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap .imageMask.size-mobile:before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 0;
}
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.mobile-replace .slider__image.size-full {
  display: none;
}
@media (min-width: 768px) {
  .full-width-slider-2025.gallery-slider.slider-common_fullwidth .slider__item-wrap.mobile-replace .slider__image.size-full {
    display: block;
  }
}
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel {
  padding-bottom: 0 !important;
}
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-nav {
  position: absolute;
  bottom: 0;
  top: auto;
  right: 25px;
  z-index: 9999;
  display: block;
}
@media (min-width: 991px) {
  .full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-nav {
    right: 5%;
    bottom: 30px;
  }
}
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-nav .owl-prev {
  margin-right: 30px;
}
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-nav .owl-prev span {
  margin-bottom: 10px;
}
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-nav .owl-prev.disabled span {
  margin-bottom: 10px;
}
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-nav .owl-next {
  margin-right: 30px;
}
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-nav .owl-next span {
  margin-bottom: 10px;
}
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-nav .owl-next.disabled span {
  margin-bottom: 10px;
}
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-dots {
  position: absolute;
  bottom: 15px;
  top: auto;
  left: 15px;
  z-index: 9999;
  text-align: center;
}
@media (min-width: 1025px) {
  .full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-dots {
    left: 5%;
    bottom: 40px;
  }
}
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-dots button.owl-dot {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: relative;
  margin-right: 8px;
}
@media (min-width: 1025px) {
  .full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-dots button.owl-dot {
    height: 12px;
    width: 12px;
    margin-right: 15px;
  }
}
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-dots button.owl-dot span {
  transition: background 0.3s ease-out;
}
.full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-dots button.owl-dot.active span, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-dots button.owl-dot:hover span {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  height: 10px;
  width: 10px;
  position: absolute;
  top: -1px;
  left: -1px;
}
@media (min-width: 1025px) {
  .full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-dots button.owl-dot.active span, .full-width-slider-2025.gallery-slider.slider-common_fullwidth .owl-carousel .owl-dots button.owl-dot:hover span {
    height: 14px;
    width: 14px;
  }
}

.text-columns.about-columns {
  z-index: 0;
}
.text-columns.about-columns .section-inner {
  display: flex;
  flex-direction: column;
  padding-left: 5%;
  padding-right: 5%;
  max-width: 1680px;
}
.text-columns.about-columns .section-inner .about-columns__heading-block {
  width: 90%;
}
.text-columns.about-columns .section-inner .about-columns__heading-block h2.section__heading span {
  color: #007994;
  font-style: italic !important;
}
.text-columns.about-columns .section-inner .about-columns__heading-block.center {
  text-align: center;
}
.text-columns.about-columns .section-inner .about-columns__heading-block.orderAfter {
  order: 2;
  margin-top: 50px !important;
}
@media (min-width: 991px) {
  .text-columns.about-columns .section-inner .about-columns__heading-block.orderAfter {
    margin-top: 80px !important;
  }
}
.text-columns.about-columns .section-inner .columns {
  padding: 0;
}
@media (min-width: 1025px) {
  .text-columns.about-columns .section-inner .columns {
    padding: 0;
  }
}
.text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner {
  background-color: transparent;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0;
}
.text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .columns__image {
  aspect-ratio: 6/4;
  opacity: 0;
}
.text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .columns__image img {
  height: 100% !important;
  border-radius: 7px;
}
.text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content {
  background-color: #ffffff;
  width: 95%;
  display: flex;
  flex-grow: 2;
  flex-direction: column;
  opacity: 0;
  border-radius: 7px;
  margin-top: -20%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 10px;
}
@media (min-width: 1025px) {
  .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content {
    padding: 30px 30px 20px;
  }
}
.text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content.in-view {
  animation-delay: 0.3s;
}
.text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .section__body, .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-results .entry__content, .search-results .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content,
.text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-no-results .entry__content,
.search-no-results .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content {
  width: 100%;
}
.text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .section__body .button-list .button.button_large__outline:after, .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-results .entry__content .button-list .button.button_large__outline:after, .search-results .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button-list .button.button_large__outline:after,
.text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-no-results .entry__content .button-list .button.button_large__outline:after,
.search-no-results .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button-list .button.button_large__outline:after {
  background-color: transparent;
}
@media (min-width: 991px) {
  .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .section__body .button-link, .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-results .entry__content .button-link, .search-results .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button-link,
  .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-no-results .entry__content .button-link,
  .search-no-results .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button-link {
    display: inline-flex;
  }
}
.text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .section__body .button-link a, .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-results .entry__content .button-link a, .search-results .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button-link a,
.text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-no-results .entry__content .button-link a,
.search-no-results .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button-link a {
  margin-bottom: 10px;
  margin-right: 20px;
}
.text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content.section_bg_grey {
  background-color: #ffffff;
}
.text-columns.about-columns .section-inner:has(.iconLeft) .columns__item .column__item-inner {
  flex-direction: row !important;
}
.text-columns.about-columns .section-inner:has(.iconLeft) .columns__item .column__item-inner .text-content {
  text-align: left !important;
}
.text-columns.about-columns .section-inner:has(.iconLeft) .columns__item .column__item-inner .text-content h3.columns__item-title {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif !important;
  font-weight: 700;
}
.text-columns.about-columns .section-inner.overlapSection {
  padding: 0;
  max-width: none !important;
}
@media (min-width: 991px) {
  .text-columns.about-columns .section-inner.overlapSection {
    padding: 0 5% 0;
  }
}
.text-columns.about-columns .section-inner.overlapSection:has(.columns):has(.two-column) {
  max-width: 1580px !important;
}
.text-columns.about-columns .section-inner.overlapSection .columns {
  padding: 0;
}
.text-columns.about-columns .section-inner.overlapSection .columns .columns__item.boxed-center .column__item-inner .text-content {
  padding: 25px 25px 15px 25px;
}
.text-columns.about-columns .section-inner.overlapSection .columns:has(.two-column) .columns__item.boxed-center .column__item-inner .text-content {
  padding: 40px 40px 20px 40px;
}
.text-columns.about-columns.overlapSection {
  z-index: 99;
}

.section.text-columns-2025.about-columns .section-inner .columns__image.imgFull {
  aspect-ratio: 6/5;
  opacity: 0;
  border-radius: 7px;
  background-color: transparent;
}
.section.text-columns-2025.about-columns .section-inner .columns__image.imgFull img {
  height: 100% !important;
  border-radius: 7px;
}
.section.text-columns-2025.about-columns .section-inner .columns__image.imgFull img {
  height: 100% !important;
  border-radius: 7px;
  object-fit: cover !important;
  max-height: none;
  max-width: none;
  width: 100%;
}
.section.text-columns-2025.about-columns .section-inner .columns__image.imgFull img:hover {
  opacity: 1;
}
.section.text-columns-2025.about-columns .section-inner .columns__image.first {
  order: 0;
}
.section.text-columns-2025.about-columns .section-inner .columns__image.second {
  order: 2;
}

.card-carousel-2025 {
  z-index: 0;
}
.card-carousel-2025 .section-inner {
  overflow: visible;
  margin-top: 40px;
  max-width: none;
}
.card-carousel-2025 .section-inner .about-columns__heading-block {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.card-carousel-2025 .section-inner .about-columns__heading-block h2.section__heading span {
  color: #007994;
  font-style: italic !important;
}
.card-carousel-2025 .section-inner .owl-carousel {
  margin-top: 20px;
  padding: 0 15px;
  opacity: 0;
  transform: translateY(-40px);
}
@media (min-width: 1025px) {
  .card-carousel-2025 .section-inner .owl-carousel {
    margin-top: 40px;
  }
}
.card-carousel-2025 .section-inner .owl-carousel.in-view {
  animation-delay: 0.8s;
}
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage {
  padding-bottom: 75px;
}
@media (min-width: 991px) {
  .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage {
    padding-bottom: 80px;
  }
}
@media (min-width: 1025px) {
  .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage {
    padding-bottom: 115px;
  }
}
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap {
  position: relative;
  aspect-ratio: 3/4;
}
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap img.card_image {
  height: 100% !important;
  max-height: none;
  max-width: none;
  width: 100%;
  object-fit: cover !important;
  border-radius: 7px;
}
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_front,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_back,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .gradient-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 20px 18px;
  display: flex;
  border-radius: 7px;
}
@media (min-width: 991px) {
  .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_front,
  .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_back,
  .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .gradient-mask {
    padding: 32px 32px 24px;
  }
}
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_front .inner-wrap-front,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_back .inner-wrap-front,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .gradient-mask .inner-wrap-front {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_front .inner-wrap-front h4,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_back .inner-wrap-front h4,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .gradient-mask .inner-wrap-front h4 {
  line-height: 1.2em !important;
  margin: 0 0 0 0;
  padding: 0 25px 0 0;
}
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_front .inner-wrap-front .button.icon-button-plus,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_back .inner-wrap-front .button.icon-button-plus,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .gradient-mask .inner-wrap-front .button.icon-button-plus {
  margin: 0;
  display: flex;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  min-width: 40px;
}
@media (min-width: 768px) {
  .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_front .inner-wrap-front .button.icon-button-plus,
  .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_back .inner-wrap-front .button.icon-button-plus,
  .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .gradient-mask .inner-wrap-front .button.icon-button-plus {
    min-width: 56px;
  }
}
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_front .inner-wrap-front .button.icon-button-plus.active,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_back .inner-wrap-front .button.icon-button-plus.active,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .gradient-mask .inner-wrap-front .button.icon-button-plus.active {
  transform: rotate(45deg);
}
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_front .inner-wrap-back,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_back .inner-wrap-back,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .gradient-mask .inner-wrap-back {
  height: calc(100% - 90px);
  display: block;
}
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_front .inner-wrap-back .cta-link-custom-content-block,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_back .inner-wrap-back .cta-link-custom-content-block,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .gradient-mask .inner-wrap-back .cta-link-custom-content-block {
  color: #ffffff !important;
}
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_front {
  align-items: end;
}
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_back {
  display: none;
}
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_back .inner-wrap-back {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-carousel-2025 .section-inner .owl-carousel .owl-nav {
  position: absolute;
  bottom: 0px;
  top: auto;
  right: 0;
  z-index: 9999;
  display: block;
}
.card-carousel-2025 .section-inner .owl-carousel .owl-nav .owl-prev {
  margin-right: 30px;
}
.card-carousel-2025 .section-inner .owl-carousel .owl-nav .owl-prev span {
  visibility: visible;
}
.card-carousel-2025 .section-inner .owl-carousel .owl-nav .owl-prev:before, .card-carousel-2025 .section-inner .owl-carousel .owl-nav .owl-prev:after {
  display: none;
}
.card-carousel-2025 .section-inner .owl-carousel .owl-nav .owl-prev.disabled {
  opacity: 0.3;
}
.card-carousel-2025 .section-inner .owl-carousel .owl-nav .owl-next span {
  visibility: visible;
}
.card-carousel-2025 .section-inner .owl-carousel .owl-nav .owl-next:before, .card-carousel-2025 .section-inner .owl-carousel .owl-nav .owl-next:after {
  display: none;
}
.card-carousel-2025 .section-inner .owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.3;
}
.card-carousel-2025 .section-inner .owl-carousel .owl-nav.disabled {
  display: none;
}

.vertical-slider-2025 {
  position: relative;
  box-sizing: border-box;
  background-color: #f5f3ec;
}
.vertical-slider-2025 .section-inner {
  overflow: visible;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
  max-width: 1680px;
}
.vertical-slider-2025 .section-inner .about-columns__heading-block {
  text-align: center;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 20px !important;
}
.vertical-slider-2025 .section-inner .about-columns__heading-block h2.section__heading span {
  color: #007994;
  font-style: italic !important;
}
.vertical-slider-2025 .pinned-section-wrapper {
  margin-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
}
.vertical-slider-2025 .pinned-section-wrapper .pinned-section {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0;
}
.vertical-slider-2025 .pinned-section-wrapper .pinned-section .left-column {
  width: 50%;
  height: calc(100vh - 150px);
  overflow: hidden;
  position: sticky;
  top: 110px;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 7px;
  background-color: #e8e5dd;
}
.vertical-slider-2025 .pinned-section-wrapper .pinned-section .left-column img {
  display: block;
  border-radius: 7px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease-in-out;
}
.vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column {
  width: 50%;
  box-sizing: border-box;
  margin-top: 0 !important;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 0 !important;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card,
.vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card-spacer {
  opacity: 0.5;
  min-height: 150px;
  height: auto;
  background-color: #fffdf7;
  border-radius: 7px;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 25px;
  margin-left: 25px;
  text-align: left;
  transition: margin-left 0.3s ease-in-out;
  cursor: default;
}
.vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card .inner-wrapper,
.vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card-spacer .inner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card .inner-wrapper .card-icon,
.vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card-spacer .inner-wrapper .card-icon {
  height: 36px;
  margin-bottom: 15px;
}
.vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card .inner-wrapper .card-icon img,
.vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card-spacer .inner-wrapper .card-icon img {
  width: auto;
  height: 100%;
}
.vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card .inner-wrapper .card-headline h3,
.vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card-spacer .inner-wrapper .card-headline h3 {
  font-size: clamp(1.5rem, 2.5vw, 2.5rem) !important;
}
.vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card .card-thumbnail-display,
.vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card-spacer .card-thumbnail-display {
  display: none;
}
.vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card .cta-button,
.vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card-spacer .cta-button {
  background-position: center right;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card .cta-button a,
.vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card-spacer .cta-button a {
  display: block;
  width: 56px;
  height: 56px;
}
.vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card:first-child,
.vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card-spacer:first-child {
  margin-top: 0;
}
.vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card.active,
.vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card-spacer.active {
  margin-left: 0;
  opacity: 1;
}
.vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card-spacer {
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
.vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card-spacer.in-view {
  opacity: 1;
}
.vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card-spacer h3 {
  font-size: clamp(1.5rem, 2.5vw, 2.5rem) !important;
}
.vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card-spacer .button {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .vertical-slider-2025 .pinned-section-wrapper {
    min-height: auto !important;
  }
  .vertical-slider-2025 .pinned-section-wrapper .pinned-section {
    display: block;
    min-height: auto !important;
  }
  .vertical-slider-2025 .pinned-section-wrapper .pinned-section .left-column {
    display: none;
  }
  .vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }
  .vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card {
    margin-left: 0;
    min-height: auto;
    width: 100%;
    border-color: #dee2e6;
    font-weight: normal;
    margin-bottom: 20px;
    transition: none;
    opacity: 1;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  .vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card .inner-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 0;
    padding-left: 20px;
  }
  .vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card .inner-wrapper .card-icon {
    margin-bottom: 15px;
  }
  .vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card .card-thumbnail-display {
    display: flex;
    position: relative;
    padding: 0;
    margin: 0;
    height: auto;
  }
  .vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card .card-thumbnail-display img {
    width: 100%;
    min-height: 110px;
    object-position: center;
    object-fit: cover;
  }
  .vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card .cta-button {
    background-position: center right;
    justify-content: flex-end;
    width: 56px;
    height: 56px;
  }
  .vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card .cta-button a {
    display: block;
    width: 56px;
    height: 56px;
  }
  .vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card-spacer {
    display: flex;
    margin-left: 0;
  }
  .vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card-spacer .cta-button {
    background-position: center right;
    justify-content: flex-end;
    width: 56px;
    height: 56px;
  }
  .vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card-spacer .cta-button a {
    display: block;
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 768px) {
  .vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column {
    padding-right: 0;
    padding-left: 0;
  }
  .vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card {
    padding: 0;
  }
  .vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card .inner-wrapper {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card .inner-wrapper .card-icon {
    height: 26px;
    margin-bottom: 10px;
  }
  .vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card .inner-wrapper .card-headline h3 {
    font-size: 22px !important;
  }
  .vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card .inner-wrapper .card-content {
    display: none;
  }
  .vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card .cta-button {
    background-position: center;
    width: 40px;
    height: 40px;
    padding-right: 10px;
  }
  .vertical-slider-2025 .pinned-section-wrapper .pinned-section .right-column .text-card .cta-button a {
    width: 40px;
    height: 40px;
  }
}
.section.stickyMenu {
  display: block;
  width: 100%;
  padding: 0 !important;
  margin-top: 0 !important;
  position: sticky;
  top: 60px;
  transition: all 0.2s ease-in-out;
  background-color: #e8e5dd;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15) !important;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.15) 100%) !important;
}
@media (min-width: 991px) {
  .section.stickyMenu {
    top: 75px;
  }
}
.section.stickyMenu .section-inner {
  max-width: none;
  padding: 15px 24px 15px 24px !important;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (min-width: 991px) {
  .section.stickyMenu .section-inner {
    padding: 10px 64px 10px 64px !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.section.stickyMenu .section-inner .alert-bar {
  text-align: center;
  font-size: 20px;
  margin: 0 auto 0;
  padding: 0 0 0 0;
}
@media (min-width: 991px) {
  .section.stickyMenu .section-inner .alert-bar {
    padding: 0 55px 0 0;
  }
}
.section.stickyMenu .section-inner .alert-bar p {
  margin: 0 0 0 0;
  text-align: center;
}
.section.stickyMenu .section-inner .alert-bar p a {
  color: #000000 !important;
}
.section.stickyMenu .section-inner .section_heading {
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
@media (min-width: 991px) {
  .section.stickyMenu .section-inner .section_heading {
    cursor: default;
    margin-right: 15px;
    padding-right: 30px;
    border-right: 2px black solid;
  }
}
.section.stickyMenu .section-inner .section_heading:after {
  display: inline-block;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 7"><defs><style> .cls-1 { fill: none; stroke: %23000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px; } </style></defs><path class="cls-1" d="M13,1l-6,5L1,1"/></svg>');
  content: "";
  position: absolute;
  top: 25%;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 12px;
  background-position: center;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 991px) {
  .section.stickyMenu .section-inner .section_heading:after {
    background-image: none !important;
  }
}
.section.stickyMenu .section-inner .section_heading:hover, .section.stickyMenu .section-inner .section_heading.active {
  text-decoration: none;
  color: #000000;
}
.section.stickyMenu .section-inner .section_heading:hover:after, .section.stickyMenu .section-inner .section_heading.active:after {
  transform: rotate(180deg);
}
.section.stickyMenu .section-inner .nav-cta-links {
  display: none;
  flex-direction: column;
}
@media (min-width: 991px) {
  .section.stickyMenu .section-inner .nav-cta-links {
    display: flex !important;
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    align-items: center;
  }
}
.section.stickyMenu .section-inner .nav-cta-links .stick-menu-items {
  flex-direction: column;
  transition: 0.25s;
  margin-top: 20px;
}
@media (min-width: 991px) {
  .section.stickyMenu .section-inner .nav-cta-links .stick-menu-items {
    display: flex !important;
    align-items: center;
    flex-direction: row;
    margin-top: 0;
  }
}
.section.stickyMenu .section-inner .nav-cta-links .stick-menu-items .sticky-nav-item {
  display: block;
}
@media (min-width: 991px) {
  .section.stickyMenu .section-inner .nav-cta-links .stick-menu-items .sticky-nav-item {
    text-align: center;
  }
}
.section.stickyMenu .section-inner .nav-cta-links .stick-menu-items .nav-link-sm-child-dark {
  padding: 8px 15px 8px 0px;
  margin-bottom: 5px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 991px) {
  .section.stickyMenu .section-inner .nav-cta-links .stick-menu-items .nav-link-sm-child-dark {
    padding: 8px 15px;
    margin-bottom: 0;
  }
}
.section.stickyMenu .section-inner .nav-cta-links .ctaLink {
  margin-top: 20px;
}
@media (min-width: 991px) {
  .section.stickyMenu .section-inner .nav-cta-links .ctaLink {
    margin-top: 0;
  }
}
.section.stickyMenu .section-inner .nav-cta-links .ctaLink a {
  margin-bottom: 0;
  padding-right: 0;
}

.section.product_listing .section-inner {
  max-width: 1680px;
}
.section.product_listing .section-inner .after-content {
  margin-top: 60px;
}
.section.product_listing .section-inner .text-center .section__body, .section.product_listing .section-inner .text-center .search-results .entry__content, .search-results .section.product_listing .section-inner .text-center .entry__content,
.section.product_listing .section-inner .text-center .search-no-results .entry__content,
.search-no-results .section.product_listing .section-inner .text-center .entry__content {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 500;
  text-wrap: pretty;
}
.section.product_listing .section-inner .product-cards-listing .sortFilters {
  margin-top: 0;
  display: block;
}
.section.product_listing .section-inner .product-cards-listing .sortFilters ul.filters span {
  display: none;
}
.section.product_listing .section-inner .product-cards-listing .sortFilters ul.filters a.reset-button {
  display: none;
}
.section.product_listing .section-inner .product-cards-listing .sortFilters ul.filters .sortCatSpan {
  display: flex !important;
  justify-content: center;
  background-color: transparent;
  padding: 0 0 0 0px;
  margin: 0 -24px 0 -24px;
}
@media (min-width: 768px) {
  .section.product_listing .section-inner .product-cards-listing .sortFilters ul.filters .sortCatSpan {
    margin: 0 0 0 0;
  }
}
.section.product_listing .section-inner .product-cards-listing .sortFilters ul.filters .sortCatSpan ul {
  background-color: transparent;
  width: auto;
  border-radius: 0;
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 1rem 0;
  overflow-x: scroll;
  padding: 0 0 0 1rem;
  scroll-padding-left: 1rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  gap: 10px;
}
@media (min-width: 768px) {
  .section.product_listing .section-inner .product-cards-listing .sortFilters ul.filters .sortCatSpan ul {
    padding: 4px;
    border-radius: 22px;
    background-color: #bebcb7;
  }
}
.section.product_listing .section-inner .product-cards-listing .sortFilters ul.filters .sortCatSpan ul::-webkit-scrollbar {
  display: none;
}
.section.product_listing .section-inner .product-cards-listing .sortFilters ul.filters .sortCatSpan ul li {
  margin: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  flex-shrink: 0;
  white-space: nowrap;
}
.section.product_listing .section-inner .product-cards-listing .sortFilters ul.filters .sortCatSpan ul li a {
  font-size: 16px;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  display: inline-block;
  margin: 0;
  color: #000000;
  background-color: #e8e5dd;
  border: 1px #b7b4ab solid;
  border-radius: 20px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .section.product_listing .section-inner .product-cards-listing .sortFilters ul.filters .sortCatSpan ul li a {
    border: none;
    background-color: transparent;
    margin-bottom: 0;
  }
}
.section.product_listing .section-inner .product-cards-listing .sortFilters ul.filters .sortCatSpan ul li a.active {
  background-color: #ffffff;
  color: #000000;
  border: 2px #000000 solid;
}
@media (min-width: 768px) {
  .section.product_listing .section-inner .product-cards-listing .sortFilters ul.filters .sortCatSpan ul li a.active {
    border: none;
  }
}
.section.product_listing .section-inner .product-cards-listing .row .product-card,
.section.product_listing .section-inner .product-cards-listing .product-cards .product-card {
  transition: none;
  padding: 0;
  max-width: 50%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .section.product_listing .section-inner .product-cards-listing .row .product-card,
  .section.product_listing .section-inner .product-cards-listing .product-cards .product-card {
    max-width: 50% !important;
  }
}
@media (min-width: 991px) {
  .section.product_listing .section-inner .product-cards-listing .row .product-card,
  .section.product_listing .section-inner .product-cards-listing .product-cards .product-card {
    max-width: 33.1% !important;
    margin: 30px 0 0;
    padding: 0;
  }
}
@media (min-width: 1350px) {
  .section.product_listing .section-inner .product-cards-listing .row .product-card,
  .section.product_listing .section-inner .product-cards-listing .product-cards .product-card {
    max-width: 24.8% !important;
    padding: 0;
  }
}
.section.product_listing .section-inner .product-cards-listing .row .product-card .product-card__outer-wrap,
.section.product_listing .section-inner .product-cards-listing .product-cards .product-card .product-card__outer-wrap {
  padding: 0 10px;
}
@media (min-width: 1350px) {
  .section.product_listing .section-inner .product-cards-listing .row .product-card .product-card__outer-wrap,
  .section.product_listing .section-inner .product-cards-listing .product-cards .product-card .product-card__outer-wrap {
    padding: 0 15px;
  }
}
.section.product_listing .section-inner .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__image-wrap .product-card__image,
.section.product_listing .section-inner .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__image-wrap .product-card__image {
  aspect-ratio: 6/4;
}
.section.product_listing .section-inner .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__image-wrap .product-card__image .product-card__image__inner,
.section.product_listing .section-inner .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__image-wrap .product-card__image .product-card__image__inner {
  height: 100% !important;
  border-radius: 7px;
}
.section.product_listing .section-inner .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__image-wrap .inventory_tag,
.section.product_listing .section-inner .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__image-wrap .inventory_tag {
  background-color: #ffffff;
  border-radius: 0px 7px 0px 7px;
  padding: 3px 8px 4px 8px;
}
.section.product_listing .section-inner .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__image-wrap .inventory_tag h5,
.section.product_listing .section-inner .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__image-wrap .inventory_tag h5 {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #000000 !important;
}
.section.product_listing .section-inner .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__image-wrap .product-card__title,
.section.product_listing .section-inner .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__image-wrap .product-card__title {
  position: relative;
  background-color: transparent;
  padding: 15px 5px 10px 0px;
}
.section.product_listing .section-inner .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__image-wrap .product-card__title h4,
.section.product_listing .section-inner .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__image-wrap .product-card__title h4 {
  font-size: clamp(1.5rem, 1.75vw, 2rem) !important;
  line-height: 1.2em;
  font-family: "Roboto Serif", "Times", serif;
}
.section.product_listing .section-inner .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__image-wrap .product-card__title:before,
.section.product_listing .section-inner .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__image-wrap .product-card__title:before {
  background-image: none;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  height: auto;
  width: auto;
}
.section.product_listing .section-inner .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__text .product-card__features,
.section.product_listing .section-inner .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__text .product-card__features {
  font-size: 14px;
  color: #000000;
  padding: 0;
}
.section.product_listing .section-inner .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block,
.section.product_listing .section-inner .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block {
  padding: 10px 0 20px 0;
}
.section.product_listing .section-inner .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .button-text-link-sm,
.section.product_listing .section-inner .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .cta-link-custom-content-block,
.section.product_listing .section-inner .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .cta-link, .section.product_listing .section-inner .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .button-text-link-lrg, .section.product_listing .text-columns.about-columns .section-inner .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .section__body .button-list .button.button_large__outline, .text-columns.about-columns .section.product_listing .section-inner .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .section__body .button-list .button.button_large__outline, .section.product_listing .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .section__body .button-list .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .button.button_large__outline, .text-columns.about-columns .section.product_listing .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .section__body .button-list .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .button.button_large__outline, .section.product_listing .text-columns.about-columns .section-inner .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-results .entry__content .button-list .button.button_large__outline, .text-columns.about-columns .section.product_listing .section-inner .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-results .entry__content .button-list .button.button_large__outline, .section.product_listing .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-results .entry__content .button-list .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .button.button_large__outline, .text-columns.about-columns .section.product_listing .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-results .entry__content .button-list .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .button.button_large__outline, .section.product_listing .search-results .text-columns.about-columns .section-inner .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button-list .button.button_large__outline, .search-results .text-columns.about-columns .section.product_listing .section-inner .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button-list .button.button_large__outline, .section.product_listing .search-results .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button-list .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .button.button_large__outline, .search-results .text-columns.about-columns .section.product_listing .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button-list .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .button.button_large__outline,
.section.product_listing .text-columns.about-columns .section-inner .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-no-results .entry__content .button-list .button.button_large__outline,
.text-columns.about-columns .section.product_listing .section-inner .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-no-results .entry__content .button-list .button.button_large__outline,
.section.product_listing .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-no-results .entry__content .button-list .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .button.button_large__outline,
.text-columns.about-columns .section.product_listing .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-no-results .entry__content .button-list .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .button.button_large__outline,
.section.product_listing .search-no-results .text-columns.about-columns .section-inner .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button-list .button.button_large__outline,
.search-no-results .text-columns.about-columns .section.product_listing .section-inner .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button-list .button.button_large__outline,
.section.product_listing .search-no-results .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button-list .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .button.button_large__outline,
.search-no-results .text-columns.about-columns .section.product_listing .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button-list .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .button.button_large__outline,
.section.product_listing .section-inner .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .button-text-link-sm,
.section.product_listing .section-inner .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .cta-link-custom-content-block,
.section.product_listing .section-inner .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .cta-link,
.section.product_listing .section-inner .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .button-text-link-lrg,
.section.product_listing .text-columns.about-columns .section-inner .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .section__body .button-list .button.button_large__outline,
.text-columns.about-columns .section.product_listing .section-inner .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .section__body .button-list .button.button_large__outline,
.section.product_listing .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .section__body .button-list .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .button.button_large__outline,
.text-columns.about-columns .section.product_listing .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .section__body .button-list .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .button.button_large__outline,
.section.product_listing .text-columns.about-columns .section-inner .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-results .entry__content .button-list .button.button_large__outline,
.text-columns.about-columns .section.product_listing .section-inner .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-results .entry__content .button-list .button.button_large__outline,
.section.product_listing .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-results .entry__content .button-list .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .button.button_large__outline,
.text-columns.about-columns .section.product_listing .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-results .entry__content .button-list .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .button.button_large__outline,
.section.product_listing .search-results .text-columns.about-columns .section-inner .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button-list .button.button_large__outline,
.search-results .text-columns.about-columns .section.product_listing .section-inner .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button-list .button.button_large__outline,
.section.product_listing .search-results .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button-list .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .button.button_large__outline,
.search-results .text-columns.about-columns .section.product_listing .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button-list .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .button.button_large__outline,
.section.product_listing .text-columns.about-columns .section-inner .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-no-results .entry__content .button-list .button.button_large__outline,
.text-columns.about-columns .section.product_listing .section-inner .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-no-results .entry__content .button-list .button.button_large__outline,
.section.product_listing .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-no-results .entry__content .button-list .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .button.button_large__outline,
.text-columns.about-columns .section.product_listing .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .search-no-results .entry__content .button-list .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .button.button_large__outline,
.section.product_listing .search-no-results .text-columns.about-columns .section-inner .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button-list .button.button_large__outline,
.search-no-results .text-columns.about-columns .section.product_listing .section-inner .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button-list .button.button_large__outline,
.section.product_listing .search-no-results .text-columns.about-columns .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button-list .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .button.button_large__outline,
.search-no-results .text-columns.about-columns .section.product_listing .section-inner .columns .columns__item.boxed-center .column__item-inner.imgFull .text-content .entry__content .button-list .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__text .product-card__cta-block .button.button_large__outline {
  margin-bottom: 0;
}
.section.product_listing .section-inner .product-cards-listing .row .product-card .product-card__outer-wrap .product-card__text .product-card__body,
.section.product_listing .section-inner .product-cards-listing .product-cards .product-card .product-card__outer-wrap .product-card__text .product-card__body {
  height: auto;
  border-radius: 7px 7px 0px 0px;
}
.section.product_listing .section-inner .product-cards-listing.two_column .row .product-card,
.section.product_listing .section-inner .product-cards-listing.two_column .product-cards .product-card {
  max-width: 100%;
}
@media (min-width: 768px) {
  .section.product_listing .section-inner .product-cards-listing.two_column .row .product-card,
  .section.product_listing .section-inner .product-cards-listing.two_column .product-cards .product-card {
    max-width: 49.8% !important;
  }
}
@media (min-width: 991px) {
  .section.product_listing .section-inner .product-cards-listing.two_column .row .product-card,
  .section.product_listing .section-inner .product-cards-listing.two_column .product-cards .product-card {
    max-width: 49.8% !important;
    margin: 30px 0 0;
  }
}
@media (min-width: 1350px) {
  .section.product_listing .section-inner .product-cards-listing.two_column .row .product-card,
  .section.product_listing .section-inner .product-cards-listing.two_column .product-cards .product-card {
    max-width: 49.8% !important;
  }
}
.section.product_listing .section-inner .product-cards-listing.two_column .row .product-card .product-card__outer-wrap .product-card__image,
.section.product_listing .section-inner .product-cards-listing.two_column .product-cards .product-card .product-card__outer-wrap .product-card__image {
  aspect-ratio: 6/5;
}
.section.product_listing .section-inner .product-cards-listing.two_column .row .product-card .product-card__outer-wrap .product-card__title h4,
.section.product_listing .section-inner .product-cards-listing.two_column .product-cards .product-card .product-card__outer-wrap .product-card__title h4 {
  font-size: 32px !important;
}
@media (min-width: 768px) {
  .section.product_listing .section-inner .product-cards-listing.two_column .row .product-card .product-card__outer-wrap .product-card__title h4,
  .section.product_listing .section-inner .product-cards-listing.two_column .product-cards .product-card .product-card__outer-wrap .product-card__title h4 {
    font-size: 40px !important;
  }
}
.section.product_listing .section-inner .product-cards-listing.two_column .row .product-card .product-card__outer-wrap .inner-wrapper,
.section.product_listing .section-inner .product-cards-listing.two_column .product-cards .product-card .product-card__outer-wrap .inner-wrapper {
  padding: 10px 20px 20px 20px;
}
.section.product_listing .section-inner .product-cards-listing.two_column .row .product-card .product-card__outer-wrap .inner-wrapper .product-card__details,
.section.product_listing .section-inner .product-cards-listing.two_column .product-cards .product-card .product-card__outer-wrap .inner-wrapper .product-card__details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
.section.product_listing .section-inner .product-cards-listing.two_column .row .product-card .product-card__outer-wrap .inner-wrapper .product-card__details p,
.section.product_listing .section-inner .product-cards-listing.two_column .product-cards .product-card .product-card__outer-wrap .inner-wrapper .product-card__details p {
  font-size: 16px;
}
@media (min-width: 768px) {
  .section.product_listing .section-inner .product-cards-listing.two_column .row .product-card .product-card__outer-wrap .inner-wrapper .product-card__details p,
  .section.product_listing .section-inner .product-cards-listing.two_column .product-cards .product-card .product-card__outer-wrap .inner-wrapper .product-card__details p {
    font-size: 20px;
  }
}
.section.product_listing .section-inner .product-cards-listing.two_column .row .product-card .product-card__outer-wrap .inner-wrapper .product-card__details .product-card__dimensions,
.section.product_listing .section-inner .product-cards-listing.two_column .product-cards .product-card .product-card__outer-wrap .inner-wrapper .product-card__details .product-card__dimensions {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: normal;
  justify-content: space-between;
}
.section.product_listing .section-inner .product-cards-listing.two_column .row .product-card .product-card__outer-wrap .inner-wrapper .product-card__details .product-card__dimensions .dimensions,
.section.product_listing .section-inner .product-cards-listing.two_column .product-cards .product-card .product-card__outer-wrap .inner-wrapper .product-card__details .product-card__dimensions .dimensions {
  display: flex;
  flex-direction: column;
  width: auto;
  padding: 0px 20px 0px 0px;
  margin: 0px 10px 0px 0px;
}
@media (min-width: 768px) {
  .section.product_listing .section-inner .product-cards-listing.two_column .row .product-card .product-card__outer-wrap .inner-wrapper .product-card__details .product-card__dimensions .dimensions,
  .section.product_listing .section-inner .product-cards-listing.two_column .product-cards .product-card .product-card__outer-wrap .inner-wrapper .product-card__details .product-card__dimensions .dimensions {
    margin: 20px 0px 0px 0px;
  }
}
.section.product_listing .section-inner .product-cards-listing.two_column .row .product-card .product-card__outer-wrap .inner-wrapper .product-card__details .product-card__dimensions .dimensions p,
.section.product_listing .section-inner .product-cards-listing.two_column .product-cards .product-card .product-card__outer-wrap .inner-wrapper .product-card__details .product-card__dimensions .dimensions p {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  margin: 0 0 0 0;
  font-size: 16px;
}
.section.product_listing .section-inner .product-cards-listing.two_column .row .product-card .product-card__outer-wrap .inner-wrapper .product-card__details .product-card__dimensions .dimensions h5,
.section.product_listing .section-inner .product-cards-listing.two_column .product-cards .product-card .product-card__outer-wrap .inner-wrapper .product-card__details .product-card__dimensions .dimensions h5 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .section.product_listing .section-inner .product-cards-listing.two_column .row .product-card .product-card__outer-wrap .inner-wrapper .product-card__details .product-card__dimensions .dimensions h5,
  .section.product_listing .section-inner .product-cards-listing.two_column .product-cards .product-card .product-card__outer-wrap .inner-wrapper .product-card__details .product-card__dimensions .dimensions h5 {
    font-size: 32px;
  }
}

.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container {
  padding: 0 0 0 0;
  border: none;
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filter.secondary .alm-filter--title {
  background-color: #ffffff;
  width: 100%;
}
@media (min-width: 768px) {
  .product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filter.secondary .alm-filter--title {
    width: 240px;
  }
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filter.secondary .alm-filter--title h3 {
  padding: 11px 20px 10px 20px;
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filter.secondary .alm-filter--title h3:after {
  top: 33%;
  right: 15px;
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filter.secondary .alm-filter--inner {
  border-radius: 0 0 20px 20px;
  top: 36px;
  width: 100%;
}
@media (min-width: 768px) {
  .product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filter.secondary .alm-filter--inner {
    width: 240px;
  }
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filter.secondary:hover .alm-filter--title {
  border-radius: 20px 20px 0px 0px;
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filter.secondary:hover .alm-filter--title h3:after {
  transform: translate3d(-50%, -50%, 0) rotate(-135deg);
  transform-origin: 60% 80%;
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filter.secondary.sizes:before {
  content: "";
  display: block;
  background-image: none;
}
@media (min-width: 768px) {
  .product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filter.secondary.sizes:before {
    position: absolute;
    left: auto;
    top: auto;
    margin-bottom: 0;
  }
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filter.mainFilter .alm-filter--title {
  text-align: center;
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filter.mainFilter .alm-filter--title h3 {
  font-size: 20px;
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filter.mainFilter .alm-filter--inner {
  padding: 0 0 30px 0;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filter.mainFilter .alm-filter--inner {
    padding: 0 0 60px 0;
  }
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filter.mainFilter .alm-filter--inner ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  row-gap: 24px;
  column-gap: 3%;
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filter.mainFilter .alm-filter--inner ul li.alm-filter--radio {
  background-color: #ffffff;
  padding: 0;
  margin: 0 0 0 0;
  border-radius: 6px;
  outline: 1px #b7b4ab solid !important;
  flex: 0 0 47%;
  max-width: 200px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
@media (min-width: 768px) {
  .product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filter.mainFilter .alm-filter--inner ul li.alm-filter--radio {
    flex: 0 0 22%;
    max-width: 200px;
    gap: 24px;
  }
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filter.mainFilter .alm-filter--inner ul li.alm-filter--radio:has(.alm-filter--link):has(.active) {
  outline: 3px #012d5e solid !important;
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filter.mainFilter .alm-filter--inner ul li.alm-filter--radio div.alm-filter--link {
  border: none;
  text-align: center;
  width: 100%;
  padding: 0 0 10px 0;
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filter.mainFilter .alm-filter--inner ul li.alm-filter--radio div.alm-filter--link {
    font-size: 16px;
  }
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filter.mainFilter .alm-filter--inner ul li.alm-filter--radio div.alm-filter--link:hover {
  outline: 3px #012d5e solid !important;
  border-radius: 6px;
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filter.mainFilter .alm-filter--inner ul li.alm-filter--radio div.alm-filter--link:hover:before {
  border-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filter.mainFilter .alm-filter--inner ul li.alm-filter--radio div.alm-filter--link:focus:before {
  box-shadow: none;
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filter.mainFilter .alm-filter--inner ul li.alm-filter--radio div.alm-filter--link:before {
  border: none;
  width: 100%;
  height: auto;
  aspect-ratio: 7/5;
  margin: 0 0 10px 0;
  border-radius: 6px 6px 0 0;
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filter.mainFilter .alm-filter--inner ul li.alm-filter--radio div.alm-filter--link.active.field-radio:before {
  border: none;
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .custom-secondary-wrapper {
  background-color: #e8e5dd;
  margin: 0 -50%;
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .custom-secondary-wrapper .inner-secondary-wrapper {
  max-width: 1680px;
  width: 100vw;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  position: relative;
  flex-wrap: wrap;
  padding: 30px 3% 15px 3%;
  border-radius: 7px;
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .custom-secondary-wrapper .inner-secondary-wrapper .filtersLabel {
  display: flex;
  position: relative;
  background-image: url("../png/filters-icon.png");
  margin-bottom: 0;
  background-position-x: 0px;
  background-position-y: 1px;
  display: block;
  background-repeat: no-repeat;
  background-size: 20px;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  margin: 0 20px 0 0;
  padding: 0 0 30px 30px;
}
@media (min-width: 768px) {
  .product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .custom-secondary-wrapper .inner-secondary-wrapper .filtersLabel {
    padding: 0 0 0 30px;
  }
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .custom-secondary-wrapper .inner-secondary-wrapper .secondary {
  margin: 0 20px 0 0;
  height: 55px;
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filters--controls {
  margin: 10px 0 0 0;
  display: flex;
  width: 100%;
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filters--controls .alm-filters--reset button[type=reset] {
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  color: #007994;
  text-decoration: underline;
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filters--controls .alm-filters--reset button[type=reset]:hover {
  text-decoration: none;
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filters--controls .alm-filters--reset.hidden {
  display: none;
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container#alm-filters-vinyl_filters .alm-filter--link.field-all-shapes:before {
  background-image: url("../png/product-filter-fg-all-shapes.png");
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container#alm-filters-vinyl_filters .alm-filter--link.field-rectangular:before {
  background-image: url("../png/product-filter-vlp-rectangle.png");
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container#alm-filters-vinyl_filters .alm-filter--link.field-freeform:before {
  background-image: url("../png/product-filter-vlp-freeform.png");
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container#alm-filters-vinyl_filters .alm-filter--link.field-geometric:before {
  background-image: url("../png/product-filter-vlp-geometric.png");
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container#alm-filters-vinyl_filters .alm-filter--link.field-plunge:before {
  background-image: url("../png/product-filter-vlp-plunge.png");
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container#alm-filters-fiberglass_filters .alm-filter--link.field-all-shapes:before {
  background-image: url("../png/product-filter-fg-all-shapes.png");
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container#alm-filters-fiberglass_filters .alm-filter--link.field-rectangular:before {
  background-image: url("../png/product-filter-fg-rectangle.png");
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container#alm-filters-fiberglass_filters .alm-filter--link.field-freeform:before {
  background-image: url("../png/product-filter-fg-freeform.png");
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container#alm-filters-fiberglass_filters .alm-filter--link.field-plunge:before {
  background-image: url("../png/product-filter-fg-plunge.png");
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container#alm-filters-color_filters .alm-filter--link.field-all-colors:before {
  background-image: url("../png/product-filter-fg-all-colors.png");
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container#alm-filters-color_filters .alm-filter--link.field-light-tranquil:before {
  background-image: url("../png/product-filter-fg-light-tranquil.png");
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container#alm-filters-color_filters .alm-filter--link.field-rich-vibrant:before {
  background-image: url("../png/product-filter-fg-rich-vibrant.png");
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container#alm-filters-color_filters .alm-filter--link.field-deep-dramatic:before {
  background-image: url("../png/product-filter-fg-deep-dramatic.png");
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container#alm-filters-pattern_filters .alm-filter--link.field-all-patterns:before {
  background-image: url("../png/product-filter-vlp-all-patterns.png");
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container#alm-filters-pattern_filters .alm-filter--link.field-light-tranquil:before {
  background-image: url("../png/product-filter-vlp-light-tranquil.png");
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container#alm-filters-pattern_filters .alm-filter--link.field-rich-vibrant:before {
  background-image: url("../png/product-filter-vlp-rich-vibrant.png");
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container#alm-filters-pattern_filters .alm-filter--link.field-deep-dramatic:before {
  background-image: url("../png/product-filter-vlp-deep-dramatic.png");
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-results-text {
  margin-top: -17px;
  margin-right: 2px;
}
@media (min-width: 991px) {
  .product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-results-text {
    margin-top: -50px;
    margin-right: 18px;
  }
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards #alm-selected-filters {
  margin-top: -48px;
  left: 90px;
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards #alm-selected-filters li div {
  padding: 6px 16px 4px 12px;
  border: 1px silver solid;
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .gallery-images .ajax-load-more-wrap .alm-listing.alm-ajax {
  justify-content: flex-start;
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .gallery-images .ajax-load-more-wrap .alm-listing.alm-ajax .product-card .product-card__outer-wrap .product-card__image-wrap .inventory_tag h5 {
  font-size: 10px;
}
@media (min-width: 768px) {
  .product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .gallery-images .ajax-load-more-wrap .alm-listing.alm-ajax .product-card .product-card__outer-wrap .product-card__image-wrap .inventory_tag h5 {
    font-size: 14px;
  }
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .gallery-images .alm-btn-wrap {
  display: none;
}
.product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards:has(.alm-filters--reset-button.hidden) .alm-results-text {
  margin-top: -14px;
}
@media (min-width: 991px) {
  .product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards:has(.alm-filters--reset-button.hidden) .alm-results-text {
    margin-top: -20px;
  }
}

@media (max-width: 768px) {
  .product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container {
    margin: 0 0 8px 0;
  }
  .product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filter.mainFilter .alm-filter--inner {
    display: flex !important;
    justify-content: center;
    background-color: transparent;
    padding: 0 0 0 0px;
    margin: 0 -34px 0 -34px;
  }
  .product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filter.mainFilter .alm-filter--inner ul {
    background-color: transparent;
    width: 100%;
    border-radius: 0;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 1rem 0;
    overflow-x: scroll;
    padding: 10px 2.25rem 10px 2.25rem;
    scroll-padding-left: 2.25rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    gap: 14px;
  }
  .product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .alm-filter.mainFilter .alm-filter--inner ul li {
    margin: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    flex-shrink: 0;
    white-space: nowrap;
    display: inline-block;
  }
  .product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .custom-secondary-wrapper .inner-secondary-wrapper .secondary {
    margin: 0 4% 0 0;
    width: 46%;
  }
  .product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .custom-secondary-wrapper .inner-secondary-wrapper .filtersLabel {
    display: none;
  }
  .product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters--controls {
    margin: 0 0 0 0 !important;
  }
  .product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-results-text {
    margin: -8px 0 0 0;
  }
  .product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-wrapper {
    display: flex !important;
    justify-content: flex-start;
    background-color: transparent;
    padding: 0 0 0 0px;
    margin: 0 -24px 0 -24px;
  }
  .product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-wrapper #alm-selected-filters {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    background-color: transparent;
    width: auto;
    border-radius: 0;
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0 0 2rem 0;
    overflow-x: scroll;
    padding: 0 0 0 24px;
    scroll-padding-left: 1rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    gap: 10px;
  }
  .product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-wrapper #alm-selected-filters::-webkit-scrollbar {
    display: none;
  }
  .product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-wrapper #alm-selected-filters li {
    margin: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    flex-shrink: 0;
    white-space: nowrap;
  }
  .product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-wrapper #alm-selected-filters li a {
    font-size: 16px;
    font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    display: inline-block;
    margin: 0;
    color: #000000;
    background-color: #e8e5dd;
    border: 1px #b7b4ab solid;
    border-radius: 20px;
    margin-bottom: 8px;
  }
  .product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-wrapper #alm-selected-filters li a.active {
    background-color: #ffffff;
    color: #000000;
    border: 2px #000000 solid;
  }
  .product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .gallery-images .ajax-load-more-wrap .alm-listing.alm-ajax {
    width: auto !important;
    margin: 0 -10px !important;
  }
}
@media (max-width: 480px) {
  .product_listing.filtering .section-inner .gallery.newLayout.product-cards-listing .product-cards .alm-filters-container .custom-secondary-wrapper .inner-secondary-wrapper .secondary {
    width: 100%;
    margin: 0 0 0 0;
  }
}
.tabbed-content.about-columns {
  z-index: 0;
}
.tabbed-content.about-columns .section-inner {
  overflow: hidden;
  margin-top: 40px;
  max-width: none;
  max-width: 1680px;
}
.tabbed-content.about-columns .section-inner .about-columns__heading-block {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 0 !important;
}
.tabbed-content.about-columns .section-inner .about-columns__heading-block h2.section__heading span {
  color: #007994;
  font-style: italic !important;
}
.tabbed-content.about-columns .section-inner .about-columns__heading-block .section__body, .tabbed-content.about-columns .section-inner .about-columns__heading-block .search-results .entry__content, .search-results .tabbed-content.about-columns .section-inner .about-columns__heading-block .entry__content,
.tabbed-content.about-columns .section-inner .about-columns__heading-block .search-no-results .entry__content,
.search-no-results .tabbed-content.about-columns .section-inner .about-columns__heading-block .entry__content {
  padding-bottom: 5px;
}
.tabbed-content.about-columns .section-inner .tab-nav {
  display: flex !important;
  justify-content: center;
  background-color: transparent;
  padding: 0 0 0 0;
  margin: 0 -24px 25px -24px;
}
@media (min-width: 768px) {
  .tabbed-content.about-columns .section-inner .tab-nav {
    margin: 0 0 0 0;
  }
}
.tabbed-content.about-columns .section-inner .tab-nav ul {
  background-color: transparent;
  width: auto;
  border-radius: 0;
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 1rem 0;
  overflow-x: scroll;
  padding: 0 0 0 1rem;
  scroll-padding-left: 1rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  gap: 10px;
}
@media (min-width: 768px) {
  .tabbed-content.about-columns .section-inner .tab-nav ul {
    margin: 5px 0 30px 0;
    padding: 4px;
    border-radius: 22px;
    background-color: #bebcb7;
  }
}
.tabbed-content.about-columns .section-inner .tab-nav ul::-webkit-scrollbar {
  display: none;
}
.tabbed-content.about-columns .section-inner .tab-nav ul li {
  margin: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  flex-shrink: 0;
  white-space: nowrap;
  display: inline-block;
}
.tabbed-content.about-columns .section-inner .tab-nav ul li a {
  border-radius: 20px;
  padding: 4px 10px;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  background-color: #e8e5dd;
  border: 1px #b7b4ab solid;
  margin: 0;
  margin-bottom: 8px;
  display: inline-block;
}
@media (min-width: 768px) {
  .tabbed-content.about-columns .section-inner .tab-nav ul li a {
    border: none;
    background-color: transparent;
    margin-bottom: 0;
  }
}
.tabbed-content.about-columns .section-inner .tab-nav ul li a:hover {
  text-decoration: none;
}
.tabbed-content.about-columns .section-inner .tab-nav ul li a.active {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .tabbed-content.about-columns .section-inner .tab-nav ul li a.active {
    border: none;
  }
}
.tabbed-content.about-columns .section-inner .tabbed-inner.columns {
  padding: 0 15px;
}
.tabbed-content.about-columns .section-inner .tabbed-inner.columns .columns__item.boxed-center {
  padding: 0;
}
.tabbed-content.about-columns .section-inner .tabbed-inner.columns .columns__item.boxed-center .column__item-inner {
  padding: 0;
}
.tabbed-content.about-columns .section-inner .tabbed-inner.columns .columns__item.boxed-center .column__item-inner .columns__image {
  aspect-ratio: 4/5;
}
@media (min-width: 768px) {
  .tabbed-content.about-columns .section-inner .tabbed-inner.columns .columns__item.boxed-center .column__item-inner .columns__image {
    aspect-ratio: 6/4;
  }
}
@media (min-width: 991px) {
  .tabbed-content.about-columns .section-inner .tabbed-inner.columns .columns__item.boxed-center .column__item-inner .columns__image {
    aspect-ratio: 9/4;
  }
}
.tabbed-content.about-columns .section-inner .tabbed-inner.columns .columns__item.boxed-center .column__item-inner .columns__image.in-view {
  animation: fadeIn 0.3s ease-out forwards;
}
.tabbed-content.about-columns .section-inner .tabbed-inner.columns .columns__item.boxed-center .column__item-inner .text-content {
  max-width: 600px;
  width: 95%;
  text-align: left;
  margin-top: -15%;
}
@media (min-width: 768px) {
  .tabbed-content.about-columns .section-inner .tabbed-inner.columns .columns__item.boxed-center .column__item-inner .text-content {
    margin-top: -10%;
  }
}
@media (min-width: 991px) {
  .tabbed-content.about-columns .section-inner .tabbed-inner.columns .columns__item.boxed-center .column__item-inner .text-content {
    margin-top: -5%;
  }
}
.tabbed-content.about-columns .section-inner .tabbed-inner.columns .columns__item.boxed-center .column__item-inner .text-content.wider {
  width: 95%;
}
@media (min-width: 768px) {
  .tabbed-content.about-columns .section-inner .tabbed-inner.columns .columns__item.boxed-center .column__item-inner .text-content.wider {
    max-width: 1200px;
    width: 80%;
  }
}

.section.breadcrumbs {
  display: block;
  width: 100%;
  padding: 0 !important;
  margin-top: 0 !important;
}
.section.breadcrumbs .section-inner {
  max-width: none;
  padding: 25px 10px 15px 10px !important;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (min-width: 991px) {
  .section.breadcrumbs .section-inner {
    padding: 30px 48px 30px 48px !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.section.breadcrumbs .section-inner .breadcrumb-links {
  display: flex !important;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
}
.section.breadcrumbs .section-inner .breadcrumb-links .menu-items {
  display: flex !important;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 0;
}
.section.breadcrumbs .section-inner .breadcrumb-links .menu-items p {
  padding: 8px 15px;
  margin-bottom: 0;
  color: #747474;
  font-size: 12px;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  position: relative;
}
@media (min-width: 991px) {
  .section.breadcrumbs .section-inner .breadcrumb-links .menu-items p {
    font-size: 14px;
  }
}
.section.breadcrumbs .section-inner .breadcrumb-links .menu-items p .nav-link-sm-child-dark {
  color: #007994;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
  padding: 0 0 0 0;
  font-family: "Maison Neue Bold", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
}
@media (min-width: 991px) {
  .section.breadcrumbs .section-inner .breadcrumb-links .menu-items p .nav-link-sm-child-dark {
    font-size: 14px;
  }
}
.section.breadcrumbs .section-inner .breadcrumb-links .menu-items p .nav-link-sm-child-dark:hover {
  text-decoration: none;
}
.section.breadcrumbs .section-inner .breadcrumb-links .menu-items p:after {
  content: ">";
  position: absolute;
  right: -4px;
  top: 10px;
}
.section.breadcrumbs .section-inner .breadcrumb-links .menu-items p:last-of-type:after {
  content: "";
}

.section_hubspot_form .text-and-image__wrap .text-and-image__text .section__body.clearfix, .section_hubspot_form .text-and-image__wrap .text-and-image__text .search-results .clearfix.entry__content, .search-results .section_hubspot_form .text-and-image__wrap .text-and-image__text .clearfix.entry__content,
.section_hubspot_form .text-and-image__wrap .text-and-image__text .search-no-results .clearfix.entry__content,
.search-no-results .section_hubspot_form .text-and-image__wrap .text-and-image__text .clearfix.entry__content {
  font-size: 16px;
  line-height: 1.4em;
}
@media (min-width: 768px) {
  .section_hubspot_form .text-and-image__wrap .text-and-image__text .section__body.clearfix, .section_hubspot_form .text-and-image__wrap .text-and-image__text .search-results .clearfix.entry__content, .search-results .section_hubspot_form .text-and-image__wrap .text-and-image__text .clearfix.entry__content,
  .section_hubspot_form .text-and-image__wrap .text-and-image__text .search-no-results .clearfix.entry__content,
  .search-no-results .section_hubspot_form .text-and-image__wrap .text-and-image__text .clearfix.entry__content {
    font-size: 20px;
    line-height: 1.6em;
  }
}
.section_hubspot_form .text-and-image__wrap .text-and-image__text .section__body.clearfix ul li, .section_hubspot_form .text-and-image__wrap .text-and-image__text .search-results .clearfix.entry__content ul li, .search-results .section_hubspot_form .text-and-image__wrap .text-and-image__text .clearfix.entry__content ul li,
.section_hubspot_form .text-and-image__wrap .text-and-image__text .search-no-results .clearfix.entry__content ul li,
.search-no-results .section_hubspot_form .text-and-image__wrap .text-and-image__text .clearfix.entry__content ul li {
  margin-bottom: 15px;
}
.section_hubspot_form .text-and-image__wrap .hbspt-form .input .inputs-list {
  column-count: 1;
}
@media (min-width: 768px) {
  .section_hubspot_form .text-and-image__wrap .hbspt-form .input .inputs-list {
    column-count: 2;
  }
}
.section_hubspot_form .text-and-image__wrap .hbspt-form .hs_consumer_opt_ins .input .inputs-list {
  column-count: 1 !important;
}

.hbspt-form {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
}
.hbspt-form ::-webkit-input-placeholder {
  color: transparent;
}
.hbspt-form :-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}
.hbspt-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
.hbspt-form :-ms-input-placeholder {
  color: transparent;
}
.hbspt-form label {
  color: #747474;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}
.hbspt-form label a {
  color: #007994;
}
.hbspt-form label .hs-form-required {
  color: #db2100;
}
.hbspt-form label,
.hbspt-form .hs-error-msgs {
  padding: 0 20px;
}
@media (min-width: 1025px) {
  .hbspt-form label,
  .hbspt-form .hs-error-msgs {
    padding: 0 24px;
  }
}
.hbspt-form fieldset {
  max-width: none !important;
}
.hbspt-form fieldset > div {
  margin-bottom: 12px;
}
@media (min-width: 1025px) {
  .hbspt-form fieldset > div {
    margin-bottom: 16px;
  }
}
@media (min-width: 1025px) {
  .hbspt-form fieldset.form-columns-1 .input {
    margin-right: 0 !important;
  }
  .hbspt-form fieldset.form-columns-2 .input {
    margin-right: 0 !important;
  }
  .hbspt-form fieldset.form-columns-2 > div:first-child .input {
    margin-right: 16px !important;
  }
}
.hbspt-form .input input,
.hbspt-form .input select,
.hbspt-form .input textarea,
.hbspt-form .input option {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif !important;
  font-weight: 500;
}
.hbspt-form .input input[type=text],
.hbspt-form .input input[type=email],
.hbspt-form .input input[type=tel],
.hbspt-form .input input[type=number],
.hbspt-form .input input[type=date],
.hbspt-form .input input[type=time],
.hbspt-form .input input[type=url],
.hbspt-form .input select,
.hbspt-form .input textarea {
  width: 100% !important;
  border-radius: 100px;
  border: 1px solid #b7b4ab;
  background: #fffdf7;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 20px;
}
@media (min-width: 1025px) {
  .hbspt-form .input input[type=text],
  .hbspt-form .input input[type=email],
  .hbspt-form .input input[type=tel],
  .hbspt-form .input input[type=number],
  .hbspt-form .input input[type=date],
  .hbspt-form .input input[type=time],
  .hbspt-form .input input[type=url],
  .hbspt-form .input select,
  .hbspt-form .input textarea {
    padding: 12px 24px;
  }
}
.hbspt-form .input input[type=text].error,
.hbspt-form .input input[type=email].error,
.hbspt-form .input input[type=tel].error,
.hbspt-form .input input[type=number].error,
.hbspt-form .input input[type=date].error,
.hbspt-form .input input[type=time].error,
.hbspt-form .input input[type=url].error,
.hbspt-form .input select.error,
.hbspt-form .input textarea.error {
  border: 2px solid #db2100;
}
.hbspt-form .input input[type=text]:focus,
.hbspt-form .input input[type=email]:focus,
.hbspt-form .input input[type=tel]:focus,
.hbspt-form .input input[type=number]:focus,
.hbspt-form .input input[type=date]:focus,
.hbspt-form .input input[type=time]:focus,
.hbspt-form .input input[type=url]:focus,
.hbspt-form .input select:focus,
.hbspt-form .input textarea:focus {
  border: 2px solid #000000;
}
.hbspt-form .input input[type=text],
.hbspt-form .input input[type=email],
.hbspt-form .input input[type=tel],
.hbspt-form .input input[type=number],
.hbspt-form .input input[type=date],
.hbspt-form .input input[type=time],
.hbspt-form .input input[type=url] {
  height: 40px;
}
@media (min-width: 1025px) {
  .hbspt-form .input input[type=text],
  .hbspt-form .input input[type=email],
  .hbspt-form .input input[type=tel],
  .hbspt-form .input input[type=number],
  .hbspt-form .input input[type=date],
  .hbspt-form .input input[type=time],
  .hbspt-form .input input[type=url] {
    height: 48px;
  }
}
.hbspt-form .input select {
  background-image: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 1.83398L7 6.83398L1 1.83398" stroke="%23F48472" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 24px center;
  appearance: none;
}
.hbspt-form .input .inputs-list {
  /* Style for checked state */
  /* Add the SVG checkmark using background-image for checked state */
}
.hbspt-form .input .inputs-list input[type=checkbox],
.hbspt-form .input .inputs-list .hs-form-booleancheckbox input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #b7b4ab;
  cursor: pointer;
  position: relative;
  background-color: #f7f7f7;
  aspect-ratio: 1/1;
}
.hbspt-form .input .inputs-list input[type=checkbox]:checked,
.hbspt-form .input .inputs-list .hs-form-booleancheckbox input[type=checkbox]:checked {
  background-color: #012d5e;
  border-color: #012d5e;
}
.hbspt-form .input .inputs-list input[type=checkbox]:checked::after,
.hbspt-form .input .inputs-list .hs-form-booleancheckbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M1 3.72222L3.85714 6.5L9 1.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
.hbspt-form .input .inputs-list .hs-form-booleancheckbox .hs-form-booleancheckbox-display input[type=checkbox] {
  min-width: 16px;
}
.hbspt-form .input .inputs-list label {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
}
.hbspt-form .input .inputs-list label span {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
@media (min-width: 1025px) {
  .hbspt-form .input .inputs-list label {
    gap: 12px;
  }
  .hbspt-form .input .inputs-list label span {
    font-size: 16px;
  }
}
.hbspt-form .hs_product_interest .input label span {
  text-transform: capitalize;
}
.hbspt-form .hs-fieldtype-booleancheckbox ul.inputs-list {
  column-count: 1;
}
.hbspt-form .hs-error-msg {
  font-size: 10px;
  color: #db2100;
}
.hbspt-form .hs-button {
  width: 100%;
  padding: 12px 24px;
  border-radius: 50px;
  border: none;
  background: #f48472;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: #000000;
}
.hbspt-form .hs-button:hover {
  background: #d57262;
}
@media (min-width: 1025px) {
  .hbspt-form .hs-button {
    padding: 16px 32px;
    font-size: 20px;
  }
}
.hbspt-form .hs_recaptcha {
  padding: 0 20px;
  margin-bottom: 12px;
}
@media (min-width: 1025px) {
  .hbspt-form .hs_recaptcha {
    padding: 0 24px;
    margin-bottom: 16px;
  }
}

@media (max-width: 991px) {
  .hubspot-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }
}
#formDiv {
  padding: 0 24px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  #formDiv {
    padding: 0 48px;
  }
}

.hubspotDisclaimerText {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  color: #747474;
  margin-top: 12px;
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 1025px) {
  .hubspotDisclaimerText {
    padding: 0 24px;
    margin-top: 16px;
  }
}

.formBuilder .section-inner .mobileButtonToggle .hubspotAutofillFormWrapper,
.product_description .section-inner .mobileButtonToggle .hubspotAutofillFormWrapper {
  background-color: #e8e5dd;
  padding: 40px;
  border-radius: 7px;
}
.formBuilder .section-inner .mobileButtonToggle .hubspotAutofillFormWrapper #formDiv,
.product_description .section-inner .mobileButtonToggle .hubspotAutofillFormWrapper #formDiv {
  padding: 0 !important;
}

.formBuilder .section-inner {
  padding-right: 5% !important;
}
@media (min-width: 1350px) {
  .formBuilder .section-inner {
    padding-right: 0 !important;
  }
}

.product_description .section-inner .mobileButtonToggle .hubspotAutofillFormWrapper #formDiv .hubspotAutofillForm form.hs-form > fieldset:nth-child(6) {
  display: none !important;
}

#contactUsMoreInfo.modal .hbspt-form .input .inputs-list {
  column-count: 1 !important;
}
#contactUsMoreInfo.modal .hbspt-form form.hs-form {
  margin: 0 20px !important;
}

#gfield_description_34_91,
#gfield_description_34_9 {
  display: none;
}

.page-id-9680 .text-and-image__form.formBox {
  background-color: #e8e5dd;
}

.gform_wrapper.gravity-theme .contact-local-builder-form {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
}
.gform_wrapper.gravity-theme .contact-local-builder-form label,
.gform_wrapper.gravity-theme .contact-local-builder-form .ginput_complex label {
  color: #747474;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  padding: 0 20px;
}
@media (min-width: 1025px) {
  .gform_wrapper.gravity-theme .contact-local-builder-form label,
  .gform_wrapper.gravity-theme .contact-local-builder-form .ginput_complex label {
    padding: 0 24px;
  }
}
.gform_wrapper.gravity-theme .contact-local-builder-form label a,
.gform_wrapper.gravity-theme .contact-local-builder-form .ginput_complex label a {
  color: #007994;
}
.gform_wrapper.gravity-theme .contact-local-builder-form input,
.gform_wrapper.gravity-theme .contact-local-builder-form select,
.gform_wrapper.gravity-theme .contact-local-builder-form textarea,
.gform_wrapper.gravity-theme .contact-local-builder-form option {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif !important;
  font-weight: 500;
}
.gform_wrapper.gravity-theme .contact-local-builder-form input[type=text],
.gform_wrapper.gravity-theme .contact-local-builder-form input[type=email],
.gform_wrapper.gravity-theme .contact-local-builder-form input[type=tel],
.gform_wrapper.gravity-theme .contact-local-builder-form input[type=number],
.gform_wrapper.gravity-theme .contact-local-builder-form input[type=date],
.gform_wrapper.gravity-theme .contact-local-builder-form input[type=time],
.gform_wrapper.gravity-theme .contact-local-builder-form input[type=url],
.gform_wrapper.gravity-theme .contact-local-builder-form select,
.gform_wrapper.gravity-theme .contact-local-builder-form textarea {
  width: 100% !important;
  border-radius: 100px;
  border: 1px solid #b7b4ab;
  background: #fffdf7;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 20px;
}
@media (min-width: 1025px) {
  .gform_wrapper.gravity-theme .contact-local-builder-form input[type=text],
  .gform_wrapper.gravity-theme .contact-local-builder-form input[type=email],
  .gform_wrapper.gravity-theme .contact-local-builder-form input[type=tel],
  .gform_wrapper.gravity-theme .contact-local-builder-form input[type=number],
  .gform_wrapper.gravity-theme .contact-local-builder-form input[type=date],
  .gform_wrapper.gravity-theme .contact-local-builder-form input[type=time],
  .gform_wrapper.gravity-theme .contact-local-builder-form input[type=url],
  .gform_wrapper.gravity-theme .contact-local-builder-form select,
  .gform_wrapper.gravity-theme .contact-local-builder-form textarea {
    padding: 12px 24px;
  }
}
.gform_wrapper.gravity-theme .contact-local-builder-form input[type=text].error,
.gform_wrapper.gravity-theme .contact-local-builder-form input[type=email].error,
.gform_wrapper.gravity-theme .contact-local-builder-form input[type=tel].error,
.gform_wrapper.gravity-theme .contact-local-builder-form input[type=number].error,
.gform_wrapper.gravity-theme .contact-local-builder-form input[type=date].error,
.gform_wrapper.gravity-theme .contact-local-builder-form input[type=time].error,
.gform_wrapper.gravity-theme .contact-local-builder-form input[type=url].error,
.gform_wrapper.gravity-theme .contact-local-builder-form select.error,
.gform_wrapper.gravity-theme .contact-local-builder-form textarea.error {
  border: 2px solid #db2100;
}
.gform_wrapper.gravity-theme .contact-local-builder-form input[type=text]:focus,
.gform_wrapper.gravity-theme .contact-local-builder-form input[type=email]:focus,
.gform_wrapper.gravity-theme .contact-local-builder-form input[type=tel]:focus,
.gform_wrapper.gravity-theme .contact-local-builder-form input[type=number]:focus,
.gform_wrapper.gravity-theme .contact-local-builder-form input[type=date]:focus,
.gform_wrapper.gravity-theme .contact-local-builder-form input[type=time]:focus,
.gform_wrapper.gravity-theme .contact-local-builder-form input[type=url]:focus,
.gform_wrapper.gravity-theme .contact-local-builder-form select:focus,
.gform_wrapper.gravity-theme .contact-local-builder-form textarea:focus {
  border: 2px solid #000000;
}
.gform_wrapper.gravity-theme .contact-local-builder-form input[type=text],
.gform_wrapper.gravity-theme .contact-local-builder-form input[type=email],
.gform_wrapper.gravity-theme .contact-local-builder-form input[type=tel],
.gform_wrapper.gravity-theme .contact-local-builder-form input[type=number],
.gform_wrapper.gravity-theme .contact-local-builder-form input[type=date],
.gform_wrapper.gravity-theme .contact-local-builder-form input[type=time],
.gform_wrapper.gravity-theme .contact-local-builder-form input[type=url] {
  height: 40px;
}
@media (min-width: 1025px) {
  .gform_wrapper.gravity-theme .contact-local-builder-form input[type=text],
  .gform_wrapper.gravity-theme .contact-local-builder-form input[type=email],
  .gform_wrapper.gravity-theme .contact-local-builder-form input[type=tel],
  .gform_wrapper.gravity-theme .contact-local-builder-form input[type=number],
  .gform_wrapper.gravity-theme .contact-local-builder-form input[type=date],
  .gform_wrapper.gravity-theme .contact-local-builder-form input[type=time],
  .gform_wrapper.gravity-theme .contact-local-builder-form input[type=url] {
    height: 48px;
  }
}
.gform_wrapper.gravity-theme .contact-local-builder-form select {
  background-image: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 1.83398L7 6.83398L1 1.83398" stroke="%23F48472" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 24px center;
  appearance: none;
}
.gform_wrapper.gravity-theme .contact-local-builder-form .inputs-list {
  column-count: 1;
  /* Style for checked state */
  /* Add the SVG checkmark using background-image for checked state */
}
@media (min-width: 768px) {
  .gform_wrapper.gravity-theme .contact-local-builder-form .inputs-list {
    column-count: 2;
  }
}
.gform_wrapper.gravity-theme .contact-local-builder-form .inputs-list input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #b7b4ab;
  cursor: pointer;
  position: relative;
  background-color: #f7f7f7;
  aspect-ratio: 1/1;
}
.gform_wrapper.gravity-theme .contact-local-builder-form .inputs-list input[type=checkbox]:checked {
  background-color: #012d5e;
  border-color: #012d5e;
}
.gform_wrapper.gravity-theme .contact-local-builder-form .inputs-list input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M1 3.72222L3.85714 6.5L9 1.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
.gform_wrapper.gravity-theme .contact-local-builder-form .inputs-list label {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
}
.gform_wrapper.gravity-theme .contact-local-builder-form .inputs-list label span {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
@media (min-width: 1025px) {
  .gform_wrapper.gravity-theme .contact-local-builder-form .inputs-list label {
    gap: 12px;
  }
  .gform_wrapper.gravity-theme .contact-local-builder-form .inputs-list label span {
    font-size: 16px;
  }
}
.gform_wrapper.gravity-theme .contact-local-builder-form .gform_next_button.button,
.gform_wrapper.gravity-theme .contact-local-builder-form #gform_submit_button_34 {
  padding: 12px 24px;
  border-radius: 50px;
  border: 3px solid transparent;
  background: #f48472;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: #000000;
  transition: all 0.2s ease-in-out;
}
.gform_wrapper.gravity-theme .contact-local-builder-form .gform_next_button.button:hover,
.gform_wrapper.gravity-theme .contact-local-builder-form #gform_submit_button_34:hover {
  background: #d57262;
}
@media (min-width: 1025px) {
  .gform_wrapper.gravity-theme .contact-local-builder-form .gform_next_button.button,
  .gform_wrapper.gravity-theme .contact-local-builder-form #gform_submit_button_34 {
    padding: 16px 32px;
    font-size: 20px;
  }
}
.gform_wrapper.gravity-theme .contact-local-builder-form .gform_next_button.button:disabled,
.gform_wrapper.gravity-theme .contact-local-builder-form #gform_submit_button_34:disabled {
  transition: all 0.2s ease-in-out;
  opacity: 1 !important;
  background-color: #dddddd;
  color: #747474;
  cursor: not-allowed;
}
.gform_wrapper.gravity-theme .contact-local-builder-form .gform_previous_button.button {
  border-radius: 50px;
  border: 3px solid #000000;
  background-color: transparent;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 24px;
  transition: all 0.2s ease-in-out;
}
.gform_wrapper.gravity-theme .contact-local-builder-form .gform_previous_button.button:hover {
  background-color: #000000;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .gform_wrapper.gravity-theme .contact-local-builder-form .gform_previous_button.button {
    padding: 16px 32px;
    font-size: 20px;
  }
}
.gform_wrapper.gravity-theme .contact-local-builder-form .gform_next_button.button,
.gform_wrapper.gravity-theme .contact-local-builder-form .gform_previous_button.button,
.gform_wrapper.gravity-theme .contact-local-builder-form #gform_submit_button_34 {
  width: 100%;
}

.button-list .button,
.button-list .contact-local-builder-form .gform-body .gform_previous_button.button,
.button-list .contact-local-builder-form button.gform_button.button,
.button-list .contact-local-builder-form input.gform_button.button {
  margin-bottom: 10px;
}
.button-list .button:not(:last-child),
.button-list .contact-local-builder-form .gform-body .gform_previous_button.button:not(:last-child),
.button-list .contact-local-builder-form button.gform_button.button:not(:last-child),
.button-list .contact-local-builder-form input.gform_button.button:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .button-list .button:not(:last-child),
  .button-list .contact-local-builder-form .gform-body .gform_previous_button.button:not(:last-child),
  .button-list .contact-local-builder-form button.gform_button.button:not(:last-child),
  .button-list .contact-local-builder-form input.gform_button.button:not(:last-child) {
    margin-right: 10px;
  }
}

.contact-local-builder-form .gform-body .button-list .gform_previous_button.button {
  margin-bottom: 10px;
}
.contact-local-builder-form .gform-body .button-list .gform_previous_button.button:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .contact-local-builder-form .gform-body .button-list .gform_previous_button.button:not(:last-child) {
    margin-right: 10px;
  }
}
.contact-local-builder-form .button-list button.gform_button.button,
.contact-local-builder-form .button-list input.gform_button.button {
  margin-bottom: 10px;
}
.contact-local-builder-form .button-list button.gform_button.button:not(:last-child),
.contact-local-builder-form .button-list input.gform_button.button:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .contact-local-builder-form .button-list button.gform_button.button:not(:last-child),
  .contact-local-builder-form .button-list input.gform_button.button:not(:last-child) {
    margin-right: 10px;
  }
}

.gform_required_legend {
  display: none !important;
}

.contact-local-builder-form_wrapper {
  position: relative;
}
.contact-local-builder-form_wrapper .gform_validation_errors {
  display: none;
}

.contact-local-builder-form {
  max-width: 90%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 45px;
}
.contact-local-builder-form img.gform_ajax_spinner {
  display: none !important;
}
.contact-local-builder-form .modal .modal-dialog {
  max-width: 600px;
}
.contact-local-builder-form .modal .modal-header {
  border-bottom: 0;
}
.contact-local-builder-form .modal .modal-header .close {
  position: relative;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  opacity: 0.3;
}
.contact-local-builder-form .modal .modal-header .close span {
  opacity: 0;
}
.contact-local-builder-form .modal .modal-header .close:hover {
  opacity: 1;
}
.contact-local-builder-form .modal .modal-header .close:before, .contact-local-builder-form .modal .modal-header .close:after {
  position: absolute;
  top: 0;
  left: 12px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #333;
}
.contact-local-builder-form .modal .modal-header .close:before {
  transform: rotate(45deg);
}
.contact-local-builder-form .modal .modal-header .close:after {
  transform: rotate(-45deg);
}
.contact-local-builder-form .modal .modal-content {
  border-radius: 0;
  padding: 2rem 3rem;
}
.contact-local-builder-form .modal .modal-body {
  text-align: center;
}
.contact-local-builder-form .modal .modal-body p.modal-my-latham-register {
  text-align: center;
}
.contact-local-builder-form .modal .modal-body p.modal-my-latham-register a {
  width: 100%;
}
.contact-local-builder-form .modal .modal-body p.modal-my-latham-register a:hover {
  color: #fff;
}
.contact-local-builder-form .modal .modal-body p.modal-icon {
  width: 100%;
  text-align: center;
}
.contact-local-builder-form .modal .modal-body p.modal-icon img {
  max-width: 45px;
  margin: 0 auto;
}
.contact-local-builder-form .modal .modal-body p {
  text-align: center;
}
.contact-local-builder-form .modal .modal-body a.proceed-page-confirmation {
  font-family: "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0078a3;
  text-decoration: underline;
}
.contact-local-builder-form .gf_progressbar_title {
  display: none !important;
}
.contact-local-builder-form .gf_progressbar_wrapper {
  padding-top: 45px;
}
.contact-local-builder-form .gf_progressbar_percentage > span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -150%);
  color: #003057 !important;
  font-weight: bold;
}
.contact-local-builder-form .gf_progressbar_percentage > span::after {
  content: "Complete";
  font-weight: 500;
  padding-left: 5px;
}
.contact-local-builder-form .gf_progressbar {
  background-color: #d8d8d8 !important;
  margin-bottom: 50px !important;
}
.contact-local-builder-form .gf_progressbar_percentage {
  background-color: #0078a3 !important;
  height: 7px !important;
}
.contact-local-builder-form .gform_fields {
  grid-column-gap: 15px;
}
.contact-local-builder-form .gform-body {
  padding: 0.5rem;
}
.contact-local-builder-form .gform-body .image-choices-field > .ginput_container > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.contact-local-builder-form .gform-body .image-choices-field > .ginput_container > div > .gchoice {
  display: inline-flex;
}
.contact-local-builder-form .gform-body .image-choices-field:focus {
  border: 0;
}
.contact-local-builder-form .gform-body .image-choices-field .image-choices-choice {
  margin-right: 0 !important;
  margin-bottom: 30px;
  border: 0;
}
.contact-local-builder-form .gform-body .image-choices-field .image-choices-choice .image-choices-choice-text {
  font-family: "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #002e5e;
}
.contact-local-builder-form .gform-body .image-choices-field .image-choices-choice > label {
  padding: 10px 10px 20px 10px !important;
  background-color: #ffffff;
  box-shadow: inset 0 0 2px rgba(0, 46, 94, 0.5), 2px 2px 6px 0 rgba(0, 46, 94, 0.15);
  border: 2px solid transparent;
  display: block;
  min-width: 140px;
  max-width: 150px !important;
  transition: all 0.2s ease-in-out;
}
.contact-local-builder-form .gform-body .image-choices-field .image-choices-choice-image-wrap {
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 42px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.contact-local-builder-form .gform-body .image-choices-field .image-choices-choice-hover > label {
  border: 2px solid rgba(0, 156, 189, 0.4);
}
.contact-local-builder-form .gform-body .image-choices-field .image-choices-choice-selected:focus {
  border: 2px solid transparent;
}
.contact-local-builder-form .gform-body .image-choices-field .image-choices-choice-selected > label {
  border: 2px solid #009cbd;
  position: relative;
  box-shadow: 2px 2px 6px 0 rgba(0, 46, 94, 0.15);
}
.contact-local-builder-form .gform-body .image-choices-field .image-choices-choice-selected > label::before {
  content: " ";
  border-top: 35px solid #009cbd;
  border-left: 35px solid transparent;
  display: block;
  top: 0;
  background-color: transparent;
  width: 0;
  right: 0;
  position: absolute;
  height: 0;
  z-index: 1;
}
.contact-local-builder-form .gform-body .image-choices-field .image-choices-choice-selected > label::after {
  content: " ";
  position: absolute;
  right: 6px;
  top: 0;
  display: block;
  transform: rotate(45deg);
  height: 14px;
  width: 9px;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  z-index: 99;
}
.contact-local-builder-form .gform-body #gform_page_32_2 .image-choices-field > .ginput_container > div > .gchoice {
  flex-grow: 1;
  flex-basis: 0;
}
.contact-local-builder-form .gform-body .gfield.gf_title_lg {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.contact-local-builder-form .gform-body .gfield.gf_title_lg .gfield_label {
  color: #000000;
  font-family: "Roboto Serif";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 1025px) {
  .contact-local-builder-form .gform-body .gfield.gf_title_lg .gfield_label {
    font-size: 24px;
  }
}
.contact-local-builder-form .gform-body .gfield.gf_title_lg .gfield_required_asterisk {
  color: #db2100;
  font-size: 18px;
}
.contact-local-builder-form .gform-body .gfield.gf_title_lg .gfield_description {
  padding-top: 0;
}
.contact-local-builder-form .gform-body .gfield.gf_title_lg .gfield_description a {
  text-decoration: underline;
  font-weight: bold;
}
.contact-local-builder-form .gform-body .gfield.gf_title_lg .ginput_container {
  order: 3;
  margin-top: 26px;
}
.contact-local-builder-form .gform-body .gfield.gf_title_lg.gf_images_single_column.image-choices-field > .ginput_container {
  max-height: 275px;
  overflow-y: scroll;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  margin-top: 25px;
  padding-right: 15px;
}
.contact-local-builder-form .gform-body .gfield.gf_title_lg.gf_images_single_column.image-choices-field > .ginput_container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 15px;
}
.contact-local-builder-form .gform-body .gfield.gf_title_lg.gf_images_single_column.image-choices-field > .ginput_container::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #003057;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.contact-local-builder-form .gform-body .gfield.gf_title_lg.gf_images_single_column.image-choices-field > .ginput_container > div {
  display: flex;
  flex-direction: column;
}
.contact-local-builder-form .gform-body .gfield.gf_title_lg.gf_images_single_column.image-choices-field .image-choices-choice .image-choices-choice-image-wrap {
  width: 143px;
  height: 80px;
  background-size: cover;
}
.contact-local-builder-form .gform-body .gfield.gf_title_lg.gf_images_single_column.image-choices-field .image-choices-choice > label {
  max-width: 100% !important;
  display: flex !important;
  align-items: center;
  flex-direction: row;
  margin-bottom: 10px !important;
  box-shadow: none;
  border: 1px solid rgba(0, 46, 94, 0.15);
}
.contact-local-builder-form .gform-body .gfield.gf_title_lg.gf_images_single_column.image-choices-field .image-choices-choice > label .image-choices-choice-text {
  font-family: "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  order: 1;
  width: 40%;
  text-align: left;
}
.contact-local-builder-form .gform-body .gfield.gf_title_lg.gf_images_single_column.image-choices-field .image-choices-choice > label .image-choices-choice-image-wrap {
  order: 2;
  margin: 0 auto;
}
.contact-local-builder-form .gform-body .gfield.gf_title_lg.gf_images_single_column.image-choices-field .image-choices-choice.image-choices-choice-selected > label {
  border: 2px solid #009cbd;
}
.contact-local-builder-form .gform-body .gfield.gf_title_lg.gf_inline .gfield_radio,
.contact-local-builder-form .gform-body .gfield.gf_title_lg.gf_inline .gfield_checkbox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
}
.contact-local-builder-form .gform-body .gfield.gf_title_lg.gf_inline .gfield_radio .image-choices-choice,
.contact-local-builder-form .gform-body .gfield.gf_title_lg.gf_inline .gfield_checkbox .image-choices-choice {
  margin-right: 0;
}
.contact-local-builder-form .gform-body .gfield.gf_title_lg.icon_fourty_five_px.image-choices-field .image-choices-choice .image-choices-choice-image-wrap {
  width: 100px;
}
.contact-local-builder-form .gform-body .gfield.gf_title_lg.icon_fourty_five_px.image-choices-field .image-choices-choice > label {
  max-width: 120px !important;
}
.contact-local-builder-form .gform-body .gfield.gf_title_lg:not(.gfield_html) .gfield_label {
  order: 1;
}
.contact-local-builder-form .gform-body .gfield.gf_title_lg:not(.gfield_html) .gfield_description {
  order: 2;
}
.contact-local-builder-form .gform-body .gform_page:first-child fieldset.hide-zip {
  margin-bottom: 0 !important;
}
.contact-local-builder-form .gform-body .gform_page:first-child .gform_page_fields > .gform_fields {
  margin: 0 auto;
}
.contact-local-builder-form .gform-body .gform_page.summary_page .gfield {
  text-align: left;
}
.contact-local-builder-form .gform-body .gform_page.summary_page .gfield.gf_title_lg {
  text-align: left;
  display: flex;
  flex-direction: flex-start;
}
.contact-local-builder-form .gform-body .gform_page.final_confirmation_summary_page .gform_previous_button.button {
  display: none;
}
.contact-local-builder-form .gform-body .gform_page.final_confirmation_summary_page .privacy_policy,
.contact-local-builder-form .gform-body .gform_page.final_confirmation_summary_page .terms_of_use {
  text-align: left !important;
}
.contact-local-builder-form .gform-body .gform_page.final_confirmation_summary_page .privacy_policy > .gfield_label,
.contact-local-builder-form .gform-body .gform_page.final_confirmation_summary_page .terms_of_use > .gfield_label {
  font-weight: bold;
}
.contact-local-builder-form .gform-body .gfield_description {
  font-family: "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #66686b;
  line-height: 20px;
  letter-spacing: 0;
}
.contact-local-builder-form .gform-body .gfield.gfield_error {
  position: relative;
}
.contact-local-builder-form .gform-body label,
.contact-local-builder-form .gform-body .gfield_label {
  font-family: "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #66686b;
  margin-bottom: 3px;
}
.contact-local-builder-form .gform-body .special .gfield_label {
  font-family: "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.contact-local-builder-form .gform-body .gfield_html h2 {
  font-family: "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #002e5e;
  font-family: "Maison Neue";
  letter-spacing: 0;
  line-height: 39px;
}
.contact-local-builder-form .gform-body .gform_page_footer {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .contact-local-builder-form .gform-body .gform_page_footer {
    gap: 16px;
    flex-direction: row;
  }
}
.contact-local-builder-form .gform-body fieldset {
  max-width: 100%;
  margin-bottom: 25px;
}
.contact-local-builder-form .gform-body .ginput_container_multiselect select {
  height: 150px;
}
.contact-local-builder-form .gform-body input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #003057;
  width: 1.15em;
  height: 1.15em;
  border: 1px solid #003057;
  outline: 1px solid currentColor;
  outline-offset: 1px;
  border-radius: 50%;
  position: relative;
  transform: translateY(-0.075em);
  place-content: center;
}
.contact-local-builder-form .gform-body input[type=radio]::before {
  content: " ";
  position: absolute;
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0) translate(-50%, -50%);
  left: 50%;
  top: 50%;
  transition: 120ms transform ease-in-out;
  background-color: #003057;
}
.contact-local-builder-form .gform-body input[type=radio]:checked + label {
  font-weight: 600;
}
.contact-local-builder-form .gform-body input[type=radio]:checked::before {
  transform: scale(1) translate(-50%, -50%);
}
.contact-local-builder-form .gform-body input[type=radio]:focus {
  border: 1px solid #003057;
  outline: 1px solid currentColor;
  outline-offset: 1px;
}
.contact-local-builder-form .gform-body input[type=radio] + label {
  max-width: 100%;
}
.contact-local-builder-form .gform-body input[type=checkbox] {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  position: relative;
  background: #ffffff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #d8d8d8;
  position: relative;
  vertical-align: middle;
}
.contact-local-builder-form .gform-body input[type=checkbox]:after {
  content: "";
  width: 10px;
  height: 4px;
  position: absolute;
  top: 5px;
  left: 4px;
  border: 1px solid #ffffff;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
.contact-local-builder-form .gform-body input[type=checkbox]:checked {
  background-color: #002e5e;
  border: 1px solid #002e5e;
}
.contact-local-builder-form .gform-body input[type=checkbox]:checked:after {
  opacity: 1;
}
.contact-local-builder-form .gform-body a {
  color: #0078a3;
  transition: all 0.3s ease-in-out;
}
.contact-local-builder-form .gform-body a:hover {
  color: #002e5e;
}
.contact-local-builder-form p {
  color: #66686b;
  font-family: "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
}

@media (min-width: 1024px) {
  .gform_wrapper .contact-local-builder-form .gform-body .gform_page_fields {
    min-height: 460px;
  }
  .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field .image-choices-choice {
    margin-bottom: 0 !important;
    border: 0;
  }
  .gform_wrapper .contact-local-builder-form .gform-body .gform_page.summary_page .gform_page_fields {
    min-height: auto;
  }
  .gform_wrapper .contact-local-builder-form .gform-body .gform_page:last-child .gform_page_fields {
    min-height: auto;
  }
}
@media (min-width: 1200px) {
  .gform_wrapper .contact-local-builder-form .gform-body .gform_page_fields {
    min-height: 460px;
  }
  .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field .image-choices-choice {
    margin-bottom: 0 !important;
    border: 0;
  }
  .gform_wrapper .contact-local-builder-form .gform-body .image-choices-field > .ginput_container > div {
    flex-wrap: nowrap;
  }
}
@media (max-width: 540px) {
  legend.gfield_label.gfield_label_before_complex {
    widows: 3;
  }
  .contact-local-builder-form .gform_page > .gform_page_fields {
    padding: 10px 30px;
  }
  .contact-local-builder-form .gfield.gf_title_lg .gfield_label {
    padding-left: 15px;
    padding-right: 15px;
  }
  body::-webkit-scrollbar:vertical {
    width: 15px;
  }
  body::-webkit-scrollbar:horizontal {
    height: 15px;
  }
  body::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #003057;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }
}
#contactLocalBuilderModal .modal-body {
  padding: 0;
}
#contactLocalBuilderModal .modal-header {
  background-color: #f5f5fe;
  align-items: center;
}
#contactLocalBuilderModal .modal-header .modal-title {
  color: #66686b;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}

.confirmation-dealer-results .gf_progressbar_wrapper .gf_progressbar_percentage > span {
  display: none;
}

.next-button-lottie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  backdrop-filter: blur(3px);
  transition: all 0.2s ease-in-out;
  z-index: 1048;
}
.next-button-lottie .lottie-wrapper {
  background-color: #fff;
  max-width: 300px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: fit-content;
  padding: 40px 30px 40px 30px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}
.next-button-lottie .lottie-wrapper p {
  font-family: "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #002e5e;
}
.next-button-lottie.gppa-lottie {
  display: none;
}

/**
 * Gravity Perks // Multi-Page Navigation // Disable Multi-Page Navigation Links via CSS
 * https://gravitywiz.com/documentation/gravity-forms-multi-page-navigation/
 *
 * This CSS disables Mulit-page Naviation's page links whenever GP Populate Anything disables the form navigation.
*/
.page-template-template-speak-to-a-builder fieldset.hide-zip {
  position: relative !important;
}

.page-template-template-speak-to-a-builder .pac-container-gpaa {
  top: 72px !important;
  left: 0 !important;
}

.gppa-navigation-disabled .gform_next_button,
.final_confirmation_summary_page .gform_button.button.disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
  display: inline-block !important;
  /* For IE11/ MS Edge bug */
  pointer-events: none !important;
  text-decoration: none !important;
}

.gppa-navigation-disabled .gform_next_button:hover,
.final_confirmation_summary_page .gform_button.button.disabled:hover {
  cursor: not-allowed !important;
}

.gform_page_footer .next-button-wrapper {
  display: inline-block;
}

.contact-local-builder-form.gppa-navigation-disabled + .next-button-lottie.gppa-lottie {
  display: flex !important;
}

.hide-zip .ginput_address_zip {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.disclaimerNote .gfield_description {
  margin-top: 0 !important;
  padding-top: 5px !important;
  font-size: 13px !important;
  color: #c02b0a !important;
}

.disclaimerNote label span {
  color: #c02b0a !important;
}

.page-id-9680 .text-and-image__form.formBox {
  padding: 24px;
}
@media (min-width: 991px) {
  .page-id-9680 .text-and-image__form.formBox {
    padding: 50px;
  }
}
.page-id-9680 #formDiv {
  padding: 0 !important;
}

#gmapOuter {
  margin-bottom: 24px;
}
@media (min-width: 991px) {
  #gmapOuter {
    margin-bottom: 40px;
  }
}

.fab-results-header .fab-results-header-text {
  white-space: nowrap;
  color: #012d5e;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 24px */
  text-transform: uppercase;
}
.fab-results-header h6 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.find-a-builder-form .form-page {
  display: none;
}
.find-a-builder-form .form-page.active {
  display: block;
}
.find-a-builder-form .page-1-disclaimer,
.find-a-builder-form .page-6-disclaimer {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #747474;
  font-size: 12px;
  line-height: 1.5;
  display: block;
  padding: 0 20px;
  margin-top: 12px;
}
@media (min-width: 1025px) {
  .find-a-builder-form .page-1-disclaimer,
  .find-a-builder-form .page-6-disclaimer {
    padding: 0 24px;
    margin-top: 24px;
  }
}
.find-a-builder-form .page-1-disclaimer a,
.find-a-builder-form .page-6-disclaimer a {
  color: #007994;
  text-decoration: underline;
}
.find-a-builder-form .page-1-disclaimer a:hover,
.find-a-builder-form .page-6-disclaimer a:hover {
  text-decoration: none;
}
.find-a-builder-form h6.headline-regular {
  margin-bottom: 24px;
}
.find-a-builder-form .form-field {
  /* Custom checkbox styles */
  /* Style for checked state */
  /* Add the SVG checkmark using background-image for checked checkbox */
  /* Custom radio styles */
  /* Add circle fill for checked radio */
}
.find-a-builder-form .form-field label {
  color: #747474;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
@media (min-width: 1025px) {
  .find-a-builder-form .form-field label {
    padding: 0 24px;
  }
}
.find-a-builder-form .form-field label a {
  color: #007994;
}
.find-a-builder-form .form-field label .fab-option-image {
  max-width: 24px;
  max-height: 24px;
  margin-left: 20px;
  margin-right: 12px;
  object-fit: contain;
  cursor: pointer;
}
@media (min-width: 991px) {
  .find-a-builder-form .form-field label .fab-option-image {
    margin-left: 24px;
  }
}
.find-a-builder-form .form-field label span {
  cursor: pointer;
}
.find-a-builder-form .form-field label input[type=checkbox],
.find-a-builder-form .form-field label input[type=radio] {
  margin-right: 0;
  flex-shrink: 0;
}
.find-a-builder-form .form-field input,
.find-a-builder-form .form-field select,
.find-a-builder-form .form-field textarea,
.find-a-builder-form .form-field option {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif !important;
  font-weight: 500;
}
.find-a-builder-form .form-field input[type=text],
.find-a-builder-form .form-field input[type=email],
.find-a-builder-form .form-field input[type=tel],
.find-a-builder-form .form-field input[type=number],
.find-a-builder-form .form-field input[type=date],
.find-a-builder-form .form-field input[type=time],
.find-a-builder-form .form-field input[type=url],
.find-a-builder-form .form-field select,
.find-a-builder-form .form-field textarea {
  width: 100% !important;
  border-radius: 100px;
  border: 1px solid #b7b4ab;
  background: #fffdf7;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 20px;
  color: #000000;
}
@media (min-width: 1025px) {
  .find-a-builder-form .form-field input[type=text],
  .find-a-builder-form .form-field input[type=email],
  .find-a-builder-form .form-field input[type=tel],
  .find-a-builder-form .form-field input[type=number],
  .find-a-builder-form .form-field input[type=date],
  .find-a-builder-form .form-field input[type=time],
  .find-a-builder-form .form-field input[type=url],
  .find-a-builder-form .form-field select,
  .find-a-builder-form .form-field textarea {
    padding: 12px 24px;
  }
}
.find-a-builder-form .form-field input[type=text].error,
.find-a-builder-form .form-field input[type=email].error,
.find-a-builder-form .form-field input[type=tel].error,
.find-a-builder-form .form-field input[type=number].error,
.find-a-builder-form .form-field input[type=date].error,
.find-a-builder-form .form-field input[type=time].error,
.find-a-builder-form .form-field input[type=url].error,
.find-a-builder-form .form-field select.error,
.find-a-builder-form .form-field textarea.error {
  border: 2px solid #db2100;
}
.find-a-builder-form .form-field input[type=text]:focus,
.find-a-builder-form .form-field input[type=email]:focus,
.find-a-builder-form .form-field input[type=tel]:focus,
.find-a-builder-form .form-field input[type=number]:focus,
.find-a-builder-form .form-field input[type=date]:focus,
.find-a-builder-form .form-field input[type=time]:focus,
.find-a-builder-form .form-field input[type=url]:focus,
.find-a-builder-form .form-field select:focus,
.find-a-builder-form .form-field textarea:focus {
  border: 2px solid #000000;
}
.find-a-builder-form .form-field select::placeholder {
  color: #000000;
}
.find-a-builder-form .form-field input[type=text],
.find-a-builder-form .form-field input[type=email],
.find-a-builder-form .form-field input[type=tel],
.find-a-builder-form .form-field input[type=number],
.find-a-builder-form .form-field input[type=date],
.find-a-builder-form .form-field input[type=time],
.find-a-builder-form .form-field input[type=url] {
  height: 40px;
}
@media (min-width: 1025px) {
  .find-a-builder-form .form-field input[type=text],
  .find-a-builder-form .form-field input[type=email],
  .find-a-builder-form .form-field input[type=tel],
  .find-a-builder-form .form-field input[type=number],
  .find-a-builder-form .form-field input[type=date],
  .find-a-builder-form .form-field input[type=time],
  .find-a-builder-form .form-field input[type=url] {
    height: 48px;
  }
}
.find-a-builder-form .form-field select {
  background-image: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 1.83398L7 6.83398L1 1.83398" stroke="%23F48472" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 24px center;
  appearance: none;
}
.find-a-builder-form .form-field input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #b7b4ab;
  cursor: pointer;
  position: relative;
  background-color: #f7f7f7;
  aspect-ratio: 1/1;
}
.find-a-builder-form .form-field input[type=checkbox] {
  border-radius: 4px;
}
.find-a-builder-form .form-field input[type=checkbox]:checked {
  background-color: #012d5e;
  border-color: #012d5e;
}
.find-a-builder-form .form-field input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M1 3.72222L3.85714 6.5L9 1.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 8px;
}
.find-a-builder-form .form-field input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #b7b4ab;
  cursor: pointer;
  position: relative;
  background-color: #f7f7f7;
  aspect-ratio: 1/1;
}
.find-a-builder-form .form-field input[type=radio] {
  border-radius: 50%;
}
.find-a-builder-form .form-field input[type=radio]:checked {
  border-color: #012d5e;
}
.find-a-builder-form .form-field input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: #012d5e;
  border-radius: 50%;
}
.find-a-builder-form .form-field .product-interest-group div {
  margin-bottom: 5px;
}
.find-a-builder-form .form-field .product-checkbox-item {
  margin-bottom: 10px;
}
.find-a-builder-form .form-field.product-interest-group, .find-a-builder-form .form-field.pool-size-group, .find-a-builder-form .form-field.pool-shape-group, .find-a-builder-form .form-field.budget-group, .find-a-builder-form .form-field.timeline-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-wrap: wrap;
}
.find-a-builder-form .form-field.product-interest-group > div, .find-a-builder-form .form-field.pool-size-group > div, .find-a-builder-form .form-field.pool-shape-group > div, .find-a-builder-form .form-field.budget-group > div, .find-a-builder-form .form-field.timeline-group > div {
  flex: 1 1 calc(50% - 10px);
}
.find-a-builder-form .form-field.product-interest-group label, .find-a-builder-form .form-field.pool-size-group label, .find-a-builder-form .form-field.pool-shape-group label, .find-a-builder-form .form-field.budget-group label, .find-a-builder-form .form-field.timeline-group label {
  padding: 0;
  color: #000000;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 24px */
}
@media (min-width: 991px) {
  .find-a-builder-form .form-field.product-interest-group, .find-a-builder-form .form-field.pool-size-group, .find-a-builder-form .form-field.pool-shape-group, .find-a-builder-form .form-field.budget-group, .find-a-builder-form .form-field.timeline-group {
    flex-direction: row;
  }
}
.find-a-builder-form .form-page[data-page-index="0"] .form-field {
  margin-bottom: 12px;
}
@media (min-width: 1025px) {
  .find-a-builder-form .form-page[data-page-index="0"] .form-field {
    margin-bottom: 16px;
  }
}
.find-a-builder-form .form-page:not([data-page-index="0"]) h6.headline-regular:last-of-type {
  margin-top: 40px;
}
@media (min-width: 1025px) {
  .find-a-builder-form .form-page:not([data-page-index="0"]) h6.headline-regular:last-of-type {
    margin-top: 32px;
  }
}
.find-a-builder-form .form-page[data-page-index="1"] h6.headline-regular {
  margin-top: 0 !important;
}
.find-a-builder-form .form-navigation {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  margin-top: 40px;
}
.find-a-builder-form .form-navigation .button-primary, .find-a-builder-form .form-navigation .button-list .button.button_large__outline, .button-list .find-a-builder-form .form-navigation .button.button_large__outline, .find-a-builder-form .form-navigation .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-primary, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .find-a-builder-form .form-navigation .button-primary, .find-a-builder-form .form-navigation .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-list .button.button_large__outline, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button-list .find-a-builder-form .form-navigation .button.button_large__outline, .find-a-builder-form .form-navigation .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .button.button_large__outline, .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .section__body .find-a-builder-form .form-navigation .button.button_large__outline, .find-a-builder-form .form-navigation .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-primary, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .find-a-builder-form .form-navigation .button-primary, .find-a-builder-form .form-navigation .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary, .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .find-a-builder-form .form-navigation .button-primary,
.find-a-builder-form .form-navigation .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-primary,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .find-a-builder-form .form-navigation .button-primary,
.find-a-builder-form .form-navigation .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-primary,
.search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .find-a-builder-form .form-navigation .button-primary, .find-a-builder-form .form-navigation .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-list .button.button_large__outline, .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button-list .find-a-builder-form .form-navigation .button.button_large__outline, .find-a-builder-form .form-navigation .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline, .search-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .find-a-builder-form .form-navigation .button.button_large__outline,
.find-a-builder-form .form-navigation .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-list .button.button_large__outline,
.about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button-list .find-a-builder-form .form-navigation .button.button_large__outline,
.find-a-builder-form .form-navigation .search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .button.button_large__outline,
.search-no-results .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button-list .find-a-builder-form .form-navigation .button.button_large__outline, .find-a-builder-form .form-navigation .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .button.button_large__outline, .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-results .entry__content .find-a-builder-form .form-navigation .button.button_large__outline, .find-a-builder-form .form-navigation .search-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline, .search-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .find-a-builder-form .form-navigation .button.button_large__outline,
.find-a-builder-form .form-navigation .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .button.button_large__outline,
.button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .search-no-results .entry__content .find-a-builder-form .form-navigation .button.button_large__outline,
.find-a-builder-form .form-navigation .search-no-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .button.button_large__outline,
.search-no-results .button-list .about-columns .section-inner .columns__item.boxed-center.overlap .column__item-inner .text-content .entry__content .find-a-builder-form .form-navigation .button.button_large__outline,
.find-a-builder-form .form-navigation .button-secondary-dark {
  margin: 0;
}
.find-a-builder-form .form-navigation #fab_next_page {
  order: 1;
}
.find-a-builder-form .form-navigation #fab_confirm_and_see_builders {
  order: 2;
}
.find-a-builder-form .form-navigation #fab_prev_page {
  order: 3;
}
@media (min-width: 991px) {
  .find-a-builder-form .form-navigation {
    flex-direction: row;
    gap: 16px;
  }
  .find-a-builder-form .form-navigation #fab_next_page {
    order: 2;
  }
  .find-a-builder-form .form-navigation #fab_confirm_and_see_builders {
    order: 3;
  }
  .find-a-builder-form .form-navigation #fab_prev_page {
    order: 1;
  }
}
.find-a-builder-form [data-page-index="4"] h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
.find-a-builder-form [data-page-index="4"] p,
.find-a-builder-form [data-page-index="4"] ul {
  margin-bottom: 10px;
}
.find-a-builder-form [data-page-index="4"] ul {
  list-style: disc;
  padding-left: 20px;
}
.find-a-builder-form [data-page-index="5"] ul {
  list-style: disc;
  padding-left: 40px;
  margin-bottom: 20px;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5; /* 24px */
}
.find-a-builder-form .fab-progress-bar-area {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  width: 100%;
}
@media (min-width: 1025px) {
  .find-a-builder-form .fab-progress-bar-area {
    margin-bottom: 32px;
  }
}
.find-a-builder-form .fab-progress-bar-area .step-indicator {
  margin-right: 15px;
  white-space: nowrap;
  color: #012d5e;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 24px */
  text-transform: uppercase;
}
.find-a-builder-form .fab-progress-bar-area .fab-progress-bar-container {
  flex-grow: 1;
  height: 4px;
  background-color: #f5f3ec;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.find-a-builder-form .fab-progress-bar-area .fab-progress-bar-inner {
  height: 100%;
  width: 0%;
  background-color: #02b1d9;
  border-radius: 6px;
  transition: width 0.4s ease-in-out;
}
.find-a-builder-form p.validation-message,
.find-a-builder-form p.validation-message-pg2 {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  color: #db2100;
  font-size: 10px;
  font-weight: 500;
  line-height: 110%; /* 11px */
  margin-top: 5px;
  padding: 0 20px;
}
@media (min-width: 1025px) {
  .find-a-builder-form p.validation-message,
  .find-a-builder-form p.validation-message-pg2 {
    padding: 0 24px;
  }
}
.find-a-builder-form #fab_review_content {
  display: flex;
  flex-direction: column;
}
.find-a-builder-form #fab_review_content .fab-review-heading {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5; /* 24px */
  display: block;
  margin-bottom: 12px;
}
.find-a-builder-form #fab_review_content p,
.find-a-builder-form #fab_review_content ul {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5; /* 24px */
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .find-a-builder-form #fab_review_content {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .find-a-builder-form #fab_review_content p,
  .find-a-builder-form #fab_review_content ul {
    margin-bottom: 4px;
  }
  .find-a-builder-form #fab_review_content .fab-review-spec-container {
    flex: 1 1 calc(50% - 10px);
  }
}

#fabGenericModal {
  background: rgba(0, 28, 59, 0.5);
}
@media (min-width: 1025px) {
  #fabGenericModal .modal-dialog {
    width: 600px;
    max-width: 600px;
  }
}
#fabGenericModal .modal-content {
  border-radius: 6px;
  background: #fffdf7;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.25);
  padding: 40px 32px;
}
@media (min-width: 1025px) {
  #fabGenericModal .modal-content {
    padding: 50px;
  }
}
#fabGenericModal .modal-content p {
  color: #000000;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  #fabGenericModal .modal-content p {
    font-size: 20px;
  }
}
#fabGenericModal .modal-content .button-primary, #fabGenericModal .modal-content .button-list .button.button_large__outline, .button-list #fabGenericModal .modal-content .button.button_large__outline {
  margin-bottom: 24px;
}
#fabGenericModal .modal-content img {
  display: block;
  margin: 0 auto;
  max-width: 48px;
  height: auto;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  #fabGenericModal .modal-content img {
    max-width: 64px;
  }
}
#fabGenericModal .modal-button-wrapper {
  display: flex;
  flex-direction: column;
}
#fabGenericModal .modal-button-wrapper {
  margin-top: 40px;
  gap: 24px;
}
#fabGenericModal .modal-continue-wrapper {
  margin-top: 40px;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
#fabGenericModal .modal-continue-wrapper span {
  color: #000000;
  display: block;
  font-weight: 700;
}
#fabGenericModal .modal-continue-wrapper a {
  color: #007994;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
#fabGenericModal .button-text-link-lrg, #fabGenericModal .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_front .inner-wrap-back .cta-link-custom-content-block, .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_front .inner-wrap-back #fabGenericModal .cta-link-custom-content-block,
#fabGenericModal .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_back .inner-wrap-back .cta-link-custom-content-block,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_back .inner-wrap-back #fabGenericModal .cta-link-custom-content-block,
#fabGenericModal .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .gradient-mask .inner-wrap-back .cta-link-custom-content-block,
.card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .gradient-mask .inner-wrap-back #fabGenericModal .cta-link-custom-content-block {
  margin-bottom: 0;
}

@media (max-width: 441px) {
  #fabGenericModal .button-text-link-lrg, #fabGenericModal .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_front .inner-wrap-back .cta-link-custom-content-block, .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_front .inner-wrap-back #fabGenericModal .cta-link-custom-content-block,
  #fabGenericModal .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_back .inner-wrap-back .cta-link-custom-content-block,
  .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .card_back .inner-wrap-back #fabGenericModal .cta-link-custom-content-block,
  #fabGenericModal .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .gradient-mask .inner-wrap-back .cta-link-custom-content-block,
  .card-carousel-2025 .section-inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .card_wrap .gradient-mask .inner-wrap-back #fabGenericModal .cta-link-custom-content-block {
    font-size: 16px;
  }
}
.builder-results--list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}
.builder-results--row {
  background-color: #fffdf7;
  border-radius: 6px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: start;
  gap: 10px;
}
.builder-results--phone-and-website {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  margin-bottom: 12px;
  gap: 12px;
}
@media (min-width: 991px) {
  .builder-results--phone-and-website {
    gap: 32px;
    margin-bottom: 20px;
    flex-direction: row;
  }
}
.builder-results--phone, .builder-results--website {
  color: #007994;
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 30px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  padding-left: 32px;
  display: inline-block;
  position: relative;
}
.builder-results--phone:before, .builder-results--website:before {
  background-position: center;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  margin-right: 12px;
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: 3px;
}
.builder-results--phone:hover, .builder-results--website:hover {
  color: #747474;
  text-decoration: none;
}
.builder-results--phone:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="23" viewBox="0 0 22 23" fill="none"><path d="M1 3.32409C1 2.09679 1.99492 1.10187 3.22222 1.10187H6.86582C7.34408 1.10187 7.76868 1.4079 7.91992 1.86161L9.58415 6.85432C9.75901 7.37889 9.52153 7.95221 9.02696 8.1995L6.5189 9.45353C7.74361 12.1699 9.93198 14.3583 12.6483 15.583L13.9024 13.0749C14.1497 12.5803 14.723 12.3429 15.2475 12.5177L20.2403 14.182C20.694 14.3332 21 14.7578 21 15.236V18.8796C21 20.1069 20.0051 21.1019 18.7778 21.1019H17.6667C8.46192 21.1019 1 13.6399 1 4.4352V3.32409Z" stroke="%23007994" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.builder-results--website:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="23" viewBox="0 0 22 23" fill="none"><path d="M17.6667 12.213V18.8796C17.6667 19.469 17.4325 20.0342 17.0158 20.451C16.599 20.8677 16.0338 21.1018 15.4444 21.1018H3.22222C2.63285 21.1018 2.06762 20.8677 1.65087 20.451C1.23413 20.0342 1 19.469 1 18.8796V6.6574C1 6.06803 1.23413 5.5028 1.65087 5.08605C2.06762 4.66931 2.63285 4.43518 3.22222 4.43518H9.88889" stroke="%23007994" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.333 1.10187H20.9997V7.76853" stroke="%23007994" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.77734 13.3241L20.9996 1.10187" stroke="%23007994" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.builder-results--grand-designations {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 4px;
  margin-bottom: 4px;
}
.builder-results--grand-text-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.builder-results--number {
  white-space: nowrap;
}
.builder-results--builder-name {
  display: block;
  margin-bottom: 8px;
}
.builder-results--grand-text {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5; /* 30px */
}
.builder-results--grand-text .builder-tooltip-icon {
  display: inline-block;
  margin-left: 12px;
  transform: translateY(4px);
}
.builder-results--products-sold {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 24px */
}
.builder-results--number, .builder-results--builder-name {
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5; /* 30px */
}

.tippy-box {
  border: 1px solid #001c3b;
  background: #fffdf7;
  color: #000000;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  font-family: "Maison Neue Medium", "Maison Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0%;
  vertical-align: middle;
}

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