.home_page_container{
	background-color:#141414;
}
.titleCointainer{
   margin: 30px;	
}
.name_style{
	font-weight:bold;
	font-size: 1.1em;
	color: white;
	text-transform: uppercase;
}
.job_style{
	color:white;
	font-style: italic;
}
.division_style{
	 text-transform: capitalize;
	 padding:2px;
	 color:white;
}
.line_seperator{
	border-top-width: 2px;
    margin-top: -40px;
    margin-bottom: 40px;
    width: 100%;
    max-width: 85px;
    border: 1px solid red;
    margin-left: 35px;
}
.fusion-separator{
	border-color: #da2f3a;
    margin-bottom: 40px;
    width: 100%;
    max-width: 65px;
}
.fusion-sep-clear{
	clear: both;
    display: block;
    height: 1px;
    width: 100%;
    overflow: hidden;
}

/* ---- button ---- */

.button {
 font: 1em sans-serif;
    display: inline-block;
    margin: 4px 2px;
    position: relative;
    padding: 10px 10px;
    cursor: pointer;
	color: white;
}

.button:hover {
  background-color: #8CF;
 color: #f6c332;
}
.button:active,
.button.is-checked {
  background-color: #f6c332;
}

.button.is-checked {
  color: #f6c332;
}

.button:active {
   color:#f6c332;
}

.button-group {
 text-align: center;
    margin: 20px 0px 30px 0px;
    padding: 15px 4px 17px 0;
}
.button-group .button {
  margin-right: 1px;
  background-color:black;
  border: 2px solid transparent;
}
.tms_talent_roaster_a:hover span { 
  color: #f6c332;
  background-color: transparent;
}
.talent_roaster_style{
	margin:20px;
	width:20%;
}
.grid_talent_roaster{
	position:relative;
	max-width:1080px;
	height: 154px;
	width: 100% !important; 
	margin: 0 auto;
	font-size: 0.94em;
}
@media screen and (max-width: 955px) {
.talent_roaster_style{
	margin:20px;
	width:27%;
}
}
@media screen and (max-width: 789px) {
.talent_roaster_style{
	margin:40px;
	width:35%;
}
}
@media screen and (max-width: 690px) {
.talent_roaster_style{
	width: 40%;
    margin: 15px;
}
.button-group {
    padding: 0px 0px 0px 0;
}
}
@media screen and (max-width: 620px) {
.talent_roaster_style{
	width: 40%;
}
.button-group {
    padding: 0px 0px 0px 0;
}
}
@media screen and (max-width: 457px) {
.talent_roaster_style{
	width: 100%;
	text-align:center;
}
.button-group {
    padding: 0px 0px 0px 0;
}
}