/** Shopify CDN: Minification failed

Line 259:0 Unexpected "}"

**/
/* P1 - Overrides */
@media only screen and (min-width: 1536px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-h1-scale) * 4.8rem);
  }
}
@media only screen and (min-width: 1536px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-h2-scale) * 3.7rem);
  }
}
@media only screen and (min-width: 1536px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-h3-scale) * 3.6rem);
  }
}
h4,
.h4 {
  font-size: calc(var(--font-heading-h4-scale) * 1.8rem);
}
@media only screen and (min-width: 750px) {
  h4,
  .h4 {
    font-size: calc(var(--font-heading-h4-scale) * 2rem);
  }
}
@media only screen and (min-width: 1360px) {
  h4,
  .h4 {
    font-size: calc(var(--font-heading-h4-scale) * 2.2rem);
  } 
}
@media only screen and (min-width: 1536px) {
  h4,
  .h4 {
    font-size: calc(var(--font-heading-h4-scale) * 2.5rem);
  }
}

h5,
.h5 {
  font-size: calc(var(--font-heading-h5-scale) * 1.8rem);
}
@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-h5-scale) * 2rem);
  }
}
.customer .button--simple_link {
  padding: 1em;
}
a.button.button--simple.focus-inset {
    min-height: 30px;
    display: inline-block;
    padding: 1em;
}
[data-scheme=dark] .mega-menu__columns {
  padding: 1em;
}
header .button--secondary {
  display: none;
}
@media (min-width: 576px) {
  header .button--secondary {
    display: inline-flex;
  }
}
html {
    scroll-padding-top: 100px;
}
/* Full width buttons on mobile */
@media (max-width: 400px) {
  .button {
    min-width: 100%;
    text-align: center;
    margin: .5em auto;
  }
}
/* Added a caret down to menu */
.list-menu-item .header__menu-item.list-menu__item.header__menu-has-sub:after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: block;
  height: 5px;
  margin-left: 16px;
  transform: rotate(45deg);
  transform-origin: 3px 3px;
  transition: transform .25s ease-in-out;
  width: 5px;
  margin-left: 7px;
  margin-right: 14px;
}

