
html, body {
	font-family: "Noto Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue",                       	sans-serif;
	font-size: 14px;
    	line-height: 1.43rem;
    	color: 000000;
 	background:#217B72;

.pkp_page_index .homepage_image {
        padding: 0px 8px;
        margin-top: -10px;
}

@media (min-width: 992px) {
.pkp_page_index .homepage_image {
	padding: 8px 30px;
	margin-top: 0px;
}
}

.pkp_site_name_wrapper{
        height: 6.857rem!important;
	background:#ffffff;
	height:9rem;

}

@media (min-width: 992px) {
    .pkp_navigation_user>li:last-child>a {
	color:#217B72!important;
}
}
@media (min-width: 992px) {
    .pkp_navigation_user>li>a {
        color:#217B72!important;
    }
}

.pkp_site_nav_toggle {
	height: 6.857rem!important;
	/*background:#eff3f3!important;*/
	background:#64c3c3!important;
}



.pkp_site_name .is_img img {
    max-height: 54px;
    margin-top: 22px;
    margin-left:21px;
}



.pkp_site_nav_menu,.pkp_nav_list{
background:#fff;
}



/*Side Bar*/

@media (min-width: 992px){
.pkp_block {
     padding: 0px!important; 
}
}

.pkp_block {
     padding: 20px 20px!important; 
}

/* Side bar Block*/
.main-sec{
    border: 1px solid #ccc;
    
    border-radius: 4px;
    border-left: 4px solid #8BC53F!important;
    font-style: normal;
   
}
.child-sec{
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background:#073569;
   
}

.homepage_about h2 {
    margin-top: -0.714rem;
    display:None;
}
.pkp_structure_main h1 {
     display:None;
}


/*For moblie Header*/

.has_site_logo .pkp_head_wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-right: 0px!important;
    border-top:3px solid #217B72;
    border-bottom:3px solid #217B72;
}

@media (min-width: 992px){
.pkp_site_name_wrapper {
	margin-top:-45px;
	border-bottom: 2px solid #288279;
    	border-top: 2px solid #288279;
	height:9.857rem!important;
}
.pkp_site_name .is_img img {
    	max-height: 104px;
    	margin-top: 6px;
	margin-left:0px!important;
}
.pkp_head_wrapper{

	border-bottom: 0px solid #8BC53F!important;
    	border-top: 0px solid #8BC53F!important;
}
}

.pkp_navigation_primary_row {
	box-shadow:0 0 5px .5px rgba(103,104,107,.34);
	padding-top:5px;
	
}

#navigationPrimary>li>a:hover{
border-bottom:#8BC53F!important;
color:#217B72;
}

#navigationPrimary a {
color:#217B72;
}

#navigationPrimary ul a{
	color:#fff!important;
} 


#navigationPrimary ul a:hover{
	color:#217B72!important;
	background:#fff!important;

} 
.pkp_structure_main h2{
font-size:1.285rem!important;
}


.pkp_page_index .current_issue h2 {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #f7bc4a;
    text-transform: uppercase;
    font-weight: 700;
    /* color: rgba(0,0,0,0.54); */
    font-size: 1.5rem!important;
    margin-top: -20px;
    color:#000!important;

}

.obj_issue_toc .description>*:last-child {
    margin-bottom: 0;
    text-align: justify!important;
}

.obj_issue_toc .section>h3 {
    border-bottom: 1px solid #8BC53F!important;
    border-left: 0;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.15em 1em;
    background-color: #fafbfb;
    width: 100%;
    color:#000!important;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}

.pkp_structure_footer_wrapper {
    background: #2fb7aa!important;
    
    border-bottom: 5px solid #ffffff;
}

.pkp_structure_content {
    font-size: 15px;
    margin-bottom: 0.3em;
    -webkit-box-shadow: 0 0 5px 0.5px rgba(103,104,107,.34);
    -moz-box-shadow: 0 0 5px .5px rgba(103,104,107,.34);
    box-shadow: 0 0 25px 0.5px rgba(103,104,107,.34);      
    Padding-top:15px;
    margin-top:2px;

}

/*Editorial Team*/

div.img_div {
    background: #; 
    width: 20%; 
    padding: 10px 12px; 
    padding-top: 16px;
}

div.img_div img{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

div.content_div {
    width: 80%; 
    padding: 16px 20px;"

}


@media (max-width: 800px) {
  div.main_div {
    flex-direction: column;
    width:100%;
}
}

 @media (max-width: 800px) {
 div.img_div {
        width:100%;
        padding: 0px 12px; 
        padding-top:12px;
	
}
 div.img_div img {
        width:60%!important;
	margin:auto;
        display:block;
 
	
}
}

@media (max-width: 800px) {
 div.content_div {
	width:100%;
	margin:0px;
	margin-bottom: 20px;
	padding-bottom:10px;

}
}
@media (max-width: 800px) {
 div.content_div, h2{
	text-align:center;
	line-height:1.2;
	margin-bottom:10px;
}
}

@media (max-width: 800px) {
 div.content_div, p{
	text-align:justify;
}
}

//indexing

.columnindexing img {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 1px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    width: 95%;
    border: 1px solid #ddd;
}

.column img {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 1px;
    margin-bottom: 10px;
}
.columnside img {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 1px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    width: 85%;
    border: 1px solid #ddd;
}
