.tower-site,
body,
html {
    height: 100%;
    background: #F6F6F6;
    font-family: 'Helvetica Neue', "Open Sans", Helvetica, Arial, sans-serif;
}


.layout {
   max-width: var(--max-width);
   margin: 0 auto; 

}
.main {
    max-width: var(--max-width);
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    height: 100%;
    padding-bottom: 20px;
}
.is-2-col-page .main-content {
    width: 100%
}
.marketplaces-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    grid-template-rows: repeat(3, minmax(0px, 1fr));
}
.needs-grid__item,
.marketplaces-grid__item {
    display: flex;
    flex-direction: column;
    padding-top: 90%;
    position: relative;
}
.needs-grid__item-content,
.marketplaces-grid__item-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.marketplaces-grid__promo-text {
    position: absolute;
    bottom: 0px;
    padding: 4px 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    background: #000;
    opacity: 0.75;
}
.marketplaces-grid__promo-img {
    width: 100%;
}

.needs-grid__item:hover,
.marketplaces-grid__item-hover:hover {
    text-decoration: none;
    color: inherit;
    box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
    cursor: pointer;
    transition: 0.3s;
}

.marketplaces-grid__item-hover:hover .marketplaces-grid__promo-text {
    bottom: 0px;
}

.needs-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    grid-template-rows: repeat(3, minmax(0px, 1fr));
    padding-left: 30px;
    padding-right: 30px;
}
.needs-grid__item-content {
    background: var(--color-grey);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.needs-grid__item-content:hover {
    background: var(--color-black);
    color: #fff;
}
.needs-grid__item-content:hover .needs-grid__item-icon {
    filter: invert(1);
}
.needs-grid__item-label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
}
.needs-grid__item-icon {
    color: red;
    font-size: 18px;
    margin-bottom: 15px;
}
.book-demo-btn {
    background: #fff;
    padding: 10px 30px;
    color: #000 !important;
    border: 0;
    font-weight: bold;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 162px;
    margin: auto;
}
.book-demo-btn:hover {
    text-decoration: none;
}
.dashboard-btn {
    background: #fff;
    padding: 10px 30px;
    color: #000 !important;
    border: 0;
    font-weight: bold;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
    display: block;
    text-align: center;
    margin: auto;
}
.dashboard-btn:hover {
    text-decoration: none;
}
.masterbar.sticky {
    .dashboard-btn {
        background: #000;
        padding: 10px 30px;
        color: #fff !important;
        border: 0;
        font-weight: bold;
        font-size: 14px;
        border-radius: 4px;
        text-decoration: none;
        display: block;
        text-align: center;
        margin: auto;
    }
}
.masterbar__links.other-links .masterbar__link-item {
    margin: 0;
}

.marketplace-promo {
    /*margin-top: 30px;*/
    margin-top: 5px;
}

