@charset "UTF-8";
  .sp-page-title {
   /* background: #0345bf;*/
    background-position: center;
    background-size: cover;
    background-blend-mode: soft-light;
padding: 10% 0;
}
 
 #sp-header-topbar .container-inner>.row {
    min-height: 98px;
}
@media screen and (min-width: 600px) {
.sp-page-title-heading {
    
        font-size: 2.9rem !important;
    }
}
.mod-breadcrumbs__wrapper {
    font-size: 12px;
}
#sp-social  {
    font-size: 13px;
}

@media screen and (min-width: 1200px) {
.logo-image {
    height: 90px!important;
	width: auto!important;
}
 #sp-header-topbar .container-inner>.row {
    min-height: 120px;
}
}
@media screen and (max-width: 999px) {
#sp-header {
  background: #ffffff!important;
}
 
    .logo-image {
        height: 56px!important;
    }
	#sp-header-topbar  {
        display:none!important;
    }
	#sp-header.lg-header .sp-column {
    height: auto!important;
}
}