#sitenav, #footer, footer {
    display: none;
}

#nav.navbar {
    z-index: 11;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#nav.bg-light {
    background-color: rgba(255, 255, 255, 1) !important;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

#nav .navbar-brand {
    width: 180px;
    padding: 0 30px 0 0;
    margin-right: 0;
}

#hero {
    padding: 60px 0 80px;
    /* background-image: url(/static/wz/images/enterprise/compare/enterprise-hero.jpg); */
    /* color: #fff; */
    /* background-color: #0c0614; */
    position: static;
    background-repeat: no-repeat;
    background-position: top center;
}
#hero p{
    margin-top: 10px; margin-bottom: 24px; 
}
#quote {
    padding: 60px 0;
    background: #ecf1f5;
}
#quote-ft {
    padding: 60px 0;
    background: #fff;
}
#quote cite, #quote-ft cite {
    display: inline-block;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 500;
}
cite span.quote {
    font-size: 50px;
    line-height: 26px;
    position: relative;
    top: 8px;
    margin-left: 0;
    margin-right: 10px;
}

cite span.quote + span.quote {
    margin-left: 10px;
    margin-right: 0;
}

#intro .main-content {
    padding-top: 40px;
    padding-bottom: 20px;
}

#intro aside {
    background-color: rgb(225 225 225);
    padding-top: 40px;
    padding-bottom: 20px;
}

#intro h2, #features h2, #support h2 {
    margin-bottom: 60px;
}

#compare .wzcompare-check i {
    filter: invert(39%) sepia(22%) saturate(882%) hue-rotate(46deg) brightness(100%) contrast(71%);
}

#intro aside h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
}

#intro aside li {
    font-size: 14px;
    margin-bottom: 10px;
}

#intro aside ul {
    margin-bottom: 25px;
    padding-left: 20px;
}

.flex {
    display: flex;
}

.flex img {
    width: auto;
}

.flex.flex-wrap {
    flex-wrap: wrap;
}

.card-section .card-wrap {
    margin-bottom: 30px;
}

.card-section img {
    max-width: 80px;
}

.card-section .card-wrap .card-content h3 {
    font-size: 20px;
    font-weight: 500;
}

.card-section .card-wrap .img-wrapper {
    margin-bottom: 20px;
}

#parallax {
    background-image: url('../jpg/trusted-worldwide.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

#logos {
    background: #ecf1f5;
    padding: 60px 0;
    text-align: center;
}

#logos .img-md {
    max-width: 90%;
}

#logos img {
    margin: 0 auto 40px;
    max-width: 70%;
}

.card {
    background-color: #fff;
    flex-direction: column;
    height: 100%;
    padding: 30px;
    box-shadow: 0px 3px 20px 0px rgb(187 187 187 / 16%) !important;
}

#support {
    padding: 60px 0 80px;
    background: #ecf1f5;
}

#section-footer {
    padding: 30px 0;
    font-size: 14px;
    color: #fff;
    background: #0c0614;
}

#section-footer a {
    color: #fff;
    text-decoration: underline;
}

#section-footer a:hover {
    text-decoration: none;
}


.print-only-link {
    display: none;
}

.print-only {
    display: none;
}

@media (min-width: 768px) {
    #intro {
        background: linear-gradient(90deg, rgba(13, 39, 66, 0) 0%, rgba(13, 39, 66, 0) 75%, rgba(225, 225, 225, 1) 75%, rgba(225, 225, 225, 1) 100%);
    }

    #intro aside {
        padding-top: 80px;
        padding-bottom: 50px;
        padding-left: 35px;
    }

    #intro .main-content {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .card-section .card-wrap .img-wrapper {
        height: auto;
        display: flex;
        margin-bottom: 25px;
    }

    .card-section .card-wrap {
        display: flex;
        flex-direction: column;
    }

    .card-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    #logos .col-md-2 {
        width: 20%;
    }
}

@media (min-width: 2000px) {
    #intro {
        background: linear-gradient(90deg, rgba(13, 39, 66, 0) 0%, rgba(13, 39, 66, 0) 65%, rgba(225, 225, 225, 1) 65%, rgba(225, 225, 225, 1) 100%);
    }
}

