#scroll{padding:0;}
.heading-menu, .container.cust-quote, .sec-pTB.mbH, #btmscroll, .btmBar,.nav-dwn,#backToTop,.sec-pTB.bg-l-grey {display: none;}
footer {border: 0;}
a.dclogosvg {
    font-size: 26px;
    color: inherit;
    font-weight: 400;
    text-decoration: none;
    margin-top: 7px;
    font-family: 'Zoho_Puvi_SemiBold';
    color: #000;
}
#commonHeader {
    min-height: 90px;
}
.nav-dwn.fr {
    display: none;
}
#customers, #allFea, .btmBar,#btmscroll {
    display: none;
}
.heading-menu{
    height: auto;
    padding: 0;
}

.container#scroll {
   max-width: none;
    padding: 0;
}

.wfh{
    color: #182d34;
}

.wfh.banner {
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.wfh.promo + .wfh.banner {
    padding-top:52px;
}
.wfh.banner .caption {
    max-width: 600px;
}
.wfh.banner img {
    max-width: 500px;
    margin-bottom: -5px;
}

.wfh.banner h1 {
    font-size: 34px;
    line-height: 60px;
    font-weight: 100;
    color: #445a63;
    margin: 30px 0 0;
}
.wfh.banner h1 strong {
    color: #e8505a;
    font-weight: 600;
    font-size: 36px;
    white-space: pre;
}
.wfh.banner h1 b {
    font-weight: 400;
}

.wfh.banner ul {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 30px;
}

.wfh.banner ul li {
    font-size: 14px;
    margin: 0 15px 5px 0;
    line-height: 32px;
    font-weight: 400;
}

.wfh.banner ul li:before {
    content: '‣';
    color: #e8505a;
    display: inline-block;
    font-size: 30px;
    line-height: 10px;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.wfh p {
    font-size: 15px;
    line-height: 30px;
}
.wfh.promo {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffe9eb;
    border: 1px solid #ffdee1;
    position: fixed;
    width: 100%;
    z-index: 2;
}

.wfh.promo p {
    line-height: normal;
    font-size: 16px;
    font-weight: 400;
}
.wfh.promo p b {
    background-color: #ffd984;
    font-weight: 600;
    font-size: 12px;
    padding: 2px 5px;
    line-height: normal;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 20px 0 0;
    border-radius: 5px 0;
}
.wfh.promo strong {
    font-weight: 600;
}
.wfh.promo strong:before {
    content: '|';
    margin: 0 10px;
    color: #ffdee1;
}
.wfh.promo a {
    line-height: normal;
    background-color: #fff;
    color: #ff4f5b;
    padding: 6px 15px;
    margin: 0 0 0 30px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    box-shadow: 0 0 1px #ff4f5b;
}
.wfh.promo span {
    margin: 0 0 0 30px;
    color: #ff8891;
    position: absolute;
    right: 23px;
    cursor: pointer;
}
.wfh.overview {
    max-width: 1000px;
    margin: auto;
    padding: 40px;
}
.wfh.overview .flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.wfh.overview blockquote {
    position: relative;
    color: #e8505a;
    padding: 10px 60px;
    font-size: 16px;
    line-height: 32px;
    font-style: italic;
    font-weight: 400;
    min-width: 280px;
    margin: 20px 20px 20px 0;
}
.wfh.overview blockquote b {
    color: #182d34;
    font-size: 13px;
    font-weight: 600;
    font-family: Poppins;
}
.wfh.overview blockquote:before {
    content: '{';
    position: absolute;
    font-style: normal;
    color: #eee;
    font-size: 220px;
    font-weight: 100;
    line-height: 220px;
    top: -40px;
    left: 0;
}
.wfh.overview blockquote:after {
    content: '}';
    position: absolute;
    font-style: normal;
    color: #eee;
    font-size: 220px;
    font-weight: 100;
    line-height: 220px;
    top: -40px;
    right: 0;
}
.wfh.dim{
    background-color: #f9f9f9;
}
.wfh.dim h2 {
    text-align: center;
    margin: 0;
    padding: 40px 20px 20px;
    font-size: 30px;
    font-weight: 400;
    color: #445a63 !important;
}
.wfh.dim h2 strong {
    font-weight: 600;
    color: #e8505a !important;
}
.wfh.dim > p {
    max-width: 700px;
    margin: 20px auto 0;
    text-align: center;
}
.wfh.dim .flex {
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin: auto;
}
.wfh.dim .flex .inner-flex {
    max-width: 23%;
    padding: 20px 20px 40px;
    text-align: center;
    position: relative;
    transition: all ease 500ms;
}
.wfh.dim .flex .inner-flex.active{
    background-color: #eee;
    border-bottom: 1px solid #e8505a;
    transform: translateY(20px);
    box-shadow: 0 6px 6px -3px #0004;
}
.wfh.dim .flex .inner-flex:after {
    content: '';
    width: 30px;
    height: 30px;
    background-color: transparent;
    position: absolute;
    bottom: 10px;
    transform: rotate(45deg);
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    transition: all ease 500ms;
}
.wfh.dim .flex .inner-flex.active:after {
    background-color: #eee;
    border-color: #e8505a;
    bottom: -16px;
    box-shadow: 4px 4px 6px -3px #0004;
}

.wfh.dim .flex .inner-flex h3 {
    position: relative;
    color: #445a63 !important;
    margin: 20px auto 0 !important;
    font-weight: 400;
    max-width: 250px;
}
.wfh.dim .flex .inner-flex h3:before {
    content: '';
    width: 40px;
    background-color: #e8505a;
    height: 1px;
    display: inline-block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -15px;
    transition: all ease 500ms;
}
.wfh.dim .flex .inner-flex.active h3:before{
    opacity: 0;
    transform: translateY(20px);
}

.wfh.dim .flex .inner-flex img {
    width: 90%;
    height: auto;
    display: block;
    margin: auto;
}

.wfh.dim .flex .inner-flex p {
    margin: 10px 0 0 !important;
}
.wfh.dim-fea {
    padding: 30px 0 30px;
    display:none;
}
.wfh.dim-fea.active {
    display:block;
}

.wfh.dim-fea h2 {
    text-align: center;
    margin: 0;
    padding: 40px 20px 0;
    font-size: 30px;
    font-weight: 400;
    color: #445a63 !important;
}
.wfh.dim-fea h4 {
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 45px 10px 10px;
    font-weight: 400;
    font-size: 26px;
    line-height: 42px;
    max-width: 800px;
}
.wfh.dim-fea h4:before {
    content: '';
    width: 40px;
    background-color: #e8505a;
    height: 1px;
    display: inline-block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -15px;
}
.wfh.dim-fea .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px auto;
    max-width: 1000px;
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: bottom right;
}
.wfh.dim-fea.bus .flex {
    background-image: url(../images/wfh-clip-1.png);
}

.wfh.dim-fea.user .flex {
    background-image: url(../images/wfh-clip-3.png);
}
.wfh.dim-fea .flex .inner-flex {
    display: none;
}
.wfh.dim-fea .flex .inner-flex.active{
    display: block;
}
.wfh.dim-fea .flex .inner-flex p, .wfh.dim-fea .flex .inner-flex ul {
    margin: 0;
    width: 50%;
    font-size: 17px;
    line-height: 40px;
    font-weight: 400;
}
.wfh.dim-fea .flex .inner-flex p:first-letter {
    font-size: 30px;
    color: #e8505a;
    font-weight:400;
}
.wfh.dim-fea > ul {
    display: flex;
    margin: 50px auto 30px;
    justify-content: center;
    max-width: 90%;
    border-bottom: 1px solid #eee;
}

.wfh.dim-fea > ul > li {
    padding: 10px 20px;
    max-width: 130px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #00000075;
    cursor: pointer;
}
.wfh.dim-fea.bus > ul > li:last-child {
    max-width: 165px;
}
.wfh.dim-fea > ul > li.active {
    border-bottom: 1px solid #e8505a;
    color: #000;
    pointer-event: none;
}
.wfh.dim-fea .flex .inner-flex ul {
    font-size: 15px;
    line-height: 28px;
}

.wfh.dim-fea .flex .inner-flex ul li {
    margin-bottom: 15px;
}
.wfh.dim-fea .flex .inner-flex ul li:before {
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    background-color: #e8505a;
    border-radius: 50%;
    margin: 0px 15px 0 -25px;
}
.wfh.dim-fea.admin {
    background-color: ;
}
.wfh.dim-fea.admin .flex {
    background-image: url(../images/wfh-clip-2.png);
    background-size: auto 80%;
    max-width: 1200px;
    min-height: 400px;
}
.wfh.dim-fea.admin > ul > li:nth-child(2) {
    max-width: 165px;
}
.wfh.dim-fea.user > ul > li:nth-child(4) {
    max-width: 165px;
}
.wfh.end {
    background-color: #f9f9f9;
    padding: 40px 40px 80px;
}

.wfh.end h2 {
    position: relative;
    text-align: center;
    line-height: normal;
    font-size: 30px;
    font-weight: 400;
    margin: 0 auto 40px;
    color: #445a63 !important;
}

.wfh.end h2 strong {
    display: block;
    font-size: 20px;
    font-weight: 100;
    line-height: 38px;
    color: #000;
    margin: 0 0 10px 0;
}
.wfh.end h2:before {
    content: '';
    width: 40px;
    background-color: #e8505a;
    height: 1px;
    display: inline-block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -15px;
}
.wfh.end .flex {
    display: flex;
    justify-content: center;
}
.wfh.end .flex .wrap {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.wfh.end .flex .wrap:first-child {
    border-right: 1px dashed #ccc;
}
.wfh.end .flex .inner-flex {
    margin: 1.5%;
    width: 40%;
    min-height: 90px;
    max-width: 280px;
    background-color: #fff;
    padding: 10px 20px 15px;
    position: relative;
    box-shadow: 0 0 5px 0px #00000036;
    border-radius: 5px;
}

.wfh.end .flex .inner-flex h3 {
    font-size: 18px;
    font-weight: 600;
    color: #445a63 !important;
}

.wfh.end .flex .inner-flex p {
    margin: 3px 0 8px;
    line-height: 20px;
    font-size: 13px;
}
.wfh.end .flex .inner-flex a {
    display: inline-block;
    line-height: normal;
    color: #eb616a;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    right: 20px;
    bottom: 15px;
    font-size: 12px;
}
.wfh.end .flex .wrap:first-child:before{
    content: 'Endpoint Management';
}
.wfh.end .flex .wrap:before {
    content: 'Endpoint Security';
    width: 100%;
    text-align: center;
    font-size: 25px;
    margin: 0 0 20px;
    color: #0000001a;
    font-weight: 800;
    text-transform: uppercase;
}
.wfh.credit {
    padding: 30px 30px 50px;
}

.wfh.credit h2 {
    padding: 0 20px 10px;
    text-align: center;
    margin: 0;
}
.wfh.credit p {
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    max-width: 700px;
}
.wfh.credit a.cta {
    display: block;
    max-width: 250px;
    margin: 30px auto;
    text-align: center;
    line-height: normal;
    padding: 12px 10px;
    font-size: 20px;
    background-color: #e8505a;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.wfh.credit .flex {
    display: flex;
    justify-content: center;
}
.wfh.credit .flex a {
    margin: 20px;
    padding: 10px 25px;
}
.wfh.credit .flex a.site_cta {
    background-color: #d6d6d6;
    color: #000;
}
body.modal:after {
    content: '';
    position: fixed;
    background-color: #0008;
    z-index: 999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.wfh .dform {
    background-color: #fff;
    max-width: 900px;
    max-height: 580px;
    margin: auto;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 5px #ccc;
    z-index: 99999999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.wfh .dform h3 {
    text-align: center;
    color: #2f555f !important;
    border-bottom: 1px dotted #eee;
    padding: 0 20px 10px;
    max-width: 600px;
    margin: auto !important;
    font-weight: 600;
}
.wfh .dform .wrapper {
    overflow: auto;
    padding: 0 10px 10px 10px;
    max-width: 100%;
}
.wfh .dform form {
    max-width: 100%;
}
inputgroup.input-group-radio.spl .main {
    white-space: normal;
    line-height: 20px;
    margin: 30px 0 5px;
}

.edi-btn inputgroup.half {
    margin: 5px 15px;
    width: 250px;
    vertical-align: initial;
}

.edi-btn .separator {
    margin: auto;
    max-width: 585px;
}
.edi-btn .input-group-radio .flex {
    display: flex;
    flex-wrap: wrap;
}

.edi-btn .input-group-radio .flex .inputgroup {
    width: 30%;
    margin: 0 5px 0 0;
    display: flex;
    align-items: center;
    padding: 9px 0;
}

.edi-btn .input-group-radio .flex .inputgroup label {
    line-height: normal;
    width: 100% !important;
    font-size: 100% !important;
    color: #000;
}
.edi-btn .input-group-radio .flex .inputgroup input {
    max-width: none;
    margin: 0 10px 0 0 !important;
    width: 7% !important;
}
span.closed {
    position: absolute;
    top: 12px;
    right: 13px;
    font-size: 30px;
    font-weight: 600;
    color: #ccc;
    cursor: pointer;
}
.sticky-button {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 96px;
    flex-wrap: wrap;
    z-index:9;
}

.sticky-button a {
    background-color: #e8505a;
    color: #fff;
    text-align: center;
    line-height: normal;
    padding: 5px;
    text-decoration: none;
}
.sticky-button a.sol_area {
    background-color: #375a63;
}
.fbutton input#Submit {
    background-color: #e8505a !important;
    font-size: 20px !important;
    font-family: OpenSans;
    text-transform: uppercase;
    padding: 10px 15px !important;
    line-height: normal !important;
    width: 260px !important;
    font-weight: 600;
}
.foot-copy {
    border-top: 1px #eee solid;
}
span#backToTop {
    display: none !important;
}
@media(max-width:600px){
.headerinner .prdLogo {
    width: auto;
    padding: 0 0 23px;
}

a.dclogosvg {
    font-size: 150%;
}
.flex {
    flex-wrap: wrap !important;
}

.wfh.banner {
    flex-wrap: wrap;
    margin: auto;
    padding: 20px;
}

.wfh.banner img {
    max-width: 100%;
    margin: auto;
}

.wfh.banner h1 {
    margin: 0;
}

.wfh.dim-fea > ul {
    flex-wrap: wrap;
}

.wfh.dim-fea > ul > li {
    max-width: none !important;
    width: 100%;
    margin: 5px;
}

.wfh.dim-fea .flex .inner-flex p, .wfh.dim-fea .flex .inner-flex ul {
    width: auto;
}

.wfh.dim .flex .inner-flex {
    max-width: 100%;
}

.wfh.dim-fea .flex {
    padding: 40px;
    padding-bottom: 300px;
    background-size: 100% auto !important;
}

.wfh.dim-fea h4 {
    line-height: 33px;
    font-size: 17px;
    padding: 16px;
}
.wfh.dim-fea > ul > li.active {
    border: 1px solid #e8505a;
}
.wfh .dform {
    max-width: 80%;
    max-height: 470px;
}
.wfh.banner h1 strong {
    white-space: normal;
}

.wfh.promo {
    position: static;
    padding: 15px;
    flex-wrap: wrap;
    width: auto;
}

.wfh.promo p {
    text-align: center;
    margin: 10px 10px 0;
    line-height: 28px;
}

.wfh.promo strong {
    display: block;
    margin: 5px 10px 12px;
}

.wfh.promo strong:before {
    display: none;
}

.wfh.promo a {
    margin: auto;
}

.wfh.end .flex .inner-flex {
    width: auto;
    min-width: 90%;
    margin: 15px;
}

.wfh.end .flex .wrap {
    width: auto;
}

.wfh.end .flex .wrap:first-child {
    border-bottom: 1px dashed #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.edi-btn .input-group-radio .flex .inputgroup {
    width: 100%;
}

.edi-btn .input-group-radio .flex .inputgroup label {
    font-size: 100% !important;
}

.wfh .dform form {
    padding-top: 0;
}
.wfh .dform .wrapper {
    overflow: auto;
    padding: 0;
    max-width: 100%;
    max-height: 100%;
}
.edi-btn inputgroup.half {
    margin: 0;
    width: 100%;
}
}