:root {
	--bluemain: #1863DC;
	--bluedark: #134FB0;
	--lightblue: rgba(24, 99, 220, 0.12);
	--white: #ffffff;
	--textcolor: #181818;
	--textcolor2: #3D3E50;
	--greybg: #F1F6FD;
	--greylabel: #525363;
	--greytitle: #27283C;
}
:empty{
	margin: 0px;
}
.fixed-sidebar ul{
	padding: 0;
}
.fixed-sidebar li{
	list-style: none;
	display: block;
	max-width: 100%;
}
.fixed-sidebar li a{
	padding: 12px 0;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #27283C;
	display: block;
}
.fixed-sidebar li a .small{
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: rgba(39, 40, 60, 0.6);
	display: block;
	margin-bottom: 5px;
}
.fixed-sidebar li a:hover,.fixed-sidebar li.active a{
	color: #1863DC;
	text-decoration: none;
}
.fixed-sidebar li a{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: rgba(39, 40, 60, 0.8);
	padding: 12px 20px;
}
.fixed-sidebar li a.active{
	color: #1863DC;
	background: #F6F9FE;
}
.fixed-sidebar ul.main-menu > li{
	border-bottom: 1px solid #F3F7FD;
}
.fixed-sidebar ul.main-menu > li:last-child{
	border-bottom: 0;
}
.fixed-sidebar a[aria-expanded=true],.fixed-sidebar a[aria-expanded=false]{
	padding-right: 30px;
	position: relative;
}
.fixed-sidebar a[aria-expanded=true]:after,.fixed-sidebar a[aria-expanded=false]:after{
	content: '';
	position: absolute;
	right: 0;
	top: 47%;
	height: 14px;
	width: 14px;
	background-image: url(../images/more-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .2s ease;
}
.fixed-sidebar a[aria-expanded=true]:after{
	transform: rotate(90deg);
}
.fixed-sidebar a[aria-expanded=false]:after{
	transform: rotate(0deg);
}
.content h1{
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 54px;
	margin-bottom: 20px;
	color: #27283C;
}
.content p.updated-date {
	font-size: 14px;
	line-height: 24px;
	color: rgba(39, 40, 60, 0.6);
	display: block;
	margin-bottom: 5px;
}
.content p,.content li,.content p a{
	font-style: normal;
	font-size: 15px;
	line-height: 28px;
	
}
.content p,.content li{
	color: #27283C;
}
.content p.big-text{
	font-size: 20px;
	line-height: 40px;
}
.content a{
	color: #1863DC;
}
.content p,.content ul{
	margin-bottom: 15px;
}
.content li{
	margin-bottom: 12px;
}
.content p:empty{
	margin: 0!important;
}
.content li b, 
.content li strong, 
.content p b, 
.content p strong {
	font-weight: 500;
}
.content h2 b,.content h2 strong,
.content h3 b,.content h3 strong,
.content h4 b,.content h4 strong,
.content h5 b,.content h5 strong,
.content h6 b,.content h6 strong
{
	font-weight: 500;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6{
	margin-bottom: 10px;
}
.content  h2,
.content  h3,
.content  h4,
.content  h5,
.content  h6 {
	margin-top: -100px;
}
.content h2{
	padding-top: 125px;
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 48px;
	color: #27283C;
}
.content h3{
	padding-top: 122px;
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 40px;
	color: #27283C;
}
.content h4{
	padding-top: 120px;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 40px;
	color: #27283C;
}
.content h5{
	padding-top: 125px;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 40px;
	color: #27283C;
}
.content h6{
	padding-top: 110px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 40px;
	color: #27283C;
}
.content img{
	max-width: calc(100% - 40px);
	height: auto;
	border: 2px solid #E1EBFF;
	box-shadow: 0px 4px 20px 4px #b3b3b3;
	margin-left: 40px;
}
.content a img{
	border: 2px solid #E1EBFF;
}
.content .wp-block-image{
	margin-top: 40px;
	margin-bottom: 40px;
}
.content figcaption{
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	line-height:27px;
	color: #27283C;
	text-align: center;
	margin-top: 25px;
}
.accordion .item-title{
	cursor: pointer;
	margin-top: 2px;
	padding: 15px 20px 0px 40px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #1863DC;
	position: relative;
}
.accordion .item-title[aria-expanded=true]{
	background: #F6F9FE;
}
.accordion .item-title:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 14px;
	left: 20px;
	top: 8px;
	background-image: url(../images/plus-icon-blue.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all .2s ease;
}
.accordion .item-title[aria-expanded=true]:before{
	transform: rotate(135deg);
}
.accordion .item-title[aria-expanded=false]:before{
	transform: rotate(0deg);
}
.accordion{
	margin-bottom: 40px;
	margin-top: 25px;
}
.accordion .acc-body{
	padding: 20px 20px 20px 40px;
	background: #F6F9FE;
}
.cat-header h2{
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 28px;
	margin: 0;
	color: #27283C;
}
.cat-header img{
	height: 40px;
	width: auto;
	margin-right: 20px;
}
.faq-accordion .accordion{
	border: none;
	margin: 0;
}
.faq-accordion .item-title{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	padding: 25px 40px;
	color: #1863DC;
	position: relative;
}
.faq-accordion .item-title:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 15px;
	left: 0;
	top: 0;
	background-image: url(../images/plus-icon-blue.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all .2s ease;
}
.faq-accordion .item-title[aria-expanded=true]:before{
	transform: rotate(135deg);
}
.faq-accordion .item-title[aria-expanded=false]:before{
	transform: rotate(0deg);
}
.faq-accordion .accordion-item{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}
.faq-accordion .acc-body{
	font-size: 15px;
	line-height: 24px;
}
.faq-accordion .acc-body{
	padding: 0 40px 25px 40px;
}
.faq-accordion .acc-body li{
	margin-bottom: 15px;
}
.faq-accordion .acc-body a{
	color: #1963dc;
}
.cms-wrapper{
	border: 1px solid rgba(39, 40, 60, 0.1);
	border-radius: 6px;
	padding: 15px;
	min-height: 100%;
}
.content .cms-wrapper img{
	margin: 0 10px 0 0;
	height: 32px;
	width: auto;
	border: none;
}
.cms-wrapper p.post-short-title{
	margin: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #27283C;
}
.cms-list a:hover{
	text-decoration: none;
}
.cms-list a:hover .cms-wrapper{
	background-color: #F6F9FE;
}
.toc h3{
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 31px;
	text-transform: uppercase;
	color: #000000;
	padding-bottom: 3px;
	margin-bottom: 20px;
}
.toc li a,
.toc li a b,.toc li strong{
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 19px;
	color: #27283C;
	padding: 0;

}
.toc li.depth-2 ,
.toc li.depth-2 *{
	font-size: 14px;
	line-height: 22px;
}
.toc li.depth-3 ,
.toc li.depth-3 *{
	font-size: 13px;
	line-height: 22px;
}
.toc li.depth-4 ,.toc li.depth-4 *{
	font-size: 12px;
	line-height: 18px;
}
.toc li a:hover,.toc li a.active{
	color: #1863DC;
	text-decoration: none;
}
.toc li.depth-2{
	margin: 16px 0;
}
.toc li.depth-3{
	margin: 12px 0 10px 15px;
}
.toc li.depth-4{
	margin: 8px 0 8px 30px;
}
.content table{
	margin: 40px 0;

}
.toc .hide-on-summary{
	display: none;
}

.content table td p:last-child,.content table td li:last-child{
	margin-bottom: 0;
}
.content pre.wp-block-code {
	background: #a7a7a736;
	color: #000;
	padding: 20px;
	border-radius: 5px;
	margin: 30px 0;
}
.content .post-fixtext{
	color: #ffffff;
	background: #27283C;
	font-size: 11px;
	line-height: 14px;
	font-weight: 600;
	padding: 7px 13px;
	border-radius: 30px;
	text-transform: uppercase;
	letter-spacing: .3px;
	position: relative;
	top: -4px;
	margin-left: 5px;
	margin-right: 5px;
}
.content .divider-bottom {
	border-bottom: 1px solid #f1f2f2;
	width: 60%;
	padding-top: 10px;
}

ul.steps li,ol.steps li{
	counter-increment: step-counter;
	padding-left: 80px;
	position: relative;
	background: #ebf2ff;
	border-radius: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul.steps li::before ,
ol.steps li::before {
	content: "Step "counter(step-counter);
	margin-right: 5px;
	font-size: 80%;
	background-color: #445982;
	color: white;
	font-weight: 400;
	padding: 10px 15px;
	border-radius: 3px 0 0 3px;
	position: absolute;
	left: 0;
	height: 100%;
	align-items: center;
	display: flex;
	max-width: 70px;
	width: 100%;
	top: 0;
}
.content .steps-wrapper{
	background: #ebf2ff;
	border-radius: 3px;
	padding: 10px 10px 10px 150px;
	position: relative;
	display: block;
    width: 100%;
}

.content .steps-wrapper .steps {
	margin-right: 5px;
	background-color: #445982;
	color: white;
	font-weight: 400;
	border-radius: 3px 0 0 3px;
	position: absolute;
	left: 0;
	height: 100%;
	align-items: center;
	display: flex;
	max-width: 130px;
    width: 100%;
    top: 0;
    padding: 10px 20px;
}
.steps-wrapper.text-medium {
    font-size: 18px;
}
.content a.scroll-to {
    margin-left: 5px;
    transition: all .2s ease;
    opacity: .5;
}
.content a.scroll-to:hover{
	text-decoration: none;
	transition: all .2s ease;
    opacity: 1;
}
.cy-template .accordion .card-header {
	padding: 0;
	background: transparent;
	border: none;
}
.cy-template .accordion .card {
	background: transparent;
	border: none;
	border-bottom: 1px solid #E9E9EB!important;
}
.cy-template .accordion .card-header button.btn-link {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	display: flex;
	align-items: center;
	color: #27283C;
	width: 100%;
	background: transparent;
	border: none;
	padding: 20px 32px 20px 10px;
	transition: all .2s ease;
	position: relative;
	text-align: left;
}
.cy-template .accordion .card-header button.btn-link:before{
	content: '';
	position: absolute;
	transition: all .2s ease;
	top: 0;
	height: 100%;
	width: 24px;
	right: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.cy-template .accordion .card-header button.btn-link[aria-expanded=true]:before{
	background-image: url(../images/guideline-images/blue-arrow.svg);
	transform: rotate(90deg);
}
.cy-template .accordion .card-header button.btn-link[aria-expanded=false]:before{
	
	background-image: url(../images/guideline-images/grey-arrow.svg);
}
.cy-template .accordion .card-header button.btn-link:focus,
.cy-template .accordion .card-header button.btn-link:hover,
.cy-template .accordion .card-header button.btn-link[aria-expanded=true]{
	outline: none;
	box-shadow: none;
	text-decoration: none;
	color: var(--bluemain);
	transition: all .2s ease;
}
.cy-template .accordion .card-body{
	padding: 4px 20px 20px 10px;
}
.cy-template .accordion .card-body,
.cy-template .accordion .card-body p,
.cy-template .accordion .card-body li,
.cy-template .accordion .card-body a{
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color: var(--textcolor2);
}
.cy-template .accordion .card-body a{
	color: var(--bluemain);
}
.cy-template .accordion .card-body a:hover{
	color: var(--bluemain);
	text-decoration: underline;
}
.cy-template .accordion .card-header button.btn-link{
	position: relative;

}
@media(max-width: 767px){
.cy-template .accordion .card-header button.btn-link {
		font-size: 15px;
		line-height: 26px;
		padding: 20px 24px 20px 0;
	}

	.cy-template .accordion .card-body{
		padding: 4px 0 20px 0;
	}
	.cy-template .accordion .card-header button.btn-link:before{
		right: 0;
	}
	.cy-template .accordion .card-body,
	.cy-template .accordion .card-body p,
	.cy-template .accordion .card-body li,
	.cy-template .accordion .card-body a{
		font-size: 14px;
		line-height: 22px;
	}
}
@media(min-width:992px ){
	.fixed-sidebar{
		position: sticky;
		top: 140px;
		height: calc(100vh - 150px);
		overflow: auto;
		padding-right: 20px;
	}
	.summary-border{
		border-right: 1px solid rgba(0, 0, 0, 0.3);
	}
}
@media(max-width: 991px){
	.fixed-sidebar {
		background: #f6f9fe;
		padding: 20px;
		margin: 0 0 30px 0;
		border-radius: 10px;
	}
}