/* Sign In button new color */
#sp-header .sp-module .sp-sign-in  {background-color: gray;}
#sp-header .sp-module .sp-sign-in:hover, 
#sp-header .sp-module .sp-sign-in:focus {background-color: #555;}


/* design changes for Resources page (component area) */
.itemid-834 #sp-component {background-color: #fbfafa;border-radius: 4px;padding-top: 15px;}
.itemid-834.view-category .article-list .article .article-body .article-header h2 a,
.itemid-834 .article-body h1, .itemid-834 .article-body h2,
.itemid-834 .article-body h3, .itemid-834 .article-body h4 {color: #333;}

.itemid-834.view-category .article-intro-image > a > img {border-radius: 6px;}
.article-list .article .readmore {margin-bottom: 10px;}

.itemid-834 #sp-right .sp-module {background: #fbfafa;padding: 15px;border-radius: 4px;}
.itemid-834 #sp-right .sp-module ul > li {border-bottom: 1px solid #ccc;}


/* design changes for single article view */
.com-content.view-article #sp-header.header-sticky, 
.com-easystore.view-checkout #sp-header.header-sticky,
.com-content.view-article #sp-header.header-nectar .container, 
.com-easystore.view-checkout #sp-header.header-nectar .container {background-color: gray;}

.view-article #sp-main-body .container {
  max-width: 99%;
  padding: 0 10px;
  margin: 0 20px;
}