:root {
	--help-sm-icons : url('/sites/nweb/images/commonroot/help_detail_sprite.svg');
	--help-search-width : "100%";
	--help-header-height: "133px";
}

:target {
    scroll-margin-top: 50px;
}

#zw-maincontent-skip{
padding: 15px 20px;
}
article.rightsidebar-toggled #zw-maincontent-skip,
article.rightsidebar-toggled #zw-tablecontent-skip{
     display:none;
}
.content-wrap,.zw-product-header .content-wrap {
	max-width: 1800px;
	padding: 0 45px;
}

article .content-wrap {
	padding-bottom: 40px;
	overflow-x: clip;
}

article .flex-wrap {
	display: flex;
	justify-content: space-between;
}

article > .content-wrap > .flex-wrap {
	max-width: calc(100% - ( 300px - 45px ) );
	width: 100%;
}

.articleReady > .content-wrap > .flex-wrap {
	transition: 0.5s ease all;
}


article.rightsidebar-toggled > .content-wrap > .flex-wrap {
	max-width: 100%;
}

/*Page Scroll Starts*/

body {
	overflow: hidden;
}

main {
	height: calc(100vh - var(--help-header-height));
}

article {
	position: fixed;
	top: var(--help-header-height);
	width: 100%;
	overflow: scroll;
	height: calc(100vh - var(--help-header-height));
}

.zw-product-header {
	box-shadow: 0 1px 3px rgba(0,0,0,.05);
	border-bottom: 1px solid rgba(0,0,0,.1);
	z-index: 1;
	position: relative;
}

footer {
	opacity: 0;
	visibility: hidden;
}

article footer {
	opacity: 1;
	visibility: visible;
}
/*Page Scroll Ends*/


/*Left Side Bar Starts*/

.left-sidebar {
	max-width: 250px;
	width: 100%;
	border-right: 1px solid #E6E6E6;
}

.left-sidebar .inner {
	padding: 0 10px 5px 0;
	position: sticky;
	top: 10px;
	height: calc(100vh - var(--help-header-height));
	overflow: scroll;
	margin-top: 25px;
}

.left-sidebar ul li {
  padding:3px;
}
/*a:focus-visible {
    outline: 2px solid #0047ff;
    box-shadow: 0 0 15px rgb(255, 255, 255, 0.5);
}*/
.left-sidebar ul a {
	display: block;
}

.left-sidebar ul li p {
	color: #666666;
	font-size: 15px;
	margin-bottom: 0;
	line-height: 1.4;
	padding: 9px 22px 9px 15px;
	position: relative;
}

.left-sidebar ul li:hover > a p {
	color: #000;
}

.left-sidebar .parent-menu li.active > a > p {
	background-color: #DFEDFA;
	color: #000;
	font-family: var(--zf-primary-semibold),sans-serif;
}

.left-sidebar .hasChild li p {
	font-size: 14px;
	padding: 9px 25px 9px 14px;
	margin-left: 24px;
}

.left-sidebar .hasChild .hasChild li p {
	font-size: 13px;
	margin-left: 34px;
}

.left-sidebar .hasChild .hasChild .hasChild li p {
	margin-left: 44px;
}

.left-sidebar .menu-toggle {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	height: 24px;
         width: 24px;
}

.articleReady .left-sidebar .menu-toggle {
	transition: 0.5s ease all;
}

.left-sidebar .menu-toggle::before,.left-sidebar .menu-toggle::after {
	content: "";
	background-color: #999;
	display: block;
	height: 1.7px;
	position: absolute;
	top: 12px;
        width: 9px;
}

.left-sidebar .menu-toggle:before {
left: 9px;
  transform:rotate(-45deg);
  border-radius: 0 1px 1px 0;
}
.left-sidebar .menu-toggle:after {
 left: 3px;
  transform:rotate(45deg);
  border-radius: 1px 0 0 1px;
}

.left-sidebar .hasChild > ul {
	display: none;
}

.left-sidebar .hasChild.open > ul {
	display: block;
}

.left-sidebar .hasChild.open > a p {
	color: #000;
	font-family: var(--zf-primary-semibold),sans-serif;
}

.left-sidebar .hasChild.open > a p .menu-toggle {
	transform: translateY(-50%) rotate(0deg);
}

