/* overrides the default styling of h3 */
body h3 {color:#6e0000;font-weight:600;}

/* adds spacing between long titles */
h1#page-title  {line-height:1.25;}

/* adjusts the styling of the secondary sidebar-first menu background and border left */
.l-region--sidebar-first nav ul.menu li .active, .l-region--sidebar-first nav ul.menu li a.active {border-left: 5px solid #003366;}
.l-region--header .menu-block-wrapper ul .submenu ul li a, .l-region--header .menu-block-wrapper ul .submenu ul li a:hover {
background: rgb(244,233,203); /* Old browsers */
background: -moz-linear-gradient(top, rgba(244,233,203,1) 0%, rgba(244,233,203,1) 51%, rgba(214,194,145,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(244,233,203,1) 0%,rgba(244,233,203,1) 51%,rgba(214,194,145,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(244,233,203,1) 0%,rgba(244,233,203,1) 51%,rgba(214,194,145,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e9cb', endColorstr='#d6c291',GradientType=0 ); /* IE6-9 */
}

/* Hides the dropdown arrow for main navigation (2-3) */
.l-region--sidebar-first nav ul.menu .expanded a::after {content: '';}

/* Fixes the border on news-listing page */
.news-listing-page .views-row {padding-bottom: 15px;}
.view-news-by-category .views-row {padding-bottom: 15px;border-bottom: 1px solid #bbb;margin-top: 1em;}

/* moves top translate to the upper right */
.fixtranslate {float:right;}
.front .fixtranslate {display:none;}