/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

div.preimere {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #B7202A;
  font-size: 1rem;
  color: white;
  text-align: center;
  padding: 5px;
}

.widget-type-rich_text ul {
  margin: 1em 0;
  padding-left: 40px;
  list-style: disc;
}

.justify-evenly {
  justify-content: space-evenly;
}

.main-header {
  position: fixed;
}

.hidden-desktop {
  display: none; 
}

.main-header > .items-center {
 transition: all 0.35s; 
}

.main-header.active > .items-center {
  padding-top: 0;
  padding-bottom: 0;
}

.main-header.active .top-24 {
  top: 4rem;
}

.main-header .dropdown-menu img.transition {
  position: relative;
  left: 0;
  transition: all 0.35s;
}

.main-header .dropdown-menu a:hover img.transition {
  left: 10px;
}

.wrapper {
  max-width: 1440px;
  padding-left: 45px;
  padding-right: 45px;
  margin: 0 auto;
}

.wrapper-small {
  max-width: 1260px;
  margin: 0 auto;
  padding-left: 45px;
  padding-right: 45px;
}

img.has-shadow {
  box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.clip-commision-bg-mobile {
  clip-path: polygon(0 0,75% 0,100% 0%,100% 100%,20% 100%,10% 50%) !important;
}

.clip-commision-img-mobile {
  clip-path: polygon(12% 0,100% 0,100% 100%,25% 100%) !important;
}

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

.carousel-indicators [data-bs-target] {
  height: 3px;
  background-color: #DDDDDD;
  opacity: 1;
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #DDDDDD;
}

.carousel-dark .carousel-indicators .active {
  background-color: #051D2A
}

.carousel-indicators .active {
  background-color: #051D2A
}

#carouselClient .client-bg {
  height: 420px;
}

#carouselClient .vert-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
}

.home-banner .flex-row a {
  white-space: nowrap;
}

.home-banner .slick-slide img {
  width: 100%;
}

.home-banner .wrapper {
  padding-top: 9rem;
}

.home-banner h1 {
  font-size: 50px;
  line-height: 60px;
}

button.bg-infotrax-blue:hover {
  background-color: #084B6D; 
}

button.button-blue-solid:hover {
  color: #0C3347
}

button.button-white-outline:hover {
  color: #0C3347;
  background: white;
}

.home-banner .flex-row img {
  position: relative;
  left: 0;
  transition: all 0.25s;
}

.home-banner .flex-row a:hover + img {
  left: 10px;
}

@media (min-width: 1280px) {
  .infotrax-best .img {
    min-height: 570px;
  }
}

.infotrax-best .text-left {
  min-width: 140px;
}

.bg-infotrax-black .flex-end {
  justify-content: flex-end;
}

.btn-angle-left button {
  clip-path: polygon(0 100%,7% 0,100% 0,100% 100%,100% 100%,0 100%) !important;
}

.btn-angle-right button {
  clip-path: polygon(0 0,92% 0,100% 100%,100% 100%,100% 100%,0 100%) !important;
}

.btn-angle-right button:hover {
  background-color: #084B6D !important;
}

.carousel-item img:not(.transition) {
  width: 100%;
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  justify-content: center;
  align-items: start;
  margin-bottom: 9rem;
}

#video-text {
  display: none !important; 
}

.insight-grid rounded-card {
  height: 100%;
  transition: all 0.35s;
}

.insight-grid rounded-card:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.insight-grid img {
  width: 100%;
  max-height: 270px;
  object-fit: cover;
}

#hs_cos_wrapper_hero-image img {
  max-height: 384px;
  object-fit: cover;
  width: 100% !important;
}

#hs_cos_wrapper_rich_text a {
  color: #B7202A;
  font-weight: 600;
}

#hs_cos_wrapper_rich_text h2 {
  font-size: 1.8rem;
  font-weight: 600;
}

#hs_cos_wrapper_rich_text h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

#hs_cos_wrapper_rich_text h4 {
  font-size: 1.2rem;
  font-weight: 600;
}

