/* === GOLD BORDER FOR ACTIVE TABS === */
.enhanceable_content.tabs li.ui-tabs-active a,
.enhanceable_content.tabs li.ui-state-active a {
  border: 3px solid gold !important;
  box-sizing: border-box;
}

/* === HIDE PAGE TITLES ON WIKI PAGES === */
#wiki_page_show h1 {
  display: none !important;
}

/* === OPTIONAL: STYLE OTHER HEADINGS (FROM OLD THEME) === */
#discussion_topic h1,
#assignment_show h1,
#quiz_show h1 {
  color: #002F5F;
  font-family: "Raleway", "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  text-rendering: optimizelegibility;
}

#wiki_page_show h2,
#discussion_topic h2,
#assignment_show h2,
#quiz_show h2 {
  color: #002F5F;
  font-family: "Raleway", "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 2.0em;
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 20px;
  text-rendering: optimizelegibility;
}

#wiki_page_show h3,
#discussion_topic h3,
#assignment_show h3,
#quiz_show h3 {
  color: #002F5F;
  font-size: 1.5em;
  font-weight: 500;
  font-family: "Raleway", "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 20px;
}

#wiki_page_show h4,
#discussion_topic h4,
#assignment_show h4,
#quiz_show h4 {
  color: #002F5F;
  font-size: 18px;
  font-family: "Raleway", "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  padding-left: 0%;
  padding-right: 0%;
}

/* === COURSE HOME PAGE HEADING STYLES === */
#course_home_content h2 {
  color: #009FDA;
  font-family: "Raleway", "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.5;
  text-rendering: optimizelegibility;
  display: inline;
}

#course_home_content h2:before,
#course_home_content h2:after {
  display: none;
}

#course_home_content #wiki_page_show h2 {
  text-indent: 0px;
  padding-left: 0px;
}
/* === GLOBAL GOLD LINE STYLING === */
hr {
  background-color: #FDC82F; /* Gold */
  height: 4px;
  border: none;
  margin: 2rem auto;
  width: 60%;
}
