* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-family: var(--zf-primary-regular), sans-serif;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5em;
    color: #333;
}
body {
    font-size: 18px;
    font-family: var(--zf-primary-regular), sans-serif;
    margin: 0;
    padding: 0;
    background: #FAFAFC;
}
button, input, select, textarea {
    font-family: var(--zf-primary-regular), sans-serif;
}
/*** Links ***/

a {
    text-decoration: none;
    outline: 0;
    transition: color ease .2s;
}
a:visited {
    color: #2a6496;
}
a:hover, a:focus {
    color: #2a6496;
}
a:active {
    color: #2a6496;
}
.create-new-btn a:hover, .create-new-btn a:active, 
.create-new-btn a:focus, .create-new-btn a:visited {
    color: #fff;
}
/*** Lists ****/

ol ol, ol ul, ul ol, ul ul {
    margin: 0;
}
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}
img, video, iframe {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
    position: relative;
}
/**** Styling ****/

p, pre {
    margin: 1.5em 0;
}
blockquote {
    margin: 1.5em 30px;
}
h1 {
    font: var(--zf-primary-semibold), sans-serif;
    font-size: 44px;
    line-height: 1.2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-weight: 600;
    color: #222;
}
h2 {
    font-family: var(--zf-primary-semibold), sans-serif;
    font-size: 36px;
    line-height: 1.3em;
    margin-top: 0em;
    margin-bottom: 0.5em;
    font-weight: normal;
    color: #000;
}
h3 {
    font-family: var(--zf-primary-semibold), sans-serif;
    font-size: 26px;
    line-height: 1.3em;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    font-weight: normal;
    color: #333;
}
h4 {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: normal;
    color: #333;
    font-family: var(--zf-primary-semibold), sans-serif;
}
h5 {
    font-family: var(--zf-primary-regular), sans-serif;
    font-size: 18px;
    line-height: 1.25em;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    font-weight: normal;
}
h6 {
    font-family: var(--zf-primary-regular), sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: normal;
}
p {
    font-family: var(--zf-primary-regular), sans-serif;
    line-height: 1.5em;
    margin: 0.6em 0;
    font-size: 18px;
    color: #353535;
    font-weight: lighter;
}
ul li {
    cursor: pointer;
    list-style-type: none;
}
.zs_padding_null {
    padding: 0;
}
.zs_margin_null {
    margin: 0;
}
main{
overflow:hidden;
}
.zs_paddingtop {
    padding-top: 15px;
}
.zs_margintop {
    margin-top: 15px;
}
.zs_paddingbottom {
    padding-bottom: 15px;
}
.zs_marginbottom {
    margin-bottom: 15px;
}
.zs_paddingtop_small {
    padding-top: 30px;
}
.zs_paddingbottom_small {
    padding-bottom: 30px;
}
.zs_margintop_small {
    margin-top: 30px;
}
.zs_marginbottom_small {
    margin-bottom: 30px;
}
.zs_center {
    text-align: center;
}
.zs_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.zs_tablecell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.zs_inlineblock {
    display: inline-block;
    vertical-align: middle;
}
.zs_table {
    display: table;
    table-layout: fixed;
}
.zs_hidden {
    display: block;
}
.zs_pos_r {
    position: relative;
}
.zs_margin_center {
    margin: 0 auto;
}
.zs_section_container {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0px;
}
.zs_unsplash_container .zs_section_container {
  max-width: 1440px;
}
.zs_paddingtopbottom_small {
    padding: 30px 0;
}
.zs_margintopbottom_small {
    margin: 50px 0;
}
.zs_paddingtop_large {
    padding-top: 50px;
}
.zs_paddingbottom_large {
    padding-bottom: 100px;
}
.zs_margintop_large {
    margin-top: 50px;
}
.zs_paddingtopbottom_large {
    padding: 50px 0;
}
.zs_margintopbottom_large {
    margin: 100px 0;
}
.zw-product-header span.zprd-display-name {
color: #000;
}
.zs_marginbottom_large {
   margin-bottom: 100px; 
}
.zs_block {
    display: block;
}
.zs_alignright {
    text-align: right;
}
.zs_alignleft {
    text-align: left;
}
.zs_head_content {
    margin: auto;
    max-width: 70%;
}
/** Icons styles **/
.show-svg-icon {
	width: 30px;
	height: 30px;
	display: inline-block;
    vertical-align: middle;
}
.show.zs_two_col_layout-icons-wrapper {
    position: absolute;
    left: -1000em;
    top: -1000em;
    opacity: 0;
}
/*** Float classes ***/
.ui-left {
    float: left;
}
.ui-right {
    float: right;
}
/*** Used to clearfix the floats ***/
.ui-overflow:after {
    content: "";
    display: table;
    clear: both;
}

