@font-face {
  font-family: Proxima-nova;
  src: url(ProximaNova-Regular.otf);
}

*{
	font-family: Proxima-nova;
}
body{
	font-size:18px;
}
a {
  font-size: 18px !important;
}
h1, h2, h3, h4, h5, h6{
	color: #0F74BC;
}
h4{
	font-size:1.11rem !important;
}
/* override */
.pkp_block .title{
	font-size:18px !important;
}
/* override end */
.pkp_structure_head{
	position:relative;
}
.pkp_structure_head::before {
    position: absolute;
    content: '';
    height: 40px;
    background: #2C455D;
    bottom: 0;
    width: 100%;
}
.pkp_site_nav_menu{
	background:transparent;
	margin-top: 20px;
}
@media screen and ( max-width: 991px ){
	.pkp_site_nav_menu{
	background:#0f74bc;
	margin-top: 0px;
}
.pkp_structure_head::before{
	height: 4em;
	background:transparent;
	position:none;
}

.pkp_site_name_wrapper {
    height: 6rem;
}
.pkp_site_name{
	left: 0 !important;
}
.pkp_site_nav_toggle{
	top: 23px;
	left:auto !important;
	right:0;
}
.pkp_site_name .is_img img{
	max-height: 5rem;
}

}

/* Default Override */


.pkp_brand_footer{
	display:none;
}