.left-sidebar .hasChild.open > a p .menu-toggle:after,.left-sidebar .hasChild.open > a p .menu-toggle:before {
	background-color: #000;
}

.sidebar-close {
	position: absolute;
	display: none;
	width: 30px;
	height: 35px;
	cursor: pointer;
	border: 1px solid #E6E6E6;
	border-left-color: transparent;
	border-radius: 0px 5px 5px 0px;
	top: 50%;
  align-items: center;
  justify-content: center;
  right: 0;
  transform: translate(100%,-50%);
  background-color: #f6f7f9;
}

.sidebar-close .zhi-plus {
	display: block;
	line-height: 0.7;
}

.sidebar-close .zhi-plus::after {
	margin: 0;
	height: 14px;
	transition: 0.5s ease all;
}

.zh-toggler {
	display: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: unset;
	background: transparent;
	position: absolute;
	top: 50%;
	transform: translate(0%,-50%);
	padding: 5px 5px;
	cursor: pointer;
	transition-delay: 0.8s;
	margin: 0 5px;
}

.zh-toggler .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #000;
}

.zh-toggler .icon-bar + .icon-bar {
	margin-top: 4px;
}

/*Left Side Bar Ends*/


/*Right Side Bar Starts*/

.right-sidebar {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border-left: 1px solid #E6E6E6;
	width: 300px;
}

.articleReady .right-sidebar {
	transition: 0.5s ease all;
}

.rightsidebar-toggled .right-sidebar {
	right: -290px;
}

.right-sidebar h4 {
	font-size: 14px;
	font-family: var(--zf-primary-bold),sans-serif;
	line-height: 1;
	margin-bottom: 20px;
}

.right-sidebar ul li {
	font-size: 14px;
	color: #666666;
	margin-bottom: 10px;
	cursor: pointer;
	font-family: var(--zf-primary-regular),sans-serif;
}

.right-sidebar ul li a {
	color: #666666;
}

.right-sidebar ul li:last-child ,.right-sidebar ul li.hasChild ul li:last-child{
	margin-bottom: 0;
}

.right-sidebar ul li.active,.right-sidebar ul li.active a {
	color: #000;
	font-size: 13.5px;
	font-family: var(--zf-primary-medium),sans-serif;
}

.right-sidebar ul li p {
	margin: 0;
	font-size: inherit;
}

.right-sidebar ul li ul {
	border-left: 2px solid #C6E0F9;
	padding: 0px 15px;
	margin: 10px 0;
}

.right-sidebar ul li ul li {
	font-size: 12px;
	margin-bottom: 5px;
}

.right-sidebar ul li ul li.active {
	font-size: 11.5px;
}

.related-resources {
	margin-top: 30px;
	padding-bottom: 50px;
}

.right-sidebar .inner {
	position: sticky;
	top: 25px;
	background-color: #fff;
	padding: 0 35px;
}

.right-sidebar .table-of-contents > ul {
	height: calc(50vh);
	overflow: scroll;
padding:2px;
}

.right-sidebar .related-resources > ul {
	height: calc(12vh);
	overflow: scroll;
}

.right-sidebar .toggle-slide {
	position: absolute;
	right: calc(100% - 25px );
	bottom: 5%;
	background: #fff;
	border-radius: 0px 5px 5px 0;
	width: 26px;
	height: 42px;
	border: 1px solid #ccc;
	border-left-color: #fff;
	cursor: pointer;
}

.rightsidebar-toggled .right-sidebar .toggle-slide{
	right: 100%;
	border-radius: 5px 0 0 5px;
	border-right-color: #fff;
	border-left-color: #ccc;
}

/*Right Side Bar Ends*/

/*Breadcrumb Starts*/

ol.breadcrumb {
	display: flex;
	gap: 10px 25px;
	flex-wrap: wrap;
}

ol.breadcrumb li {
	position: relative;
}

ol.breadcrumb li{
	color: #666;
	font-size: 14px;
}

ol.breadcrumb li a {
	color: inherit;
}

ol.breadcrumb li::before,ol.breadcrumb li::after {
	content: "";
	background-color: #666666;
	display: block;
	height: 1.7px;
	position: absolute;
	top: 10px;
	width: 9px;
}

