.tab {
  text-align: center;
  color: rgb(180,35,45);
}

.embedsocial-widget {
  content-visibility: auto;
  contain-intrinsic-size: 1px 520px; /* reserve space; adjust if needed */
}

@media (max-width: 566.98px) {
  .hero-art-col { display: none !important; }
}

.nav-link:focus, .nav-link:hover {
  color: #b4232d;
  text-decoration: underline;
}

:root, [data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #000000;
  --bs-carousel-caption-color: #fff;
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-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,border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(180,35,45,0.42);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #222222;
  --bs-accordion-active-bg: #eaeaea;
}

#hero h1 {
  color: rgb(255,255,255);
  font-family: Inter, sans-serif;
  margin-bottom: 0px;
  width: auto;
}

@media (max-width: 576px) {
  #hero h1 {
    color: rgb(255,255,255);
    font-family: Inter, sans-serif;
    margin-bottom: 0px;
    width: auto;
  }
}

.black-block {
  background: #222222;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-bottom: 48px;
  padding: 5px;
  width: auto;
  height: auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media (max-width: 576px) {
  .black-block {
    background: #222222;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-bottom: 48px;
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column;
  }
}

.compare {
  font-family: Inter, sans-serif;
  line-height: 20px;
  margin-bottom: 0px;
  height: 20px;
  font-size: 14px;
  width: auto;
}

@media (max-width: 576px) {
  .compare {
    font-family: Inter, sans-serif;
    line-height: 20px;
    margin-bottom: 0px;
    height: 20px;
    font-size: 12px;
    width: auto;
  }
}

.hero-sub {
  font-family: Inter, sans-serif;
  color: rgb(255,255,255);
  font-size: 16px;
  margin-bottom: 0px;
  width: auto;
  font-weight: 500;
}

@media (max-width: 576px) {
  .hero-sub {
    font-family: Inter, sans-serif;
    color: rgb(255,255,255);
    font-size: 12px;
    margin-bottom: 0px;
    width: 65%;
  }
}

#hero {
  background: #222222;
  overflow: hidden;
}

@media (max-width: 576px) {
  #hero {
    overflow: hidden;
    background: url("../../assets/img/Untitled-2.webp") right/ 30vw repeat-y, #222222;
    height: 300px;
  }
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: transparent;
  --bs-btn-bg: #b42326;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  box-shadow: 0px 0px 20px rgb(255,0,0);
}

#nav.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  box-shadow: 0px 0px 20px rgb(255,0,0);
}

ctabtn1nav.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  box-shadow: 0px 0px 20px rgb(0,0,0);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #b4232d;
  --bs-btn-border-color: #b4232d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b4232d;
  --bs-btn-hover-border-color: #b4232d;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b4232d;
  --bs-btn-active-border-color: #b4232d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #b4232d;
  --bs-btn-disabled-border-color: #b4232d;
}

.bbtext {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-right: 0px;
  padding-left: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 20px;
  width: 75%;
  height: auto;
  justify-content: center;
  flex-direction: column;
  display: flex;
}

@media (max-width: 576px) {
  .bbtext {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: 20px;
    margin-left: 20px;
    width: auto;
    height: auto;
  }
}

.bbbox {
  margin: 35px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border: 1px solid #b4232d;
  box-shadow: 0px 0px 10px rgb(255,15,0);
  height: auto;
  flex-direction: column;
  max-width: 25%;
}

@media (max-width: 576px) {
  .bbbox {
    border-style: none;
    width: auto;
    margin-top: 15px;
    max-width: 100%;
  }
}

.tabtext {
  padding-top: 5px;
  text-align: center;
  font-family: inter, sans-serif;
  font-weight: bold;
}

@media (max-width: 768px) {
  .tabtext {
    display: none;
  }
}

.tabitems {
  gap: 3rem!important;
}

@media (max-width: 576px) {
  .tabitems {
    gap: 1rem!important;
  }
}

.comparetablecell {
  font-family: inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  align-content: center;
}

@media (max-width: 576px) {
  .comparetablecell {
    font-family: inter, sans-serif;
    font-weight: 500;
    font-size: 12px;
  }
}

.comparetablecelltitles {
  text-align: center;
  font-family: inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  align-content: center;
}

@media (max-width: 576px) {
  .comparetablecelltitles {
    text-align: center;
    font-family: inter, sans-serif;
    font-size: 12px;
    font-weight: 600;
    align-content: center;
  }
}

.herotextcol {
  width: auto;
  gap: 1rem!important;
  align-items: flex-start!important;
  justify-content: center!important;
  flex-direction: column!important;
  display: flex!important;
  width: auto;
  max-width: 100%;
}

h2 {
  margin-bottom: 50px;
  font-family: inter, sans-serif;
  font-weight: bold;
}

