/* === HP SETTINGS === */

.pg_index {
    background-color:#FAFAFA;
}

.pg_index .theme-homepage-layout div[class*=home-row] {
    padding: 1.5rem 0;
}

.pg_index .theme-homepage-layout .widget-DynamicWidgetLayout div.home-row-3 {
    padding-top: 0;
}

.pg_index .theme-homepage-layout div[class*=-about-this] h2, 
.pg_index .theme-homepage-layout div[class*=-about-this] h3 {
    color: unset;
}

.pg_index .theme-homepage-layout .widget-ArticleListNewAndPopular .articleListNewAndPopularCombinedView li a.active {
    border-top: 4px solid  rgb(139,32,27);
}

.pg_index .theme-homepage-layout .widget-ArticleListNewAndPopular .widget-dynamic-entry-wrap .fb-item-title a:link {
    font-weight: 600;
    text-decoration: none;
}

.pg_index .theme-homepage-layout .cta-button {
    background-image: none !important;
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
    height: 100px;
}

.pg_index .theme-homepage-layout .cta-button a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  text-decoration: none;
  padding: 1rem 1.8rem;
  font-size: 1.3rem;
  font-weight: 600;
  border-radius: 12px;
  margin-bottom: 1rem;
  width: 100%; 
  box-sizing: border-box;
}

.pg_index .theme-homepage-layout .cta-button a::after {
    background-image: none !important;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-right: 10px solid white; 
    border-bottom: 10px solid white; 
    transform: rotate(-45deg);
    margin-left: 20px; 
    margin-right: 20px; 
}

.pg_index .theme-homepage-layout .widget-instance-wf_home-self-serve-button-1 .cta-button.cp a {
    background: rgb(0,133,91) !important; 
    font-size: 1.5rem;
    font-weight: 600;
}

.pg_index .theme-homepage-layout .widget-instance-wf_home-self-serve-button-2 .cta-button a {
    background: rgb(0,115,119) !important;
    font-size: 1.5rem;
    font-weight: 600;
}

.pg_index .theme-homepage-layout .widget-SelectableContentList .widget-dynamic-heading {
    font-weight: 600;
    width: fit-content;
    border-bottom: 4px solid  rgb(139,32,27);
    padding-bottom: 4px;
}

.journal-header {
    border-bottom: 4px solid  rgb(139,32,27) !important;
}

.journal-header .journal-header_content .journal-logo_wrap img {
    max-height: 48px !important;
}

.journal-header .journal-header_content.with-society-logo .society-block_wrap .society-logo {
    max-height: 48px;
}

.pg_selfservepage h2 {
    line-height: 1.2;
}

.pg_selfservepage h3 {
    font-size: 1.4rem;
    line-height: 1.5;
    padding-top: 10px;
}

.pg_selfservepage h4 {
    font-size: 1.1rem;
}

.pg_selfservepage a:link:not(.button):not(.cta-button a) {
    text-decoration: underline;
    color: #1a1a1a;
}

.pg_index .theme-homepage-layout .widget-instance-wf_home-self-serve-collections .homepage-panel-wrap h3 {
    width: fit-content;
    border-bottom: 4px solid  rgb(139,32,27);
    padding-bottom: 4px;
}

.pg_index .theme-homepage-layout .widget-instance-wf_home-self-serve-collections .homepage-panel-wrap a {
    font-weight: 600;
    text-decoration: none;
    color: #1a1a1a;
}

.pg_index .theme-homepage-layout .widget-SelfServeContent .homepage-panel-text h3 a,
.pg_index .theme-homepage-layout .widget-SelfServeContent .homepage-panel-text h4 a {
    font-weight: 600;
}

.pg_index .theme-homepage-layout .home-row-3 .homepage-panel-wrap {
    text-align: center;
}

.pg_index .theme-homepage-layout .home-row-3 .homepage-panel-image {
    padding-top: 1rem;
}

.pg_index .theme-homepage-layout .home-row-3 .homepage-panel-image img {
    max-width: 120px;
}

.pg_index .theme-homepage-layout .widget-IssueInfo .widget-info-wrap {
    color: unset;
}

.pg_index .theme-homepage-layout .widget-IssueInfo .widget-info-wrap .article-issue-img {
    float: unset;
    margin: auto;
}

.pg_index .theme-homepage-layout .widget-IssueInfo .widget-info-wrap .article-issue-img img {
    min-width: 200px;
}

.pg_index .theme-homepage-layout .widget-IssueInfo .widget-info-wrap .current-issue-title {
    margin: 0.5rem 0;
}

.pg_index .theme-homepage-layout .widget-IssueInfo .widget-info-wrap .current-issue-title,
.pg_index .theme-homepage-layout .widget-IssueInfo .widget-info-wrap .article-issue-info {
    text-align: center;
}

.pg_index .theme-homepage-layout .widget-IssueInfo .widget-info-wrap .article-issue-info .volume,
.pg_index .theme-homepage-layout .widget-IssueInfo .widget-info-wrap .article-issue-info .issue  {
    font-size: 1.25rem;
}

.pg_index .theme-homepage-layout .widget-instance-wf_home-self-serve-feature-6 .homepage-panel-wrap img {
    max-width: 240px;
}

.pg_index .theme-homepage-layout .widget-instance-wf_home-self-serve-feature-4 .homepage-panel-wrap,
.pg_index .theme-homepage-layout .widget-instance-wf_home-self-serve-feature-5 .homepage-panel-wrap,
.pg_index .theme-homepage-layout .widget-instance-wf_home-self-serve-feature-6 .homepage-panel-wrap,
.pg_index .theme-homepage-layout .widget-instance-wf_home-self-serve-social-feed .homepage-panel-wrap {
    text-align: center;
}

.pg_index .theme-homepage-layout .widget-instance-wf_home-self-serve-social-feed ul.social-icons-list {
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    margin: 1rem 0;
}
