body.cd-overlay::after {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

body.full-height, body.full-height .page-wrapper {
	background: #fff !important;
}
a {
	color: #666666;
	text-decoration: none !important;
	outline: none !important;
}

a:hover {
	color: #23527c;
}

ul {
	list-style: none;
}
div.cd-faq-content ul {
	list-style: disc;
}
/*LOADER*/
.loader {
    height: 100px !important;
    right: 16% !important;
    width: 100px !important;
}


.cd-faq {

	margin: 2em auto;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.cd-faq:after {
	content: "";
	display: table;
	clear: both;
}
/*Help - page*/

#helpSection .cd-faq-categories {
	padding-left: 0; padding-top:10px;
}

#helpSection .cd-faq-items {
    float: none;
    padding-right:15px;
}

#helpSection .navTabs >li > a {
	margin-right: 0;
	padding: 11px 38.7px;
}

#helpSection .tab-content:after, #helpSection .navTabs > li.active > a:after {
    background-color: transparent !important;
}

#helpSection li.active {
	border-bottom: 3px solid #3D78D8;
}
.ICNP-Help-navTabs{background: transparent;}
.navTabs, .tabContent{border:1px solid rgba(61, 120, 216, 0.2);} 
.navTabs { 
	border-radius:15px 15px 0px 0px;
	padding-top:0px;
}
.tabContent{
	border-radius:0px 0px 15px 15px;
	background-color: #fff;
	font-family: inherit !important;
	min-height: 10vw;
	padding:20px;
	border-top:none;
}

.navTabs > li.active > a, .navTabs > li.active > a:focus, .navTabs > li.active > a:hover { 
	border-width: 0; 
}

.navTabs > li > a { 
	border: none; color: #666; 
}

.navTabs > li.active > a, .navTabs > li > a:hover { 
	border: none; 
	bottom: -1px; 
	color: #4285F4 !important; 
	background: transparent; 
}
.navTabs > li > a::after { 
	content: ""; 
	background: rgba(61, 120, 216, 0.5);
	color:#ffffff; 
	height: 2px; 
	position: absolute; 
	width: 100%; 
	left: 0px; 
	bottom: -2px; 
	transition: all 250ms ease 0s; 
	transform: scale(0); 
}

.navTabs > li.active > a::after, .navTabs > li:hover > a::after { 
	transform: scale(1); 
}

.tab-nav > li > a::after { 
	background: rgba(61, 120, 216, 0.9);
	color: #fff; 
}

.tab-pane { 
	padding: 15px 0; 
}

.tabName {
	font-family: inherit;
	font-size: 20px !important;
	font-weight: 700;
	text-transform: capitalize !important;
}

.card {
	background: transparent;
	box-shadow: none;
	border: none;
	padding: 0px;

}
@media only screen and (min-width: 768px) {
	.cd-faq {
		position: relative;
		margin: 4em auto;
		box-shadow: none;
	}
}
.cd-faq-categories .category {
	background-color: #173f67;
	border-bottom: 1px solid #194571;
}

.category a, .subcategory a {
	position: relative;
	display: block;
	overflow: hidden;
	line-height: 40px;
	white-space: nowrap;
	color: rgb(78, 78, 78);
	height: 40px;
	padding: 0 28px 0 16px;
}
.subcategory a:hover {color:#ffffff;background: rgba(61, 120, 216, 0.9) !important;}
.subcategory {
	border-bottom: 1px solid #dddddd;
}
.subcategory:last-child {
  border: none;
}
.cd-faq-categories a::before, .cd-faq-categories a::after {
	/* plus icon on the right */
	position: absolute;
	top: 50%;
	right: 16px;
	display: inline-block;
	height: 1px;
	width: 10px;
	background-color: #7f868e;
}
.cd-faq-categories a::after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.cd-faq-categories li:last-child a {
	border-bottom: none;
}

#faqTab ul {
	padding-left: 0;
}

.qaaContent {
	align-items: center;
	display: flex;
	justify-content: left;
}

.qaaContent a {
	color: #1A6698;
	margin-bottom: 5px;
	margin-left: 10px;
}

.safari .qaaContent a {
	margin-bottom: 5px;
}
.cd-faq-categories a:hover {background: transparent;}
@media only screen and (min-width: 768px) {
	.cd-faq-categories a {
		font-size: 15px;
		padding-left: 24px;
		padding: 0 24px;
	}

	.cd-faq-categories a::before, .cd-faq-categories a::after {
		display: none;
	}
	.no-touch .cd-faq-categories li:hover {
		background: #3d78d8;
	}
	.no-js .cd-faq-categories {
		width: 100%;
		margin-bottom: 2em;
	}
}

@media only screen and (min-width: 1024px) {
	.cd-faq-categories {
		
		padding-left: 0;


	}
	.cd-faq-categories a::before {
		/* decorative rectangle on the left visible for the selected item */
		display: block;
		top: 0;
		right: auto;
		left: 0;
		height: 100%;
		width: 3px;
		background-color: #3d78d8 !important;
		opacity: 0;
	}
	.cd-faq-categories .selected {
		background: #163452 !important;
	}
	.cd-faq-categories .selected::before {
		opacity: 1;
	}
	.cd-faq-categories.is-fixed {
		/* top and left value assigned in jQuery */
		position: fixed;
	}
	.no-js .cd-faq-categories {
		position: relative;
	}
}

