﻿.section.about-hero { padding-top: 60px; /*override*/}
.about-hero-content { max-width: 80%; }
.doc-thumb img {
    max-width: 100%;
    margin-top: 2vw;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.w-dropdown-list.w--open
{
  display: block;
}

.w-nav-overlay
{
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 100vh;
  z-index: 9999;
}

.btn-primary:hover, .btn-secondary:hover, .steps-tab-link:hover { text-decoration: none;  }

.inv .divider { background-color: transparent; }

.display-1 { font-size: 60px; }
.header-content-wrapper { font-family: Thicccboi, sans-serif; }
.header-content-wrapper .btn-primary { background-color: #000b0f; border-color: #000b0f; }
.header-content-wrapper .btn-primary:hover { background-color: #313435; border-color: #313435;}


@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
    .w-nav-menu {
        width: 100%;
    }
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.image-home-link-wrapper {
    max-width: 400px;
    transform-style: preserve-3d;
    flex: none;
    margin-left: 12px;
    margin-right: 12px;
    transition: transform .3s, color .3s;
    overflow: hidden;
    box-shadow: none;
}

.image-home-link-wrapper img {
    display: block;
    box-shadow: 0 2px 6px 0 var(--general--shadow-01);
    border-radius: 16px;
}
.image-home-link-wrapper > div { width: 250px; font-size: 15px; font-weight: bold; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

@media screen and (max-width: 1600px) {
    .image-home-link-wrapper {
        max-width: 250px;
    }
}

@media screen and (max-width: 600px) {
    .section.hero-page { background-image: none; }
    .image-home-link-wrapper {
        max-width: 80px; margin-left: 8px; margin-right: 8px; border-radius: 0; overflow: visible;
    }
        .image-home-link-wrapper > div {
            font-size: 10px;
            font-weight: normal;
            max-width: 80px;
        }

        .image-home-link-wrapper img {
            border-radius: 4px;
            box-shadow: 0 1px 4px rgba(0,0,0,.2);
        }
}



@media screen and (min-width: 2400px) {
    .home-pages-top-wrapper {
        transform: none !important;
    }
    .home-pages-bottom-wrapper {
        transform: none !important;
    }
}



.docs-col {
    text-align: left;
    position: relative;
}
.docs-wrapper { position: absolute; top: 2vh; left: -2vw; }
.docs { /*position: absolute; top: 0; left: 0;*/  width: 80vw; white-space: nowrap; padding: 2vw; }
.docs > div { position: relative; width: 67vh; display: inline-block; margin: 0 -1vw; vertical-align: top; }
.docs > div:nth-child(1) { transform: rotate(-1deg); z-index: 3; }
.docs > div:nth-child(2) { transform: rotate(1deg); z-index: 2; margin-top: -1vw; }
.docs > div:nth-child(3) { transform: rotate(-1deg); z-index: 1;}
.docs > div > img { width: 100%; box-shadow: 0 0 10px rgba(0,0,0,.2); border-radius: 3px; }
.docs div.b { position: absolute; bottom: 20px; left: 0; right: 0; text-align: center; display: none; }
.docs > div:nth-child(1) div.b { display: block; }

.big-hero
{
  height: 90vh;
  margin-bottom: 5%;
  padding: 0;
}
.big-hero-left
{
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding-right: 50px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl
{
  width: 100%;
  max-width: 1140px;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  margin-right: auto;
  margin-left: auto;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.col-md-12 {
    flex: 0 0 auto;
    width: 100%;
}

.col-md-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-md-8 {
    flex: 0 0 auto;
    width: 66.6666667%;
}

.col-md-7 {
    flex: 0 0 auto;
    width: 58.3333%;
}

.col-md-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-md-5 {
    flex: 0 0 auto;
    width: 41.666667%;
}

.col-md-4 {
    flex: 0 0 auto;
    width: 33.333333%;
}

.col-md-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-md-1 {
    flex: 0 0 auto;
    width: 8.333%;
}
@media only screen and (max-width: 576px) {
    .col-sm-12 { width: 100%;  }
    .col-md-5 { width: 100%;  }
    .col-md-6 { width: 100%;  }
    .col-md-7 { width: 100%;  }

    .col-sm-0 { display: none; }
    .col-sm-6 { width: 100%; }
}

/*.template-file { border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; }
.template-file:first-child { border-left: 1px solid #aaa; border-top-left-radius: 6px; border-bottom-left-radius: 6px; }
.template-file:nth-child(3) { border-right: 1px solid #aaa; border-left: 1px solid #aaa; border-top-right-radius: 6px; border-bottom-right-radius: 6px;  }
*/
.template-filter { display: flex; flex-wrap: wrap; justify-content: center; margin: 20px auto; padding: 0 50px; font-size: 14px; }
.template-filter li {  margin: 0 5px 10px 5px; }
.template-filter li a  { display: inline-block; padding: 5px 20px; white-space: nowrap; border: 1px solid #ddd; border-radius: 20px; transition: all 0.3s; }
.template-filter li a:hover { border-color: #555; color: #111; text-decoration: none; }
.template-filter a.active { background-color: #555; border-color: #555; color: #fff !important; }

.contract-previews { display: flex; justify-content: center; flex-wrap: wrap; margin: 40px 0 0 0; padding: 0 20px; margin: 0 auto; }
.contract-previews.more { width: 100%; max-width: 1500px; padding: 30px 50px 0 50px; margin: 0 auto; }
.contract-previews > li { list-style: none; width: 16.665%;  }
@media only screen and (max-width: 1600px) {
    .contract-previews > li { width: 25%;  }
    .contract-previews.more > li { width: 20%;  }
}
@media only screen and (max-width: 970px) {
    .contract-previews > li { width: 25%;  }
    .contract-previews.more { padding: 20px 30px 0 30px; }
    .mobile-hide { display: none; }
}
@media only screen and (max-width: 640px) {
    .contract-previews > li { width: 50%;  }
    .contract-previews.more { padding: 10px 20px 0 20px; }

    .template-filter { width: 100%; overflow-x: auto; flex-wrap: nowrap; justify-content: flex-start; margin: 10px 0; padding: 10px 15px; }
    .template-filter > li { margin: 5px 5px; }
}
@media only screen and (max-width: 479px) {
    .contract-previews > li {
        width: 50%;
        font-size: 14px;
        line-height: normal;
    }
}

@media screen and (max-width: 479px) {
    .card.integration {
        padding-top: 10px;
        padding-left: 0; padding-right: 0;
    }
}

.contract-previews.more .slick-slide { width: 220px; padding: 0 10px;}
.contract-previews.more li > div > a { overflow: hidden; display: block; border-radius: 4px; color: inherit; transition: all 0.3s; }
.contract-previews.more li > div img { transition: all 0.3s; display: block; }
.contract-previews.more li > div:hover a { transform: translateY(-10px); }
.contract-previews.more .bxsh { box-shadow: 0 0 10px rgba(0,0,0,.2); }

.contract-previews.recommend .bxsh { max-height: 230px; }

.contract-previews > li > div { padding: 10px; position: relative;  }
.contract-previews.large > li { width: 320px; }
.contract-previews.large > li > div { padding: 20px; }
.contract-previews > li { 
      order: var(--data-order);
}
/*.contract-previews > li:nth-child(n+6) { 
      order: calc(var(--data-order) + 1);
}*/
.contract-previews > li.download-option { display: flex; align-items: center; justify-content: flex-start; padding-bottom: 60px; }
.contract-previews .download-option h3 { font-weight: bold; font-size: 24px; text-align: left; }

.contract-previews li.download-interrupt { order: 6; width: 100%;}
.download-interrupt-wrapper { max-width: 800px; margin: 0 auto; display: flex; padding-top: 20px; }
.download-interrupt-wrapper .template-download { margin-top: 0; padding: 0 20px; }
.contract-previews .title { text-decoration: none; font-weight: bold; display: block; padding: 5px 0;  }
.contract-previews .title .fa-3x { font-size: 16px; color: #fff;}
.contract-previews .title .fa-stack-1x { color: #555; }
.contract-previews.more .title { font-size: 13px; }
.contract-previews img { width: 100%; box-shadow: none; border-radius: 4px; border: 1px solid #ddd; }
.contract-previews .image { transition: all 0.3s; margin-bottom: 2px; }
.contract-previews .image:hover { transform: translateY(-10px);}
.contract-previews .description { font-size: 12px; color: #aaa; margin-bottom: 10px;}
.contract-previews .type { display: inline-block; background: #aaa; color: #fff; padding: 2px 8px; margin: 0 auto 10px auto; border-radius: 10px; text-transform: uppercase; font-size: 11px; letter-spacing: 1px; transition: all 0.3s; }
.contract-previews .image:hover .type { background: #555; }
.contract-previews.overflow .title { white-space: nowrap; text-overflow: ellipsis; overflow:hidden; font-weight: bold; font-size: 15px; line-height: normal; padding: 0; }
.contract-previews.overflow .description { height: 70px; font-size: 12px; line-height: 1.6; display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  overflow:hidden;
}
.contract-previews .downloads { margin: 0 0 10px 0; padding: 0; }
.contract-previews .downloads li { list-style: none; }
.contract-previews .downloads li:last-child { padding-right: 0; }
.contract-previews .downloads a { display: block; padding: 10px 10px; margin-top: 10px;  background: #fff; font-size: 14px; font-weight: bold; letter-spacing: .5px; color: #26c281;  border-radius: 3px; text-decoration: none; transition: all 0.3s;  }
.contract-previews .downloads a.preview { background: #26c281; color: #fff; }
.contract-previews .downloads a:hover {  background: #26c281; color: #fff; }
.contract-previews .downloads a.preview:hover { background: #03a678; }
.contract-previews .slick-arrow { position: absolute; top: 100px; font-size: 20px; cursor: pointer; z-index: 5; color: #222; border: none; outline: none;}
.contract-previews .slick-prev { background: none !important; left: 15px;  }
.contract-previews .slick-next {background: none !important; right: 15px; }

.contract-previews.comparison > li { width:  500px; margin: 0 25px 50px 25px; }
.contract-previews.comparison > li > div { padding: 5px 20px; }
.contract-previews.overflow .description { height: auto; }
.sub-section { font-size: 12px; margin-bottom: 10px; }

.section.dark {background: #000b0f; color: #fff;}
.section.dark h2 {color: #fff;}
.section.dark h3 {color: #aaa;}

.screen-designs { position: relative;}
.screen-designs > div { height: 100%; z-index: -1; position: absolute; top: 0; bottom: 0; left: 0; right: 0;}
.screen-designs .solid { position: relative; width: 65%; height: 100%; margin: 0 auto; background: #f5f5f5;}
.screen-designs .line { position: absolute; height: 100%; top: 10px; left: 10px; bottom: -10px; right: -10px; border: 1px solid #ddd;}
.screen-designs ul { padding: 2em; display: flex; flex-wrap: wrap; justify-content: center; }
.screen-designs ul li { list-style: none; width: 20%; padding: 1em;  }
.screen-designs ul li img { width: 100%; display: block; border-radius: 4px; /*border: 1px solid #ddd;*/ }
.screen-designs ul li a { display: block; box-shadow: 0 0 10px rgba(0,0,0,.1); transition: all 0.7s; }
.screen-designs ul li a:hover { transform: translateY(-8px); box-shadow: 0 5px 10px rgba(0,0,0,.4);}
.screen-designs .caption { color: #888; padding: 5px; font-size: 12px; font-style: italic; text-align: center;}

@media only screen and (max-width: 970px) {
    .screen-designs ul { padding: 10px 3px;}
    .screen-designs ul li:first-child { display: none; }
    .screen-designs ul li:last-child { display: none; }
    .screen-designs ul li { padding: 5px; width: 33.333%;}
    .screen-designs .line { top: 3px; left: 3px; bottom: 3px; right: 3px;}
}
@media only screen and (max-width: 700px) {
    .screen-designs ul {  }
    .screen-designs ul li { width: 45%; /*margin-bottom: 20px;*/ margin: 0 auto 20px auto;}
    .screen-designs ul li:nth-child(2) { /*margin-left: 5px;*/ }
    .screen-designs ul li:nth-child(2) .caption { /*text-align: right;*/}
    .screen-designs ul li:nth-child(3) { /*margin-right: 5px; margin-left: auto;*/ }
    .screen-designs ul li:nth-child(3) .caption { /*text-align: left;*/}
    .screen-designs ul li:nth-child(4) { /*margin-left: 5px; */}
    .screen-designs ul li:nth-child(4) .caption { /*text-align: right;*/}
    .screen-designs ul li img { box-shadow: 0 0 10px rgba(0,0,0,.2); border-radius: 3px; }
    .screen-designs > div { display: none; }
}

.booking-steps { margin: 50px auto; display: flex; align-items: center; justify-content: center; }
.booking-steps > div { width: 170px; display: inline-block; margin: 0; }
.booking-steps > img { width: 120px; margin: 0 10px; opacity: .8; }
.booking-steps .image { width: 100%; }
.booking-steps .image > img { width: 100%; margin: 0 auto; display: block; border: 4px solid #fff; border-radius: 10px; box-shadow: 0 0 5px rgba(0,0,0,.2); }
.booking-steps .caption { font-weight: bold; font-size: 16px; text-align: center; }
.booking-steps .description { color: #aaa; font-size: 14px; }

.accordion-container { max-width: 770px; margin: 0 auto 80px auto; } 
@media screen and (max-width: 900px) {
    .feature-block { text-align: center; }
    .accordion.faq { margin: 0 auto !important; max-width: 100% !important; }
    .booking-steps { flex-wrap: wrap; }
    .booking-steps > div { width: 100%; margin-bottom: 30px; }
    .booking-steps > img { display: none; }
}

.sticky-content
{
  background: #f5f5f5;  
  padding: 20px 20px;
}
.sticky-content img { box-shadow: 0 0 10px rgba(0,0,0,.1); }
.sticky-content:first-child { margin-top: 10px; padding-bottom: 10px; border-top-left-radius: 4px; border-top-right-radius: 4px; }
.sticky-content:last-child { padding-top: 0; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.generator-features { margin: 0 0 20px 0; padding: 0; font-size: 14px; }
.generator-features li { display: inline-block; margin: 0 10px 0 0; }

.document-highlight span { font-size: 20px; }
.document-highlight .fa-stack-1x { color: #fff; }

.ac { background-color: #f1f1f1; border-radius: 6px; margin-top: 16px; transition: all 0.3s; }
.ac .ac-trigger { padding: 32px 32px 32px 24px; }
.ac .ac-panel .ac-text { padding: 0 24px 32px 24px; }
.ac:hover {  }
.ac:hover .ac-trigger { color: #555; }
.ac .ac-trigger:focus { color: #555; }
.ac .ac-trigger::after { right: 20px; font-size: 24px; }

.ac-text p {
    margin-bottom: 0;
}
.ac-text ul { list-style: square; padding-left: 40px; }
.ac-text ol {
    list-style: decimal;
    padding-left: 40px;
}

@media screen and (max-width: 479px) {
    .accordion-container { margin: 0 20px 20px 20px; }
    .ac .ac-trigger {
  padding: 16px 32px 16px 24px;
}
}

.image.cover { display: block; }
.nav-link { padding: 0 !important; }