#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/solution/enterprise-hero.jpg); */
    /* color: #fff; */
    /* background-color: #0c0614; */
    position: static;
    background-repeat: no-repeat;
    background-position: top center;
}

#hero h1 .sub-head{       
    display: block; 
    font-size: 20px;
    font-weight: 400;
}

#hero .hero-content .buttons {
    margin-bottom: 10px;
}

#hero .hero-content .buttons .btn {
    margin-bottom: 10px;
}

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

#solution h2 {
    margin-bottom: 30px;
}

#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 / 50%) !important;
    border-radius: 15px;
}

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

.enterprise #solution {

    padding-bottom: 60px ;
}


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

.visible-xs{
    display:none;
}

.enterprise .final .sec-block { padding: 60px 0 20px; }

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

    .card.card-threat:after {
        position: absolute;
        right: -27px;
        top: 50%;
        margin-top: -12px;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(270deg);
        width: 1.75em;
        height: 1.75em;
        content: "";
    }
    
    #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: 575px) {
    .hidden-xs{
        display:none;
    }
    .visible-xs{
        display:block;
    }
}
@media (max-width: 767px) {
    #hero, #solution, #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-2.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; }
}

@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-2.jpg);
        background-position: left 0;
        width:40%;
        min-height: 158px;
    }
    #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, #solution h2 {
        font-size: 16px !important;
        margin-bottom: 5px !important;
        margin-top: 0 !important;
    }

    #intro h2, #intro .container aside h2, #intro .container .main-content h2, #solution 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;
    }

    #solution {
        padding: 20px 20px!important;
    }

    #solution h2{
         margin-bottom: 0px!important;
     }

    #solution .card p {
        margin-bottom: 3px !important;
    }

    #solution .card {
        box-shadow: none !important;
        padding: 5px 10px !important;
    }
    
    #solution .print-mt-1 {
        margin-top: 10px;
    }


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

    #solution .container .card-wrap {
        padding: 0 5px 10px!important;
        margin-bottom: 0px !important;
    }

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

    #solution ul {
        margin-bottom: 0;
    }

    #section-footer {
        padding: 50px 40px 33px !important;
        margin: 0 !important;
    }

    .de #hero p {
        margin-bottom: 10px !important;
        margin-top: 5px !important;
    }
    .de p, .de ul, .de #solution .card p, .de #solution .card ul {
        font-size: 11px !important;
    }
    .de #intro h3, .de #intro .container .main-content h3, .de #intro aside h3, h3 {
        font-size: 13px !important;
    }
    .de .card-section .card-wrap .card-content h3 {
        margin-bottom: 2px !important
    }
    .de #section-footer {
        padding: 50px 40px 49px !important;
    }
}