@charset "utf-8";
/* CSS Document */

/* CORE STYLES */
@font-face {
	font-family:'bebas';
	src:url('../fonts/bebas___-webfont.eot');
	src:url('../fonts/bebas___-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebas___-webfont.woff') format('woff'), url('../fonts/bebas___-webfont.ttf') format('truetype'), url('../fonts/bebas___-webfont.svg#bebasregular') format('svg');
	font-weight:normal;
	font-style:normal
}
@font-face {
	font-family:'bebas_n';
	src:url('../fonts/bebasneue-webfont.eot');
	src:url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue-webfont.woff') format('woff'), url('../fonts/bebasneue-webfont.ttf') format('truetype'), url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
	font-weight:normal;
	font-style:normal
}
@font-face {
	font-family:'open_sansCnLtIt';
	src:url('../fonts/opensans-condlightitalic-webfont.eot');
	src:url('../fonts/opensans-condlightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-condlightitalic-webfont.woff') format('woff'), url('../fonts/opensans-condlightitalic-webfont.ttf') format('truetype'), url('../fonts/opensans-condlightitalic-webfont.svg#open_sansCnLtIt') format('svg');
	font-weight:normal;
	font-style:normal
}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.5;
	text-align: center;
}
img {
	display: block;
	width: 100%;
	height: auto;
}
h1, h2, h3 {
	margin: 0;
	padding: 1em 0;
}
p {
	margin: 0;
 padding;
1em 0;
}
.btn {
	display: inline-block;
	background: #333;
	color: #fff;
	text-decoration: none;
	padding: 1em 2em;
	border: 1px solid #666;
	margin: .5em 0;
}
.btn:hover {
	background: #eaeaea;
	color: #333;
}
/* HEADER SHOWCSE */

#showcase {
	min-height: 150px;
	color: #fff;
	text-align: center;
	border-bottom: 4px #000 solid;
}
#showcase .bg-image {
	position: absolute;
	/*background: #333 url('http://www.facefinder.com/images/careerAdvice2.jpg');*/
	background: #333 url(../images/mainBanner2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 150px; /*same as showcase*/
	z-index: -1;
	opacity: 1;
}
#showcase .content-wrap {
	padding: 0 1.5em;
}
/* --section A ----- */

 #section-a {
background: #666;
color: #fff;
padding-bottom: 2em;
}
/* --- Section B --- */

#section-b {
	padding: 2em 1em 1em;
	background-color: #555;
}
#section-b ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#section-b li {
	margin-bottom: 1em;
	background: transparent;
	color: #333;
}

#section-b h1{
font-size: 1.5em;
margin-top: 10px;
margin-bottom: -25px;
}
#TalentLogin{
	display: none;
}
#ProdLogin{
	display: none;
}
.card-content {
	padding: 1.5em;
	font-size: 0.8em;
	padding-top: 25px;
}


.card {
	border-radius: 15px;
	background: #333;
	color: #fff;
	padding: 0.7em;
	font-size: 0.8em;
	min-height: 225px;
	overflow: auto;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.cardLogin {
	border-radius: 15px;
	background: #333;
	color: #fff;
	padding: 0.7em;
	font-size: 0.8em;
	min-height: 100px;
	overflow: auto;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.card-contentLogin {
	font-size: 1em;
	padding-top: 35px;
	text-align: left;
	line-height: 1.7em;
	padding-left: 15px;
}

.cardtitleBold{
font-size: 20px;
font-family: bebas;
float: left;
letter-spacing: 0.1em;
margin-left: 15px;
margin-top: 5px;
/*border: 1px red solid;*/
}

.smallButton {
  border-radius: 3px 3px 3px 3px;
  background-color: transparent;
  border-left: 0px solid #ff9900;
  border-right: 0px solid #ff9900;
  border-top: 1px solid #666;
  border-bottom: 0px solid #ff9900;
  color: #FFFFFF;
  text-align: center;
  font-size: 11px;
  padding: 3px;
  width: 85px;
  transition: all 0.5s;
  cursor: pointer;
  margin-left: 0px;
  margin-right: 5px;
  margin-top: 7px;
  font-variant:small-caps;
  background: -webkit-linear-gradient(180deg, #666 10%, #000 90%);
  background: -moz-linear-gradient(180deg, #666 10%, #000 90%);
  background: -ms-linear-gradient(180deg, #666 10%, #000 90%);
  background: -o-linear-gradient(180deg, #666 10%, #000 90%);
  background: linear-gradient(180deg, #666 10%, #000 90%);
}

.smallButton span {
  cursor: pointer;
  display: inline;
  position: relative;
  transition: 0.5s;
}

.smallButton span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.smallButton:hover span {
  padding-right: 25px;
}

.smallButton:hover span:after {
  opacity: 1;
  right: 0;
}
/* SECTION C */

#section-c {
	background: #fff;
	color: #333;
	padding: 2em;
}
/* SECTION D  */

#section-d .box {
	padding: 2em;
	color: #fff;
}
#section-d .box:first-child {
	background: #09F;
}
/* FOOTER */

.footer{
	font-size: 12px;
	padding-top: 25px;
	color: #fff;
}

.footer a:visited{
	color: #fff;
	text-decoration: none;
}
.footer a:link{
	color: #fff;
	text-decoration: none;
}
.copyright{
font-size: 10px;
padding-bottom: 25px;
}
#main-footer {
	padding: 2em;
	background: #000;
	color: #fff;
	text-align: center;
}
#main-footer a {
	color: #09F;
	text-decoration: none;
}


.fade-in {
  animation: fadeIn ease 10s;
  -webkit-animation: fadeIn ease 10s;
  -moz-animation: fadeIn ease 10s;
  -o-animation: fadeIn ease 10s;
  -ms-animation: fadeIn ease 10s;
}


/* MEDIA QUERY */

@media(min-width: 700px) {
.grid {
	display: grid;
	grid-template-columns: 1fr repeat(2, minmax(auto, 25em)) 1fr;
}
#section-a .content-text {
	columns: 1;
	column-gap: 2em;
	text-align: justify;
}
#section-a .content-text p {
	padding-top: 0;
}
.content-wrap, #section-b ul {
	grid-column: 2/4;
}
.box, #main-footer div {
	grid-column: span 2;
}
#section-b ul {
	display: flex;
	justify-content: space-around;
}
#section-b li {
	width: 48%;
}

#TalentLogin{
	display: block
}
#ProdLogin{
	display: block;	
}

}