ol.breadcrumb li:before,ol.breadcrumb li:after {
	width: 7.5px;
  	height: 1.5px;
}

ol.breadcrumb li:before {
  right:-18px;
  transform:rotate(-45deg);
  border-radius: 1px 0 0 1px;
  top: 12.25px;
  
}
ol.breadcrumb li:after {
  right:-18px;
  transform:rotate(45deg);
  border-radius: 1px 0 0 1px;
  top: 8px;
}

.breadcrumb li:last-child:after,.breadcrumb li:last-child:before {
	content: unset;
}

.breadcrumb li.active{
	color: #000;
	font-family: var(--zf-primary-semibold);
}

.breadcrumb li.active a {
	cursor: default;
}

/*Breadcrumb Ends*/

/*Search Starts*/

.top-wrapper {
	position: relative;
}

.help-search {
	position: relative;
	right: 0;
	width: 100%;
	pointer-events: none;
}
.form-search-group .help-search-input {
    height: 40px;
    transition: width .5s ease;
    display: block;
    width: 260px;
    margin-left: auto;
    position: relative;
    pointer-events: all;
    background-color: #f5f5f5;
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    color: #000;
    font-size: 15px;
    z-index: 2;
}
.help-search-form {
	width: 100%;
}

.form-search-group.hsearch-placeholder:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: black;
	top: 0;
	left: 0;
	opacity: 0.3;
	z-index: 1;
	pointer-events: none;
	-webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

/* .form-search-group .help-search-icon {
	background: var(--common-elements) no-repeat;
	display: inline-block;
	background-position: -295px 0;
	background-size: 620px auto;
	width: 15px;
	height: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 13px;
	z-index: 2;
	opacity: 0.4;
	user-select: unset;
	pointer-events: none;
} */
.form-search-group .help-search-icon {
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    opacity: .8;
    user-select: unset;
    pointer-events: none;
    position: absolute;
    right: 10px;
    width: 18px;
    height: 18px;
    padding: 0;
    border: 0;
    cursor: pointer;
    margin: auto;
    background: url(/sites/nweb/images/mgov/mail/zh-searchicon.svg) no-repeat;
    background-size: 16px auto;
}
input:focus-visible, select:focus-visible, textarea:focus-visible {
    outline: 2px solid #0047ff;
    box-shadow: 0 0 15px rgb(255, 255, 255, 0.5);
}
/* .help-search-input {
	background-color: #FFF;
	border: unset;
	border-bottom: 1px solid #E6E6E6;
	height: 35px;
	padding: 5px 5px;
	transition: width .5s ease;
	display: block;
	width: 150px;
	margin-left: auto;
	z-index: 2;
	position: relative;
	pointer-events: all;
} */

.hsearch-placeholder .help-search-input {
	width: var(--help-search-width);
	border-radius: 5px;
	padding: 10px 15px;
	background-color: #F5F5F5;
	border: 1px solid #E6E6E6;
	height: 45px;
}	

/*Search Ends*/

/*Bottom Navigation*/

.bottom-navigation .label-sec p {
	font-size: 14px;
	color: #808080;
	margin: 0;
}

.bottom-navigation hr {
	color: #000;
	opacity: 0.1;
}

.bottom-navigation .link-sec a {
	font-family: var(--zf-secondary-medium),sans-serif;
	font-size: 18px;
	color: #000;
}

.bottom-navigation .link-sec p {
	margin-bottom: 0;
}

.bottom-navigation .zhi-arrow-prev::before {
	margin-right: 10px;
}

.bottom-navigation .zhi-arrow-next::after {
	margin-left: 10px;
}

.left-previous,.right-next {
	opacity: 0;
	pointer-events: none;
	width: 50%;
}

.right-next p{
	text-align: right;
}

.left-previous.active-nav,.right-next.active-nav {
	pointer-events: auto;
	opacity: 1;
}


/*Main Content Starts*/

.main-content {
	max-width: 930px;
	width: 100%;
	margin: 0 80px;
}

.articleReady .main-content {
	transition: 0.5s ease all;
}

.rightsidebar-toggled .main-content {
	max-width: 1280px;
}

.main-content .page-content {
	margin-top: 45px;
	padding-bottom: 100px;
}

.page-content iframe {
	width: 100%;
}

