html {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

body * {
    margin: 0;
    color: #000;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-family: Zoho_Puvi_Regular;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

embed,
img,
object,
video {
    max-width: 100%;
    height: auto;
}

video {
    width: 100%;
}

input:focus,
keygen:focus,
select:focus,
textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

input {
    border: 0;
    border-radius: 0;
}

h1 {
    font: 40px/1.3 Zoho_Puvi_Bold;
    margin-bottom: 20px;
}

h2 {
    font: 30px/1.5 Zoho_Puvi_SemiBold;
    margin: 40px 0px;
}

h3 {
    font: 26px/1.5 Zoho_Puvi_SemiBold;
    margin: 40px 0px 20px 0px;
}

h4 {
    font: 24px/1.4 Zoho_Puvi_SemiBold
}

h5 {
    font: 20px/1.4 Zoho_Puvi_SemiBold
}

h6 {
    font-size: 16px
}

p,
a {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 30px;
}

a {
    color: #138cd6;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 30px;
}

#backToTop {
    position: fixed;
    right: 20px;
    bottom: 80px;
    color: #000;
    background: rgba(0, 0, 0, 0.7) url(https://www.manageengine.com/images/up-arrow.png) no-repeat 16px 17px;
    font-size: 12px;
    display: none;
    cursor: pointer;
    transition: all 0.1s ease 0s;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-indent: -1000px;
    overflow: hidden;
}

.header-bg {
    padding: 20px 0px;
    box-shadow: 0px 0px 5px #e2e2e2;
}

.header {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}

img.me-logo {
    width: 162px;
    display: block;
    margin-bottom: 5px;
}

img.sdp-logo {
    width: 222px;
    display: block;
}

ul.menu-list {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
}

ul.menu-list li {
    margin: 20px;
}

ul.menu-list li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    position: relative;
}

ul.menu-list li a:before {
    content: "";
    width: 0%;
    border-bottom: 2px solid #1280d9;
    position: absolute;
    top: 20px;
    left: 0px;
    bottom: 0;
    transition: width 0.5s;
}

li.header-cta {
    margin: 0px !important;
}

li.header-cta a:before {
    border-bottom: none !important;
}

.header-cta a {
    border-radius: 3px;
    margin-left: 18px;
}

.smlarlft {
    background: unset;
    width: 6px;
    height: 19px;
    margin: 0 5px 0px 5px;
    position: relative;
    top: 0;
    display: inline-block;
    font-size: 16px;
}

.breadcrumb-title .smlarlft {
    display: none;
}

.wistia-inline-embed-wrap {
    box-shadow: -0.6px 0px 22px 0px #d0d1d261;
}

ul.menu-items {
    position: absolute;
    background: #333;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 99px;
    display: none;
    z-index: 999;
}

ul.menu-items li:not(:last-child) {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 40px;
    position: relative;
    padding: 0px 0px 0px 30px;
}

ul.menu-items li:nth-child(1) {
    padding-top: 20px;
}

li.mobile-cta {
    background: #f0483e;
    text-align: center;
}

li.mobile-cta a {
    margin: 0px;
    padding: 10px 0px;
    text-transform: uppercase;
    font-weight: bold;
}

ul.menu-items li a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
}

ul.menu-list>li a:hover:before {
    width: 100%;
}

li.header-cta a {
    background: #f0483e;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: bold;
}

.hamburger {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    margin: 0px;
    display: none !important;
}

.hamburger:after,
.hamburger span:before,
.hamburger span:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    transition: 0.2s ease-in-out;
}

a.hamburger span:before {
    transform: translateY(-5px);
}

a.hamburger span:after {
    transform: translateY(5px);
}

.hamburger-active:after {
    height: 0px;
}

.hamburger-active span:before {
    transform: rotate(45deg) !important;
}

.hamburger-active span:after {
    transform: rotate(-45deg) !important;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    animation: smooth 0.3s ease-in-out;
    z-index: 999;
    box-shadow: 0px 0px 5px #e2e2e2;
}

