.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: 100px;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    height: 100%;
    padding-bottom: 20px;
}

.is-2-col #banner-outer {
    position: relative;
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}

.is-2-col .content{
    border-left: 0
}

.is-2-col .main {
	padding-left: 0;
    padding-right: 0;
    padding-top: 80px;
}

.is-2-col .main-content {
	padding-left: 16px;
    padding-right: 16px;
}

.sidebar {
    padding-top: 35px;
}
.marketplaces-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 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: -1px;
    padding: 4px 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    background: #000;
}
.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;
}

.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;
}
.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;
}
.book-demo-btn-black {
    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;
    width: 162px;
    margin: auto;
}
.book-demo-btn-black: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-right {
    background: radial-gradient(#000, #1d1d1d);
    margin-left: 20px;
    display: flex;
    justify-content: center;
}

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

.marketplace-promo h2 {
    font-family: HelvaticaNeueLight;
    letter-spacing: 1px;
    margin-bottom: 25px;
    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,
.masterbar.sticky .masterbar__link:visited, .masterbar.sticky li a:visited,
.masterbar.sticky .masterbar__link:active, .masterbar.sticky li a:active {
    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;
}

.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;
      }
    }
}

.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;
    }
}

.sidebar .marketplace-feeds {
    label.marketplace-feeds__title {
        padding: 10px;
        background-color: #000;
        color: #fff;
        width: 100%;
        text-align: center;
        font-size: 16px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
    
    ul.newsfeed {
        list-style-type: none;
        padding: 0 0 0 0px;
    }
}

#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;
}

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

@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-right {
        margin-left: 0;
        margin-top: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .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));
    }

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

    img.promo__logo {
        width: 80px;
    }
}

@media (max-width: 1400px) {
  .masterbar__links .nav-item a {
    font-size: 13px;
    padding: 0;
  }
}