#primaryNav .nav-item{
	position: relative !important;
}
#primaryNav .dropdown-menu.show{
	width: auto !important;
	justify-content: normal !important;
}
#primaryNav .dropdown-item {
	width: 100% !important;
    text-align: left !important;
}
.page-content {
	padding-top:0px !important;
    border-top:none !important;
}
.homepage-announcements {
	margin-bottom: 20px;
}

.pdf-frame  {
	top:25px !important;
}
.article-summary {
    box-shadow: 5px -7px 15px #ccc !important;
    padding: 20px !important;
	border: 1px solid #17a2b8;
}
.article-summary-title a {
    font-weight: 600; !important;
}
.container-homepage-issue .border-primary{
	border-color: #17a2b8!important
}

.impactFactor:hover {
    border: 1px solid #537640;
        border-top-color: rgb(83, 118, 64);
        border-top-style: solid;
        border-top-width: 1px;
        border-right-color: rgb(83, 118, 64);
        border-right-style: solid;
        border-right-width: 1px;
        border-bottom-color: rgb(83, 118, 64);
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-left-color: rgb(83, 118, 64);
        border-left-style: solid;
        border-left-width: 1px;
        border-image-outset: 0;
        border-image-repeat: stretch;
        border-image-slice: 100%;
        border-image-source: none;
        border-image-width: 1;
    color: #537640;
    background: #ffff;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
		margin-top:20px;

}
.impactFactor {
    border: 1px solid #537640;
    color: #ffff;
    text-align: center;
    border-radius: 0 25%;
        border-top-left-radius: 0px;
        border-top-right-radius: 25%;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 25%;
    background: #537640;
    width: 200px;
    height: 200px;
	margin-top:20px;
}
.impactFactor p {font-size:25px;}

.site-footer{
  background-color: #537640 !important;
}
footer a {color: #ffc107}
footer a:hover {
	text-decoration: none;
	color: #ffb307;
	}

footera:link {color: #ffb307;}
footer a:visited {color: #ffb307;}
footer a:active {color: #ffb307;}
.article-details-main {text-align: justify !important;}

.navbar-light{color:#FFFFFF}
.bg-info {
    background-color:#ffffff !important;
}
.bg-warning {
    background-color: #537640; !important;
}
.main-header {
        border-bottom: #537640 1px solid !important;
         background-color: #537640; !important;
}
#main-navbar{ background-color:#ffffff !important;}
.homepage-announcements {
    border-radius: 5px !important;
    opacity: 0.8;
    background-color: #ccc;
    color: #000;
}

.issue-summary-cover {
   box-shadow: 5px 5px 8px #a7a8a9 !important;
}





@media only screen and (max-width: 767px) {
	.img-responsive
	{
		width:100%;
	}
}
@media only screen and (max-width: 375px) {
	.article-summary-doi a
	{
		font-size:14px;
	}
}