.page-content h2 {
	margin-top: 25px;
	letter-spacing: -0.8px;
}

.page-content h3 {
	margin-top: 15px;
}
.page-content h3 + .help-tab-menu{
	margin:30px 0;
} 
.main-content .page-content ol, .main-content .page-content ul {
	font-size: 16px;
}

.main-content .page-content li{
	margin-bottom: 15px;
	text-indent: -1.3em;
	margin-left: 1.3em;
}

.main-content .page-content li span {
	text-indent: 0;
}

.main-content .page-content ol li {
	list-style: decimal inside;
}

.main-content .page-content li ol li {
	list-style: lower-roman inside;
}

.main-content .page-content ul li {
	list-style: disc inside;
}
.main-content .page-content li p {
    margin: 0;
    display: inline;
}
.main-content .page-content li .help-blockquote {
    margin: 0;
}

.main-content .page-content ol ul, .main-content .page-content ul ul {
       padding-top: 14px;
}

.main-content .page-content img{
	margin: 25px 0;
	display: block;
	max-width: 100% !important;
	height: auto !important;
}

.main-content .top-wrapper > .flex-wrap {
    flex-flow: column;
    gap: 20px;
}

.right-sidebar .inner,.top-wrapper,.right-sidebar .inner {
	margin-top: 45px;
}

.main-content .help-table-container table{
  width: 100% !important;
}

.main-content .help-table-container {
	width: 100%;
  overflow-x: scroll;
}

/*Main Content Ends*/

/*Lightbox Starts*/
.help-preview-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	margin: 0 auto;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: all .2s;
}

.help-preview-container.open {
	opacity: 1;
	visibility: visible;
}

.help-preview-container::before {
	content: "";
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	z-index: -111;
	opacity: 0.8;
}

.help-preview-container .inner-parent {
	border-radius: 10px;
	max-width: 80%;
	pointer-events: none;
}

.help-preview-container .inner-parent .slick-initialized .slick-slide,.help-preview-container .inner-parent .slick-initialized .slick-slide img 
{
	border-radius: 10px;
}

.help-preview-container .inner-parent .slick-initialized .slick-current.slick-slide img 
{
	pointer-events: all;
}

.help-preview-container .inner-parent .slick-initialized .slick-slide {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	float: unset;
	opacity: 0;
}

.help-preview-container .inner-parent .slick-initialized .slick-current.slick-slide {
  opacity: 1;
}

.help-preview-container .inner-parent .help-preview-imgs:not(.slick-slider) > div:nth-child(n+2) {
	display: none;
}

.help-preview-container .close-btn {
	position: absolute;
	right: 15px;
	top: 10px;
	width: 75px;
	height: 30px;
	border-radius: 5px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	pointer-events: all;
	color: #fff;
	font-family: var(--zf-primary-semibold);
}

.help-preview-container .close-btn::before,
.help-preview-container .close-btn::after {
  content:"";
  width:2px;
  height:90%;
  margin:0 auto;
  position:absolute;
  background-color:#fff;
  right: 12px;
}

.help-preview-container .close-btn p{
	margin: 0;
}
.help-preview-container .close-btn::before {
  transform:rotate(45deg)
}
.help-preview-container .close-btn::after {
  transform:rotate(134deg);
}

.main-content .page-content img[data-img-index] {
	cursor: pointer;
}
/*Lightbox Ends*/


/*Extra Snippets Starts*/

[class*='zhi']:after,[class*='zhi']:before {
	background: var(--help-sm-icons) no-repeat;
	background-size: 165px auto;
  display:inline-block;
  width:15px;
  height:15px;
  margin: 0px 0 -2px 3px;
}

[class*="zhi"]::before {
	margin: 0px 3px -2px 0;
}

.zhi-popout::after {
	content:'';
	background-position: -83px -2px;
}
.zhi-plus:after {
	content:'';
	background-position: -100px -1px;
}
.zhi-delete::after {
	content:'';
	background-position: -67px 0px;
	height: 17px;
}
.zhi-toggle::after {
	content: '';
	background-position: -132.9px -2px;
	width: 16px;
}
.zhi-toggle-off::after {
	content: '';
	background-position: -116px -2px;
	width: 16.5px;
}
.zhi-plugin:after {
	content:'';
  background-position: -150px -1px;
}
.zhi-tips::after {
	content:'';
	background-position: -34px 0px;
	height: 17px;
}
.zhi-setting::after {
	content:'';
	background-position: -18px 0px;
	width: 16px;
	height: 16px;
}