@media (max-width: 767px) {
    #hero, #support, #quote, #quote-ft {
        padding: 40px 0 60px;
    }

    .card-section .card-wrap {
        text-align: left;
    }
}

@media (min-width: 1400px){
    #hero { background-position: right -170px top 0; } 
}
    
 @media (min-width: 768px){
    #hero.enterprise {
        background-image: url(../jpg/enterprise-hero-new.jpg);
    }
}

@media (max-width: 1199px) { section#hero .content { padding: 0 30px 0 15px; }}
@media (min-width: 992px) and (max-width: 1399px){ #hero { background-position: right -230px top 0; } }
@media (min-width: 768px) and (max-width: 991px) { #hero { background-position: right -330px top 0; } }
    
@media (max-width: 767px){
    #hero { background-image: none !important; }
    #hero.enterprise .hero-image {  background-image: url(../jpg/enterprise-hero-new.jpg); background-position: center left 0;}
}

@media print {
    * {
        margin: 0;
        padding: 0;
        -webkit-print-color-adjust: exact !important;
        color-adjust: exact !important;
    }

    html, body {
        height: 100%;
        font-size: 12pt;
        font-family: "Segoe UI",Roboto,"Helvetica Neue" !important;
    }

    @page {
        size: A4;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        -webkit-print-color-adjust: exact !important;
        color-adjust: exact !important;
    }

    .container {
        max-width: 1200px;
    }
    
    .no-print {
        display: none !important;
    }

    .print-only {
        display: block !important;
    }

    .pb-5, .pt-3 {
        padding: 0 !important;
    }

    .header-name {
        padding-right: 40px;
    }

    .navbar-brand img {
        margin-left: 40px;
    }

    #hero {        
        background-size: cover;
        background-position: center left;
    }

    
    #hero.enterprise .hero-image {
        background-image: url(../jpg/enterprise-hero-new.jpg);
        background-position: left 0;
        width:40%;
        min-height: 200px;
    }
    #hero.enterprise .hero-content {
        width:60%;
    }
    
    #hero.enterprise .hero-content h1 span.name {
        font-size:16px;
        font-weight:700;
    }
    #hero {
        display: flex;
        flex-direction: row-reverse;
    }

    #hero .hero-content .content {
        background: transparent!important;        
        padding: 0px 0px!important;
    }
    
    #hero .bg-wrapper-inner {
        padding: 0 40px!important;
    }

    #hero h1 {
        margin-top: 0 !important;
        margin-bottom: 0px !important;
        font-size: 13px;
        font-weight: 600;
    }

    #hero h2 {
        margin-bottom: 15px !important;
        margin-top: 0 !important;
        font-size: 20px;
    }

    p, ul {
        font-size: 12px !important;
    }

    #intro h2, #intro .container aside h2, #intro .container .main-content h2, #parallax h2, #quote cite, #quote-ft cite, #compare h2, #logos h2, #support h2 {
        font-size: 16px !important;
        margin-bottom: 5px !important;
        margin-top: 0 !important;
    }

    #intro h2, #intro .container aside h2, #intro .container .main-content h2, #support h2, #logos h2 {
        margin-bottom: 15px !important;
    }

    #intro h3, #intro .container .main-content h3, #intro aside h3, h3 {
        font-size: 14px !important;
        margin-bottom: 5px !important;
        margin-top: 0 !important;
    }

    #intro .container aside h3, #intro .container .card-section .card-wrap .card-content h3 {
        font-size: 12px !important;
        margin-bottom: 5px !important;
        margin-top: 0 !important;
        line-height: normal !important;
    }

    #intro .container aside li {
        font-size: 12px !important;
    }

    #intro {
        padding: 0 !important;
        margin: 0 !important;
    }

    #intro .container aside {
        padding: 20px 10px 0 50px !important;
        background-color: rgb(225 225 225) !important;
        width: 33%;
    }

    #intro .main-content img {
        max-width: 30px !important;
    }

    #intro .main-content {
        padding: 20px 60px 0 20px !important;
        margin: 0 !important;
        width: 66.6%
    }

    #intro .main-content ul {
        margin-bottom: 0 !important;
    }

    #intro .container ul li {
        margin-bottom: 4px !important;
        line-height: normal !important
    }

    #intro .col-sm-6.col-md-4 {
        width: 33.3%;
    }

    .card-section .card-wrap, .card-section .card-wrap .img-wrapper {
        margin-bottom: 10px !important;
    }

    #quote, #quote-ft {
        padding: 20px 40px 15px !important;
    }

    cite span.quote {
        font-size: 24px !important;
        line-height: 18px !important;
        margin-right: 5px !important;
        top: 0 !important;
    }

    cite span.quote + span.quote {
        margin-left: 5px !important;
    }

    #quote p, #quote-ft p, #compare p {
        margin-bottom: 0;
    }

    #compare {
        padding: 20px 40px 15px !important;
    }

    #compare h2 {
        margin: 0 auto 10px !important;
        width: 80% !important;
    }