.marketplace-promo .promo__section-left {
    background: radial-gradient(#000, #1d1d1d);
    margin-right: 20px;
    display: flex;
    justify-content: center;
    background-image: url(../../../../images/site/ts.aienabled.bg.webp);
    background-repeat: repeat;
}

.marketplace-promo h1 {
    font-family: HelvaticaCondensedBlack;
    font-size: 50px;
    margin-top: 65px;
    margin-bottom: 65px;
}

.marketplace-promo h2 {
    font-family: HelvaticaNeueLight;
    letter-spacing: 1px;
    margin-top: 65px;
    margin-bottom: 65px;
    font-size: 22px;
}

.section-needs {
    /*margin-top: 50px;*/
    margin-top: 25px;
    /*padding-bottom: 100px;*/
    padding-bottom: 50px;
    background: radial-gradient(#f7f7f7f2, #f7f7f7f2);
}

.section-needs h2 {
    font-size: 36px;
    /*margin-top: 100px;
    margin-bottom: 100px;*/
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.masterbar.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    color: #000;
    height: 80px;
    border-bottom: 1px solid #000;
}
.masterbar.sticky .masterbar__link, .masterbar.sticky li a, .masterbar.sticky .mod-menu__heading {
    color: #000;
}

.masterbar.sticky .book-demo-btn {
    background: #000;
    color: #fff !important;
}

.mobile-nav-demo-wrapper {
    padding: 20px;
    text-align: center;
    margin: auto;
}

.footer-main__remote-connect-img {
    height: 40px;
    width: 40px;
    margin-right: 10px;
}

.section-needs-additional {
  padding-top: 20px; 
  background: radial-gradient(#f7f7f7f2, #f7f7f7f2);
}

.needs-additional-grid {
  padding: 15px;
}

/* This page loads both a legacy Bootstrap 3 stylesheet and modern Bootstrap 5 from CDN.
   Both define .col-md-6, but the legacy one loads later in <head> and wins the cascade
   — and it only switches col-md-6 to 50%/float at min-width:992px (Bootstrap 3's "md"
   breakpoint), not Bootstrap 5's 768px. That leaves a 768–992px gap (e.g. iPad Air at
   820px) where these items collapse to a single stacked column instead of two. */
@media (min-width: 768px) {
  .needs-additional-grid.col-md-6 {
    width: 50%;
    float: left;
  }
}

.needs-additional-grid__item {
  display: flex;
  flex-direction: column;
  padding-top: 20%;
  position: relative;
}

.needs-additional-grid__item-content {
  background: var(--color-grey);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 16px; 
  font-weight: 500;
}

.needs-additional-grid__item-content{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.needs-additional-grid__item-content:hover {
  background: var(--color-black);
  color: #fff;
}

.needs-additional-grid__item-content:hover .needs-additional-grid__item-icon {
  filter: invert(1);
}

.needs-additional-grid__item:hover {
  text-decoration: none;
  color: inherit;
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
  cursor: pointer;
  transition: 0.3s;
}

.section-intro {
  font-size: 16px;
  margin-top: 25px;
  padding: 40px;
  background: radial-gradient(#f7f7f7f2, #f7f7f7f2);
  text-align: justify;
}

.section-intro p {
  padding-bottom: 15px;
}

.section-intro p:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.footer-main__site-feeds {
  ul.newsfeed {
    list-style-type: none;
    padding-inline-start: 0px;

    li {
        .feed-item-date {
            color: #838384;
            font-weight: bold;
        }
        .feed-link a {
            color: #c8c8c8;
            font-size: 14px;
            text-decoration: none;
            line-height: 25px;
        }
        padding: 0 0 10px 0;
    }
  }
}

.content {
    .card {
        border: 0px;
    }
}

h2#com-users-method-edit-head {
    margin-top: 0px;
}

.sidebar .search-form {
    .visually-hidden {
        display: none;
    }

    .mod-finder__search {
        width: 100%;

        .awesomplete {
            width: 80%;
        }
    }

    input.search-input {
        width: 100%;
        display: inline-block;
        border-radius: 0px;
        border: 1px solid #C2C2C2;
        border-right: none;
        height: 50px;
        border-top-left-radius: 4px!important;
        border-bottom-left-radius: 4px!important;
    }

    button.search {
        width: 20%;
        display: inline-block;
        float: right;
        border-radius: 0px;
        height: 50px;
        background-color: #333;
        color: #fff;
        border: none;
        font-size: 20px;
        border-top-right-radius: 4px!important;
        border-bottom-right-radius: 4px!important;
    }
}

#search-form, .com-finder__form {
    .visually-hidden {
        display: none;
    }

    .search-form-container {
        width: 60%;

        .awesomplete {
            width: 40%;
        }
    }

    input.search-input {
        width: 100%;
        display: inline-block;
        border-radius: 0px;
        border: 1px solid #C2C2C2;
        border-right: none;
        height: 50px;
        border-top-left-radius: 4px!important;
        border-bottom-left-radius: 4px!important;
    }

    button.search {
        display: inline-block;
        border-radius: 0px;
        height: 50px;
        color: #fff;
        border: none;
        font-size: 20px;
        margin-top: -42px;
        border-top-right-radius: 4px!important;
        border-bottom-right-radius: 4px!important;
    }

    button.advanced-search {
        display: inline-block;
        float: right;
        border-radius: 0px;
        height: 50px;
        color: #fff;
        border: none;
        font-size: 20px;
        border-top-right-radius: 4px!important;
        border-bottom-right-radius: 4px!important;
    }
}

a:focus {
    outline: none !important;
    outline: 0px auto -webkit-focus-ring-color  !important;
    outline-offset: 0px !important;
}

.backupcodes-container, .users-mfa-captive, #com-users-select {
    .btn:hover, .btn:focus {
        color: #ffffff;
        background-color: #333;
    }

    h2 {
        margin-top: 0px;
    }
}

.com-content-article {
    a[aria-describedby="editarticle-2"],
	a[aria-describedby="editarticle-3"],
	a[aria-describedby="editarticle-8"] {
        display:none;
    }
}

.btn.multifactorauth_webauthn_setup:hover, 
.btn.multifactorauth_webauthn_setup:focus, 
.btn.multifactorauth_webauthn_setup.focus {
    color: #fff!important;
}

#com-users-method-edit {
    .btn:hover, 
    .btn:focus, 
    .btn.focus {
        color: #fff!important;
    }
}

@media only screen and (max-width: 414px) and (min-width: 375px) {
    .needs-additional-grid__item-content {
      background: var(--color-grey);
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
      font-size: 14px; 
      font-weight: 400;
      padding:15px;
    }
	.section-intro {
		font-size: 14px; 
	}
	.section-intro p {
	  padding-bottom: 10px;
	}
}

@media only screen and (max-width: 1322px) and (min-width: 1200px) {
    .fa.fa-envelope{
        display:none;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 1020px) {
    img.promo__logo {
        width: 90px !important;
    }

    .marketplace-promo h1 {
        font-size: 40px;
    }

    .marketplace-promo h1 {
        text-transform: uppercase;
        letter-spacing: 10px !important;
        line-height: 60px !important;
        margin-top: 30px !important;
        margin-bottom: 40px !important;
    }
}

@media only screen and (max-width: 1020px) and (min-width: 960px) {
    .marketplace-promo h1 {
        font-size: 30px;
    }

    .marketplace-promo h2 {
        font-size: 18px;
    }

    img.promo__logo {
        width: 120px !important;
    }

    .marketplace-promo h1 {
        text-transform: uppercase;
        letter-spacing: 10px !important;
        line-height: 60px !important;
        margin-top: 30px !important;
        margin-bottom: 40px !important;
    }
}

@media only screen and (max-width: 960px) {
    .promo {
        justify-content: initial;
        flex-direction: column;
    }
    .promo__section-right,
    .promo__section-left {
        width: 100%;
    }
    .marketplace-promo .promo__section-left {
        margin-left: 0;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .marketplace-promo .promo__section-right {
        margin-left: 0;
        margin-top: 20px;
    }
    .marketplaces-grid__promo-text {
        bottom: 0px;
    }
    .needs-grid {
        grid-template-columns: repeat(3, minmax(0px, 1fr));
        grid-template-rows: repeat(4, minmax(0px, 1fr));
    }

    .no-scroll {
        overflow: hidden;
    }
}

@media only screen and (max-width: 640px) {
    .needs-grid {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
        grid-template-rows: repeat(5, minmax(0px, 1fr));
    }

    .marketplaces-grid {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(3, minmax(0px, 1fr));
        grid-template-rows: repeat(3, minmax(0px, 1fr));
    }

    .marketplaces-grid__promo-text {
        font-size: 12px;
        bottom: 0px;
    }

    .marketplace-promo h1 {
        font-size: 40px;
    }

    .marketplace-promo h2 {
        font-size: 18px;
    }

    .needs-grid__item-label {
        font-size: 13px;
        text-align: center;
    }

    img.promo__logo {
        width: 120px !important;
    }
}


/* Box model reset scoped to this block */
.ts-ai-block, .ts-ai-block *, .ts-ai-block *::before, .ts-ai-block *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Outer section — same pattern as .bg-light-grey.section-needs */
.ts-ai-block {
  display: block;
  background: #e4eaf4;
  padding: 120px 5% 54px;
  border-bottom: 1px solid #e4eaf4;
  border-top: none;
  margin: 0;
  /* This section's padding-top (here and at each breakpoint below) was tuned to clear
     the masterbar alone — it has no idea the notice bar can now sit above it and push
     the masterbar down further, so add that offset on top rather than re-tuning every
     breakpoint's padding value individually. */
  margin-top: var(--height-noticebar);
  width: 100%;
  font-family: 'Open Sans', Arial, sans-serif;
  scroll-margin-top: 110px;
  /* Hard override Bootstrap column / container inheritance */
  float: none !important;
  clear: both !important;
  max-width: none !important;
}

/* The header switches to the mobile-style bar (masterbar-mobile, 80px, no top-bar) at
   this same 1450px breakpoint (see _masterbar.css) — below it, only 80px of clearance
   is needed instead of the desktop top-bar+masterbar's 115px, so the smaller padding
   already used at the narrower breakpoints below needs to start here too, not just at
   900px/680px/440px. */
@media (max-width: 1450px) {
  .ts-ai-block { padding-top: 100px; }
}

/* Centred content wrapper */
.ts-ai-block__inner {
  display: block;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

/* Badge */
.ts-ai-block__badge {
  display: inline-block;
  background: #b87000;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 4px 13px;
  border-radius: 20px;
  margin-bottom: 14px;
}

/* Heading */
.ts-ai-block__heading {
  text-align: center;
  margin-bottom: 42px;
}
.ts-ai-block__heading h2 {
  font-size: 34px !important;
  font-weight: 800 !important;
  color: #000 !important;
  line-height: 1.22 !important;
  letter-spacing: -0.3px !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  text-transform: none !important;
}
.ts-ai-block__heading p {
  font-size: 15px;
  color: #596075;
  line-height: 1.65;
  max-width: 540px;
  margin: 0 auto;
}

/* Card grid — use table-cell fallback + CSS grid */
.ts-ai-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 30px;
  width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: stretch;
}

/* Each card takes equal share */
.ts-ai-card {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  background: #ffffff;
  border: 1px solid #d2dbed;
  border-radius: 12px;
  padding: 44px 30px 38px;
  text-align: center;
  -webkit-transition: box-shadow 0.2s, -webkit-transform 0.2s;
  transition: box-shadow 0.2s, transform 0.2s;
}
.ts-ai-card:hover {
  box-shadow: 0 8px 30px rgba(22,35,80,0.12);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

/* Icon */
.ts-ai-card__icon {
  display: block;
  width: 68px;
  height: 68px;
  margin: 0 auto 20px;
}
.ts-ai-card__icon svg {
  display: block;
  width: 68px;
  height: 68px;
}

/* Card title */
.ts-ai-card__title {
  display: block;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #000 !important;
  line-height: 1.35 !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}

/* Card description */
.ts-ai-card__desc {
  display: block;
  font-size: 13.5px;
  color: #596075;
  line-height: 1.7;
  margin: 0;
}

/* Pills */
.ts-ai-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 32px;
}
.ts-ai-pills__label {
  font-size: 12px;
  font-weight: 700;
  color: #3f4146;
}
.ts-ai-pill {
  display: inline-block;
  background: #fff;
  border: 1px solid #c2cce6;
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 12px;
  color: #2c3b6a;
  font-weight: 600;
  white-space: nowrap;
}
.ts-ai-pill-sep {
  display: inline-block;
  color: #b0bdd0;
  font-size: 10px;
}

/* CTA buttons */
.ts-ai-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.ts-ai-cta-primary {
  display: inline-block;
  background: #000;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 14px 36px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  border: 2px solid #000;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.ts-ai-cta-primary:hover { background: #0c1630; border-color: #0c1630; color: #fff !important; text-decoration: none !important; }
.ts-ai-cta-secondary {
  display: inline-block;
  background: transparent;
  color: #000 !important;
  text-decoration: none !important;
  padding: 13px 36px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  border: 2px solid #000;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.ts-ai-cta-secondary:hover { background: #000; color: #fff !important; text-decoration: none !important; }

/* Tablet */
@media (max-width: 900px) {
  .ts-ai-block { padding: 48px 4% 44px; }
  .ts-ai-block__heading h2 { font-size: 28px !important; }
  .ts-ai-cards { gap: 16px; }
  .ts-ai-card { padding: 32px 20px 28px; }
}

/* Mobile — stack 2 then 1 */
@media (max-width: 680px) {
  .ts-ai-cards { flex-wrap: wrap; }
  .ts-ai-card { flex: 0 0 calc(50% - 8px); }
  .ts-ai-block__heading h2 { font-size: 24px !important; }
}
@media (max-width: 440px) {
  .ts-ai-card { flex: 0 0 100%; }
}
@media (max-width: 680px) {
  .ts-ai-block { padding-top: 40px; }
}
@media (max-width: 440px) {
  .ts-ai-block { padding-top: 40px; }
}
@media (max-width: 900px) {
  .ts-ai-block__inner { width: 85%; }
}
@media (min-width: 1400px) {
  .ts-ai-block__inner { width: 75%; }
}
@media (max-width: 1400px) {
  .masterbar__links .nav-item a {
    font-size: 13px;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .ts-ai-block { padding: 110px 4% 44px; }
}

@media (max-width: 680px) {
  .ts-ai-block { padding-top: 100px; }
}

@media (max-width: 440px) {
  .ts-ai-block { padding-top: 100px; }
}