.zhi-arrow-prev::before {
	content: '';
	background-position: 0px -17px;
	width: 16px;
	height: 13px;
	margin-bottom: 0;
}

.zhi-arrow-next::after {
	content: '';
	background-position: 0px -18px;
	width: 16px;
	height: 13px;
	transform: rotate(180deg);
	margin-bottom: 0;
}

.zhi-shrink::after {
	content: '';
	background-position: -2px -35px;
	width: 15px;
	height: 20px;
	margin: 10px auto;
	display: block;
	background-size: 190px auto;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	transition: 0.5s ease all;
}

.rightsidebar-toggled .zhi-shrink::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.help-blockquote {
	padding: 30px 45px;
	background-color: #d9d9d966;
	margin: 0;
	position: relative;
}

.help-blockquote .zhi-info:before,.help-blockquote .zhi-info:after,
.help-blockquote .zhi-note:before,.help-blockquote .zhi-note:after {
	width: 55px;
	height: 65px;
	background-size: 287px auto;
	margin: 0;
	position: absolute;
	right: 45px;
	top: 50%;
	transform: translateY(-50%);
}

.help-blockquote h3 {
	font-family: var(--zf-primary-bold),sans-serif;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 12px;
	text-indent: 0px;
}

.help-blockquote p {
	margin-bottom: 0;
	width: 100%;
	display: block;
	font-size: 15px;
	text-indent: 0px;
}
.help-blockquote ol li,.help-blockquote ul li{
	font-size: 15px;
	margin-top: 10px;
}
.help-blockquote > div {
	width: 80%;
}

.help-blockquote.bg-orange {
	background-color: #FFF9EB;
}

.help-blockquote.bg-blue {
	background-color: #EBF9FF;
}

.help-blockquote.bg-transparent {
	background-color: inherit;
}

.highlight {
	border-left: 8px solid #808080;
}

.bg-blue.highlight {
	border-color: #3a9cf7;
}

.bg-orange.highlight {
	border-color: #FFD471;
}

.help-blockquote .zhi-note:before {
	content: "";
	background-position: -34px -35px;
}

.help-blockquote .zhi-info:before {
	content: "";
	background-position: -95px -35px;
	width: 64px;
}

/*TabMenu*/
.help-tab-menu{
	margin: 65px 0;
}
.help-tab-menu ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.help-tab-menu ul.help-tabs li {
  list-style: none;
  padding: 10px 25px 15px 25px;
  margin: 0;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  user-select: none;
text-indent: unset;
}
.help-tab-menu ul.help-tabs li:hover{
  background-color: #2288FF21;
}
.help-tab-menu li.inactive{
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	opacity: 0;
}
.help-tab-menu li.active,.help-tab-menu:not(.tab-intialized) .help-tabs li:first-child {
  font-family: var(--zf-primary-bold);
  background-color: #2288FF21;
}

.help-tab-menu p:last-child{
    margin-bottom: 0;
}

.help-tab-menu .help-tabs.inactive{
	opacity: 0;
	pointer-events: none;
}

.help-tab-menu .help-tabs li:after{
  content: "";
  width: 0;
  height: 2px;
  background-color: #2288FF;
  position: absolute;
  opacity: 1;
  bottom: -0.5px;
  left: 0;
  border-radius:2px;
  z-index: 1;
}
.help-tab-menu:not(.tab-intialized) .help-tabs li:first-child:after,
.help-tab-menu.tab-intialized .help-tabs li.active:after{
  width:100%;
  -webkit-transition:width .3s ease-in;
  -o-transition:width .3s ease-in;
  transition:width .3s ease-in;
}

.help-tab-menu:not(.tab-intialized) .help-content > div:nth-child(n+2),
.help-tab-menu.tab-intialized .help-content > div,
.help-tab-menu select {
  display: none;
}

.help-tab-menu.tab-intialized .help-content > div.active {
	display: block;
}

.help-tab-menu.tab-initialized .help-content > div {
  display: none;
}

