.hero-section{
	background: #F6F9FE;
}
.hero-section .hero-title{
	font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 54px;
color: #27283C;
}
.hero-section form {
    background: #FFFFFF;
    box-shadow: 3px 8px 13px rgb(157 180 210 / 20%);
    border-radius: 6px;
    border: none;
}
.hero-section form input[type=search] {
    border: none!important;
    border-radius: 6px 0 0 6px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: rgba(9, 44, 76, 1);
    padding: 15px 20px;
    height: 54px;
}
.hero-section form span.is-search-icon {
    border: none;
    background: transparent;
}
div.is-ajax-search-result {
    background: #FFFFFF!important;
    box-shadow: 3px 8px 13px rgb(157 180 210 / 20%), inset 0px 1px 0px rgb(198 217 255 / 50%);
        z-index: 99!important;
}
.is-ajax-search-post {
    padding: 20px!important;
    border-bottom: 1px solid #EDF4FF!important;
}
.is-ajax-search-result .is-ajax-search-post:hover {
    background: #F5F8FF!important;
}
.is-ajax-search-post .is-title a {
    text-transform: none;
    font-style: normal;
    font-weight: 500;
    font-size: 18px!important;
    line-height: 24px;
    color: #1964EF;
    margin-bottom: 15px;
}
.is-ajax-search-post .is-title a:hover{
	text-decoration: none;
}
.is-ajax-result-description, .is-ajax-search-no-result {
    font-style: normal;
    font-weight: normal;
    font-size: 15px!important;
    line-height: 24px!important;
    color: #092C4C;
}
.bottom-cta{
	background: #F6F9FE;
}
.bottom-cta h2{
	font-style: normal;
font-weight: 600;
font-size: 42px;
line-height: 65px;
text-align: center;
margin-bottom: 15px;
color: #27283C;
}
.bottom-cta p{
	font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 28px;
margin-bottom: 50px;
color: #092C4C;
}
.bottom-cta a.blue-btn{
	font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 20px;
padding: 15px 25px;
background: #1863DC;
border-radius: 2px;
color: #FFFFFF;
display: inline-block;
text-align: center;
}
.bottom-cta a.blue-btn:hover{
	opacity: .8;
}
.cy-breadcrumb{
	border-bottom: 1px solid #F2F2F2;
	padding: 30px 0 ;
}
.cy-breadcrumb a{
	font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 24px;
color: #27283C;
padding-left: 0!important;
padding-right: 0!important;
}
.cy-breadcrumb a:hover{
	text-decoration: none;
	color: #1863DC;
}
.cy-breadcrumb span{
	font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 24px;
color: rgba(39, 40, 60, 0.5);
padding-left: 0!important;
padding-right: 0!important;
}
.cy-breadcrumb li{
	padding-right: 12px;
	margin-left: 7px;
	position: relative;
}
.cy-breadcrumb li:first-child{
	margin-left: 0;
}
.cy-breadcrumb li:after{
	content: '';
	position: absolute;
	width: 5px;
	height: 100%;
	right: 0;
	top: 0;
	background-image: url(../images/breadcrumb-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}
.cy-breadcrumb li:last-child:after{
	content: none;
}
.doc-sub-categories .cat-wrap img{
	height: 110px;
	width: auto;
}
@media(max-width: 500px){
	.hero-section h1{
		    font-size: 35px;
    line-height: 45px;
	}
	.bottom-cta h2{
		    font-size: 30px;
    line-height: 45px;
	}
	.cat-wrap h3 {
    font-size: 27px;
    line-height: 32px;
}
}