/*!
 * Add custom css for this site here:
 */
 
 
 /* Carousel */

/*to block underscores on carousel prev and next links*/
 main a:not(.carousel-control-prev):not(.carousel-control-next){
	 box-shadow: inset 0 -1px 0 #c8102e, inset 0 -1px 0 #c8102e;
}
 
 main a:hover:not(.carousel-control-prev):not(.carousel-control-next){
	 box-shadow: inset 0 -1px 0 #a5a7a8, inset 0 -1px 0 #a5a7a8;
}

.carousel-content {
    display:flex;
    align-items:center;
}

.carousel-inner {
    padding-left: 25px;
    padding-right: 15px;
}


.text-carousel {
    width: 100%;
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
}

 #carousel-tips {
    overflow: hidden;
}
 

/*! Styles for Newsfeed  */

li.rss-item a {
    font-weight: bold;
}

li.rss-item {
    list-style: none;
    padding: 10px 10px 10px 0px;
    border-bottom: 1px dotted #ccc;
    margin-left: -40PX;
}

/*! End styles for Newsfeed  */

.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-black:hover, .btn-black:focus {
    background-color:#333;
    border-color: #333;
    color: #fff;
    text-decoration: none;
}


/*!
 * Back top top button used on faculty/index
 */

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 60px;
    right: 20px;
    display: none;
}

a.back-to-top.btn.btn-primary {
    padding: 16px 18px;
    border-radius: 30px;
    background-color: #ffffff;
    border: 1px solid #c8102e;
    color: #c8012e;
    
}

a.btn.btn-primary:hover {
    background-color: #990000;
}

@media (max-width: 767px)
a.back-to-top.btn.btn-primary {
    padding: 16px 18px;
    border-radius: 30px;
    background-color: #ffffff;
    border: 1px solid #c8102e;
    color: #c8012e;
}

#accordion1 .card-header h2 button.btn {
text-transform:none;
}

#accordion1 .card-header h3 button.btn {
text-transform:none;
}

/*  Adds fa-external-link icon to internal link in left navigation  */
 
.left-nav-link-icon {
    color: #58595a;
    font-size: .875rem;
    font-weight: 300;
    border: 0px solid #fff;
    display: block;
    box-shadow: inset 0px 0!important;
} 


.left-nav-link-icon:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f08e";
    font-size: .75rem;
    padding-left: 0.125rem;
    color: #58595a;
    right: 0px;
    position: absolute;
    top: 0.5rem;
} 


/*! Testimonial Styles */
 cite {
	 color: #777 ;
	 font-size: 90%;
	 font-style: normal !important;
}
 cite::before {
	 content: "— ";
	 margin-top: -1px;
}
 blockquote > p {
	margin-bottom: 0.25rem;
}



/*! Grad Landing Page Styles */

h1.career, h2.career, h2.modal-title, h3.career{
	font-family: 'Montserrat', Arial, sans-serif;
	color: #000000;
    }
h1.career, h2.career, h2.modal-title{
	font-weight: 600;
	color: #000000;
	font-size: 2rem;
    }


 h1.display, h2.display, h2.modal-title, h3.display{
	font-family: 'Montserrat', Arial, sans-serif;
	color: #c8102e;
    }
h1.display, h2.display, h2.modal-title{
	font-weight: 800;
	color: #c8102e;
    }
h1.display small{
   	font-weight: normal;
    color:#333333!important;
    }
h3.display{
 	font-weight: 700;
	color:#333333!important;
	}
h3.display, h3.card-title{
	line-height:1.5;
	}