/*** Custom CSS ***/
.zs_banner .zs_leftside_wrapper p {
    margin-bottom: 30px;
}
.zs_banner h1 span {
    color: #DE5547;
}
.zs_banner .zs_leftside_wrapper {
    position: relative;
    left: 5%;
    z-index: 1;
    margin-left: 50px;
}
.zs_banner_img img:nth-child(1) {
    max-width: 110%;
    position: relative;
    left: -15%;
}
.zs_banner_img img:nth-child(2) {
    filter: drop-shadow(0px 15px 154px rgba(0, 0, 0, 0.07)) drop-shadow(0px 6.26664px 64.3375px rgba(0, 0, 0, 0.0503198)) drop-shadow(0px 3.35045px 34.3979px rgba(0, 0, 0, 0.0417275)) drop-shadow(0px 1.87823px 19.2832px rgba(0, 0, 0, 0.035)) drop-shadow(0px 0.997515px 10.2412px rgba(0, 0, 0, 0.0282725)) drop-shadow(0px 0.415088px 4.26158px rgba(0, 0, 0, 0.0196802));
    position: absolute;
    left: 0;
    top: 19%;
    width: 89%;
    z-index: 2;
    border-radius: 12px;
}
.zs_banner_img img:nth-child(3) {
    position: absolute;
    right: 10%;
    top: 5%;
    z-index: 0;
    width: 11%;
    animation: floatinganimation 5s linear infinite;
    animation-fill-mode: forwards;
}
.zs_banner_img.zs_rightside_wrapper {
    margin-left: 140px;
}
@keyframes floatinganimation {
    0% {
        top: 5%;
    }
    50% {
        top: 8%;
    }
    100% {
        top: 5%;
    }
}
.zs_two_col_layout {
    width: 100%;
    padding: 0 30px;
}
.zs_leftside_wrapper {
  width: 40%;
  margin-left: 130px;
}
.zs_leftside_wrapper p {
    margin: 15px 0 0;
}
.zs_leftside_wrapper.zs_leftside_image {
    width: 60%;
    margin: 0 80px;
}
.zs_rightside_wrapper {
    width: 60%;
}
.zs_rightside_wrapper img {
    max-width: 100%;
}
.zs_rightside_wrapper.zs_rightside_content {
    width: 40%;
    margin-right: 200px;
}
.zs_realtime_collaboration .zs_rightside_wrapper.zs_rightside_content h2 {
    width: 480px;
}
/** What is hipaa **/
.zs_whatis_hipaa .zs_leftside_wrapper {
    width: 35%;
    margin: 0 40px 0 0;
}
.zs_whatis_hipaa .zs_rightside_wrapper {
    margin-left: 100px;
    width: 40%;
}

