/* === AAP NEWS STYLE SHEET ===*/


/* === HERO-ROW BACKGROUND ===*/
.pg_Index .hero-row {
    background-image: url('/data/SiteBuilderAssetsOriginals/Live/Images/journals/hero-bg-journals.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #304ffe;
}

/* === NAVIGATON CARROT COLOR ===*/
.journal-header .journal-header_content .navbar-menu_wrap .mobile-site-menu-toggle {
    color: #AB0634 !important;
}

/* === HEADER LINE COLOR ===*/
.journal-header {
	border-color: #AB0634 !important;
}

/* === STORY FONT COLOR ===*/

.article-body a:link, .link-default:link, .widget-SelectableContentList .widget-dynamic-content.advanced-view .widget-dynamic-entry-wrap .widget-dynamic-entry a:link{
   color: #303235 !important;
   text-decoration: none !important;
   font-weight: 700 !important;
   font-size: 1.25rem !important;
}

/* === MOST READ WIDGET STYLING ===*/
widget-GbosListMostPopular .fb-box-title {
    color: #1b1f27;
    padding: 1rem;
    font-size: 1.25rem;
    font-family: "Open Sans",Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 700;
    background-color: #eceff1 !important;
}

