body {background-color:#FFFFFF!important; margin-top:0!important;}

/*-------------- LATEST  TABS --------------*/
h5.newsitem {color:gray;}

.btn-outline-secondary {white-space: normal;}

.tab-content {margin-top:8px; border-top:1px solid #ccc;}

/*-------------- TWITTER APP  --------------*/
.twitter-footer {border:1px solid #fff!important;}

/*-------------- BREADCRUMB  --------------*/
.breadcrumb {padding-bottom:0px;}


/*-------------- SHARING  --------------*/

/*-------------- LINKS    --------------*/
a{color:#990000}
a.btn-outline-dark:hover{
--bs-btn-active-color: #fff!important;
color:#fff!important;}
a.btn-outline-dark:active{
--bs-btn-active-color: #fff!important;
color:#fff!important;}
a.btn-outline-dark:visited{
color:#212529;!important;
--bs-btn-color: #212529!important;
}


a.keywordlink {
  text-decoration:none !important;
  border-bottom: solid 1px #990000!important;
	display: inline!important;
	padding-bottom: 2px!important;
}

.publications-summary{
	border-bottom:solid 1px #ccc;}

.publications-summary > a {
  text-decoration:none !important;
  color:#000;
	 
}
/*-------------- FOOTER: --------------*/

.footer-main {

	margin-top:30px;
	background-color:#DADADA!important;

	}
.footer-main > div:first-of-type {
	padding-top:30px!important;
	}
.footer-main > div:last-of-type {
	padding-bottom:30px!important;
	}
.footer-sm > p {
	font-size: 1em !important;
	}
/*-------------- FOOTER: Social Icons --------------*/

.social > a {
	margin-right:30px !important;
	}
.social > a:hover {
	text-decoration:none !important;
	}

a.social-link-icon, a.social-link-icon:visited {
text-decoration:none !important;
  color:#000;
  /* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
a.social-link-icon:hover{
color:#990000; text-decoration: none!important;}

a.social-link{position: relative;}

a.social-link, a.social-link:visited {
text-decoration:none !important;
  color:#000;
  /* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
a.social-link:hover, a.social-link:active {
color:#990000; text-decoration: none;}



a.social-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #990000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;}

a.social-link:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.social-link-icon {font-size:1.5rem;}



/* END FOOTER						*/
/* -----------------------------------------------------*/






/* -----------------------------------------------------*/
/* MAIN BODY 		*/
/* -----------------------------------------------------*/





.breadcrumb-item > a {
  text-decoration:none !important;
  border-bottom: solid 1px #990000;
	display: inline;
	padding-bottom: 2px;

}
body, p {font-family:"Roboto", sans-serif!important;text-rendering:optimizeLegibility;}
.CL {font-family:"Libre Baskerville", serif!important;}
.rowmain {padding-top:10px!important;}
.homepage {width:15%!important;}


a > span.fa-file-pdf {
  font-size: 1.5rem!important;
  vertical-align: text-top;
  float:left;
  clear:both;
  }

a > span.fa-regular {
  font-size: 1.5rem!important;
  vertical-align: text-top;
  padding-right:4px;
  float:left;
  clear:both;
  }



/* -----------------------------------------------------*/
/* FIX INTERNET EXPLORER GLITCH: RESPONSIVE IMAGES 		*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
	/* Parent container of Image */
	.featured {
		display: flex;
		flex-direction: column;
	}
	/* Image */
	img.card-img-top {
		flex-shrink: 0;
		max-width: 100%!important;
		height: auto!important;
		vertical-align: middle!important;
	}
}




@media print {
 /* All your print styles go here */
 



/* CL Headings*/
.CL {font-family: "Libre Baskerville", serif!important;}

}


/* Row underneath jumbotron*/
.rowmain {padding-top:10px!important;}


/* -----------------------------------------------------*/
/* h1 change rem size on mobile devices 		*/
/* -----------------------------------------------------*/
@media only screen and (max-width: 600px) {
  h1 {
    font-size:2rem;
  }
}