/** Maintain Complaince **/
.zs_maintain_compliance {
    background-image: url(/sites/zweb/images/show/show-hippa-compliance.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.zs_maintain_compliance div h2,
.zs_maintain_compliance div p {
    color: #fff;
    position: relative;
}
.zs_maintain_compliance div p {
    transition: all 0.6s linear;
    top: 60px;
    opacity: 0;
}
.zs_maintain_compliance div.zs_animation_active .zs_data_enteredcontent {
    opacity: 1;
    top: 0;
}
.zs_maintain_compliance div.zs_animation_active .zs_org_adminstratorcont {
    transition-delay: 0.7s;
    opacity: 1;
    top: 0;
}
.zs_maintain_compliance div.zs_animation_active .zs_workdrive_officesuite {
    transition-delay: 1.4s;
    opacity: 1;
    top: 0;
}
.zs_workdrive_officesuite a, .zs_workdrive_officesuite a:hover, 
.zs_workdrive_officesuite a:active, .zs_workdrive_officesuite a:focus {
    color: #56a5ff;
}
.zs_maintain_compliance > div {
    max-width: 1050px;
    margin: 100px auto;
}
.zs_maintain_compliance .zs_common_width {
    width: 620px;
    margin: 30px auto 0;
}
/** data encryption **/
.zs_data_encryption p {
    width: 480px;
}
/** Lock design element **/
.zs_lock_designelement p {
    width: 480px;
}
/** Publish file restriction **/
.zs_publishfiles_restrictions .zs_rightside_wrapper {
    margin: 0 100px;
}
.zs_lock_designelement .zs_rightside_wrapper {
    margin-right: 50px;
}
.zs_publishfiles_restrictions > div {
    position: relative;
    top: 3em;
}
/** show features hipaa complaint **/
.zs_showfeatures_hipaa a {
    color: #0291ff;
    display: inline-block;
    margin-top: 25px;
}
.zs_showfeatures_hipaa > div {
    position: relative;
    top: 3em;
}
/** Controlled Access Collaboration **/
.zs_controlled_access p {
    width: 430px;
}
.zs_controlled_access .zs_rightside_wrapper img {
    max-width: 88%;
}
/*** Footer Section ***/
.zs_footer_section {
    background-image: url(/sites/zweb/images/show/hipaa-footer-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
/** mobile view **/
.zs_mobileview {
    display: none;
}

/*** Responsive Styles ***/
@media only screen and (max-width: 1440px) {
    .zs_banner .zs_leftside_wrapper {
        left: 0;
    }
}
@media only screen and (max-width: 1300px) {
    .zs_leftside_wrapper {
        margin-left: 50px;
    }
    .zs_lock_designelement p, .zs_data_encryption p, .zs_realtime_collaboration .zs_rightside_wrapper.zs_rightside_content h2 {
        width: 100%;
    }
}
@media only screen and (max-width: 1200px) {
    .zs_rightside_wrapper.zs_rightside_content {
        width: 40%;
        margin-right: 100px;
        margin-left: 0;
    }
}
@media only screen and (max-width: 1080px) {
    .zs_whatis_hipaa .zs_margintopbottom_large {
        margin: 80px 0 50px;
    }
    .zs_rightside_wrapper.zs_rightside_content {
        width: 50%;
        margin-right: 0;
    }
    .zs_banner .zs_rightside_wrapper {
        margin: 30px 0 0 80px;
    }
}
@media only screen and (max-width: 960px) {
    .zs_webview {
        display: none;
    }
    .zs_whatis_hipaa .zs_leftside_wrapper {
        width: 90%;
        margin: 0 auto;
    }
    .zs_mobileview {
        display: block;
    }
    .zs_flex {
        display: inline-block;
    }
    .zs_banner .zs_leftside_wrapper {
        margin: 0 auto;
        width: 90%;
        text-align: center;
    }
    .zs_publishfiles_restrictions > div, .zs_showfeatures_hipaa > div {
        top: 0;
    }
    .zs_banner .zs_leftside_wrapper, .zs_controlled_access p {
        width: auto;
    }
    .zs_publishfiles_restrictions .zs_rightside_wrapper {
        margin: 0 auto;
    }
    .zs_lock_designelement .zs_rightside_wrapper {
        margin: 60px auto 0;
    }
    .zs_banner .zs_rightside_wrapper {
        margin: 50px auto 40px;
        width: 90%;
    }
    .zs_banner_img img:nth-child(1) {
        left: inherit;
        max-width: 100%;
    }
    .zs_banner_img img:nth-child(2) {
        left: 50%;
        transform: translate(-50%, 0);
    }
    .zs_banner_img img:nth-child(3) {
        right: 4%;
        top: 5%;
    }
    .zs_whatis_hipaa .zs_margintopbottom_large {
        margin: 0 auto;
        text-align: center;
        width: 95%;
        left: 0;
        top: 0;
    }
    .zs_whatis_hipaa .zs_rightside_wrapper {
        margin: 90px auto;
        width: 95%;
    }
    .zs_leftside_wrapper, .zs_rightside_wrapper.zs_rightside_content, .zs_realtime_collaboration .zs_rightside_wrapper.zs_rightside_content h2 {
        text-align: center;
        margin: 0 auto;
        width: 90%;
    }
    .zs_rightside_wrapper, .zs_leftside_wrapper.zs_leftside_image {
        margin: 30px auto 0;
        width: 80%;
    }
    .zs_leftside_wrapper.zs_leftside_image, .zs_rightside_wrapper {
        margin-top: 60px;
    }
    .zs_leftside_wrapper p {
        margin: 5px 0 0;
    }
}
@media only screen and (max-width: 767px) {
    .zs_rightside_wrapper, .zs_leftside_wrapper.zs_leftside_image, .zs_maintain_compliance > div, .zs_maintain_compliance .zs_common_width {
        width: 95%;
    }
    .zs_flex {
        padding: 0;
    }
    .zs_banner h1 {
        margin-top: 0;
    }
    .zs_maintain_compliance > div {
        margin: 40px auto;
    }
}