  @charset "utf-8";
/* CSS Document */
/* KCC STYLES FOR /CAREER/ DIRECTORY ONLY 
<link rel="stylesheet" type="text/css" href="/career/_kcccareerstyles.css" />
*/

/* FIXES */

/* fixes the unevenness of the three column resource list */

.content ul li {
    margin-top: 0 !important;
}

.kcccareerresourcesmain .resourse-list .three-column ul li,
.kcccareerresourcesmain .resourse-list .two-column ul li {
	display: inline-block !important;
}


.accordion-button:focus {
    border-color: none !important;
	box-shadow: none !important;
}




/* Featured Internships */

.kcc-career-int p.blue {
    font-size: 1.25rem;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #002c73;
	line-height: 1.2;
	display: block;
}

.kcc-career-int p.red {
	margin-top: -15px !important;
	color: #cc0000;
	font-weight: bold;
}
		
.kcc-career-int p.red:before {
	margin: 0 !important;
}
		
.kcc-career-int ul {
	margin-bottom: 25px !important;
}
		
.interior-content a {
   text-decoration: none !important;
}

/* OLD STYLES BELOW 
.kcc-career-busint p.blue {
			margin: 30px 0 0 0 !important;
			color: rgb(0,32,96);
			font-weight: bold;
			font-size: 0.9em !important;
			line-height: 1.3;
		}	
		
		
*/