@keyframes smooth {
    from {
        transform: translateY(-50px);
    }
    to {
        transform: translateY(0px);
    }
}

.row-bg {
    margin: 75px 0px 0px 0px;
}

.main-content {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    position: relative;
}

.main-content-left-col {
    width: 70%;
    margin-right: 5%;
}

.main-content-left-col h1 {
    padding-right: 50px;
    box-sizing: border-box;
}

.main-content-right-col {
    width: 300px;
}

p.breadcrumb a {
    font-size: 14px;
    color: #484848;
    text-decoration: none;
}

p a.breadcrumb-title {
    cursor: text;
    color: #138cd6;
}

.breadcrumb a:hover {
    color: #138cd6;
}

p.last-updated {
    font-size: 14px;
    color: #9c9c9c;
}

.video-screenshots {
    margin: 50px 0px;
    display: block;
    text-align: center;
}

.wistia_responsive_padding {
    margin: 50px 0px 20px 0px;
}

.wistia_responsive_padding * {
    color: #fff;
}

p.disclaimer-text {
    font-size: 12px;
}

input#user-detail {
    display: none;
}

.resetdiv {
    display: none;
}

.download-form {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    background: #ffeedd;
    padding: 30px;
    margin: 50px 0px 50px 0px;
}

.download-form>div:nth-child(1) {
    width: 23%;
    margin-right: 3%;
}

.download-form>div:nth-child(2) {
    width: 77%;
}

.download-form picture {
    display: block;
    text-align: center;
}

p.form-title {
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0px 20px 0px;
    line-height: 1.2;
    max-width: 70%;
    font-family: Zoho_Puvi_Bold;
}

div#meGDPRMessage {
    margin: 20px 0px 0px 0px;
    font-size: 14px;
    max-width: 70%;
    line-height: 1.5;
}

div#formCTAgdpr {
    font-size: 12px;
    max-width: 70%;
    margin: 20px 0px 0px 0px;
    line-height: 1.5;
}

.prvcy-plicy a {
    font-size: 12px;
    text-decoration: none;
    border-bottom: 1px solid #000;
}

.form-fields {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.fields {
    width: 50%;
    margin: 2px;
}

input#emailID {
    background: #fff;
    font-size: 15px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

input#emailID::placeholder {
    color: #b6b6b6
}

select#MECountryListing {
    border: none;
    -webkit-appearance: none;
    border-radius: 0px;
    padding: 10px;
    font-size: 15px;
    color: #b6b6b6;
    width: 100%;
    box-sizing: border-box;
    background: #fff url(images/dropdown-arrow.png) right center no-repeat;
}

input#submit {
    background: #ff4545;
    color: #fff;
    text-transform: uppercase;
    padding: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: Zoho_Puvi_Bold;
    -webkit-appearance: none;
}

ul.toc li {
    line-height: 1.8;
    font-size: 18px;
    position: relative;
}

ul.toc li a {
    color: #1280d9;
}

ul.toc>li {
    padding-left: 30px;
}

ul.toc>li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background: #000;
    left: 0;
    top: 14px;
    font-size: 26px;
}

ul.nested-toc {
    list-style: disc;
    margin: 15px 0px 15px 50px;
}

p.transcription-main-title {
    text-align: center;
    font: 32px/1.5 Zoho_Puvi_SemiBold;
    margin: 40px 0px;
}

.heading-boxes {
    text-align: center;
    background: #f6f6f6;
    padding: 30px 0px;
    position: relative;
}

.heading-boxes h2 {
    margin: 20px 0px;
}

.heading-boxes:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f6f6f6;
    right: 50%;
    bottom: -20px;
    left: 50%;
    margin-left: -20px;
    margin-right: -20px;
}

.sidebar-images {
    margin-bottom: 15px;
    display: block;
    width: 70px;
    margin: 0px auto 6px;
}

.heading-boxes h3 {
    max-width: 70%;
    margin: 0 auto;
    line-height: 1.3;
    font-size: 21px;
}

