.content .cy-info-box,.content .cy-info-box.blue{
	background: rgba(24, 99, 220, 0.08);
	box-shadow: inset 6px 0px 0px #66A0FF;
	padding: 18px 32px;
	margin-bottom: 40px;
	margin-top: 40px;
}
.content .cy-info-box.green{
	background: rgba(76, 175, 80, 0.15);
	box-shadow: inset 6px 0px 0px #4CAF50;
}
.content .cy-info-box.plain{
	border: 2px solid #1863DC;
	border-radius: 6px;
	background: #fff;
	box-shadow: none;

}
.content .cy-info-box p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 29px;
	color: #27283C;
	margin-bottom: 0;
}
.content .cy-info-box p:last-child{
	margin-bottom: 0;
}
.content .cy-info-box a{
	font-weight: normal;
	font-size: 16px;
	color: #1863DC;
}

.content .bulb-icon,.content .info-icon{
	padding-left: 28px;
	position: relative;
	margin-bottom: 20px;
}
.content .bulb-icon:before,.content .info-icon:before,
.content .plain .info-icon:before{
	content: '';
	position: absolute;
	height: 29px;
	width: 23px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	left: 0;
}
.content .bulb-icon.title:before,.content .info-icon.title:before,
.content .plain .info-icon.title:before{
	height: 40px;
}
.content .bulb-icon:before{
	background-image: url(../images/blog/bulb-icon.svg);
}
.content .info-icon:before{
	background-image: url(../images/info-icon.svg);
}
.content .plain .info-icon:before{
	background-image: url(../images/blue-info-icon.svg);
}
.content .cy-info-box .title{
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 40px;
	color: #27283C;
}
.content .border-bottom{
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(39, 40, 60, 0.1);
	margin-bottom: 20px!important;
}
.content .article-list{
	padding: 0;
	margin: 20px 0 0 0;
}
.content .article-list li{
	margin-bottom: 15px;
	list-style: none;
	position: relative;
	padding-left: 26px;
	line-height: 24px;
}
.content .article-list li:last-child{
	margin-bottom: 0;
}
.content .article-list li a{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #1863DC;
}
.content .article-list li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 24px;
	width: 11px;
	background-image: url(../images/page-icon-blue.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.content .next-chapter-wrapper{
	background: #1863DC;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	padding: 15px 30px;
}
.content .next-chapter-wrapper p{
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 5px;
	color: #FFFFFF;
}
.content .next-chapter-wrapper p.title{
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
	color: #FFFFFF;
}
.content .next-chapter-wrapper img{
	border: none;
	max-width: 19px;
	margin-left: 20px;
	margin-top: 0;
	margin-bottom: 0;
}
.content .next-chapter-wrapper:hover{
	opacity: .9;
	text-decoration: none;
}
.bottom-cta h2{
	font-style: normal;
	font-weight: 600;
	font-size: 42px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 30px;

	color: #27283C;
}
.bottom-cta p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 40px;
	color: #252525;
}
.bottom-cta p.note span {
	padding-left: 22px;
	padding-right: 20px;
	position: relative;
	display: inline-block;
}
.bottom-cta p.note span:before {
	content: '';
	position: absolute;
	left: 0;
	background-image: url(../images/green-tick.svg);
	background-repeat: no-repeat;
	background-position: center;
	height: 22px;
	width: 13px;
	background-size: contain;
}
.bottom-cta .blue-btn{
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
	background: #1863DC;
	border-radius: 5px;
	padding: 20px;
	width: 100%;
	max-width: 300px;
	display: inline-block;
}
.bottom-cta a.link,.bottom-cta a.secondary-btn{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	padding: 20px;
	width: 100%;
	max-width: 300px;
	display: inline-block;
	color: #1863DC;
}
.bottom-cta a.button:hover,.bottom-cta a.secondary-btn:hover{
	text-decoration: none;
	opacity: .8;
}
.content ol.carousel-indicators{
	bottom: -40px;
}
.content span.carousel-control-prev-icon, 
.content span.carousel-control-next-icon{
	background-color: #1963dc;
	color: #fff;
	border-radius: 50px;
	border: 10px solid #1963dc;
	padding: 10px;
}
.content .subscribe-form{
	background: #FFFFFF;
	border: 1px solid #E1EBFF;
	box-shadow: 0px 2px 5px rgba(179, 205, 255, 0.25);
	border-radius: 6px;
	padding: 60px;
	position: relative;

}
.content .subscribe-form-wrap h2{
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 37px;
	text-align: center;
	margin-bottom: 30px;
	color: #27283C;
	margin-top: 0;
}
.content .subscribe-form-wrap  label{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 10px;
	color: rgba(9, 44, 76, 0.6);
	width: 100%;
	display: block;
}
.content .subscribe-form-wrap .text-input-wrapper{
	margin-bottom: 30px;
}
.content .subscribe-form-wrap .text-input-wrapper input{
	border: 1px solid rgba(193, 193, 193, 0.8);
	border-radius: 3px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	color: #27283C;
	width: 100%;
	padding: 10px 20px;
}
.content .subscribe-form-wrap .text-input-wrapper input:focus{
	border: 1px solid rgb(25 99 220);
	outline: none;
	box-shadow: none;
}
.content .subscribe-form-wrap form p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	color: #27283C;
}
.content .subscribe-form-wrap form a{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	text-decoration: underline;
	color: #1863DC;
}
.content .subscribe-form-wrap form a:hover{
	text-decoration: none;
	color: #1863DC;
}
.content .subscribe-form-wrap button,.content .subscribe-form-wrap input[type=submit]{
	background: #1863DC;
	border-radius: 2px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	padding: 20px;
	color: #FFFFFF;
	display: block;
	max-width: 220px;
	width: 100%;
	text-align: center;
	border: none;
}
.content .subscribe-form-wrap button:hover,.content .subscribe-form-wrap input[type=submit]:hover{
	opacity: .8;
}
.content .subscribe-form p.note{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: rgba(9, 44, 76, 0.6);
}
.custom-cy-cta-banner{
	background: #78E7B2;
	border-radius: 10px;
	padding: 30px 50px;
	/*background-image: url(../images/cta-bg-img.png);
	background-position: bottom center;
	background-repeat: no-repeat;*/

}
.custom-cy-cta-banner .cta-title{
	font-style: normal;
	font-weight: 600;
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 7px;
	color: #27283C;
}
.custom-cy-cta-banner p{
	font-style: normal;
	font-weight: 500;
	font-size: 21px;
	line-height: 29px;
	margin-bottom: 15px;
	color: #27283C;
}
.custom-cy-cta-banner li{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.0025em;
	color: #27283C;
}
.custom-cy-cta-banner ul.inline-list,
.custom-cy-cta-banner ul.tick-icon{
	padding: 0;
}
.custom-cy-cta-banner ul.inline-list li,
.custom-cy-cta-banner ul.tick-icon li{
	list-style: none;
}
.custom-cy-cta-banner ul.inline-list li{
	display: inline-block;
}
.custom-cy-cta-banner ul.inline-list{
	margin:0 -7px;
	display: block;
}
.custom-cy-cta-banner ul.inline-list li{
	margin: 7px;
}
.custom-cy-cta-banner ul.tick-icon li{
	position: relative;
	padding-left: 18px;
}
.custom-cy-cta-banner ul.tick-icon li:before{
	content: '';
	position: absolute;
	left: 0;
	background-image: url(../images/home-page/list-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	width: 13px;
	background-size: contain;
}
.custom-cy-cta-banner .blue-btn{
	background: #1863DC;
	box-shadow: 0px 4px 44px #50C995;
	border-radius: 7px;
	font-style: normal;
	font-weight: 600;
	font-size: 21px;
	line-height: 20px;
	padding: 27px 30px;
	color: #FFFFFF;
	display: inline-block;
	border: none;
}
.custom-cy-cta-banner .blue-btn:hover{
	opacity: .8;
}
.custom-cy-cta-banner .highlight{
	color: #1153BD;
}
@media(max-width: 767px){
	.custom-cy-cta-banner{
		padding: 20px;
	}
}
@media(max-width: 500px){
	.bottom-cta h2{
		font-size: 26px;
		line-height: 32px;
	}
	.content .subscribe-form{
		padding: 20px;
	}
}