.cd-faq-items {
	background: #ffffff;
	z-index: 1;
	backface-visibility: hidden;
	transition: transform .3s;
}
.cd-faq-items.slide-in {
	-webkit-transform: translateZ(0) translateX(0%);
	-moz-transform: translateZ(0) translateX(0%);
	-ms-transform: translateZ(0) translateX(0%);
	-o-transform: translateZ(0) translateX(0%);
	transform: translateZ(0) translateX(0%);
}
.no-js .cd-faq-items {
	position: static;
	height: auto;
	width: 100%;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.cd-close-panel {
	position: fixed;
	top: 5px;
	right: -100%;
	display: block;
	height: 40px;
	width: 40px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 2;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: right 0.4s;
	-moz-transition: right 0.4s;
	transition: right 0.4s;
}
.cd-close-panel::before, .cd-close-panel::after {
	/* close icon in CSS */
	position: absolute;
	top: 16px;
	left: 12px;
	display: inline-block;
	height: 3px;
	width: 18px;
	background: #6c7d8e;
}
.cd-close-panel::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-close-panel::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cd-close-panel.move-left {
	right: 2%;
}

@media only screen and (min-width: 768px) {
	.cd-close-panel {
		display: none;
	}
}

.cd-faq-group.selected {
	display: block;
}
.cd-faq-group .cd-faq-title {
	background: transparent;
	box-shadow: none;
	margin: 1em 0;
}
.no-touch .cd-faq-group .cd-faq-title:hover {
	box-shadow: none;
}
.cd-faq-group .cd-faq-title h2 {
	text-transform: uppercase;
	font-size: 12px;
	font-size: 0.95rem;
	font-weight: 700;
	color: #bbbbc7;
}
.no-js .cd-faq-group {
	display: block;
}


.cd-faq-group {
	/* all groups visible */
	display: block;
}
.cd-faq-group > li {
	background: #ffffff;
	margin-bottom: 6px;
	border: 1px solid rgba(221, 221, 221, 0.5);
	border-radius: 9px;
}
.no-touch .cd-faq-group > li:hover {
	box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
}
.cd-faq-group .cd-faq-title {
	margin: 2em 0 1em;
}
.cd-faq-group:first-child .cd-faq-title {
	margin-top: 0;
}

.cd-faq-trigger {
	position: relative;
	display: block;
	margin: 1.6em 0 .4em;
	line-height: 1.2;
}


	.cd-faq-trigger {
		font-size: 17px;
		margin: 0;
		padding: 15px 72px 15px 24px;
	}
	.cd-faq-trigger::before, .cd-faq-trigger::after {
		/* arrow icon on the right */
		position: absolute;
		right: 24px;
		top: 50%;
		height: 2px;
		width: 13px;
		background: #666666;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transition-property: -webkit-transform;
		-moz-transition-property: -moz-transform;
		transition-property: transform;
		-webkit-transition-duration: 0.2s;
		-moz-transition-duration: 0.2s;
		transition-duration: 0.2s;
	}
	.cd-faq-trigger::before {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		right: 32px;
	}
	.cd-faq-trigger::after {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.content-visible .cd-faq-trigger::before {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.content-visible .cd-faq-trigger::after {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

.cd-faq-content p {
	font-size: 15px;
	line-height: 1.4;
}


	
.cd-faq-content {
    display: none;
    padding: 0 24px 30px;
}
.cd-faq-content p {
    line-height: 1.6;
}

@media only screen and (max-width: 767px) {
	.cd-faq-items {
		display: contents !important;
	}
}
.ICNP-Help-no-paddingLR{padding-left:0px; padding-right: 0px;}
.ICNP-Help-main-menu{border: 1px solid #ddd;  border-radius: 15px;  padding: 0px 5px 0px 5px}
.helpCategory {
	color: #000000;
	font-size: 20px;
	padding-bottom: 0px;
	display: block;
	padding-left: 16px;
}
/* over 768px */

@media (min-width: 992px) {
	#helpSection .cd-faq-items{display:inline-block;width:100%;}
	.ICNP-Help-menu{
		display: none; 
	}
	.ICNP-HelpR{padding-right: 0px;}
	.helpCategory {
		margin-top: -44px;
	}
	.tabContent .helpCategory {margin-top: 0px;padding-left: 0px;}
	.ICNP-Help-faq-long{display:block;}
	.ICNP-Help-faq-short{display:none;}
}

/* under 768px */
@media (max-width: 991px) {
	.ICNP-Help-menu{
		display: block; 
	}
	.ICNP-HelpR{padding-left:0px; padding-right: 0px;}
	.helpCategory {
		margin-top: 15px;
	}
	.tabContent .helpCategory {margin-top: -15px;padding-left:0px;}
	.ICNP-Help-faq-long{display:none;}
	.ICNP-Help-faq-short{display:block;}
}
@media only screen and (max-width: 768px) {
	.ICNP-Help-no-paddingLR{padding-right: 15px;padding-left: 15px;}
	#helpSection .navTabs > li > a {padding:11px 20px;}
	.ICNP-Help-navTabs > li{float:left;}
}

/* ===== Desktop (>=992px): Button hidden, menu open ===== */
@media (min-width: 992px) {
  #ICNP-Help-trigger {
    display: none !important;
  }
  #collapseICNPHelp {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
}

/* ===== Mobile (<=991px): button show, menu close by default ===== */
@media (max-width: 991px) {
  #ICNP-Help-trigger {
    display: block !important;
    text-align: left;
  }
  /* Icon button */
  #ICNP-Help-trigger .ICNP-Help-icon {
    display: inline-block;
    margin-left: 30px;
    transition: transform .2s ease;
  }
  /* Close  (aria-expanded="false") */
  #ICNP-Help-trigger[aria-expanded="false"] .ICNP-Help-icon::after {
    content: "►";
  }
  /* Open (aria-expanded="true") */
  #ICNP-Help-trigger[aria-expanded="true"] .ICNP-Help-icon::after {
    content: "▼";
  }
}
