:root {
	--bluemain: #0057FF;
	--lightblue: #F5FAFF;
	--titlecolor: #212121;
	--textcolor: #434343;
	--textlight: #5C5C5C;
	--grey: #B3B3B3;
}
.wt-article .light-blue-bg{
	background-color: var(--lightblue);
}
.wt-article .divider-right{
	border-right: 0.5px solid rgba(175, 175, 175, 0.5);
}
.wt-article .divider-bottom{
	border-bottom: 0.5px solid rgba(175, 175, 175, 0.5);
}
.wt-article li>a,
.wt-article p>a{
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
.wt-article .article-hero img{
	width: 100%;
	height: auto;
	border-radius: 10px;
	max-width: 100%;
}
.wt-article h1,
.wt-article .head1 {
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 60px;
	color: var(--titlecolor);
	margin-bottom: 30px;
}
.wt-article .article-hero p.post-meta{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height:30px;
	color: var(--textcolor);
}
.wt-article .article-hero p.post-meta>span {
	display: inline-flex;
	align-items: center;
	margin-right: 20px;
}
.wt-article .article-hero p.post-meta .meta{
	margin-left: 8px;
}
.wt-article .article-hero svg {
	height: 16px;
	width: 16px;
}
.wt-article .sidebar .summary-title{
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: var(--titlecolor);
}
.wt-article .summary li,
.wt-article .summary li a{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height:21px;
	color: var(--textlight);
	transition: all .2s ease;
	margin-bottom: 10px;
}
.wt-article .summary li:hover,
.wt-article .summary a:hover,
.wt-article .summary a.active{
	color: var(--bluemain);
	transition: all .2s ease;
	text-decoration: none;
}
.wt-article .summary li.depth-3 {
	margin-left: 20px;
}
.wt-article .article-content p,.wt-article .article-content li{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 34px;
	color: var(--textcolor);
}
.wt-article .article-content p{
	margin-bottom: 28px;
}
.wt-article .article-content ul {
	margin-left: 20px;
}
.wt-article .article-content li{
	margin-bottom: 15px;
}
.wt-article .article-content p a,
.wt-article .article-content li a{
	font-size: inherit!important;
	font-weight: inherit!important;
	color: var(--bluemain);
	transition: all .33s ease-out;
}
.wt-article .article-content p a:hover,
.wt-article .article-content li a:hover{
	text-decoration: underline;
	transition: all .33s ease-out;
}
.wt-article .article-content+div.alert{
	border: none;
	border-radius: 0;
	background: transparent;
}
.wt-article .article-content p.intro,
.wt-article .article-content .intro *{
	font-style: normal;
	font-weight: 600;
	font-size: 19px;
	line-height:34px;
	color: var(--titlecolor);
}
.wt-article .article-content .intro a{
	color: var(--bluemain);
}
.wt-article .article-content h2,
.wt-article .article-content .head2{
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 46px;
	color: var(--titlecolor);
	margin-bottom: 20px;
}
.wt-article .article-content h3,
.wt-article .article-content .head3{
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	color: var(--titlecolor);
	margin-bottom: 15px;
}
.wt-article .article-content h4,
.wt-article .article-content .head4{
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	color: var(--titlecolor);
	margin-bottom: 12px;
}
.wt-article .article-content h5,
.wt-article .article-content .head5{
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
	color: var(--titlecolor);
	margin-bottom: 10px;
}
.wt-article .article-content h6,
.wt-article .article-content .head6{
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	color: var(--titlecolor);
	margin-bottom: 10px;
}
.wt-article .article-content .scrollspy{
	/*margin-top: -100px;
	padding-top: 120px;*/
}
.wt-article .article-content .scrollspy h2[id],
.wt-article .article-content .scrollspy h3[id],
.wt-article .article-content .scrollspy h4[id],
.wt-article .article-content .scrollspy h5[id]{
 /* margin-top: -100px;
	padding-top: 100px;*/
}
.wt-article .article-content .wp-block-quote {
	background: #F8FFEE;
	border-radius: 7px;
	padding: 25px 35px;
	position: relative;
	margin-top: 3rem;
	margin-bottom: 4.5rem;
}
.wt-article .article-content .wp-block-quote *{
	font-style: italic;
	font-weight: 400;
	font-size: 17px;
	line-height: 32px;
	color: var(--textcolor);
}
.wt-article .article-content .wp-block-quote cite{
	font-size: 15px;
}
.wt-article .article-content .wp-block-quote:before{
	content: '';
	position: absolute;
	background-image: url(../images/quote-icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 65px;
	width: 65px;
	bottom: -28px;
	opacity: .7;
	right: 31px;
	transform: rotate(180deg);
}
.wt-article .article-content .alert a{
	font-size: inherit;
	font-weight: inherit;
}
.wt-article .article-content .wt-cta-banner-bottom{
	background-image: none!important;
	background: rgb(176,250,255)!important;
	background: linear-gradient(100.7deg, #E2FDFF 17.28%, #FFFFFF 54.4%, #E8F0FF 97.36%)!important;
}
.wt-article .article-content .wt-cta-banner-bottom .title ,
.wt-article .article-content .wt-cta-banner-bottom h2,
.wt-article .article-content .wt-cta-banner-bottom h3
{
	font-size: 25px!important;
	line-height: 38px!important;
	text-align: center!important;
	color: var(--titlecolor)!important;
	margin: 0 auto 10px auto!important;
	max-width: 660px;
}
.wt-article .article-content  .wt-cta-banner-bottom .blue-button {
	background: var(--bluemain);
	border-radius: 7px;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	display: inline-block;
	padding: 10px 25px;
	color: #FFFFFF!important;
	transition: all .2s ease;
	text-decoration: none!important;
}
.wt-article .article-content .wt-cta-banner-bottom ul{
	max-width: 710px!important;
	justify-content: center;
	flex-wrap: wrap!important;
	display: flex;
}
.wt-article .article-content .wt-cta-banner-bottom li{
	padding-left: 32px!important;
	position: relative;
	font-weight: 600!important;
	font-size: 14px!important;
	line-height: 24px!important;
	color: var(--textcolor) !important;
	margin: 7px 10px!important;
	display: inline-block!important;
	width:auto!important;
	list-style: none;
	font-weight: 500!important;
	text-align: center!important;
}
.wt-article .article-content .wt-cta-banner-bottom li:before{
	width: 16px;
	background-image: url(../images/cta-list-icon.svg);
	filter: drop-shadow(-10px 4px 11px rgb(0 127 255 / 30%));
}
.wt-article .article-content .wt-cta-banner-bottom .wp-block-heading{
	margin-top: 0px;
	padding-top: 0px;
}
.wt-article .article-content .is-provider-youtube .wp-block-embed__wrapper{
	padding-bottom: 56.25%;
	height: 0;
}
.wt-article .article-content .is-provider-youtube .wp-block-embed__wrapper iframe {
	max-width: 100%;
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
.wt-article .article-content img{
	border: 13px solid #FFFFFF;
	box-shadow: 0px 6px 21px rgba(87, 147, 236, 0.15);
	max-width: 100%;
	margin-bottom: 20px;
}
.wt-article .article-content .wp-block-image, 
.wt-article .article-content .wp-block-embed{
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.wt-article .article-content figcaption {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: var(--textcolor);
	margin-bottom: 0;
}
.wt-article .article-content .aligncenter figcaption{
	text-align: center;
}
.wt-article .article-content figcaption a{
	font-size: inherit;
}
.wt-article .article-content .copy-link-wrapper {
	position: absolute;
	/*margin-top: 118px;*/
	left: -26px;
}
.wt-article .article-content .toc-ref{
	position: relative;
}
.wt-article .article-content .copy-link-wrapper a.copy-link{
	line-height: 40px;
	filter: grayscale(1);
	opacity: .5;
	transition: all .2s ease-in-out;
}
.wt-article .article-content .copy-link-wrapper a.copy-link:hover{
	filter: grayscale(0);
	opacity: .9;
	transition: all .2s ease-in-out;
}
.wt-article .copy-link-wrapper .copy-link-status{
	display: none;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	width: 89px;
	background: #7C7C7C;
	border-radius: 1px;
	text-align: center;
	padding: 2px;
	left: -36px;
	top: -24px;
	opacity: 1;
}
.wt-article .copy-link-wrapper span.copy-link-status:before {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #7C7C7C;
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
}

.wt-article .article-content .helpful-block-content{
	padding-top: 3rem!important;
	background: transparent;
	box-shadow: none;
	border: none!important;
	border-top: 0.5px solid rgba(175, 175, 175, 0.5)!important;
	text-align: left!important;
	padding-left: 0!important;
	margin: 0!important;
}
.wt-article .article-content .helpful-block-content ul{
	margin-left: 0;
}
.wt-article .article-content .helpful-block-content a{
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	border-radius: 9px;
	transition: all .2s ease-in-out;
}
.wt-article .article-content .helpful-block-content a:hover{
	text-decoration: none;
	transition: all .2s ease-in-out;
	transform: translateY(-2px);
	opacity: .9;
}
.wt-article .article-content .helpful-block-content a.wth-green-btn {
	background: #98C755!important;
	color: #FFFFFF!important;
	border: 1px solid #98C755!important;
	border-radius: 9px!important;
}
.wt-article .article-content .helpful-block-content a.wth-red-btn{
	border: 1px solid var(--textlight)!important;
	border-radius: 9px!important;
	color: var(--textlight)!important;
}
.wt-article .article-content .helpful-block-content .wth_title,
.wt-article .article-content .helpful-block-content .wth-title{
	margin-right: 15px;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height:25px;
	color: var(--textlight);
}
.wt-article .author-bio{
	background: var(--lightblue);
	border: 0.5px solid var(--bluemain);
	border-radius: 12px;
	padding: 20px 35px;

}
.wt-article .author-bio img{
	border-radius: 17px;
	width: 115px;
	height: auto;
	min-width: 70px;
}
.wt-article .author-bio .author-title{
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 28px;
	letter-spacing: 0.145em;
	color: var(--titlecolor);
	margin-bottom: 0;
}
.wt-article .author-bio .author-title .author-link{
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	text-transform: initial;
	color: var(--bluemain);
}
.wt-article .author-bio .author-description p{
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color: var(--textcolor);
	margin-bottom: 5px;
}
.wt-article .author-bio .social-media-icons ul{
	padding: 0;
	margin: 0 -8px;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
}
.wt-article .author-bio .social-media-icons li{
	list-style: none;
	margin: 8px;
	display: inline-block;
}
.wt-article .author-bio .social-media-icons a.sm-icon{
	background-color: #c1c1c1;
	height: 25px;
	width: 25px;
	border-radius: 3px;
	transition: all .2s ease-out;
}
.wt-article .author-bio .social-media-icons a.sm-icon:hover{
	background-color: var(--bluemain);
}
.wt-article .author-bio .social-media-icons a.sm-icon.twitter:hover{
	background-color: #1DA1F2;
}
.wt-article .author-bio .social-media-icons a.sm-icon.facebook:hover{
	background-color: #1877F2;
}
.wt-article .author-bio .social-media-icons a.sm-icon.instagram:hover{
	background-color: #F00073 ;
}
.wt-article .author-bio .social-media-icons a.sm-icon.linkedin:hover{
	background-color: #2867B2;
}
.wt-article .author-bio .social-media-icons a.sm-icon.youtube:hover{
	background-color: #FF0000;
}
.wt-article .author-bio .social-media-icons a.sm-icon i{
	color: #fff;
	font-size: 13px;
}
.wt-article .author-bio .social-media-icons a.sm-icon:hover{
	text-decoration: none;
	transform: translateY(-2px);
	transition: all .2s ease-out;
}
.wt-article .comment-section li{
	list-style: none;
}
.wt-article .comment-section ol, .wt-article .comment-section li{
	padding-left: 0;
}
.wt-article .comment-section .comment-author img{
	width: 50px;
	height: auto;
	border-radius: 100%;
	min-width: 45px;
}
.wt-article .comment-section .comments-title {
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 58px;
	margin-bottom: 0px;
	color: var(--titlecolor);
	position: relative;
}
.wt-article .comment-section .commeter-name p {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	color: var(--titlecolor);
	margin-bottom: 2px!important;
}
.wt-article .comment-section .comment-date p {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: var(--grey);
	margin-bottom: 10px!important;
	text-transform: capitalize!important;
}
.wt-article .comment-section .comment-text p{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 31px;
	color: var(--textcolor);
}
.wt-article .comment-section .comment-text p a{
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color:var(--bluemain) ;
}
.wt-article .comment-section  .wt-post-comments a.comment-reply-link,
.wt-article .comment-section  .wt-post-comments a.comment-edit-link,
.wt-article .comment-section a#cancel-comment-reply-link {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 31px;
	padding: 0;
	border: none;
}
.wt-article .comment-section .comment-respond p,
.wt-article .comment-section .comment-respond span,
.wt-article .comment-section .comment-respond label, 
.wt-article .comment-section .comment-respond a{
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 58px;
	color: var(--textlight);
}
.wt-article .comment-section a{
	color: var(--bluemain)!important;
}
.wt-article .comment-section a:hover{
	text-decoration: underline;
	color: var(--bluemain);

}
.wt-article .comment-section .reply {
	margin: 0 -15px;
}
.wt-article .comment-section .reply a {
	margin: 15px;
	display: inline-block;
	position: relative;
}
.wt-article .comment-section  .wt-post-comments a.comment-edit-link:before{
	content: '.';
	position: absolute;
	height: 100%;
	left: -20px;
	top: 0;
	line-height: 20px;
	font-weight: bolder;
	font-size: 20px;
	display: inline-block;
}
.wt-article .comment-section  input[type='text']:placeholder, 
.wt-article .comment-section  input[type='email']:placeholder, 
.wt-article .comment-section  textarea:placeholder{
	color: var(--textlight) !important;
}
.wt-article .comment-section  input[type='text'], 
.wt-article .comment-section  input[type='email'],
.wt-article .comment-section  textarea{
	width: 100%;
}
.wt-article .comment-section  input[type='text'], 
.wt-article .comment-section  input[type='email'],
.wt-article .comment-section  input[type='checkbox'], 
.wt-article .comment-section  textarea{
	border: 1px solid rgba(175, 175, 175, 0.5);
	border-radius: 3px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	color: var(--textcolor);
	background: transparent;
	padding: 10px 15px;
}
.wt-article .comment-section  input[type='text']:focus, 
.wt-article .comment-section input[type='email']:focus, 
.wt-article .comment-section  input[type='checkbox']:focus,
.wt-article .comment-section textarea:focus{
	outline: none;
	box-shadow: none;
	border-color: var(--bluemain);
}
.wt-article .comment-section h3.comment-reply-title * {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	color: var(--textcolor);
}
.wt-article .comment-section input#submit {
	background: var(--bluemain);
	border-radius: 9px;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
	padding: 15px;
	width: 100%;
	max-width: 215px;
	border: none;
	transition: all .2s ease-in-out;
}
.wt-article .comment-section input#submit:hover{
	opacity: .9;
	transition: all .2s ease-in-out;
}
.wt-article .latest-articles h2.latest-posts-title {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 47px;
	letter-spacing: 0.11em;
	color: var(--titlecolor);
}
.wt-article .latest-articles a:hover{
	text-decoration: none;
	transition: all .2s ease-out;
}
.wt-article .latest-articles img{
	width: 200px;
	height: auto;
	border-radius: 3px;
	transition: all .2s ease-out;
}
.wt-article .latest-articles a:hover img{
	transform: scale(1.03);
}
.wt-article .latest-articles .post-title{
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: var(--titlecolor);
	margin-bottom: 10px;
	margin-top: 0;
	transition: all .2s ease-out;
}
.wt-article .latest-articles a:hover .post-title{
	color: var(--bluemain);
}
.wt-article .latest-articles p.short-desc {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: var(--textcolor);
	margin-bottom: 5px;
}
.wt-article .latest-articles p.post-meta {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: var(--grey);
}
.wt-article .latest-articles a.view-more-btn{
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: var(--bluemain);
	border-bottom: 2px solid;
	position: relative;
	padding: 8px 24px 8px 0;
	transition: all .2s ease;

}
.wt-article .latest-articles a.view-more-btn:hover{
	border-color: transparent;
	transition: all .2s ease;
}
.wt-article .latest-articles a.view-more-btn:after {
	content: '';
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	width: 14px;
	background-image: url(../images/front-page/more-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: all .2s ease;
}
.wt-article .latest-articles a.view-more-btn:hover:after{
	right: -2px;
}
.wt-article .social-share .heateor_sss_sharing_ul a *{

	transition: all .2s ease-in-out;
}
.wt-article .social-share .heateor_sss_sharing_ul a:hover * {
	transform: translateY(-1px);
	transition: all .2s ease-in-out;
}
.wt-article .social-share .heateor_sss_sharing_ul{
	margin-left: -5px!important;
	margin-right: -5px!important;
}
.wt-article .social-share .heateor_sss_sharing_ul a {

	margin: 5px!important;
}
.wt-article .heateor_sss_sharing_title {
	font-style: normal;
	font-weight: 500!important;
	font-size: 14px;
	line-height: 21px;
	color: var(--textcolor);
}
.wt-article .article-tags,.wt-article .article-tags a{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: var(--textlight);
}
.wt-article .article-tags a:hover{
	color: var(--bluemain);
	text-decoration: none;
}
.wt-article .article-list-custom{
	border-top: 0.5px solid rgba(175, 175, 175, 0.5);
	padding: 3rem 0;
	margin-top: 3rem;
}
.wt-article .article-list-custom .article-list-title{
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	color: var(--textcolor);
	margin-bottom: 20px;
}
.wt-article .article-list-custom ul{
	padding: 0;
	margin-bottom: 0;
}
.wt-article .article-list-custom ul li{
	margin-bottom: 20px;
}
.wt-article .article-list-custom ul li:last-child{
	margin-bottom: 0;
}
.wt-article .article-list-custom ul li,.wt-article .article-list-custom ul li a{
	list-style: none;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: var(--titlecolor);
	transition: all .2s ease-in;
}
.wt-article .article-list-custom li a:hover{
	color: var(--bluemain);
	text-decoration: none;
	transition: all .2s ease-in;
}
.wt-article .article-list-custom ul li a{
	position: relative;
	padding-left: 24px;
	display: inline-block;

}
.wt-article .article-list-custom ul li a:before{
	content: '';
	background-image: url(../images/page-icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 27px;
	width: 10px;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}
.wt-article .article-content .blue-border{
	border-left: 8px solid #BCEAFF;
	padding-left: 15px;
	margin-left: 20px;
}
.wt-article .alert,.alert p{
	color: #424242!important;
	font-size: 16px;
	font-size: 16px;
	font-weight: 300!important;
	font-stretch: normal;
	font-style: normal;
	line-height: 28px;
}
.wt-article .alert{
	padding: 20px!important;
	margin: 1rem 0;
}
.wt-article .alert p{
	margin-top: 0;
}
.wt-article .alert p:last-child{
	margin-bottom: 0!important;
}
.wt-article .alert a{
	text-decoration: underline;
	font-weight: 500;
}
.wt-article .alert strong{
	font-weight: 500;
}
.wt-article .alert a:hover{
	text-decoration: none;
}
.wt-article .alert.alert-dark a{
	color: #424242!important;
}
.wt-article .alert.alert-warning {
	background: #fffce5!important;
	border-color: #f3edc4!important
}
.wt-article .alert.alert-warning a {
	color: #958309;

}
.wt-article .alert.alert-primary a {
	color: #007aff!important;
}
.wt-article .alert.alert-primary {
	background-color: #ecf5ff!important;
	border-color: #cfe6ff!important;
}
.wt-article .alert.alert-secondary a {
	color: #3c3c3c!important;
}

.wt-article .alert.alert-secondary {
	background-color: #f5f5f5!important;
	border-color: #e2e2e2!important;
}
.wt-article .alert.alert-success a {
	color: #3f8c51!important;
}
.wt-article .alert.alert-success {
	background-color: #e6ffec!important;
	border-color: #bff1ca!important;
}
.wt-article .alert.alert-danger a {
	color: #c35864!important;
}
.wt-article .alert.alert-danger {
	background-color: #fdebed!important;
	border-color: #ffd7dc!important;
}
.wt-article .alert.alert-info a {
	color: #1d92a5!important;
}
.wt-article .alert.alert-info {
	background-color: #F0F8F9!important;
	border-color: #cff0f5!important;
}
.wt-article h2,
.wt-article h3,
.wt-article h4,
.wt-article h5,
.wt-article h6,
.wt-article .article-content .scrollspy{
	margin-top: 45px;
}
.wt-article table{
	min-width: 650px;
}
.wt-article .wp-block-table{
	margin: 2.5rem 0;
}
.wt-article table th {
	background: #F4F8FF;
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 30px 20px;    
	vertical-align: middle;
}
.wt-article table th,
.wt-article table td {
	border-color: #9ABDFF!important;
	    word-break: auto-phrase;
}
.wt-article .wp-block-table thead{
	border: none!important;
}
.wt-article table td {
	color: #434343;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	padding: 20px;
}
.wt-article .wt-info-box{
	border-radius: 7px;
	padding: 28px 20px 15px 20px;
	 margin: 30px 0;
}
.wt-article .wt-info-box p{
font-size: 17px;
font-weight: 400;
line-height: 31.79px;
color: #434343;
margin-bottom: 15px;
}
.wt-article .wt-info-box p a{
	font-size: inherit;
}
.wt-article .wt-info-box p:last-child{
	margin-bottom: 0;
}
.wt-article .wt-info-box.primary{
	background-color: #D1E4FC;
	border-left: 6px solid #4074CB;
}
.wt-article .wt-info-box.warning{
	background-color: #FDF3D1;
	border-left: 6px solid #EAB225;
}
.wt-article .wt-info-box.danger{
	background-color: #F3D8DA;
	border-left: 6px solid #DE8084;
}
.wt-article .wt-info-box.success{
	background-color: #D9ECDB;
	border-left: 6px solid #64B76D;
}
.wt-article .wt-info-box.info{
	background-color: #D6EBF0;
	border-left: 6px solid #89B5BF;
}




@media(min-width: 768px){
	.wt-article .comment-section h2.comments-title:before {
		height: 0.25px;
		width: 79%;
		background-color: rgba(175, 175, 175, 0.5);
		position: absolute;
		content: '';
		top: 50%;
		margin-left: 23%;
		transform: translateY(-50%);
	}
	.wt-article .fixed-sidebar {
		overflow-x: hidden;
	}
}
@media(max-width: 767px){
	.wt-article .article-content .copy-link-wrapper{
		display: none;
	}
	.wt-article .head1,.wt-article h1{
		font-size: 32px;
		line-height: 40px;
	}
	.wt-article .article-content h2,
	.wt-article .article-content .head2{
		font-size: 28px;
		line-height: 38px;
	}
	.wt-article .article-content h3,
	.wt-article .article-content .head3{
		font-size: 24px;
		line-height: 36px;
	}
	.wt-article .article-content h4,
	.wt-article .article-content .head4{
		font-size: 22px;
		line-height: 34px;
	}
	.wt-article .article-content h5,
	.wt-article .article-content .head5{
		font-size: 20px;
		line-height: 30px;
	}
	.wt-article .article-content h6,
	.wt-article .article-content .head6{
		font-size: 18px;
		line-height: 30px;
	}
	.wt-article .article-content p,
	.wt-article .article-content li{
		font-size: 14px;
		line-height: 24px;
	}
	.wt-article h2,
	.wt-article h3,
	.wt-article h4,
	.wt-article h5,
	.wt-article h6,
	.wt-article .article-content .scrollspy{
		margin-top: 35px;
	}
}
@media(max-width: 575px){
	.wt-cta-banner-bottom li:before{
		content: none;
	}
}
@media(min-width: 400px){
	.wt-article .d-xs-flex{
		display: flex;
	}
}
.wt-article p:empty{
	margin-bottom: 0!important;
}
/* colors & borders */
.wp-block-yoast-faq-block.yoast-wt-faq{
	margin-bottom: 40px;
}
.wp-block-yoast-faq-block.yoast-wt-faq .schema-faq-section {
	border-bottom: 0.5px solid rgba(175, 175, 175, 0.5);
}
.wp-block-yoast-faq-block.yoast-wt-faq .schema-faq-question:hover,
.wp-block-yoast-faq-block.yoast-wt-faq .schema-faq-question.faqa-opened{
	color:#007FFF;
}
/* layout */
.wp-block-yoast-faq-block.yoast-wt-faq .schema-faq-question {
	display:block;
	padding:10px;
	position:relative;
	cursor:pointer;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	padding: 0 ;
	color: #212121;

}
.wp-block-yoast-faq-block.yoast-wt-faq .schema-faq-question{
	padding: 23px 20px 23px 0;
}
.wp-block-yoast-faq-block.yoast-wt-faq .schema-faq-answer{
	opacity: 0;
	height: 0;
	margin: 0;
	padding:0 20px 0 0;

	transition: height .2s ease-in-out;
}
.wp-block-yoast-faq-block.yoast-wt-faq .faqa-opened .schema-faq-answer{
	display: block;
	transition: all .2s ease-in-out;
	height: auto;
	opacity: 1;
	padding-bottom:23px;
	animation: fade-in .2s forwards;
}
.wp-block-yoast-faq-block.yoast-wt-faq .faqa-closed .schema-faq-answer{
	opacity: 0;
	transition: all .2s ease-in-out;
/*	animation: fade-out .2s forwards;
*/}
	.wp-block-yoast-faq-block.yoast-wt-faq .schema-faq-question:before {
		content:'';
		display:block;
		border:1.5px solid #212121;
		border-width:0px 2px 2px 0px;
		width:9px;
		height:9px;
		box-sizing:border-box;
		position:absolute;
		right:0px;
		top: 50%;
		margin-top: -6px;
		transform:rotate(45deg);
		transition:all 0.2s ease;
	}
	.wp-block-yoast-faq-block.yoast-wt-faq .faqa-opened .schema-faq-question:before {
		transform:rotate(225deg);

	}
	.wp-block-yoast-faq-block.yoast-wt-faq .faqa-opened .schema-faq-question:before,
	.wp-block-yoast-faq-block.yoast-wt-faq .schema-faq-question:hover:before{
		border:1.5px solid #007FFF;
		border-width: 0px 2px 2px 0px;
		transition:all 0.2s ease;
	}
	.wp-block-yoast-faq-block.yoast-wt-faq .faqa-opened{
		transition:all 0.2s ease;
	}
	@keyframes fade-out {
		from {
			opacity: 100%;
			transform: translateY(0px);

		}
		to {
			opacity: 0%;
			transform: translateY(-20px);
		}
	}

	@keyframes fade-in {
		from {
			opacity: 0%;
			transform: translateY(20px);
		}
		to {
			opacity: 100%;
			transform: translateY(0px);
		}
	}


	/* blog side bar */

	p.blog-cta-title {
		font-size: 22px;
		font-weight: 700;
		line-height: 32px;
		color: #212121;
	}

	.blog-cta-part {
		overflow: hidden;
	}

	.blog-cta-part.subcategory-marketing .blog-cta-title-part {
		background-color: #B1FFFF;
	}

	.blog-cta-part.subcategory-marketing .blog-cta-title-part p.blog-cta {
		background-color: #00F6FF;
	}

	.blog-cta-part.subcategory-marketing .blog-cta-footer-part {
		background-color: #DDFFFF;
	}

	.blog-cta-part.subcategory-accounting-invoicing .blog-cta-title-part {
		background-color: #FFF0AA;
	}

	.blog-cta-part.subcategory-accounting-invoicing .blog-cta-title-part p.blog-cta {
		background-color: #FFC745;
	}

	.blog-cta-part.subcategory-accounting-invoicing .blog-cta-footer-part {
		background-color: #FFFAE1;
	}

	.blog-cta-part.subcategory-payments .blog-cta-title-part {
		background-color: #B7F5C9;
	}

	.blog-cta-part.subcategory-payments .blog-cta-title-part p.blog-cta {
		background-color: #00C538;
		color: #fff;
	}

	.blog-cta-part.subcategory-payments .blog-cta-footer-part {
		background-color: #E2FFEA;
	}

	.blog-cta-part.subcategory-e-commerce .blog-cta-title-part {
		background-color: #E5FFB5;
	}

	.blog-cta-part.subcategory-e-commerce .blog-cta-title-part p.blog-cta {
		background-color: #6FAA00;
		color: #fff;
	}

	.blog-cta-part.subcategory-e-commerce .blog-cta-footer-part {
		background-color: #F4FFE0;
	}

	.blog-cta-part.subcategory-data-migration .blog-cta-title-part {
		background-color: #FFDCCA;
	}

	.blog-cta-part.subcategory-data-migration .blog-cta-title-part p.blog-cta {
		background-color: #FF8E56;
		color: #fff;
	}

	.blog-cta-part.subcategory-data-migration .blog-cta-footer-part {
		background-color: #FFF1EA;
	}

	.blog-cta-part.subcategory-data-privacy .blog-cta-title-part {
		background-color: #E0E3FF;
	}

	.blog-cta-part.subcategory-data-privacy .blog-cta-title-part p.blog-cta {
		background-color: #7866FF;
		color: #fff;
	}

	.blog-cta-part.subcategory-data-privacy .blog-cta-footer-part {
		background-color: #ECEFFF;
	}

	p.blog-cta-product {
		font-size: 14px;
		font-weight: 600;
		line-height: 22px;
		color: #212121;
	}

	a.blog-cta-redirect {
		font-size: 14px;
		font-weight: 600;
		line-height: 21px;
		color: #fff;
		background: #0057FF;
		border-radius: 6px;
	}

	a.blog-cta-redirect:hover {
		background: #fff;
	}

	p.price-cta {
		font-size: 12px;
		font-weight: 600;
		line-height: 14.52px;
		color: #212121;
	}

	.blog-cta-rating-price .review-count {
		display: none;
	}

	.blog-cta-rating-price .reviews {
		margin-bottom: 0px !important;
		flex-direction: row-reverse;
	}

	.blog-cta-rating-price .average-review-rate {
		font-size: 11px;
		font-weight: 600;
		line-height: 13.31px;
		color: #212121;
	}

	p.blog-cta {
		font-size: 10px;
		font-weight: 600;
		line-height: 11.72px;
		letter-spacing: 0.07em;
		color: #434343;
		width: fit-content;
		padding: 5px 10px;
		border-radius: 40px;
	}
	.blog-table-content{
		max-width: 225px;
	}
	.blog-cta-side-bar{
		max-width: 250px;
	}
	.blog-cta-side-bar .blog-cta-part, .fixed-sidebar.summary{
		position: sticky;
		top: 120px;
	}
	.blog-main-content{
		max-width: 795px;
	}
	.blog-content-container.collapsed .blog-table-content{
		max-width: 70px;
	}
	.blog-content-container.collapsed .blog-main-content{
		max-width: 864px;
	}
	.reading-progress-bar{
		background-color: #0057FF;
		height: 3px;
		width: 0%;
	}
	.blog-content-container>.row{
		flex-wrap: nowrap;
	}

	@media(min-width: 1200px){
		.container-wt .single-blog-page .container{
			max-width: 1300px !important;
		}
	}
	
	@media(max-width: 1200px){
		.blog-main-content {
			max-width: 600px;
		}
		.blog-table-content {
			min-width: 225px;
		}
		.blog-cta-side-bar {
			min-width: 230px;
		}
		p.blog-cta-title{
			font-size: 20px;
			line-height: 32px;;
		}
	}
	@media(max-width: 992px){
		.blog-content-container>.row{
			flex-wrap: wrap;
		}
		.blog-cta-side-bar, .blog-main-content, .blog-table-content {
			width: 100%;
			max-width: 100%;
		}
		.blog-table-content{
			background: var(--lightblue);
		}
	}
	@media(min-width: 992px){
		.wt-article .divider-md-right{
			border-right: 0.5px solid rgba(175, 175, 175, 0.5);
		}
	}
	