.main-content .page-content .help-content {
	position: relative;
	padding-top: 25px;
}
.main-content .page-content .help-content:before{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  opacity: 0.1;
  top: 0;
}

.help-tab-menu .help-tab-toggler {
	background-color: #fff;
	border: 1.5px solid #000;
	padding: 8px 16px 8px 12px;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: linear-gradient(45deg,transparent 50%,black 50%),linear-gradient(135deg,black 50%,transparent 50%),linear-gradient(to right,#ccc0,#ccc0);
	background-position: calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) .5em;
	background-size: 5px 5px,5px 5px,1px 1.5em;
	background-repeat: no-repeat;
	font-size: 16px;
	font-family: var(--zf-primary-medium);
	margin-bottom: 10px;
	position: absolute;
}

/*TabMenu*/

/*Table*/
.help-table {
	position: relative;
	display: block;
	margin: 15px 0;
}
/*Table*/

/*FAQ*/
.help-accordian {
  margin: 65px 0;
}

.help-accordian .block-content {
  max-width: 725px;
  margin: 0px auto;
}

.help-accordian .block-content h2 {
  margin-bottom: 30px;
  font-family: var(--zf-primary-bold);
  text-align: center;
}
.help-accordian .faq-item {
  cursor: pointer;
  border-bottom: 1px solid #d9d9d9;
  text-align: left;
  padding-left: 30px;
}
.help-accordian .faq-item:first-child{
	border-top: 1px solid #d9d9d9;
}
.help-accordian .faq-item:last-child{
/*	border-top: 1px solid #6d6d6d8f;*/
}

.help-accordian .faq-item h3 {
  font-family: var(--zf-primary-medium);
  font-size: 18px;
  padding: 25px 30px 25px 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.help-accordian .faq-item h3:after {
  content: "";
  font-size: 18px;
  font-family: var(--zf-primary-semibold);
  height: 12px;
  clip-path: polygon(0 44%, 44% 44%, 44% 0, 56% 0, 56% 44%, 100% 44%, 100% 56%, 56% 56%, 56% 100%, 44% 100%, 44% 56%, 0 56%);
  background-color: #000;
  width: 12px;
}

.help-accordian .faq-item.active h3:after {
  content: "";
  clip-path: polygon(0 44%, 100% 44%, 100% 56%, 0 56%);
  background-color: #000;
}
.help-accordian .faq-ans {
  display: none;
  padding-bottom: 20px;
  overflow: clip !important;
}

.help-accordian .faq-ans ul {
  padding-left: 30px;
  list-style: disc;
}

.help-accordian .faq-ans ul li {
  margin-bottom: 15px;
}

.help-accordian .faq-ans ul li:last-child {
  margin-bottom: 0;
}

.help-accordian .faq-ans p,
.help-accordian .faq-ans li {
  font-size: 15px;
}


.faq-item.active .faq-ans {
  margin-top: -5px;
}

/*FAQ*/


/*Extra Snippets Ends*/

/*MEDIA QUERY*/

@media (min-width:768px) {
	.content-wrap,.zw-product-header .content-wrap {
		width: 100%;
	}
}

@media (min-width:1200px) {
	.page-content h1 {
		font-size: 44px;
		letter-spacing: -1.5px;
	}

	.page-content h1 span {
		letter-spacing: normal;
	}
}

@media (max-width:1300px) {
	.main-content {
		margin: 0 40px;
	}

	.right-sidebar {
		max-width: 250px;
	}

	.rightsidebar-toggled .right-sidebar {
		right: -230px;
	}

	article > .content-wrap > .flex-wrap {
		max-width: calc(100% - ( 250px - 45px ) );
	}

	.right-sidebar .inner {
		padding: 0 25px;
	}

	.right-sidebar ul li {
		font-size: 13px;
	}

	.right-sidebar ul li ul li {
		font-size: 11px;
	}

	.right-sidebar ul li.active {
		font-size: 12.5px;
	}

	.right-sidebar ul li ul li.active {
		font-size: 10.5px;
	}
}

@media (max-width:1200px) {
	.content-wrap, .zw-product-header .content-wrap {
		padding: 0 15px;
	}
 #zw-maincontent-skip,#zw-tablecontent-skip{
     display:none;
}
	.left-sidebar {
/*		max-width: 230px;*/
	}
	.left-sidebar ul li p {
		font-size: 14px;
		padding: 7px 25px 7px 12px;
	}

	.left-sidebar .hasChild li p {
		font-size: 13px;
		padding: 7px 28px 7px 11px;
		margin-left: 14px;
	}
	.right-sidebar {
		display: none;
	}
	.right-sidebar .inner,.top-wrapper,.right-sidebar .inner {
		margin-top: 25px;
	}

	ol.breadcrumb li {
		font-size: 14px;
	}

	ol.breadcrumb li::after {
		right: -16px;
	}

	ol.breadcrumb li::before {
		right: -15.3px;
	}

	article > .content-wrap > .flex-wrap {
		max-width: unset;
	}

}
@media (min-width:768px) and (max-width:991px) {
	.zw-product-header .content-wrap {
/*		padding: 0 15px 0 0;*/
	}
	.bottom-navigation .link-sec a {
		font-size: 14px;
	}

	.bottom-navigation .label-sec p {
		font-size: 12px;
	}
}
@media (max-width:991px) {
	.left-sidebar {
/*		max-width: 200px;*/
	}
	/*.help-blockquote p {
		max-width: 340px;
	}*/
}
@media (max-width:767px) {
	.content-wrap, .zw-product-header .content-wrap{
		padding: 0;
	}
	.body-umain .zw-product-header .product-title {
		margin: 0 auto;
		padding: 0;
	}
	.zw-product-header {
/*		position: initial;*/
	}
	.left-sidebar {
		position: fixed;
		top: var(--help-header-height);
		background-color: #f6f7f9;
		opacity: 1;
		z-index: 101;
		transition: 1s ease all;
		left: -250px;
	}
	.left-sidebar.open-toggle{
		left: 0;
	}
	.sidebar-close {
		display: flex;
	}

	.left-sidebar .inner {
		height: calc(100vh - 115px);
	}
	.zh-toggler {
		display: block;
		z-index: 101;
	}
	.zh-toggler.open-toggle {
		z-index: 0;
		transition-delay: 0s;
	}

	.left-sidebar.open-toggle .sidebar-close .zhi-plus::after {
		transform: rotate(45deg);
	}

	header {
		position: relative;
	}

	.main-content {
		margin: 0;
	}
	ol.breadcrumb {
		gap: 10px 25px;
		flex-wrap: wrap;
	}
	.main-content .page-content {
		padding-bottom: 40px;
	}
	.left-sidebar .inner {
		margin-top:5px;
	}

	.help-preview-container .inner-parent {
		max-width: 90%;
	}
}