.rte * {
  line-height: inherit !important;
}
/* Blog Post */
.article-template .breadcrumb {
  margin-bottom: 1rem;
}
@media screen and (min-width: 576px) {
  .article-template .breadcrumb {
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 990px) {
  .article-template .breadcrumb {
    margin-bottom: 2.4rem;
  }
}
/* Main Blog */
.main-blog .article .article-card--landscape .media {
  padding-bottom: 56%;
  margin-top: 1em;
  margin-left: 1em;
  margin-right: 2em;
  width: calc(100% - 2em);
}
/* CDSEO */
.cdseo-block-media-container img {
  border: 1px solid #ccc;
}
.cdseo-block-media-container p {
  color: #888;
  font-size: 0.86em;
  text-align: center !important;
  display: inline-block;
  font-style:italic;
}
/* Collapsible Content */
.collapsible-content__answer-inner {
  max-width: 100%;
}
.collapsible-content__answer-inner p {
  margin: inherit;
  font-size: 1.2em;
}
.collapsible-content__content {
  max-width: 860px;
}
.collapsible-content__content--background .collapsible-content__answer-inner {
  max-width: inherit;
}
@media screen and (min-width: 750px) {
  .collapsible-content__content--background .collapsible-content__answer-inner {
    padding-right: 4rem;
  }
}
/* Footer */
@media screen and (min-width: 990px) {
  .footer__blocks-wrapper {
    gap: 2rem 3rem;
  }
}
.footer__content-bottom {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.footer__copyright, .footer__policies {
  margin: 0 auto;
}
/* Section Numbers */
@media (min-width: 576px) {
  .numbers__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 750px) {
  .numbers__wrapper {
    gap: 4rem;
  }
}
@media (min-width: 750px) {
  .numbers__wrapper--number-size-normal .numbers-card__number {
    font-size: 3.4rem;
  }
}
@media (min-width: 750px) {
  .numbers-card__number {
    margin-bottom: inherit;
  }
}
/* Pricing Table */
@media screen and (min-width: 990px) {
  .pricing-table__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .pricing-table__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
.pricing-table__item-list ul li::before {
  color: rgba(var(--color-button));
}
.pricing-table__item-list ul li.xmark::before {
  content: "\2716";
  font-family: "icon-custom";
  font-size: 122%;
  font-weight: 500;
  margin-right: 1.2rem;
  color: red;
}
.pricing-table__item-list ul li.xmark {
  color: #bbb;
}
/* Social Media */
@media (min-width: 750px) {
  .social-media__sliders--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Contact Form */
@media screen and (min-width: 750px) {
  .contact-form__wrapper {
    max-width: 800px;
  }
}
.contact-form__bottom {
  align-items: center;
}
.contact-form__bottom .button--primary {
  min-width: 200px;
}
/* Rich Text */
.rich-text__image img {
  width: 100%;
  height: auto;
}
.rich-text__divider {
  border-top: 1px solid #EAEAEA;
  margin-top: 2em;
  margin-bottom: 2em;
}
.rich-text__border {
  border: 2px solid #ccc;
  border-radius: 8px;
}
.rich-text__caption {
  color: #888;
  padding: .5em 1em 1em 1em;
  text-align:center;
}
.rich-text__border {
  margin-top: 1em;
  margin-bottom: 1em;
}
}
.rich-text__heading {
  max-width: inherit;
}
.rich-text__text {
  max-width: inherit;
}
.rich-text__text p {
  margin: revert;
}
.rich-text__body {
  max-width: 800px;
  margin: 0 auto;
}
.rich-text__body .rich-text__heading {
  width: 100%;
}
.rich-text__body .rich-text__text {
  max-width: 100% !important;
  width: 100%;
  font-size: calc(var(--font-body-scale)* 1.4rem);
}
@media screen and (min-width: 750px) {
  .rich-text__body .rich-text__text {
    font-size: calc(var(--font-body-scale)* 1.6rem);
  }
}
/* Heading/Logo */
.header__heading {
  display: block !important;
  text-align: center;
}
.header__byline {
  text-align: center;
  font-size: 0.7em;
  display: block !important;
  margin-top: .2em;
  width: 100%;
  color: #ccc;
  text-decoration:none;
}
.header__byline:hover {
  color: #ccc;
}
.mega-menu__column-text.body-small {
  opacity: 0.7;
}
.header__icon--menu {
  margin-right: 0.8em;
}
header.header {
  background-color: #0269a5 !important;
}
header.header .button--primary {
  background-color: #1a5984;
}
header.header .button--secondary:hover {
  background-color: #071928;
}
.header__icon-wrapper path {
  stroke: #fff !important;
}
.header__menu-item span {
  background-color: inherit;
  color: #fff;
}
.header__menu-item--active span {
  background-color: #0269a5 !important;
}
.header__menu-item span:hover {
  background-color: #0269a5 !important;
}
.header__menu-item.list-menu__item.header__menu-has-sub:hover span {
  background-color: #0269a5 !important;
}

.header__menu-item.list-menu__item.header__menu-has-sub:hover::after {
  background-color: #0269a5 !important;
}
.mega-menu__column-list-link:hover,
.mega-menu__tab-list-link:hover {
  color: #0269a5;
}
.mega-menu__column-list-link:hover,
.mega-menu__tab-list-link:hover {
  color: #0269a5;
}
.form-status-list {
    font-size: 1em;
    padding: 1em;
    margin: 2rem 0 2rem;
    background-color: #c8f0e5;
    border-radius: 8px;
    color: #42a27b;
}
.form__message .icon {
  height: 2em;
  width: 2em;
}
/* Logo Lists */
.section-logo-list {
    background-color: #fff;
}
[data-scheme="dark"] .section-logo-list {
    background-color: #181818;
}