/* Homepage Hero Background Image */
.pg_Index .header-row {
    background-image: url(
    '/data/SiteBuilderAssetsOriginals/Live/Images/tscir/hero_banner.jpg');
}

/* HEADER - Nav Bar Text Color  */
.journal-header .site-menu .site-menu-lvl-0>a.nav-link {
    color: #005395;
}

.journal-header .site-menu .site-menu-lvl-0>a.nav-link:hover {
    color: #56053F;
}

.journal-header .site-menu .nav-link:hover {
    color: #56053F !important;}
 
/* Most Recent Issue Text to Black*/
.pg_index .widget-IssueInfo .widget-info-wrap .current-issue-title, .pg_index .widget-IssueInfo .widget-info-wrap .article-issue-info .volume, .pg_index .widget-IssueInfo .widget-info-wrap .article-issue-info .ii-pub-date, .pg_index .widget-IssueInfo .widget-info-wrap .article-issue-info .issue {
    color: #000;
}
 
/* BODY - row-background */
/* 2nd row, magenta  */
.theme-homepage-layout.layout-organization .widget-DynamicWidgetLayout:nth-child(2) [class*=home-row] {
    background-color: #56053F;
}

/* 2nd row, header text, white  */
.theme-homepage-layout.layout-organization .widget-DynamicWidgetLayout:nth-child(2) [class*=home-row] [class*=article-list-new-and-popular] .widget-dynamic-title {
    color: #ffffff;
}

/* 4th row, darkblue */
.theme-homepage-layout.layout-organization .widget-DynamicWidgetLayout:nth-child(4) [class*=home-row] {
    background-color: #231D43;
}

/* 4th row, header, white */
.theme-homepage-layout.layout-organization .widget-DynamicWidgetLayout:nth-child(4) [class*=home-row] [class*=article-list-new-and-popular] .widget-dynamic-title {
    color: #ffffff;
}
 
/* changes the SS title color */
.homepage-panel-text h3 a {
    color: #005395 !important;
}
.button {
    background: #fff !important;
    color: #005395 !important;
    border: #005395 2px solid !important;
}
.button:hover {
    background: #005395 !important;
    color: #fff !important;
    border: #005395 2px solid !important;
}

* {
  box-sizing: border-box;
}

/* Hero Buttons Styling */
.header-row ul:not(.site-menu)>li>a {
    max-width: 200px !important;
}
.theme-homepage-layout.layout-organization .header-row [class*=home-self-serve-content-about-this-journal] ul {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
@media (min-width: 900px) {
  .theme-homepage-layout.layout-organization .header-row>.widget-dynamic-inner-wrap>div:first-of-type {
    max-width: 100%;
  }
}

/* Large Screen Hero Image */
@media (max-width:1024px) {
.theme-homepage-layout .header-row {
background-size:cover;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 30px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}