  /*!
 * Add custom css for this site here:
 */
/***Staff card styling***/
.card-borderless {
    border:none!important;
    background-color:none!important;
    box-shadow:none!important;
}

.card-footer {
    padding: 0rem 1.25rem!important;
    background-color: #fff!important;
    border-top: 0px!important;
}

/*! 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;
	}
	
/*! Testimonial Styles */
 cite {
	 color: #777 ;
	 font-size: 90%;
	 font-style: normal !important;
}
 cite::before {
	 content: "— ";
	 margin-top: -1px;
}
 blockquote > p {
	margin-bottom: 0.25rem;
}