/* 
    #compare table .wzcompare-header{
        min-width: 100%;
    }
     */
    /* #compare table {
     table-layout: auto;
    } */
    #compare table td.wzcompare-list{
        width: 100%;
    }
    
    #compare table tr th {
        font-size: 12px !important;
        line-height: normal!important;
    }

    #compare table tr td {
        padding: 4px !important;
        font-size: 11px !important;
    }

    #logos {
        padding: 25px 40px 40px !important;
    }

    #logos img {
        max-width: 90% !important;
        margin-bottom: 0 !important;
    }

    #logos .col-md-2 {
        width: 20% !important;
    }

   #support {
        padding: 20px 40px 0 !important;
    }

    #support .card p {
        margin-bottom: 5px !important;
    }

    #support .card {
        box-shadow: none !important;
        padding: 10px !important;
    }


    #support .container .col-md-4 {
        width: 33% !important;
    }

    #support .container .card-section .card-wrap {
        margin-bottom: 15px !important;
    }

    #support .container .card-wrap {
        padding-bottom: 5px !important;
    }

    #support h2 {
        margin-bottom: 20px !important;
    }

    #support ul {
        margin-bottom: 0;
    }

    #section-footer {
        padding: 12px 40px 5px !important;
        margin: 0 !important;
    }

    .loc:not(.jp) .bg-wrapper, .loc:not(.jp) .bg-wrapper-inner {
        max-height: 180px !important;
        overflow: hidden !important;
    }
    .loc #hero p {
        margin-bottom: 0 !important;
    }
    .loc:not(.jp) #compare h2  {
        font-size: 14px  !important;
    }
    .loc #logos {
        padding: 32px 10px !important;
    }
    .loc.jp #logos {
        padding: 26px 10px !important;
    }
    .loc #logos img {
        margin-bottom: 10px;
    }
    .loc:not(.jp) #intro aside{
        padding-left: 25px !important;
        max-width: 230px !important;
    }
    .loc:not(.jp) .card-content p, .loc:not(.jp) #intro aside li, .loc:not(.jp) #support li, .loc:not(.jp) #support p {
        font-size: 12px !important;
        line-height: 14px !important;
        margin-bottom: 0px !important;
    }
    .loc .card-content ul {
        padding-left: 1em !important;
    }
    .loc:not(.it) #support, .loc:not(.it) #quote-ft {
        padding: 5px 0 0 0 !important;
    }
    .loc:not(.it) #intro h2, .loc:not(.it) #features h2, .loc:not(.it) #support h2 {
        padding-bottom: 0px !important;
        margin-bottom: 5px !important;
    }
    .loc #quote cite, .loc  #quote-ft cite {
        padding-bottom: 0 !important;
        line-height: 14px !important;
    }
    .it.loc  #quote-ft  p, .jp.loc  #quote-ft  p {
        padding-bottom: 10px !important;
    }
    .loc:not(.it) #section-footer, .loc:not(.jp) #section-footer {
        margin-top: 4px !important;
        padding: 20px 10px 10px !important;
    }
    .loc.it #section-footer {
        padding: 28px 10px 10px !important;
    }
    .loc.jp #section-footer {
        padding: 34px 10px !important;
    }
    .loc.jp #support h2 {
        padding-top: 10px !important;
    }
}