@media (max-width:640px) {
	.bottom-navigation .link-sec a {
		font-size: 14px;
	}

	.bottom-navigation .label-sec p {
		font-size: 12px;
	}

	.bottom-navigation .zhi-arrow-prev::before , .bottom-navigation .zhi-arrow-next::after {
		content: unset;
	}
}

@media (max-width:480px) {
	.help-blockquote {
		padding: 20px 30px;
	}

	.help-blockquote > div {
		width: 100%;
		text-align: center;
	}

	.help-blockquote .zhi-info:before,.help-blockquote .zhi-note:before {
		position: relative;
		right: unset;
		top: unset;
		transform: unset;
		margin-bottom: 15px;
	}
    .main-content .top-wrapper > .flex-wrap{
  
    align-items: flex-start;
    }
    
    .help-search-input{
        width: 100%;
    }
    .hsearch-placeholder .help-search-input{
        width:calc(100% - 6px);
    }

}

/*OLD HELP PAGE MAINTENANCE*/


.plHr {
  border:15px solid #fafafa;
  padding:15px 15px 0;
  margin-bottom:30px
}
.help-content-inner-wrap .plHr h2,
.plHr h2 {
  background:#fafafa;
  font-size:18px;
  margin:-30px -15px 15px;
  padding:10px 15px;
  border:0
}
.plHr h2 a,
.plHr h2 a:hover {
  text-decoration:none
}

.toc ul {
  margin:0 0 20px 0
}
.toc li {
  position:relative;
  padding:0 0 0 15px;
  font-size:15px;
  list-style:none;
  margin: 15px 0;
}

.toc li a {
  padding:0 0 1px;
  border-bottom:1px solid #03a9f566
}

