  /*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/


/* START ALERTS CUSTOM STYLE */
/* to override the alert-warning class text color */
.alert-warning a, .alert-warning a:hover, .alert-warning a:focus{
	color:#001F60;
}
/* to override the alert-info class text color */
.alert-info a, .alert-info a:hover, .alert-info a:focus{
	color:#001F60;
}
/* END ALERTS CUSTOM STYLE */

/* START A-Z sitemap page CUSTOM STYLE */
/* making the a-z list at the top of the page horizontal instead of vertical for ease of reading */
ul:first-of-type.horizontal-list  li{
	display: inline;
	margin: 0 15px 0 0;
}
/* END A-Z sitemap page CUSTOM STYLE */


/* Blog Styling */
.hide { display: none; }
.subscribe { float: right; margin-bottom: 5px; }
.subscribe:hover { color: #F07D41; }
/* /Blog Styling */


/* Faculty Styling */

.table.directory td:nth-child(2) a {
	font-size: inherit!important;
}
/* /Faculty Styling */


/* LDP Gallery Styling */
/* requested from client to trainer Paul,
this is to shrink the the box around the captions on the gallery slider slides */
.content .carousel-caption-wrapper h2 {
    padding: 10px 10px!important;
}
/* LDP Gallery Styling */




/* Start TOC */

.table-of-contents-toc {
  float: right;
  width: 40%;
  background: #eee;
  font-size: 0.8em;
  padding: 1em 2em;
  margin: 0 0 0.5em 0.5em;
}
.table-of-contents-toc ul {
  padding: 0;
}
.table-of-contents-toc li {
  margin: 0 0 0.25em 0;
}
.table-of-contents-toc a {
  text-decoration: none;
}
.table-of-contents-toc a:hover,
.table-of-contents-toc a:active {
  text-decoration: underline;
}

/* End TOC */