.mobile-success-banner::before {
  content: "";
  background: rgba(255,255,255,0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.input {
  margin-right: 20px !important;
}

fieldset,
.hs_error_rollup,
.hs_submit,
.hs_recaptcha {
  max-width: 600px !important;
  min-width: 600px;
  margin: 0 auto 15px !important;
}

[multiple], [type=date], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea {
  border: 1px solid #AAAAAA;
  border-radius: 3px;
  width: 100% !important;
  color: black;
}

[type=file] {
  background: white;
  padding: 0.5em;
  border: 1px solid #aaa;
  border-radius: 3px;
  width: 100% !important;
}

.hs-error-msg {
  color: red !important;
  font-size: .8rem !important;
}

input[type=checkbox] {
  min-width: 15px;
  margin-right: 10px;
}

.hs_submit .actions {
  max-width: 300px;
  margin: 50px auto 0;
  background: black;
  color: white;
  text-align: center;
  padding: 17px;
  transform: skewX(-20deg);
  cursor: pointer;
  border: 2px solid black
}

.hs_submit .actions:hover {
  background: white;
  color: black;
}

.hs_submit .actions [type=submit] {
  transform: skewX(20deg);
  cursor: pointer;
}

.has-blue-background .hs_submit .actions {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.has-blue-background .hs_submit .actions:hover {
  background: white;
  color: black;
}

.subscribe-form form {
 
}

.subscribe-form form .input {
  margin-right: 0 !important;
}

.subscribe-form form .input input {
  border-radius: 0 !important;
}

.subscribe-form form .hs_email {
  display: inline-block;
}

.subscribe-form form .hs_submit {
  max-width: inherit !important;
  min-width: inherit !important;
  margin: 0 !important;
  display: inline-block;
}

.subscribe-form form .hs-main-font-element,
footer .submitted-message {
  color: white;
}

.subscribe-form form .hs_submit .actions {
  max-width: inherit;
  margin: 0;
  transform: none;
  background: rgb(12,51,71);
  border: 2px solid rgb(12,51,71);
  padding: 7px 12px;
}

.subscribe-form form .hs_submit .actions [type=submit] {
  transform: none !important;
}

.platform-grid {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.platform-grid div {
  flex-basis: 12%;
  max-width: 12%;
}

.platform-grid img {
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
}

#providers .group {
  position: relative;
}

.carousel-insights-container {
  display: grid; 
  grid-template-columns: repeat(3, 1fr); 
  gap: 1rem;
}

#bigcommerce-landing .banner h3 {
  color: white;
  font-size: 24px;
  line-height: 30px;
  font-style: italic;
  font-weight: 600;
  margin: 40px 0 25px;
}

#bigcommerce-landing .banner .banner-content {
  max-width: 500px;
}

#bigcommerce-landing .banner {
  padding: 9em 0 8em;
}

#bigcommerce-landing .banner .banner-content p {
  font-size: 16px;
  line-height: 24px;
  color: white;
}

#bigcommerce-landing .banner .banner-content button {
  margin-top: 15px;
  background-color: white;
  clip-path: polygon(
    0 100%,
    10% 0,
    100% 0,
    100% 0,
    90% 100%,
    0 100%
  );
}

#bigcommerce-landing .carousel-item img:not(.transition) {
  width: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 27px;
}

#bigcommerce-landing .bigcommerce-slider {
  padding-top: 3rem;
}

#bigcommerce-landing .overflow-x-hidden {
  overflow-x: hidden;
}

#bigcommerce-landing .two-columns p {
  font-size: 22px;
  line-height: 30px;
}

#bigcommerce-landing .carousel a {
  display: none !important;
}

.home-banner {
  padding: 8em 0 0;
}

.home-banner .home-slider {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2em;
  width: 100%;
}

.home-banner .home-slider .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4rem;
}

.home-banner .home-slider .slide-text {
  max-width: 500px; 
  padding: 0 2em;
}

.home-banner .home-slider h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin: 0 0 25px;
}

.home-banner .home-slider p {
  font-size: 16px;
  line-height: 22px;
  max-width: 325px;
  margin-bottom: 35px;
}

.home-banner .home-slider a {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  padding: 1em 2em;
  background: #0C3347;
  color: white;
  transform: skew(-15deg);
}

.home-banner .home-slider a>span {
  transform: skew(15deg);
  display: block;
}

.home-banner .home-slider a:hover {
  background: #084B6D;
}

.home-banner .home-slider .mobile-version {
  display: none;
}

