@charset "UTF-8";
/* START ---- SETS HEADER FONT WITH BACKUP */
:is(h1, h2, h3, h4, h5, h6) {
  font-family: 'Rubik', sans-serif;
}
:is(h2, h3, h4, h5, h6):not(:first-child) {
  margin-top: 0.5em;
}
/* START ---- EXTERNAL LINK INDICATOR STYLING */
a:not([href*='indigoboostdesign.com']):not([href^='#']):not([href^='/']):not([href^='tel']):not([href^='mailto']):not(.u-link-exception)::after {
  font-family: 'Font Awesome 5 free';
  margin-left: 0.25em;
  content: "";
  font-weight: 900;
}
/* START ---- HEADER BUILDER STYLES */
.oxy-sticky-header-active .header-row__logo {
  position: static;
}
.oxy-sticky-header-active .header-row__logo img {
  width: auto;
  height: 50px;
}
.header-row :is(.oxy-header-left, .oxy-header-center, .oxy-header-right) {
  display: flex;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .header-row :is(.oxy-header-left, .oxy-header-center, .oxy-header-right) {
    flex-direction: column-reverse;
  }
}
.header-row :is(.oxy-header-left, .oxy-header-center, .oxy-header-right):empty {
  display: none;
}
@media (max-width: 767px) {
  .oxy-header-container {
    padding: 0px !important;
  }
}
a.oxy-gallery-item {
  flex-grow: 0 !important;
}
.oxy-gallery-item-contents {
  background-position: center center;
}
@media (max-width: 767px) {
  .oxy-gallery-flex .oxy-gallery-item {
    width: calc(50% - 10px - 10px) !important;
  }
}
@media (max-width: 479px) {
  .oxy-gallery-flex .oxy-gallery-item {
    width: 100% !important;
    margin: 10px 0px !important;
  }
}
/* START ---- FONT AWESOME STYLING */
.header-row__social-icons .fa-brands {
  padding: 0px 10px;
  color: var(--shade-white);
  transition-duration: 0.3s;
}
.header-row__social-icons .fa-brands:hover {
  color: var(--accent);
}
/* START ---- CUSTOM STYLING */
.footer__info .oxy-slide-menu .oxy-slide-menu_list {
  margin: 0;
}
.footer__copyright-block a {
  color: var(--shade-white);
  transition-duration: 0.3s;
}
.footer__copyright-block a:hover {
  color: var(--accent);
}
.splitcontent2__block:nth-child(even) .splitcontent2__container {
  flex-direction: row-reverse !important;
}
@media (max-width: 993px) {
  .splitcontent2__block:nth-child(even) .splitcontent2__container {
    flex-direction: column !important;
  }
}
.splitcontent2__block:nth-child(even) .splitcontent2__container .splitcontent2__contentblock {
  padding-left: var(--space-l);
}
@media (max-width: 993px) {
  .splitcontent2__block:nth-child(even) .splitcontent2__container .splitcontent2__contentblock {
    padding: 0;
  }
}
.splitcontent2 ul {
  position: relative;
  list-style: none;
  margin-left: 0;
  padding-left: 1.2em;
}
.splitcontent2 ul li:before {
  content: "*";
  position: absolute;
  left: 0;
  line-height: 1.8em;
}
.main__content p {
  margin: 18px 0;
}
.main__content :is(h1, h2, h3, h4, h5, h6):first-child {
  font-size: var(--text-xxl);
}
.splitcontent2__block:last-child .splitcontent2__container {
  margin-bottom: 0;
}
.large-cta__content ul {
  padding: 0;
  margin: var(--space-m) 0 0 0;
}
.large-cta__content ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.large-cta__content ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "";
  margin-right: 10px;
}
figure {
  margin: 0;
}
.inner-reviews__review p {
  margin-top: 0;
}
.oxel__color:hover .oxel__icon-color {
  color: var(--shade-white);
}
.parallax__content :is(h2, h3, h4, h5, h6) {
  color: var(--accent);
}
.parallax__content :is(h2, h3, h4, h5, h6):first-child {
  font-size: var(--text-xxl);
}
.parallax__content :is(h2, h3, h4, h5, h6):first-child:after {
  content: "";
  display: block;
  width: 20%;
  height: 0.5rem;
  background-color: var(--accent);
  margin: 1em auto;
}
