@charset "utf-8";
/* CSS Document */
/* Edits made by Kingsborough web team only */

.table-borderless>tbody>tr>td {
	border-top: none;
}

/*changes alert to red bg and white text */
/*
.alert {color: #fff !important; background-color: #e10a0a !important;} 
.alert .heading {color: #fff !important;} 
.alert a {color: #fff !important;} 
.alert-dismissible .close {color: #fff !important;} 
.alert .heading .bold {font-weight: bold !important;}
*/

/*/career/student_success_stories*/
.kcc_studsucc_grid_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	
}

.kcc_studsucc_container {
	width: 33.3%;
	height: auto;
	margin-bottom: 20px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
		
.kcc_studsucc_pic {
	width: 100%;
	height: auto;
	text-align: center;

}

.kcc_studsucc_pic img {
	margin: 0 auto;

}
		
.kcc_studsucc_name {
	line-height: 1.5;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: 400;
	margin: 0 auto;
	text-align: center;
}


.kcc-list-norm {
	color: #595959;
	margin-top: 0;
	margin-bottom: 15px;
}
ul.kcc-list-norm li {
	line-height: 1.5;
}
/* Heading to replace bolded paragraphs used as headers */
.kcc-header-sm {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.4;
	color: #222222 !important;
	font-weight: bold;
	margin-bottom: 0;
}

/* element grow on hover start */
.interior-content .kcc-grow {
	text-align: center;
	overflow: hidden;
	width: 100%;
	margin: 25px auto;
}

.interior-content .kcc-grow ul {
	padding: 0;
	list-style: none;
}
		
.interior-content .kcc-grow ul li, .interior-content .kcc-grow ul li a,
.interior-content .kcc-grow ul li a:visited {
	color: #3966bf;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -1;
	margin: 10px 0 14px;
	text-decoration: none;
}

.interior-content .kcc-grow ul li.grow {
  transition: all 0.2s ease-in-out;
}
		
.interior-content .kcc-grow ul li.grow:hover,
.interior-content .kcc-grow ul li.grow a:hover {
	transform: scale(1.1);
	text-decoration: underline;
	color: #002c73;
}
/* element grow on hover end */

body div.main div.container div.interior-content p span.kcc-firstlettercap,
.kcc-firstlettercap {
	font-size: 4rem;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #393939;
	float: left;
	line-height: 0.8;
	margin: 0 0.1em 0.1em 0;
	padding: 0.1em;
}
/*
Altered default <hr> to red line, used on:
https://www.kbcc.cuny.edu/access-ability/tcs.html
*/

.kcc-hr-red {
	width: 40%;
	height: 1px;
	margin: 10px 0;
	background-image: none !important;
	background-color: red;
	
}

/* yellow <hr> used on the 1963 Society pages */
.kcc-hr-yellow {
	width: 100%;
	height: 4px;
	margin: 15px 0;
	background-image: none !important;
	background-color: #ffc000;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
}

/*

Two column floated video containers with title area:
https://www.kbcc.cuny.edu/suic/twmi.html
https://www.kbcc.cuny.edu/suic/twmi2.html - test page
*/
.kcc_vid_grid_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	
}

.kcc_vid_container {
	width: 49%;
	height: auto;
	margin-bottom: 20px;
	margin-right: 0.5%;
	margin-left: 0.5%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.kcc_vid_title {
	height: 60px;
	display: flex;
	align-items: center;
}

.kcc_vid_title p {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	font-family: Calibri, Arial, Gotham, "Helvetica Neue", Helvetica, "sans-serif";
	text-align: center;	
	
}

.kcc_vid {
	text-align: center;
	
}

/*https://www.kbcc.cuny.edu/its/test/koop.html
img#kpd_koopidtag.img-responsive {
	border: none;
}*/

.kcc_chatbot {
	width: 150px;
	max-width: 150px; 
	height: auto; 
	margin: 0;
	padding: 0;
	position: fixed !important; 
	bottom: 2% !important; 
	right: 1% !important; 
	z-index: 1000; 
	cursor: pointer;
	/*display: inline !important;*/
	
}

.kcc_chatbot2 {
	width: 200px;
	height: 200px;
	background-color: rgba(82,82,82,0.44);
	position: fixed;
	left: 1%;
	bottom: 1%;
	z-index: 1000;
}
