.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: 300px;
    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: 5px;
}
.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;
}
.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 {
    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;
    }
}

#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;
    }
}
.faq-btn {
    background: rgb(0, 0, 0);
    padding: 10px 10px;
    color: #fff !important;
    border: 0;
    font-weight: bold;
    font-size: 16px;
    border-radius: 4px;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 100%;
    margin: auto;
}
.faq-btn.default {
    background: #000;
    margin-bottom: 20px;
}
.contact-form, .sales-form, .referral-form, .idea-form, .findit-signup-form {
    .panel-default > .panel-heading {
        color: #fff;
        background-color: #000;
        border-color: #000;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        padding: 10px;
        width: 100%;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }

    .control-group {
        padding: 8px 0 8px 0;

        .control-label {
            font-weight: bold;
            padding: 0px 0 5px 0;
        }
    }

    .btn__contact-submit {
        float: right;
        display: inline-block;
        margin: 15px 0px;
        background-color: #1E1E1E;
        color: #fff;
        padding: 10px 20px;
        border: 1px solid;
        font-weight: 600;
        border-radius: 4px !important;
    }

    .btn__contact-submit:hover {
        background-color: #3a3a3a;
    }
}

.zb-invoice-sumary-container {
    .text-ellipsis {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        padding-top: 5px;
    }
    .fs-highest {
        font-size: 23px;
        line-height:28px;
    }
    .zb-invoice-sumary .zb-iv-book-appointent {
        text-align: center;
    }
}

.testimonial-wrap {
    blockquote p {
        display: block;
        font-size: 17.5px !important;
        line-height: 140% !important;
    }
}

.com-content-category__table.tower-people.table {
    tbody, td, tfoot, th, thead, tr {
        border-color: #fff;
        border-style: solid;
        border-width: 0;
        padding: 8px 0 8px 0;
    }
    td {
        width: 25%;
        text-align: center;

        .staff-position, .staff-name, .staff-phone {
            text-align: center;
            display: block;
            padding: 5px 0 5px 0;
        }
        .staff-position {
            font-weight: bold;
            font-size: 16px;
            display: block
        }
    }
}

.side-products-nav .mod-menu__sub .active > a.tproducts-menu {
    background-color: #666 !important;
}

.history .col-md-12{min-height: 220px;}

.com-content-article {
    .com-content-article__body {
        ul, ol {
            font-size: 16px;
            margin: 10px 0 10px 40px;
        }

        ul li, ol li {
            padding: 0 0 15px 5px;
        }

        .breadcrumbs {
            ul, ol {
                font-size: 14px;
                margin: 0px 0 0px 0px;
            }
        }

        a.underline {
            text-decoration: underline;
        }

        img.img-responsive {
            margin: 0 auto;
            display: block;
            padding:10px; 
            margin-bottom:10px;
        }
    }
}

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

.form-control {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: inherit !important;
}

.com-content-article__body p {
    padding: 5px 0 5px 0;
}

.table.roam-feature {
    thead th {
      background: #F37121 !important;
      color: #fff;
      border: 1px solid #fff;
      text-align: center;
    }
    thead th.feature-status {
      background: #F37121 !important;
      color: #fff;
      border: 1px solid #fff;
    }
    tr td {
      width: 30%;
    }
    tr td.feature {
      background: #F37121 !important;
      color: #fff;
      border: 1px solid #fff;
    }
    tr td.feature-status {
      background: #f6c5ac !important;
      color: #fff;
      border: 1px solid #fff;
      text-align: center;
    }
    tr td.feature-status.even {
      background: #fae2d5 !important;
      color: #fff;
      border: 1px solid #fff;
    }
    .fa-check:before {
      color: green;
    }
    .fa-remove:before, .fa-close:before, .fa-times:before {
      color: red;
    }
}

