/* -----------------------------------------------------------------------------------------------------------Header/Logos/Menu----------------- */
/* Remove SilverChair's Logo height constraint */
.journal-header .journal-header_content .journal-logo_wrap img {
    max-height: unset;
    height: unset;
    vertical-align: unset;
    width: 300px;
}
/* Remove SilverChair's Logo width constraint */
.journal-header .journal-header_content .journal-logo_wrap {
    width: auto;
}
/* Weight the smaller right justified logo to the right within it's container - it was text-align: left; Right allows breathing room with the main logo at mobile/smaller resolution */
@media (max-width: 899px) {
    .journal-header .journal-header_content.with-society-logo .society-block_wrap {
        text-align: right;
    }
}
/*------------------------------------------------------------------------------------------------------------Hero--------------------*/
.widget-instance-Home_MainContentB0B0 {
    background-color: #000;
}
.widget-instance-Home_MainContentB0B0 p {
    padding: 1% 0 0 1%;
    color: #fff;
    width: 99%;
    max-width: 1200px;
}

.widget.header-row>div.widget-dynamic-inner-wrap:first-child {
    flex-wrap: wrap;
    justify-content: center;
}

/*----------------------------------------------------------------------------------------------------Coloring and Font-Weight--------------------*/
.theme-homepage-layout .dark-background{
	background-color: black !important;
}

.theme-homepage-layout.layout-organization .widget-DynamicWidgetLayout:nth-child(even) [class*=home-row] {
    background-color: black;
}
.journal-header{
	background-color: #9A0000 !important;
}
.journal-header .journal-bg {
	background-color: #9A0000 !important;
}
.widget-SitePageFooter .journal-footer.journal-bg {
    background: #9A0000;
}

.button {
	color: white;
	background-color: #9A0000 !important;
	border-color: #9A0000 !important;
}

a.nav-link{
	color: white !important;
}

.pg_index .widget-IssueInfo div{
	font-weight: bold !important;	
}

[class*=home-row][data-count="3"] .widget-dynamic-inner-wrap>div{
	font-weight: bold !important;
}

.theme-homepage-layout.layout-organization .widget-DynamicWidgetLayout:nth-child(even) [class*=home-row] {
    background-color: black;
}
.journal-header{
	background-color: #9A0000 !important;
}
.journal-header .journal-bg {
	background-color: #9A0000 !important;
}
.widget-SitePageFooter .journal-footer.journal-bg {
    background: #9A0000;
}

.button {
	color: white;
	background-color: #9A0000 !important;
	border-color: #9A0000 !important;
}

a.nav-link{
	color: white !important;
}

.button {
	color: white;
	background-color: #9A0000 !important;
	border-color: #9A0000 !important;
}

a.nav-link{
	color: white !important;
}

.pg_index .widget-IssueInfo div{
	font-weight: bold !important;	
}

[class*=home-row][data-count="3"] .widget-dynamic-inner-wrap>div{
	font-weight: bold !important;
}

.theme-homepage-layout.layout-organization .widget-DynamicWidgetLayout:nth-child(even) [class*=home-row] {
    background-color: black;
}
.journal-header{
	background-color: #9A0000 !important;
}
.journal-header .journal-bg {
	background-color: #9A0000 !important;
}
.widget-SitePageFooter .journal-footer.journal-bg {
    background: #9A0000;
}

.button {
	color: white;
	background-color: #9A0000 !important;
	border-color: #9A0000 !important;
}

a.nav-link{
	color: white !important;
}

/*----------------------------------------------------------------------This came with the original CSS--------------------*/
.right {
	float: right;
}

.pg_index .widget-IssueInfo .widget-info-wrap {
	color: #000;
}