#cta2 h2 {
  font-family: inter, sans-serif;
  font-weight: bold;
  color: rgb(255,255,255);
  text-align: center;
  margin-bottom: 25px;
  white-space: nowrap;
}

.redtextcomp {
  color: #b4232d;
}

.bulletpointwarnings {
  margin-top: 14px;
  font-family: inter, sans-serif;
  font-weight: 600;
}

@media (max-width: 567px) {
  .bulletpointwarnings {
    margin-top: 14px;
    font-family: inter, sans-serif;
    font-weight: 600;
    font-size: 11pt;
  }
}

.westfaxparabene {
  color: rgb(255,255,255);
  font-family: inter, sans-serif;
  margin-bottom: 0px;
  font-weight: 600;
}

@media (max-width: 567px) {
  .westfaxparabene {
    color: rgb(255,255,255);
    font-family: inter, sans-serif;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 11pt;
  }
}

.ctabtn1 {
  font-family: inter, sans-serif;
  font-weight: bold;
}

@media (max-width: 567px) {
  .ctabtn1 {
    font-family: inter, sans-serif;
    font-weight: bold;
    font-size: 12px;
  }
}

.latecta {
  height: 165px;
  background: linear-gradient(20deg, #b4232d 0%, #222222 25%, #222 75%, #b4232d 100%), #222222;
  margin-top: 50px;
  overflow: hidden;
  margin-bottom: 10px;
}

@media (max-width: 567px) {
  .latecta {
    height: 165px;
    background: #222222;
    margin-top: 30px;
  }
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  text-decoration: underline;
}

a {
  color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
  text-decoration: none;
}

.comparetablecellsubjects {
  font-weight: 600;
}

.ctabtn1nav:hover {
  box-shadow: 0px 0px 20px #222222;
}


.loginbutton:hover {
  color: #b4232d!important;
}

.footersubj {
  color: rgb(255,255,255);
  font-family: inter, sans-serif;
  font-size: 24px;
  font-weight: bold;
}

.footerlink {
  color: #dddddd;
  font-family: inter, sans-serif;
  font-size: 14px;
}

.footerlink:hover {
  color: #ffffff;
  text-decoration: underline;
}

.addresbold {
  color: rgb(255,255,255);
  font-family: inter, sans-serif;
  font-weight: bold;
}

@media (max-width: 567px) {
  .addresbold {
    color: rgb(255,255,255);
    font-family: inter, sans-serif;
    font-weight: bold;
    text-align: center;
  }
}

.addresnotbold {
  font-weight: 500;
  color: #eee;
}

.compliance {
  color: #eeeeee;
  font-family: inter, sans-serif;
  font-size: 14px;
}

@media (max-width: 567px) {
  .compliance {
    color: #eeeeee;
    font-family: inter, sans-serif;
    font-size: 14px;
    text-align: center;
  }
}


@media (max-width: 567px) {
  .fotcol {
    align-items: center;
  }
}

.footrow {
  flex-direction: row;
}

@media (max-width: 567px) {
  .footrow {
    flex-direction: column;
  }
}

.dropdownhead {
  color: #b4232d;
  font-family: inter, sans-serif;
  font-weight: 600;
  white-space: nowrap;
}

.dropdownlink {
  color: #222222;
}

.dropdownlink:hover {
  color: #b4232d;
  text-decoration: none;
  background: #989898;
}

.tabitems.nav-tabs {
  --tab-bw: 3px;
  border-bottom: var(--tab-bw) solid #d9d9d9 !important;
  gap: 8px;
  overflow: visible;
}

.tabitems .nav-link {
  position: relative;
  margin-bottom: 0;
  border: var(--tab-bw) solid transparent;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #f7f7f7;
  color: #222;
  padding: 10px 16px;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, box-shadow .25s ease;
}

.tabitems .nav-link:not(.active) {
  border-color: rgba(0,0,0,0.05);
  background-color: #f5f5f5;
  color: #555;
  box-shadow: none;
}

.tabitems .nav-link.active {
  border-color: #d9d9d9;
  background-color: #fff !important;
  color: #b4232d;
  font-weight: 600;
  text-decoration: none;
}

.tabitems .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: var(--tab-bw);
  bottom: calc(-1 * var(--tab-bw));
  background: #fff;
  pointer-events: none;
}

.tabitems .nav-link:not(.active):hover, .tabitems .nav-link:not(.active):focus {
  background-color: #fff !important;
  color: #b4232d;
  text-decoration: underline;
}

@media (min-width:1200px) {
  .h2, h2 {
    font-size: 2.5rem;
  }
}

@media (min-width:1200px) {
  .h1, h1 {
    font-size: 3rem;
  }
}

.z-2 {
  z-index: 10000!important;
}

.embedsocial-widget {
  z-index: 0;
}

