
/*
body{
	font-family:Calibri, Segoe, "Segoe UI", Arial;
	color:#1d1d1b;
	font-size:16px;
	font-weight:400;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:none;
	-moz-osx-font-smoothing:grayscale;
	text-rendering:optimizeLegibility
	}
h1,h2,h3,h4,h5,h6{
	font-family: Calibri, Segoe, "Segoe UI", Arial;
	font-weight:normal
	}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a
	{
	box-shadow:none;
	border-bottom:0px;
	}
p,li,a,blockquote 	
	{
		font-family: Georgia, Times, "Times New Roman", serif;
		font-size:1rem;
		line-height:1.8;
		Color:#1d1d1b;
	}

a,a:not([href])
	{
		cursor:pointer;
		color:#1d1d1b;
		border-bottom:1px solid #1d1d1b;
		text-decoration:none;
		overflow-wrap:break-word;
		word-break:break-word;
		word-wrap:break-word;
		transition:all .15s ease-in-out
	}
a:hover,a:not([href]):hover,a:active,a:not([href]):active,a:focus,a:not([href]):focus
	{
		color:#00cfb5;
		border-bottom:1px solid #1d1d1b;
		background-color:transparent;
	}
.current_issue {
    margin-bottom: 10px;
    margin-top: 40px;
}

.current_issue header {
    margin-bottom: 10px;
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{color:#00cfb5; background-color: #000000;}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #000000;
}


 .dropdown-item {
    padding: .5rem .5rem;
    text-align: left;
    font-family: Calibri, Segoe, "Segoe UI", Arial;
    font-size: 1rem;
    border: 0px;
	color: #ffffff;	
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
    background-color: #000;
    color: #00cfb5;
}

.dropdown-menu {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translate3d(-8px, 48px, 0px);
    z-index: 1000;
    float: right;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 0,75rem;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
	border: 0px;  
	background-color: #000000;	
    will-change: transform;
}

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.summary_title {
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #1d1d1b;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
}
.btn {
    color: #fff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #1d1d1b;
    border: 1px solid #fff;
	font-family: Calibri, Segoe, "Segoe UI", Arial;
}
.article_section_title {
    font-size: 14px;
    font-family: Calibri, Segoe, "Segoe UI", Arial;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.btn:hover, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active, .show>.btn.dropdown-toggle {
    background-color: #1d1d1b;	
	border: 1px solid #fff;
	color: #00cfb5;
    font-family: Calibri, Segoe, "Segoe UI", Arial;
}
.issue_item:nth-child(3n+2) .obj_issue_summary {
    margin-left: 15px;
    margin-right: 15px;
}
.issue_item:nth-child(3n+3) .obj_issue_summary {
    margin-left: 30px;
    margin-right: 0px;
}
.issue_item:nth-child(3n+1) .obj_issue_summary {
    margin-left: 0px;
    margin-right: 30px;
}

.issue_item {
    width: 33%;
    margin-top: 30px;
    margin-bottom: 50px;
}
footer p, footer li, footer a, footer .title {
    font-size: 1rem;
    font-family: Calibri, Segoe, "Segoe UI", Arial;
}

footer a {
	border-bottom:1px solid #1d1d1b;
}

footer a:hover,a:not([href]):hover,a:active,a:not([href]):active,a:focus,a:not([href]):focus
	{
		color:#fff;
		border-bottom:1px solid #fff;
	}

.section_title {
     font-size: 16px;
     font-weight: bold;
     padding-bottom: 10px;
	 padding-top: 10px;
	}
.section {
     padding-top: 0px;
     padding-bottom: 10px;
}
.sections {
    padding-top: 0px;
}
.additional_content {
    margin-top: 0;
}
.summary_title {
    margin-bottom: 0;
    margin-top: 10 px;
}
.issue_item {
    width: 33%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cover {
    margin-bottom: 10px;
}
.description_label {
	display: none;
}
 */
.pkp_site_name_wrapper {
    padding-right: 25%;
}

