
#talent-header {
  height: 420px;
}

#talent-search .tab-links li a {
  width: 100%;
  padding: 30px;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #838383;
}

#talent-search .tab-links li.active a, li.active a:hover {
  color: #fff;
  background-color: #ec267e;
  border: 1px solid #ec267e;
}

#search {
  background-color: #f7f7f7;
}

#search .input-field {
  height: auto;
  font-size: 18px;
  font-weight: 400;
  color:  #838383;
  border-radius: 6px;
  margin: 20px 10px;
  padding: 18px 30px;
  border: 1px solid #838383;
}
#search .submit_btn {
  width: 100%;
  padding: 18px 40px;
  margin: 20px 0;
  color: #fff;
  font-weight: 700;
  float: right;
  border: none;
}

section .btn:hover, section .btn:focus {
  background-color: #AA1E5B;
  color: #fff;
}

 ::-webkit-input-placeholder {
   color: #333;
}

 :-moz-placeholder { /* Firefox 18- */
   color: #333;  
}

 ::-moz-placeholder {  /* Firefox 19+ */
   color: #333;  
}

:-ms-input-placeholder {  
   color: #333;  
}

#talent-search h1 {
  color:  #ec267e;
  font-size: 24px;
  font-weight: 300;
  margin: 28px 0px;
}

.candidates .media {
  padding: 30px 0px;
  border-top: 1px solid #838383;
  margin: 0px;
}
.media.info-basic {
  border-top: none;
}
.info-basic {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #838383;
}
#company-basic h1 {
  margin-bottom: 25px;
}
#company-basic h2 {
  margin: 0px;
  color: #838383;
}
#company-basic p {
  color: #838383;
  font-size: 18px;
  font-weight: 300;
}
#company-basic span {
  color: #303030;
  font-size: 18px;
  font-weight: 300;
}
#company-basic .company-logo {
  width: 95px;
  height: 49px;
  position: absolute;
  right: 2%;
  top: 0;
}
.media.info-basic .media-heading h1 {
  margin: 0 0 15px 0!important;
  font-weight: 700!important;
  line-height: 30px; 
}
.media.info-basic p {
  color: #303030!important;
}
.media.info-basic .media-left {
  position: relative;
}
.media.info-basic .media-left>div {
  width: 146px;
  height: 139px;
}
.media.info-basic .date h1 {
  font-size: 14px!important;
  line-height: 24px;
  margin: 0px!important;
}
.candidates .media > a {
  display: inline-block;
  width: 100%;
}

.candidates .media-heading h2 {
  color:  #303030;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0px;
}

.candidates .media-heading h3 {
  font-weight: 400;
  margin: 0px;
}

.candidates .media-heading p {
  color:  #838383;
  font-size: 14px; 
}

.candidates .media-body{
  position: relative;
  width: 100%;
}

.candidates .date {
  color: #838383;
  line-height: 24px;
  position: absolute;
  top: 0;
  right: 0;
}

.tab-content {
  width: 100%;
}

#results {
  width: 75%;
  float: left;
  margin: 30px 0px;
}

.talent-result {
  position: relative;
  display: inline-block;
  width: 100%;
}

#feature-employers {
  position: absolute;
  right: 0;
  top: 0;
  width: 22%;
  margin-top: 50px;
}

#feature-employers h1 {
  margin-top: 10px;
}

#profile {
  padding: 0px 22px;
}

#latest-candidates .col-md-12{
  border-top: 1px solid #838383;
  border-bottom: 1px solid #838383;
}

#latest-candidates .media{
  border: none;
  padding: 15px!important;
}

.btn {
  width: 100%;
  padding: 18px 0px;
  font-size: 18px;
  font-weight: 700;
  background-color:  #ec267e;
  color: #fff;
  border-radius: 6px;
  text-transform: uppercase;
}

#results >.btn {
  border-radius: 0;
  margin: 40px 0px;
}

#contact {
  height: 666px;
  position: relative;
}

#contact .bg {
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}

#contact .col-md-6 {
  padding: 0px;
}

#contact .col-md-2 {
  padding: 0px;
}

#contact .contact-bg {
  height: 222px;
  background-repeat: no-repeat;
}

#contact .contact-action {
  height: 444px;
  padding: 66px 53px 66px 66px;
  z-index: 2;
}

#contact .contact-action p {
  color: #ffffff;
  font-size: 48px;
  font-weight: 300;
  line-height: 60px;
}

.talent-bg {
  background-color: #ec267e;
}

#tab2 #results .media-heading {
  width: 55%;
}

#tab2 #results .location {
  color: #838383;
  line-height: 24px;
  position: absolute;
  left: 55%;
  top: 0%;
}

.pages-ol a {
  color: #000;
  padding: 10px;
  line-height: 50px;
}

.pages-ol a.active {
  color: #ec267e;
  font-weight: 700;
  font-size: 18px;
}