.home-banner .pagination {
  display: flex;
  margin: 4em auto 1em;
  max-width: 500px;
  align-items: center;
}

.home-banner .pagination #dots {
  margin: 0 15px;
}

.home-banner .pagination img {
  width: 25px;
  height: 25px;
  display: block;
  cursor: pointer;
  padding 8px;
}

.home-banner .pagination .slick-dots {
  display: flex;
  align-items: center;
}

.home-banner .pagination .slick-dots li button {
  text-indent: -99999em;
  display: block;
  width: 50px;
  height: 3px;
  background: white;
}

.home-banner .pagination .slick-dots li.slick-active button {
  background: #051D2A;
}

section.natural-fit {
  padding: 110px 0 170px;
  position: relative;
}

section.natural-fit .text {
  max-width: 500px;
  margin-left: auto;
  text-align: right;
}

section.natural-fit .text h2 {
  color: #0C3347;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

section.natural-fit .text ul {
  margin-left: auto;
  padding: 0;
  list-style: none;
  max-width: 245px;
}

section.natural-fit .text ul li {
  margin: 35px 0;
}

section.natural-fit .text p {
  color: black;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}

section.natural-fit .natural-graphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

section.cta-header {
  text-align: center;
  padding: 120px 0;
}

section.cta-header h2 {
  color: #B7202A;
  font-size: 50px;
  font-weight: 700;
}

section.left-right .flex {
  align-items: center
}

section.left-right .flex .flex-row {
  width: 50%; 
}

section.left-right .text {
  padding: 0 100px;
}

section.left-right .text h2  {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}

section.left-right .text p  {
  font-size: 22px;
  line-height: 30px;
}

section.more-about-marketing {
  padding: 100px 0;
}

section.more-about-marketing h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 60px;
}

section.more-about-marketing .flex {
  align-items: center;
  background: #f5f5f5;
  border-radius: 15px;
  overflow: hidden;
}

section.more-about-marketing .flex-row {
  width: 50%;
}

section.more-about-marketing img.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.more-about-marketing .text {
  padding: 0 100px
}

section.more-about-marketing .text h3 {
  font-size: 30px;
  font-weight: 700;
  color: #0C3347;
  line-height: 36px;
  margin-bottom: 15px;
  color: #0C3347;
}

section.more-about-marketing .text a {
  font-style: italic;
  font-weight: 600;
  margin-top: 50px;
  display: block;
  color: #0C3347
}

div.premiere-partners {
  max-width: 900px;
  margin: 0 auto;
}

div.premiere-partners h3 {
  background: #B7202A;
  color: white;
  text-align: center;
  margin: 50px 0
}

div.premiere-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5em;
  margin-bottom: 6em;
  justify-content: center;
  text-align: center;
  align-items: center;
}

div.premiere-grid div {
  width: 25%
}


@media (max-width: 1280px) {
  
  #menu-mobile .top-24 {
    top: 92px;
  }

  #menu-mobile ul li a:hover {
    font-weight: 600;
  }

  #menu-mobile .dropdown-menu {
    position: inherit;
    display: block;
    width: auto;
  }

  nav.active #menu-mobile .top-24 {
    top: 60px;
  }

  #menu-mobile .py-10 {
    padding: 10px 0;
  }

  #menu-mobile a {
    padding: 0.3rem 1rem;
  }

  #menu-mobile a img {
    width: 25px;
  }

  #menu-mobile a p.font-normal {
    display: none;
  }

  #menu-mobile .shadow {
    box-shadow: none;
  }

  nav.active #menu-mobile .py-10 {
    padding-top: 19px;
  }
  
  .home-banner {
    background: transparent !important;
  }
  
  .home-banner .home-slider .desktop-version {
    display: none;
  }
  .home-banner .home-slider .mobile-version {
    display: block;
  }
  
  .home-banner .home-slider .slide-image a {
    margin-top: 35px;
  }
  
  .home-banner .pagination .slick-dots li button {
    background: #AAAAAA;
   }
  
  .banner-three {
    align-items: center;
  }
  
  .bg-infotrax-black .md\:items-end {
    align-items: center;
  }
  
  #get-started-today .text {
    padding: 30px;
  }
  
  .home-banner .wrapper {
    margin: 0;
  }
  
  .solutions-custom {
    padding: 0 40px;
  }
  
  .get-started-today .text-\[40px\] {
    font-size: 30px;
    line-height: 38px;
  }
  
  .get-started-today .md\:px-12 {
    padding: 1rem;
  }
  
}

