/* site-specific styles */
/* Find your Edge (3 card) styles */
 .section--find-edge .card-body {
	 border-radius: 0 0 0 0;
	 padding-right: 0;
}
 .section--find-edge .card{
	 border: none;
	 border-radius: 0;
}
 .section--find-edge .card:first-child {
	 border-left: 17px solid #F5AA1C;
}
 .section--find-edge .card:nth-child(2) {
	 border-left: 17px solid #C63527;
}
 .section--find-edge .card:nth-child(3) {
	 border-left: 17px solid #005493;
}
 .section--find-edge .card {
	 margin-left: 0 !important;
}
/* COVID scale colours*/
 .covid-circle-wrapper .small-circle {
	 margin: auto;
}
 .small-circle {
	 border-radius: 50%;
	 width: 40px;
	 height: 40px;
}
 .covid-extreme {
	 background-color: #e81b2a;
	 border: 3px solid #BA121E;
}
 .covid-high {
	 background-color: #ff8f1f;
	 border: 3px solid #E07000 
}
 .covid-moderate {
	 background-color: #fde456;
	 border: 3px solid #F2CE02;
}
 .covid-low {
	 background-color: #0aa34f;
	 border: 3px solid #098641;
}

/* Virtual grad page -- Faculty-specific colours and cards */
 @media only screen and (max-width: 767px) {
	.grad-2020-cards .card picture {
		 width: 14%;
		 margin: 0 auto;
		 top: 16px;
		 position: relative 
	}
}
 @media only screen and (min-width: 768px) {
	.grad-2020-cards .card { 
	    min-height: 185px; 
	    text-align: center;
	}
	.grad-2020-cards .card h3 { 
	    text-align: center; 
	    min-height: 70px;
	}
	.grad-2020-cards .card ul {
	    list-style: none;
	    padding-left: 0px;
	}
	.grad-2020-cards .card picture {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);	    
	}
}
 .bg--education a:not(.btn), .bg--engineering a:not(.btn), .bg--fine-arts a:not(.btn), .bg--hsd a:not(.btn), .bg--humanities a:not(.btn), .bg--law a:not(.btn), .bg--science a:not(.btn), .bg--social-sciences a:not(.btn) {
	 color: #fff;
	 -webkit-text-decoration-line:underline;
	 text-decoration-line:underline;
	 -webkit-text-decoration-color:rgba(255,255,255,.75);
	 text-decoration-color:rgba(255,255,255,.75) 
}
 .bg--education {
	 background: #0171BC;
	 color: #fff;
}
 .bg--engineering {
	 background: #F08415;
	 color: #fff;
}
 .bg--fine-arts {
	 background: #00894C;
	 color: #fff;
}
 .bg--hsd {
	 background: #00AAD5;
	 color: #fff;
}
 .bg--humanities {
	 background: #D64500;
	 color: #fff;
}
 .bg--law {
	 background: #523E7C;
	 color: #fff;
}
 .bg--science {
	 background: #009C90;
	 color: #fff;
}
 .bg--social-sciences {
	 background: #69A81D;
	 color: #fff;
}
 