p.list-heading {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

ul.list-items li {
    font-size: 18px;
    padding: 10px 0px 10px 20px;
    position: relative;
    line-height: 1.4;
}

.no-points li {
    padding: 10px 0px 10px 0px !important;
}

ul.list-items {
    margin-bottom: 30px;
}

ul.list-items li a {
    text-decoration: none;
}

ul.list-items li:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 19px;
    right: 0;
    bottom: 0;
    left: 0;
}

ul.list-items.no-points li:before {
    display: none;
}

ul.list-content {
    margin: 35px 0px;
}

ul.list-content li {
    font-size: 18px;
    padding: 10px 15px;
    position: relative;
    color: #1280d9;
    line-height: 1.5;
    border-bottom: 1px solid #e2e2e2;
}

ul.list-content li a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
}

ul.list-content li:nth-last-child(1) {
    border-bottom: unset;
}

.strong-text {
    font-weight: bold;
    font-family: Zoho_Puvi_SemiBold
}

.italic-text {
    font-style: italic;
}

ul.add-resources li {
    padding-right: 15px;
}

.fixed-sidebar {
    position: sticky;
    top: 105px;
}

.footer-cta-bg {
    background: #f3fcff;
    text-align: center;
    padding: 50px 0px;
    margin: 100px 0px 50px 0px;
}

.footer-cta p {
    font-size: 30px;
    font-weight: bold;
    font-family: Zoho_Puvi_Bold;
    line-height: 1.5;
}

ul.footer-cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.footer-cta-buttons li a {
    background: #ef483d;
    padding: 5px 30px;
    text-decoration: none;
    color: #fff;
    margin: 3px;
    display: block;
    min-width: 150px;
    border-radius: 2px;
    font-family: 'Zoho_Puvi_SemiBold';
}

.footer-cta-buttons>li {
    margin: 0px 5px;
}

.footer-cta-buttons span {
    display: block;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
}

.copyright-bg {
    background: #eee;
    text-align: center;
    padding: 13px 0px;
}

.copyright p {
    font-size: 14px;
    margin: 0px;
    text-decoration: none;
}

.copyright a {
    font-size: 14px;
    margin: 0px;
    text-decoration: none;
}

.addresorcs sup {
    color: #000;
}

h5.transcipt-head-for-list {
    margin-bottom: 10px;
}

.banner-poster {
    border: 1px solid #80808026;
}

@media only screen and (max-width:1024px) {
    .main-content {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .main-content-left-col {
        width: 100%;
        margin-right: 0%;
    }
    .main-content-right-col {
        width: 100%;
    }
    p.form-title {
        max-width: 100%;
    }
    div#formCTAgdpr {
        max-width: 80%;
    }
    div#meGDPRMessage {
        max-width: 80%;
    }
    .add-resources-bg .container {
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    ul.menu-list {
        display: none;
    }
    .hamburger {
        display: inline-block !important;
    }
    .download-form {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .form-fields {
        display: block;
    }
    .fields {
        margin-bottom: 10px;
    }
    div#formCTAgdpr {
        max-width: 100%;
    }
    div#meGDPRMessage {
        max-width: 100%;
    }
    input#submit {
        margin: 15px;
    }
    .fields {
        width: 100%;
    }
}

@media only screen and (max-width:992px) {
    .main-content-left-col h1 {
        padding-right: 0px;
    }
}

@media only screen and (max-width:600px) {
    img.me-logo {
        width: 122px;
    }
    img.sdp-logo {
        width: 182px;
    }
    ul.menu-items {
        top: 85px;
    }
    h1 {
        font: 35px/1.3 Zoho_Puvi_Bold;
    }
    .download-form {
        padding: 30px;
    }
    .download-form>div:nth-child(1) {
        width: 100%;
        margin-right: 0%;
    }
    .download-form>div:nth-child(2) {
        width: 100%;
    }
    ul.nested-toc {
        margin: 15px 0px 15px 30px;
    }
    ul.footer-cta-buttons {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {
    img.sdp-logo {
        width: 162px;
    }
    ul.menu-list li {
        margin: 0px 0px 0px 15px;
    }
    ul.menu-list li a {
        font-size: 14px;
    }
}