@media (max-width: 1024px) {
  .home-banner {
    padding: 2em 0 0;
  }
  
  .home-banner .home-slider h2 {
    font-size: 30px;
    line-height: 36px;
  }
  
  .home-banner .home-slider .grid {
    grid-template-columns: 100%; 
    grid-gap: 1rem;
  }
  
  .home-banner .home-slider .slide-text,
  .home-banner .home-slider .slide-image {
    max-width: inherit;
    padding: 0 1em;
  }
  
  .hidden-mobile {
    display: none;
  }
  
  .hidden-desktop {
    display: block;
  }
  
  section.left-right .left .flex {
    flex-direction: column
  }
  
  section.left-right .right .flex {
    flex-direction: column-reverse;
  }
  
  section.left-right .flex .flex-row {
    width: inherit;
    margin-bottom: 25px;
  }
  
  section.left-right .text {
    padding: 0;
  }
  
  section.more-about-marketing .flex {
    flex-direction: column-reverse;
    align-items: inherit;
  }
  
  section.more-about-marketing .flex-row {
    width: inherit;
  }
  section.more-about-marketing .text {
    padding: 50px;
  }
  
  section.more-about-marketing img.image {
    max-height: 400px;
    object-position: top center;
  }
}

@media (max-width: 960px) {
  #bigcommerce-landing .two-columns p {
    font-size: 16px;
    line-height: 22px;
  }
  
  .platform-grid div {
    flex-basis: 33.33%;
    max-width: 33.33%;
  }

  fieldset,
  .hs_error_rollup,
  .hs_submit{
    min-width: inherit;
  }
  
  .footer-icon {
    max-width: 60px;
  }
  
  .btn-angle-left .bg-fit {
    display: none;
  }

  .btn-angle-right .bg-fit {
    display: none;
  }
  
  .home-banner {
    background: transparent !important;
  }
  
  .home-banner h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  
  .home-banner .z-10 {
    width: 100% !important;
  }
  
  .home-banner .wrapper {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  
  .three-items {
    margin: .5em 0;
  }
  
  .three-items .banner-three > div {
    width: 100%;
  }
  
  .flex-icons {
    padding: 2rem 10px;
  }
  
  .solutions-custom {
    padding: 2em 40px 0;
  }
  
  .solutions-custom .text-3xl {
    padding-right: 0; 
  }
  
  .carousel-insights-container {
    display: grid; 
    grid-template-columns: 100%
  }
  
  .insights-container {
    margin-top: 7rem;
  }
  
  .pt-36,
  .pt-32{
    padding-top: 4rem;
  }
  
  footer .wrapper {
    padding: 0;
  }
  
  footer .wrapper > div {
    padding-left: 0;
  }
    
  .features-hero {
    height: 280px;
  }
  
  .features-block {
    padding-right: 1em;
    padding-left: 1em;
  }
  
  .service-banner .text-center {
    top: inherit;
    z-index: 5;
  }
  
  .service-banner .wrapper::before {
    content: "";
    background: rgba(255,255,255,0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
  }
  
  .service-commission-consulting {
    margin-top: 2em;
  }
  
  img.px-4 {
    padding-left: 0;
    padding-right: 0;
  }
  
  .item-schedule .bg-black {
    margin-top: 0;
    background: transparent;
  }
  
  #providers > provider {
    width: 30% !important;
    height: 120px !important;
  }
  
  #providers > provider img.px-10 {
    padding: 0
  }
  
  #providers > provider a {
    display: block
  }
  
  #providers > provider img {
    width: 90px;
    height: 70px;
    object-fit: contain;
  }
  
  .company-buttons {
    margin-top: 2em;
  }
  
  .insight-grid {
    grid-template-columns: 100%;
  }
  
}

@media (max-width: 500px) {
  div.premiere-grid div {
    width: 100%
  }
  div.premiere-grid div img {
    margin: 0 auto; 
  }
  .footer-icon {
    max-width: 40px;
  }
  
}