.pkp_site_name .is_img img {
max-height: 210px;
}


.pkp_site_name {
	padding-top: 0px; 
    padding-bottom:0px;
	;
}

.pkp_site_name_wrapper {	
	padding-left: 0px; 
	padding-right: 0px;
	background:none;
}

.pkp_site_name .is_img {
	margin-top: 0px;
    margin-bottom: 0px;
}

.pkp_structure_main:first-child:last-child {
	margin-top:0px;
}

img {
vertical-align: middle;
}

/* table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  padding:5px;
}*/

@media (max-width: 600px) {
    /*.pkp_site_name {
      display: none;
    }*/
	.pkp_site_name .is_img img
	{
		max-height:80px;
	}
	.pkp_site_name_wrapper {
		height: 80px;
    background: #070e16;
	}
	.pkp_head_wrapper{
		background: #070e16;
	}
	.pkp_site_name {
	padding-left: 0rem;
	}
	.has_site_logo .pkp_head_wrapper{
	padding-right: 0rem;
	}
}


.pkp_footer_content {
    padding: 2.143rem;
    text-align: left
}

@media (max-width: 480px) {
    .pkp_footer_content {
        padding:0
    }
}

.pkp_footer_content ul {
    width: 100%;
    list-style-type: none;
    margin-bottom: 1.43rem
}

@media (max-width: 480px) {
    .pkp_footer_content ul {
        margin-left:-2.143rem
    }
}

.pkp_footer_content ul li>div {
    width: 25%;
    float: left;
    margin-right: 1.43rem;
    margin-left: 1.43rem
}

@media (max-width: 480px) {
    .pkp_footer_content ul li>div {
        width:100%;
        text-align: center;
        margin-right: 0;
        margin-left: 0
    }
}

.pkp_footer_content ul li>div img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pkp_footer_content ul li>div p {
    text-align: center
}

.pkp_footer_content ul li>div ul>li {
    list-style-type: none;
    margin-left: -2.143rem
}

@media (max-width: 480px) {
    .pkp_footer_content ul li>div ul>li {
        margin-left:2.143rem
    }
	.footer_div{
		width: 100%!important;
	}
}

.pkp_footer_content ul li>div ul>li a {
    text-decoration: none
}

.footer_div{
	width: 92% !important;
}

.editorial_new{
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.3);
    padding: 10px;
    width: 100%;
}

/* custom pages css */
.custom-page h2 {
    /* margin-top: 0; */
}
.custom-page p {
    margin-top: 0.714rem;
    margin-bottom: 0.714rem;
    font-size: 16px;
    text-align: justify;
}
.custom-page ol {
    line-height: 30px;
    /* padding-left: 0.714rem; */
}
.custom-page ol li {
    margin-bottom: 0.714rem;
}
.custom-page ol li span {
    font-weight: 700 !important;
}
.custom-page ul {
    margin-bottom: 0;
    /* padding-left: 0.714rem; */
}
.custom-page ul li span {
    font-size: 16px;
}

/* faq page */
.card-header {
    background-color: cadetblue;
  }
  .btn {
    color: #fff;
  }
  .btn:focus {
    box-shadow: none;
  }
  .custom-collapse {
    background-color: #ddd;
  }
  .card-body {
    margin-left: 12px;
  }
  .btn-link:hover {
    color: #fff;
    text-decoration: none;
  }
  .btn-link:focus {
    text-decoration: none;
  }
  .card {
    border-bottom: 2px solid #fff !important;
    border: unset;
  }

  /* custom download block */
  #customblock-downloads .content {
    margin-top: 30px;
  }
  .pkp_block a {
    display: inline-block; /* Ensures each link is on its own line */
    width: 220px; /* Adjust this width as needed */
    background-color: #000;
    padding: 1rem;
    color: #fff;
    font-weight: 700;
    text-align: center; /* Centers text horizontally */
    border-radius: 4px;
    margin: 5px; /* Adds spacing between buttons */
    text-decoration: none; /* Removes underline from links */
}
  /* custom quicklink block */
  #customblock-quick-links .content {
    margin-top: 30px;
  }
  /* #customblock-quick-links a {
    background-color: #000;
    padding: 1rem;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
  } */