a[id], .zw-template-zp_help_detail_pages .zw-template-inner .help-content-panel h2 > a[id], .zw-template-zp_help_detail_pages .zw-template-inner .help-content-panel h3 > a[id] {
	color: #000;
}

.note,
.script {
  padding:20px;
  margin:0 0 20px;
  overflow:hidden;
  font-size:15px
}
.note {
  background:#fafaf0
}
.note-blue {
  background:#f5f8fd
}
.script {
  background:#e3e3e3;
  word-break:break-all
}
.note p,
.zp-tips p {
  margin-bottom:10px
}
.note p:last-child,
.zp-tips p:last-child {
  margin-bottom:0
}

.zp-tips {
  background:#f5f8fd;
  padding:20px 20px 20px 45px;
  margin:0 0 20px;
  overflow:hidden;
  font-size:15px;
  position:relative
}
.zp-icon-tips {
  display:inline-block;
  margin-left:-30px
}
.zp-tips.zp-tips-center .zp-icon-tips {
  display:inline-block;
  margin-left:-35px;
  position:absolute;
  top:50%;
  transform:translate(0,-50%)
}
.zp-icon-tips:before {
  content:'';
  display:inline-block;
  background:var(--help-sm-icons) no-repeat;
  background-size:230px auto;
  width:18px;
  height:24px;
  margin:0 4px -2px 5px;
  background-position: -49px 0px;
}
.zp-icon-settings {
  display:inline-block;
}
.zp-icon-settings:before {
  content:'';
  background:url('/sites/nweb/images/commonroot/zp_help_detail_sprite.svg') no-repeat -26px -1px;
  background-size:230px auto;
	display: inline-block;
  width:23px;
  height:23px;
  margin:0 -3px -4px 2px;
  transform:scale(0.8);
}
a.pop-out:after {
  content:'';
  display:inline-block;
  background:url('/sites/nweb/images/commonroot/zp_help_detail_sprite.svg') no-repeat -127px -2px;
  background-size:230px auto;
  width:21px;
  height:21px;
  margin:0 0 -4px 2px;
  transform:scale(0.7)
}
.zp-plus:after {
  content:'';
  display:inline-block;
  background:url('/sites/nweb/images/commonroot/zp_help_detail_sprite.svg') no-repeat -152px -2px;
  background-size:230px auto;
  width:21px;
  height:21px;
  margin:0 3px -5px 0;
  transform:scale(0.7)
}
.zp-delete:after {
  content:'';
  display:inline-block;
  background:url('/sites/nweb/images/commonroot/zp_help_detail_sprite.svg') no-repeat -102px -1px;
  background-size:230px auto;
  width:21px;
  height:24px;
  margin:0 2px -2px 0;
  transform:scale(0.7);
}
.zp-toggle:after {
  content:'';
  display:inline-block;
  background:url('/sites/nweb/images/commonroot/zp_help_detail_sprite.svg') no-repeat -200px -4px;
  background-size:230px auto;
  width:25px;
  height:17px;
  margin:0 1px -4px 2px
}
.zp-toggle-off:after {
  content:'';
  display:inline-block;
  background:url('/sites/nweb/images/commonroot/zp_help_detail_sprite.svg') no-repeat -174px -4px;
  background-size:230px auto;
  width:25px;
  height:17px;
  margin:0 1px -4px 2px
}
.zp-plugin:before {
  content:'';
  background:no-repeat url('/sites/nweb/images/commonroot/plugin-icon.svg');
  background-size:100%;
  display:inline-block;
  height:1em;
  margin:0 3px -2px 5px;
  width:1em
}

.main-content table {
  margin:15px 0
}
.main-content .help-table-container table caption{
  margin-bottom: 20px;
  font-family: var(--zf-secondary-semibold);
}
.main-content table td,.main-content table th {
  padding:10px;
  border:1px solid #e3e3e3;
  vertical-align:middle;
  font-size:15px;
  line-height:1.5
}
.main-content table th{
    font-family: var(--zf-secondary-medium);
}
.main-content table td.tdMain {
  background:#f3f3f3
}

.main-content img.new-img {
  border:5px solid #f6f6f6
}
.main-content img.new-img.no-style {
  border:0
}

.zw-product-mnic-mail .help-search { display : none; }
