/* Typography */
body, #component-body, .component-content {color: #1a1a1a;}
h4 {color: #cd0102;}
body.layout-mode-responsive h1 {font-size: 25.5px; line-height: 31.2px;}

/* Backgrounds */
#rt-above, #rt-above .rt-container {background-color: #cd0102;}
#rt-header {background-color: #cd0102;}
.rt-sidebar-wrapper {background: none;}

/* Borders */
#rt-header .rt-container {box-shadow: none;}
#rt-copyright .rt-container {border-top: 2px solid #1a1a1a;}

/* Top Menu */
.gf-menu.l1 > li > .item {font-size: 17px; line-height: 24px;}

/* Left Menu */
#rt-sidebar-a ul.nav li {line-height: 24px; font-weight: bold; text-align: right; padding: 10px 0;}
#rt-sidebar-a .nav .current {border: inherit; padding: 10px 0;}
#rt-sidebar-a .nav .current a {color: #1a1a1a;}

/* Mobile Menu */
#rt-content-top ul.nav li {line-height: 24px; font-weight: bold; padding: 7px 0 7px 20px;}
#rt-content-top .nav .current {border: inherit; padding: 7px 0 7px 20px;}
#rt-content-top .nav .current a {color: #1a1a1a;}

/* Main Content Spacing */
#component-body, .component-content {padding: 14px 20px;}

/* Fix Leading H2 Blog Title */
.blog-featured .item > h2, .items-leading [class*="leading-"] > h2 {
    font-size: 24px;
    line-height: 31.2px;
}

