#cc-widget-careers {
	background: #192031;
	@media screen and (max-width: 1680px) {
		min-width:500px !important;
		max-width:600px !important;
	}
	@media screen and (max-width: 480px) {
		min-width:100% !important;
		max-width:100% !important;
	}
	
}
@media screen and (max-width: 1680px) {
	.cc-card {
		height: 330px !important; 
	}
}
@media screen and (max-width: 980px) {
	.cc-card {
		height: 330px !important; 
	}
}
@media screen and (max-width: 480px) {
	.cc-card {
		height: 300px !important; 
	}
}

#cc-widget-careers .cc-card {
	height: 330px !important; 
    background: #fff none repeat scroll 0 0;
    border-radius: 1px;
	border: 4px solid;
	border-color: #192031;
    display: inline-block;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0;
    position: relative;
    vertical-align: top;
    width: 100%;
	/*padding: 0 10px;*/
}
#cc-widget-careers .cc-card .cc-content {
	width: 100%;
	height: 330px !important; 
   /*padding: 15px 0px 10px 0px;*/
	text-align: center;
}
#cc-widget-careers .cc-card .cc-content-text {
	
	/* p.   .cc-content-text*/
    color: #192031;
    font-size: 18px;
	line-height: 20px;
    margin: 0px 0 10px;
}
#cc-widget-careers .cc-card .cc-content-title {
    color: #bb2a36;
    font-size: 22px;
	line-height: 24px;
    margin: 0;
	padding: 0px;
}
#cc-widget-careers .cc-card .cc-content-salary {
    color: #bb2a36 ;
    font-size: 22px;
	line-height: 22px;
    font-weight: bolder;
    margin: 0;
}
#cc-widget-careers .cc-card .cc-content-link {
	/*display: none;*/

	
    background-color: #bb2a36;
    border: 1px solid;
	position: absolute;
	bottom: -5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
	line-height: 18px;
    outline: 0 none;
    padding: 14px 14px;
    text-decoration: none;
	margin: auto;
	left: 50%;
  	transform: translate(-50%, -50%);
}
#cc-widget-careers .cc-card .cc-content-link:hover {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 150px rgba(0, 0, 0, 0.1) inset;
}
#cc-widget-careers .cc-card img {
	display: none;
}
#cc-widget-careers .cc-card .arrow-button {  
 display: none;
} 

#cc-widget-careers .cc-card .play-pause-button {
	display: none;
}

#cc-widget-careers .cc-card .footer {
	display:none !important;
}
.ccwidget-info {
	display: none !important;
}