.pd-categories-view {
    width: 100%;
	.g-4 .col {
		width: 31%;
        float: left;
        margin: 10px;
	}
	
	.card-footer {
		padding-bottom: 20px;
	}

    .list-group.list-group-flush.list-cats {
        text-align: left!important;
    }
}

#phoca-dl-categories-box .pd-subcategory, #phoca-dl-category-box .pd-subcategory {
    padding-left: 0px!important;
    background: none !important;
}

.com-content-article__body {
    .pl-0 {
        padding-left: 0px;
    }
}

.ph-top.breadcrumb{
    padding: 8px 0 8px 6px;
}

.pagination.pagination-centered.download-pagination {
	width: 20%;
	.form-select {
		width: 100%;
		float: right;
        font-size: 14px;
	}
}

.pagination-links {
	width: 100%;
	display: inline-block;
	text-align:center;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #000;
    border-color: #000;
    cursor: default;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #000;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
    font-size: 14px;
}

.pd-category-view {
    .ph-subheader.pd-ctitle {
        padding-left: 0px!important;
    }
}

.pd-file-view, .pd-category-view {
    .pl-0 {
        padding-left: 0px!important;
    }
    .col-sm-12.col-md-12.pl-0.pr-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .donwload-button {
        float: right;
    }

    .donwload-button:hover {
        color: #ffffff!important;
    }
    .btn:hover, .btn:focus, .btn.focus {
        color: #ffffff!important;
        text-decoration: none;
    }

    .link-underline-dark {
        text-decoration: underline;
        color: #000;
    }
    .link-underline-dark.pl-1 {
        padding-left: 3px;
    }
    .link-dark.pr-1 {
        padding-right: 3px;
    }
}

.vote-idea {
    .btn-dark {
        background-color: #000000;
    }
    .btn:hover, .btn:focus {
        color: #ffffff;
        background-color: #333;
    }

    button[type="submit"] {
        margin-left: 15px;
        font-weight: 700;
    }
}

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

.software-idea,
.software-idea-status {
    .badge {
        display: inline-block;
        font-size: 100%;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .5rem;
        padding: .9rem;
        float: right;
    } 
    
    .badge-danger {
        color: #fff;
        background-color: #dc3545;
    }

    .badge-secondary {
        color: #fff;
        background-color: #6c757d;
    }

    .badge-primary {
        color: #fff;
        background-color: #007bff;
    }

    .badge-success {
        color: #fff;
        background-color: #28a745;
    }

    .badge-warning {
        color: #212529;
        background-color: #ffc107;
    }

    .badge-info {
        color: #fff;
        background-color: #17a2b8;
    }

    .badge-light {
        color: #212529;
        background-color: #f8f9fa;
    }

    .badge-dark {
        color: #fff;
        background-color: #343a40;
    }
}

#preloder {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #ffffff;
    opacity: 0.5;
}

@keyframes fade-in-up {
    0% {
      opacity: 0;
   }
    100% {
      transform: translateY(0);
      opacity: 1;
   }
}
.video iframe {
    max-width: 100%;
    max-height: 100%;
}
.video.stuck {
    position: fixed;
    top: 80px;
    right: 20px;
    width: 380px;
    height: 245px;
    transform: translateY(100%);
    animation: fade-in-up 0.75s ease forwards;
   z-index: 1;
}
.video-content-desktop {display: block;}
.video-content-mobile {display: none;}
ol > li::marker {
    font-weight: bold;
}
@media screen and (max-width: 768px) {
 .video-content-desktop {display: none;}
 .video-content-mobile {display: block;}
}

@media only screen and (max-width: 768px) {
    .feature {
        border: 1px solid #fff !important;
    }
}

@media only screen and (max-width: 991px) {
    .login-wrap img {
        padding-top: 0px;
        margin: auto;
        width: 180px;
    }
}

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

    .login-wrap img {
        padding-top: 0px;
        margin: auto;
        width: 180px;
    }
}

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

    .login-wrap img {
        padding-top: 0px;
        margin: auto;
        width: 160px;
    }
}

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