.header {
  min-height: 88px;
  margin-bottom: -64px;
}
.search-jobs-wrapper .header {
  margin-bottom: 0;
}
.header-top {
  background: #313131;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 10px 0 0 0;
}
.header-top .logo {
  margin: 0 10px 10px;
  display: block;
  text-align: center;
}
.header-top .menu {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}
.header-top .menu li {
  font: 12px/29px 'Gotham-Medium', sans-serif;
  float: left;
  letter-spacing: 0.3px;
}
.header-top .menu li a {
  color: #fff;
  padding: 0 10px;
  height: 29px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
.header-top .menu li a:hover {
  color: #7c78b3;
}
.header-top .menu li.active a {
  background: #7c78b3;
  color: #fff !important;
  padding: 0 20px;
}
.header-top .menu li:nth-child(2) {
  letter-spacing: 0.4px;
  padding-right: 12px;
}
.header-top .menu li:nth-child(5) {
  margin-left: -6px;
}
.header-top .menu li:nth-child(5) a {
  padding-right: 23px;
}
.header-top .search-icon {
  float: right;
  width: 30px;
  height: 30px;
  margin: 0 36px 0 0;
  position: relative;
  top: 16px;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") -37px 0;
}
.header-top .account {
  position: relative;
  margin: 0 15px 0 0;
  padding: 7px 35px 0 0;
  float: right;
  font: 12px/29px 'Gotham-Medium', sans-serif;
  color: #fff;
  letter-spacing: 0.9px;
  text-decoration: none;
  text-transform: uppercase;
}
.header-top .account:after {
  content: "";
  width: 22px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 0;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") no-repeat 0 -5px;
}
.header-top .auth-join,
.header-top .auth-login,
.header-top .account-logout {
  position: relative;
  padding: 7px 10px 0 0;
  float: right;
  font: 12px/29px 'Gotham-Medium', sans-serif;
  color: #fff;
  letter-spacing: 0.9px;
  text-decoration: none;
  text-transform: uppercase;
}
.header-homepage .header-top {
  position: absolute;
}
.header-homepage .header-top.fixed {
  position: fixed;
  background-color: #313131;
}
.header {
  position: relative;
}
.header .banner {
  height: 408px;
  overflow: hidden;
  position: relative;
}
.header .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  min-width: 1400px;
}
.header h1 {
  font: 30px/1 "Montserrat-Bold", sans-serif;
  padding: 155px 0 13px 2px;
  display: block;
  text-align: center;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.8);
  position: relative;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  z-index: 2;
}
.header .text {
  z-index: 2;
  background: rgba(42, 57, 64, 0.8);
  color: #fff;
  text-align: center;
  font: 14px/1 "Open Sans", sans-serif;
  margin: 0 auto;
  letter-spacing: 0.5px;
  padding: 22px 20px;
  width: 340px;
  display: block;
}
.company-profile-header .logo {
  margin-right: 65px;
  top: 5px;
}
.company-profile-header .menu {
  padding-top: 11px;
}
.company-profile-header .menu li {
  padding: 0 10px;
}
.company-profile-header .menu li a {
  font-size: 12px;
}
.company-profile-header .header-top {
  height: 56px;
}
.company-profile-header li.active a {
  padding: 0 10px !important;
}
.company-profile-header .header-top .menu li:nth-child(5) {
  margin-left: -8px;
}
.company-profile-header .header-top .account {
  font-size: 11px;
  margin: -2px 50px 0 0;
  padding: 0 21px 0 0;
}
.company-profile-header .header-top .account:after {
  width: 15px;
  height: 11px;
  background-position: 0 -145px;
}
.company-profile-header .header-top .search-icon {
  width: 16px;
  height: 15px;
  margin: 11px 26px 0 0;
  background-position: -20px -140px;
}
.nav {
  text-align: center;
  padding: 86px 0 29px;
  background: #fff;
}
.nav ul {
  margin-bottom: 0;
}
.nav li {
  display: inline-block;
  vertical-align: top;
  width: 130px;
  height: 32px;
  background: #616161;
  text-align: center;
  margin: 0 5px;
}
.nav li a {
  color: #fff;
  font: 14px/32px 'Gotham-Medium', sans-serif;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}
.nav li.active,
.nav li:hover {
  background: #7c78b3;
}
@media (min-width: 768px) {
  .search-jobs-wrapper .header {
    margin-bottom: -64px;
  }
  .header h1 {
    font-size: 46px;
  }
  .header .text {
    font-size: 18px;
    width: 630px;
  }
  .header-top .logo {
    margin: 0 20px 10px 25px;
    text-align: left;
  }
  .header-top .menu {
    display: block;
  }
  .header-top .menu li {
    padding: 0 6px;
    font-size: 12px;
  }
  .header-top {
    position: absolute;
  }
  .header-homepage .header-top.fixed {
    background-color: transparent;
    position: absolute;
  }
  .header-top .auth-join,
  .header-top .auth-login,
  .header-top .account-logout,
  .header-top .account {
    margin: 0 15px 0 0;
    padding-right: 34px;
  }
  .nav li {
    width: 160px;
  }
}
@media (min-width: 992px) {
  .header {
    min-height: 59px;
  }
  .header-top .logo {
    float: left;
    margin: 0 20px 10px 25px;
  }
  .header-top .menu {
    float: left;
    padding-top: 7px;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .header-top .logo {
    margin: 0 50px 10px 25px;
    display: block;
    text-align: center;
  }
  .header-top .menu li {
    padding: 0 13px 0 14px;
    font-size: 14px;
  }
  .header-top .auth-join,
  .header-top .auth-login,
  .header-top .account-logout,
  .header-top .account {
    font-size: 14px;
  }
}
.header.header-homepage {
  height: auto;
  margin-bottom: 0;
}
.header-homepage .header-top {
  background: none;
  padding-top: 10px;
}
.header-homepage .header-top .logo {
  text-align: left;
}
.header-homepage .header-top .header-links {
  float: right;
  max-width: 158px;
  padding: 22px 15px 0 0;
}
.header-homepage .header-top .sign-up,
.header-homepage .header-top .sign-in,
.header-homepage .header-top .jobs {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  float: right;
  font: 14px/26px "Montserrat-Light", sans-serif;
  color: #fff;
  display: block;
  padding: 0 10px 2px;
}
.header-homepage .header-top .sign-up:hover,
.header-homepage .header-top .sign-in:hover,
.header-homepage .header-top .jobs:hover {
  background: #353262;
  text-decoration: none;
}
.header-homepage .banner {
  height: 522px;
}
.header-homepage h1 {
  font-size: 36px;
  padding: 180px 0 28px 2px;
}
.header-homepage h1 span {
  display: block;
  font-size: 48px;
  padding-bottom: 7px;
}
.header-homepage .h1 {
  font-size: 30px;
  padding: 200px 0 12px 0;
}
.header-homepage .text1 {
  font: 20px/1 "Montserrat-Bold", sans-serif;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  padding: 0 0 68px 0;
  letter-spacing: 0.13px;
}
.header-homepage .text1,
.header-homepage .link1,
.header-homepage .link2 {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
}
.header-homepage .link1,
.header-homepage .link2 {
  width: 137px;
  height: 43px;
  line-height: 43px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.header-homepage .link1 {
  background: #353262;
  text-decoration: none !important;
}
.header-homepage .link2 {
  text-decoration: underline;
}
.header-homepage .link2:hover {
  text-decoration: none;
}
.header-homepage .container.banner {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") no-repeat center 0%;
  background-size: cover;
  height: 522px;
}
.header-homepage h1 {
  font-size: 20px;
}
.header-homepage h1 span {
  font-size: 30px;
}
.header-homepage .text {
  height: auto;
  width: auto;
  max-width: 400px;
  line-height: 1.1;
  letter-spacing: 0.4px;
  font-size: 14px;
  padding: 0 25px;
  background: none;
}
.header-homepage .text span {
  position: static;
  background: rgba(42, 57, 64, 0.8);
  padding: 20px 10px;
  display: block;
}
.slider {
  background: #fff;
  padding: 53px 0 0;
}
.slider h2 {
  text-align: center;
  font: 24px/1 "Montserrat-Hairline", sans-serif;
  margin: 0;
  letter-spacing: -0.1px;
  padding: 0 0 52px;
  border-bottom: 2px solid #e6e6e6;
}
.slider h2 span {
  color: #7c78b3;
}
.slider .jcarousel-wrapper {
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
  width: 100%;
}
.slider .text-container .img span {
  position: absolute;
  top: 0;
  width: 100%;
  font: 18px/1 "Montserrat-Bold", sans-serif;
  padding: 58px 0 0;
  text-align: center;
  display: block;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8) !important;
}
.slider .text-container .img {
  width: 199px;
  height: 135px;
  position: relative;
  margin: 0 auto;
}
.slider .text-container .text {
  margin: 0 auto;
  padding: 17px 30px 0;
  text-align: center;
  position: relative;
  top: 0;
  vertical-align: baseline;
  min-height: 135px;
  max-width: 370px;
  font: 300 20px/25px "Open Sans", sans-serif;
  letter-spacing: -0.1px;
  color: #436575;
}
.ul-job {
  margin: 0;
}
.ul-job li {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-bottom: 2px;
}
.ul-job img {
  max-height: 544px;
  width: 100%;
}
.ul-job .text {
  position: absolute;
  top: 30%;
  left: 15px;
  right: 15px;
  text-align: center;
  color: #fff;
}
.ul-job .text h2 {
  font: 26px/1 'Montserrat-Bold', sans-serif;
  padding-bottom: 20px;
  letter-spacing: 1.2px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.8);
}
.ul-job .text p {
  max-width: 455px;
  margin: 0 auto;
  font-size: 18px;
  letter-spacing: 0.3px;
  padding-bottom: 10px;
  text-shadow: 2px 2px 3px #000000;
}
.partners {
  background: #fff;
  padding: 0 15px 15px;
}
.partners p {
  font: 24px/1.2 "Montserrat-Hairline", sans-serif;
  padding: 53px 0 58px;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}
.partners .p1 {
  padding-bottom: 70px;
}
.partners .partner-container,
.partners .partner-container1 {
  max-width: 950px;
  margin: 0 auto;
}
.partners .partner-container-alt {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.partners .partner-container-alt .partner {
  margin-bottom: 50px;
}
.partners .partner {
  text-align: center;
}
.employers {
  background: #7c78b3;
}
.employers .employers-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
.employers .text {
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
.employers .text h2 {
  font: 24px/1 "Montserrat-Bold", sans-serif;
  letter-spacing: 0.1px;
  margin: 0;
  padding: 20px 0 25px;
}
.employers .text p {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.9px;
}
.employers .video img {
  width: 100%;
}
.employers .video .mask {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55) url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") no-repeat 50% 50%;
}
.employers a.white {
  color: #ffffff;
  text-decoration: underline;
}
.featured-in {
  background: #fff;
  text-align: center;
}
.featured-in h2 {
  font: 24px/1 "Montserrat-Hairline", sans-serif;
  padding: 47px 0 42px;
  margin: 0;
}
.featured-in-container {
  max-width: 1000px;
  margin: 0 auto;
}
.featured-in-container a {
  line-height: 150px;
  vertical-align: middle;
}
.featured-in-container img {
  width: 100%;
}
.employers-block1 {
  background-size: cover;
  color: #fff;
  text-align: center;
  height: 364px;
  overflow: hidden;
  padding-right: 22px;
}
.employers-block1 h2 {
  margin: 0;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  padding: 117px 0 30px 22px;
  letter-spacing: 0.9px;
  font: 34px/1 "Montserrat-Bold", sans-serif;
}
.employers-block1 p {
  font: 18px/1 "Open Sans", sans-serif;
  letter-spacing: 0.4px;
  padding: 0 0 17px 25px;
}
.employers-block1 ul li {
  font: 600 18px/1 "Open Sans", sans-serif;
  padding: 0 0 12px 25px;
  letter-spacing: 0.8px;
}
.employers-block2 {
  text-align: center;
  padding: 0 0 23px;
  background: #fff;
}
.employers-block2 h2 {
  font: 33px/1 "Montserrat-Hairline", sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 59px 0 63px;
}
.employers-block2 .item {
  width: 310px;
  margin: 0 20px 70px;
  display: inline-block;
  vertical-align: top;
}
.employers-block2 .item .title {
  display: block;
  color: #353262;
  font: 18px/1 "Montserrat-Regular", sans-serif;
  padding: 40px 0 15px;
  text-transform: uppercase;
  text-decoration: none !important;
}
.employers-block2 .item p {
  color: #555;
  font: 15px/1.2 "Montserrat-Light", sans-serif;
}
.employers-block3 {
  overflow: hidden;
}
.employers-block3 .employers-block3-container {
  max-width: 600px;
  margin: 0 auto;
}
.employers-block3 .employers-block3-container .img {
  padding: 0;
  float: right;
}
.employers-block3 .employers-block3-container .text h2 {
  font: 33px/1 "Montserrat-Hairline", sans-serif;
  text-transform: uppercase;
  color: #2b3a41;
  padding: 60px 0 60px;
  margin: 0;
}
.employers-block3 .employers-block3-container .text .item .title {
  color: #353262;
  font: 18px/1 "Montserrat-Regular", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  text-decoration: none !important;
}
.employers-block3 .employers-block3-container .text .item p {
  padding: 10px 0 38px;
  color: #2b3a41;
  font: 14px/1.1 "Montserrat-Light", sans-serif;
}
@media (min-width: 768px) {
  .header-homepage .header-top {
    padding-top: 0;
  }
  .header-homepage .header-top .logo img {
    margin: 10px 0 0 38px;
  }
  .header-homepage .header-top .header-links {
    max-width: 100%;
    padding-right: 113px;
  }
  .header-homepage .header-top .sign-up,
  .header-homepage .header-top .sign-in,
  .header-homepage .header-top .jobs {
    font: 18px/34px "Montserrat-Light", sans-serif;
    padding: 0 20px 2px;
  }
  .header-homepage h1 {
    font-size: 36px;
  }
  .header-homepage h1 span {
    font-size: 48px;
  }
  .header-homepage .text {
    height: auto;
    line-height: 1.2;
    max-width: 652px;
    letter-spacing: 0.4px;
    font-size: 18px;
    padding: 0;
  }
  .header-homepage .text span {
    padding: 30px 55px;
  }
  .header-homepage .h1 {
    font-size: 48px;
  }
  .header-homepage .text1 {
    font-size: 24px;
  }
  .slider h2 {
    font-size: 36px;
  }
  .slider .jcarousel-wrapper {
    width: 640px;
  }
  .slider .text-container .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .slider .text-container .img {
    margin-left: 21px;
    float: left;
    text-decoration: none;
  }
  .slider .text-container .text {
    margin: 0 0 0 270px;
    padding: 17px 0 0;
    box-sizing: content-box;
    position: relative;
    top: 0;
    vertical-align: baseline;
    min-height: 135px;
    width: 370px;
    height: 152px;
    font: 300 20px/25px "Open Sans", sans-serif;
    letter-spacing: -0.1px;
    color: #436575;
  }
  .slider .text-container .text {
    text-align: left;
  }
  .ul-job .text h2 {
    font-size: 34px;
  }
  .partners p {
    font-size: 36px;
  }
  .employers .text {
    text-align: left;
  }
  .featured-in-container img {
    width: auto;
  }
}
@media (min-width: 992px) {
  .employers .text {
    padding-top: 57px;
  }
  .employers .text h2 {
    font-size: 34px;
  }
  .employers .text p {
    font-size: 18px;
  }
  .employers-block3 .employers-block3-container {
    max-width: 1400px;
  }
}
@media (min-width: 1300px) {
  .employers-block3 .employers-block3-container .text {
    padding: 0 80px 0 220px;
  }
}
@media (max-width: 1300px) {
  .employers-block2 .item {
    width: 260px;
  }
}
.job-list,
.saved-jobs-list,
.company-dashboard-list {
  padding: 0 0 24px;
  background: #fff;
  max-width: 1920px !important;
}
.job-list .item,
.saved-jobs-list .item,
.company-dashboard-list .item {
  border-bottom: 1px solid #e5e4e4;
  max-width: 928px;
  margin: 0 auto 50px;
  padding-bottom: 40px;
}
.saved-jobs-list .item {
  margin-left: 25px;
}
.job-list .item .img,
.saved-jobs-list .item .img,
.company-dashboard-list .item .img {
  transform-style: preserve-3d;
  width: 199px;
  height: 135px;
  position: relative;
  text-decoration: none;
  display: block;
  margin: 0 auto;
}
.job-list .item .img img,
.saved-jobs-list .item .img img,
.company-dashboard-list .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.job-list .item .img span,
.saved-jobs-list .item .img span,
.company-dashboard-list .item .img span {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font: 18px/1 "Montserrat-Bold", sans-serif;
  text-align: center;
  display: block;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8) !important;
}
.job-list .item .text,
.saved-jobs-list .item .text,
.company-dashboard-list .item .text {
  letter-spacing: 0.15px;
}
.job-list .item .text h2,
.saved-jobs-list .item .text h2,
.company-dashboard-list .item .text h2 {
  margin: 0;
  text-align: center;
  padding: 10px;
  color: #2b3a41;
  font: 24px/1 'Gotham-Medium', sans-serif;
  letter-spacing: 0.4px;
  display: block;
}
.job-list .item .text p,
.saved-jobs-list .item .text p,
.company-dashboard-list .item .text p {
  max-width: 570px;
}
.job-list .item .text p a,
.saved-jobs-list .item .text p a,
.company-dashboard-list .item .text p a {
  color: #7c78b3;
  font-size: 11px;
  text-transform: uppercase;
}
.job-list .item .more,
.saved-jobs-list .item .more,
.company-dashboard-list .item .more {
  width: 140px;
  margin: 20px auto 0;
  display: block;
  position: relative;
  background: #353262;
  color: #fff;
  padding: 0 25px 0 50px;
  height: 35px;
  font: 11px/35px 'Gotham-Medium', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
.job-list .item .text p {
  margin: 0 auto 10px;
  text-align: center;
}
@media (min-width: 1200px) {
  .job-list .item .img,
  .saved-jobs-list .item .img,
  .company-dashboard-list .item .img {
    float: left;
  }
  .job-list .item .text p {
    margin: 0 0 10px;
    text-align: left;
  }
  .job-list .item .more,
  .saved-jobs-list .item .more,
  .company-dashboard-list .item .more {
    width: auto;
  }
  .job-list .item,
  .saved-jobs-list .item,
  .company-dashboard-list .item {
    height: 137px;
    padding-bottom: 0;
    margin-bottom: 14px;
    border: 1px solid #e5e4e4;
  }
  .job-list .item .text,
  .saved-jobs-list .item .text,
  .company-dashboard-list .item .text {
    margin: 0 0 0 199px;
    width: 727px;
    box-sizing: content-box;
    position: relative;
    top: 0;
    vertical-align: baseline;
    min-height: 135px;
  }
  .job-list .item .text h2,
  .saved-jobs-list .item .text h2,
  .company-dashboard-list .item .text h2 {
    padding: 23px 37px 22px 20px;
    font: 18px/1 'Gotham-Medium', sans-serif;
    display: inline-block;
    background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") no-repeat 100% 10px;
    max-width: 402px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
  }
  .job-list .item .text p,
  .saved-jobs-list .item .text p,
  .company-dashboard-list .item .text p {
    padding: 0 0 0 20px;
  }
  .job-list .item .more,
  .saved-jobs-list .item .more,
  .company-dashboard-list .item .more {
    position: absolute;
    bottom: 15px;
    right: 15px;
    margin-top: 0;
  }
}
.user-profile,
.user-profile-edit {
  margin-top: 56px;
}
.user-profile h1,
.user-profile-edit h1 {
  color: #353262;
  font: 38px/1 "Montserrat-Light", sans-serif;
  padding: 75px 5px 8px 0;
  margin: 0;
  letter-spacing: 0.4px;
}
.user-profile p,
.user-profile-edit p {
  letter-spacing: -0.3px;
  padding-right: 5px;
  margin-bottom: 0;
  padding-bottom: 24px;
}
.user-profile .experience,
.user-profile-edit .experience,
.user-profile .skills,
.user-profile-edit .skills {
  max-width: 985px;
  margin: 0 auto 20px;
}
.user-profile .experience h3,
.user-profile-edit .experience h3,
.user-profile .skills h3,
.user-profile-edit .skills h3 {
  margin: 0;
  padding: 10px 0 19px 5px;
  letter-spacing: 0.2px;
  color: #353262;
  font: 20px/1 "Montserrat-Light", sans-serif;
}
.user-profile .experience .plus,
.user-profile-edit .experience .plus,
.user-profile .skills .plus,
.user-profile-edit .skills .plus,
.user-profile .experience .minus,
.user-profile-edit .experience .minus,
.user-profile .skills .minus,
.user-profile-edit .skills .minus {
  float: right;
  display: block;
  width: 30px;
  height: 30px;
  background: #353262;
  color: #fff;
  text-align: center;
  margin: 5px 5px 0 0;
  font: 30px/26px "Montserrat-Light", sans-serif;
  text-decoration: none !important;
}
.user-profile .experience .minus,
.user-profile-edit .experience .minus,
.user-profile .skills .minus,
.user-profile-edit .skills .minus {
  background: #7c78b3;
  margin-right: 5px;
}
.user-profile .experience .detail,
.user-profile-edit .experience .detail,
.user-profile .skills .detail,
.user-profile-edit .skills .detail {
  margin-left: -3px;
}
.user-profile .experience .item,
.user-profile-edit .experience .item,
.user-profile .skills .item,
.user-profile-edit .skills .item {
  border: 1px solid #e5e5e5;
  color: #555;
  margin: 0 0 13px 0;
  font: 14px/1 "Montserrat-Light", sans-serif;
}
.user-profile .experience .item .title,
.user-profile-edit .experience .item .title,
.user-profile .skills .item .title,
.user-profile-edit .skills .item .title {
  background: #292929;
  color: #fff;
  height: 45px;
  padding: 0 19px;
  font: 18px/45px "Montserrat-Light", sans-serif;
}
.user-profile .experience .item .company,
.user-profile-edit .experience .item .company,
.user-profile .skills .item .company,
.user-profile-edit .skills .item .company {
  font: 16px/1 "Montserrat-Bold", sans-serif;
  display: block;
  padding: 0 0 17px;
}
.user-profile .experience .item .text,
.user-profile-edit .experience .item .text,
.user-profile .skills .item .text,
.user-profile-edit .skills .item .text {
  padding: 15px 15px 20px;
}
.user-profile .pb130,
.user-profile-edit .pb130 {
  padding-bottom: 130px;
  margin-bottom: 0;
}
.user-profile .skills,
.user-profile-edit .skills {
  border-bottom: 1px solid #d5d5d5;
  max-width: none;
  padding: 20px 0 53px;
}
.user-profile .skills .item1,
.user-profile-edit .skills .item1 {
  font: 16px/1 "Montserrat-Light", sans-serif;
}
.user-profile .skills h3,
.user-profile-edit .skills h3 {
  padding: 15px 0 15px 5px;
}
.user-profile .skills .container1,
.user-profile-edit .skills .container1 {
  max-width: 985px;
  margin: 0 auto;
}
.user-profile .skills .detail,
.user-profile-edit .skills .detail {
  margin-left: -4px;
}
.user-profile .skills .item1,
.user-profile-edit .skills .item1 {
  max-width: 985px;
  width: 100%;
  height: 130px;
  background: #fff;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding: 15px;
  font-size: 16px;
  color: #555;
}
.user-settings {
  margin-top: 56px;
}
.user-settings h2 {
  padding-top: 75px;
}
.user-settings p {
  padding-bottom: 57px;
}
.user-settings .add-user-block2 {
  background: #fff;
}
.user-settings form {
  position: relative;
  left: -1px;
}
.user-settings form .btn {
  margin-top: 25px;
}
.user-settings .upload-resume {
  background: #e6e6e6;
  text-align: center;
  padding-bottom: 60px;
}
.user-settings .upload-resume h2 {
  text-align: center;
  font: 38px/1 "Montserrat-Light", sans-serif;
  padding: 62px 0 31px;
  letter-spacing: 0.5px;
  margin: 0;
  color: #353262;
}
.user-settings .upload-resume p {
  margin: 0;
  padding: 17px 0 37px;
  color: #292929;
  font: 18px/1 "Montserrat-Light", sans-serif;
  text-align: center;
  letter-spacing: 0.7px;
}
.user-settings .upload-resume .browse {
  width: 180px;
  height: 45px;
  background: #7c78b3;
  overflow: hidden;
  color: #fff;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font: 14px/45px "Montserrat-Light", sans-serif;
}
.edit-profile-btn,
.edit-profile-btn:hover,
.edit-profile-btn:active {
  margin: 15px auto 31px;
  width: 180px;
  height: 32px;
  background: #353262;
  text-align: center;
  display: block;
  color: #fff;
  font: 14px/32px "Gotham-Bold", sans-serif;
  text-decoration: none;
}
.profile-edit-date-field {
  display: inline !important;
  float: none !important;
}
.profile-edit-date-field ul + div {
  margin-left: 110px;
}
.profile-edit-date-field div {
  display: inline;
}
.profile-edit-date-field select {
  width: 80px;
  display: inline;
  margin-right: 15px;
}
.profile-edit-date-field.hide-days [id$='day'] {
  display: none;
}
.profile-edit-date-field.hide-months [id$='month'] {
  display: none;
}
.user-profile-edit .experience,
.user-profile-edit .skills {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.user-profile-edit .experience h3,
.user-profile-edit .skills h3 {
  padding-bottom: 16px;
}
.user-profile-edit .experience .minus,
.user-profile-edit .skills .minus {
  margin-right: 5px;
}
.user-profile-edit .experience .plus1,
.user-profile-edit .skills .plus1 {
  margin: -10px 2px 0 0;
}
.user-profile-edit .experience .item,
.user-profile-edit .skills .item {
  margin-bottom: 25px;
}
.user-profile-edit .experience .item .text,
.user-profile-edit .skills .item .text {
  padding: 14px 10px 10px;
  /* label:after {
      content: "";
      clear: both;
      display: block;
    }*/
}
.user-profile-edit .experience .item .text .delete,
.user-profile-edit .skills .item .text .delete {
  float: right;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") no-repeat 0 0;
  width: 39px;
  height: 40px;
  display: block;
  margin-top: -5px;
}
.user-profile-edit .experience .item .text label,
.user-profile-edit .skills .item .text label {
  display: block;
}
.user-profile-edit .experience .item .text label .plus,
.user-profile-edit .skills .item .text label .plus {
  margin-right: 32px;
}
.user-profile-edit .experience .item .text label span,
.user-profile-edit .skills .item .text label span {
  width: 110px;
  float: left;
  display: block;
  padding: 0 10px 0 0;
  font-size: 16px;
  line-height: 38px;
}
.user-profile-edit .experience .item .text label input,
.user-profile-edit .skills .item .text label input {
  border: 1px solid #dfdfdf;
  background: #fff;
  width: 100%;
  height: 37px;
  padding: 5px 10px;
  margin: 0 0 10px;
  font: 16px/1 'Gotham-Light', sans-serif;
  color: #555;
  letter-spacing: 0.5px;
}
.user-profile-edit .experience .item .text label .date,
.user-profile-edit .skills .item .text label .date {
  width: 205px;
}
.user-profile-edit .experience .item .text .date-label,
.user-profile-edit .skills .item .text .date-label,
.user-profile-edit .experience .item .text .date-label-to,
.user-profile-edit .skills .item .text .date-label-to {
  float: left;
  height: 47px;
  padding: 0 10px 0 0;
  cursor: pointer;
}
.user-profile-edit .experience .item .text .date-label input,
.user-profile-edit .skills .item .text .date-label input,
.user-profile-edit .experience .item .text .date-label-to input,
.user-profile-edit .skills .item .text .date-label-to input {
  width: 205px;
  margin-right: 10px;
}
.user-profile-edit .experience .item .text .date-label-to,
.user-profile-edit .skills .item .text .date-label-to {
  padding-right: 37px;
  background-position: 100% 5px;
}
.user-profile-edit .experience .item .text .date-label-to span,
.user-profile-edit .skills .item .text .date-label-to span {
  width: 70px;
  text-align: left;
  padding-left: 20px;
}
.user-profile-edit .experience .item .text:after,
.user-profile-edit .skills .item .text:after {
  clear: both;
  display: block;
  content: "";
}
.user-profile-edit .skills {
  margin-top: 53px;
  margin-bottom: 43px;
  padding-bottom: 37px;
}
.user-profile-edit .skills h3 {
  padding-bottom: 5px;
}
.user-profile-edit .skills p {
  text-align: left;
  font-size: 16px;
  padding-bottom: 20px;
  padding-left: 5px;
}
.user-profile-edit .new-blog-entry {
  margin: -5px 0 0;
  padding: 0;
}
.user-profile-edit .new-blog-entry .plus {
  margin: 0 5px 0 0;
}
.user-profile-edit .new-blog-entry .nav {
  padding: 60px 0 66px;
}
.user-profile-edit .new-blog-entry .nav:before {
  content: "";
  clear: both;
  display: block;
}
.user-profile-edit .new-blog-entry .nav:before ul {
  display: block;
}
.user-profile-edit .new-blog-entry .nav:before ul li:last-child {
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .user-profile .experience .plus,
  .user-profile-edit .experience .plus,
  .user-profile .skills .plus,
  .user-profile-edit .skills .plus,
  .user-profile .experience .minus,
  .user-profile-edit .experience .minus,
  .user-profile .skills .minus,
  .user-profile-edit .skills .minus {
    width: 37px;
    height: 37px;
    font: 40px/33px "Montserrat-Light", sans-serif;
  }
  .user-profile .experience h3,
  .user-profile-edit .experience h3,
  .user-profile .skills h3,
  .user-profile-edit .skills h3 {
    font: 28px/1 "Montserrat-Light", sans-serif;
    padding-left: 0;
  }
  .user-profile .experience .minus,
  .user-profile-edit .experience .minus,
  .user-profile .skills .minus,
  .user-profile-edit .skills .minus {
    margin-right: 15px;
  }
  .user-profile .skills,
  .user-profile-edit .skills {
    background: #e6e6e6;
  }
  .user-profile .skills .item1,
  .user-profile-edit .skills .item1 {
    border: 1px solid #cfcfcf;
  }
  .profile-edit-date-field select {
    width: 100px;
  }
}
@media (min-width: 992px) {
  .user-profile-edit .experience .item .text label span,
  .user-profile-edit .skills .item .text label span {
    text-align: right;
  }
  .user-profile-edit .experience .item .text label input,
  .user-profile-edit .skills .item .text label input {
    width: 785px;
  }
  .user-profile-edit .experience .item .text .delete,
  .user-profile-edit .skills .item .text .delete {
    margin-top: 0;
  }
}
.company-profile .upload-img,
.company-profile .new-blog-entry .upload-img {
  width: 258px;
  height: 62px;
  margin: 25px auto;
}
.company-profile .img1 {
  background-size: cover;
  background-position: center 0;
  height: 320px;
  margin-top: 25px;
}
.company-profile .img2 {
  height: auto;
}
.company-profile .img2,
.company-profile .img3 {
  margin: 25px auto;
  float: none;
}
.company-profile .text1 {
  width: auto;
  height: auto;
  float: none;
  max-width: 600px;
  margin: 25px auto;
}
.company-profile .text1 > div {
  height: auto;
}
.company-profile .text1 > div p {
  max-height: none;
}
.company-profile .soc-text-facebook,
.company-profile .soc-text-instagram,
.company-profile .soc-text-twitter {
  float: none;
  height: auto;
  margin: 25px auto;
}
@media (min-width: 1200px) {
  .company-profile .upload-img,
  .company-profile .new-blog-entry .upload-img {
    margin: 0 0 25px 0;
  }
  .company-profile .img1 {
    height: 400px;
  }
  .company-profile .img2 {
    margin: 0 6px 0 0;
    height: 270px;
  }
  .company-profile .img2,
  .company-profile .img3 {
    float: left;
  }
  .company-profile .img3 {
    margin: 0 0 0 2px;
  }
  .company-profile .text1 {
    width: 325px;
    height: 270px;
    float: left;
    margin: 0 6px 0 0;
  }
  .company-profile .text1 > div {
    height: 270px;
  }
  .company-profile .text1 > div p {
    max-height: 180px;
  }
  .company-profile .soc-text-facebook {
    float: left;
    height: 270px;
    margin: 11px 0 0;
  }
  .company-profile .soc-text-instagram,
  .company-profile .soc-text-twitter {
    float: left;
    height: 273px;
    margin: 11px 0 0;
  }
  .company-profile .soc-text-instagram,
  .company-profile .instagram-img4 {
    margin-right: 6px;
  }
  .company-profile .soc-text-twitter,
  .company-profile .twitter-img5 {
    margin-right: 0;
  }
}
.company-blog {
  padding: 56px 0 0;
  background: #fff;
}
.company-blog h1 {
  text-align: center;
  max-width: 995px;
  margin: 0 auto;
  color: #353262;
  font-size: 36px;
  padding: 29px 0 22px;
  letter-spacing: 4px;
}
.company-blog .item {
  max-width: 985px;
  margin: 0 auto 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.company-blog .item img {
  width: 325px;
  height: 200px;
  display: block;
  margin: 0 auto;
}
.company-blog .item .text {
  padding: 15px 21px 15px 25px;
}
.company-blog .sticky .text {
  border: 0;
}
.company-blog .item .text .title {
  display: block;
  color: #353262;
  font-size: 24px;
  letter-spacing: 1.3px;
}
.company-blog .item .text .date {
  color: #555;
  font-size: 12px;
  padding: 0 0 10px;
  display: block;
}
.company-blog .item .text p {
  color: #555;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 22px;
}
.company-blog .item .text .more {
  display: block;
  margin: 0 auto;
  width: 210px;
  height: 45px;
  text-align: center;
  font: 16px/45px "Montserrat-Regular", sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #353262;
}
.company-blog .item .text .more:hover {
  text-decoration: none;
  opacity: 0.8;
}
.company-blog .pager1-container {
  max-width: 985px;
  padding: 0 20px;
  margin: 0 auto;
}
.company-blog .pager1-container .next {
  margin-right: 0;
}
.pager1-container .pager1 {
  float: right;
  margin: 3px 0 65px 0;
}
.company-blog .pager1-container .next-link {
  margin-left: 0;
  top: 1px;
}
.blog-banner {
  height: 320px;
  background-position: center 0;
  background-size: cover;
}
.new-blog-post {
  padding: 85px 0 0;
  max-width: 985px;
  margin: 0 auto;
}
.new-blog-post .text {
  position: relative;
  padding: 53px 20px 47px;
}
.new-blog-post .text .soc2 {
  position: absolute;
  top: 60px;
  left: 0;
}
.new-blog-post .text h1 {
  color: #353262;
  margin: 0;
  padding: 40px 0 50px 90px;
  font-size: 26px;
  text-align: left;
  letter-spacing: 3px;
}
.new-blog-post .text p {
  color: #555;
  font: 16px/22px "Montserrat-Light", sans-serif;
  margin: 0;
  padding: 0 0 25px;
  letter-spacing: -0.5px;
}
@media (min-width: 992px) {
  .company-blog h1 {
    text-align: left;
  }
  .new-blog-post .text {
    padding: 53px 145px 47px;
  }
  .new-blog-post .text h1 {
    padding: 0 0 50px;
    font-size: 36px;
    text-align: center;
  }
  .blog-banner {
    height: 400px;
  }
  .company-blog .item {
    min-height: 200px;
    margin-bottom: 21px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .company-blog .item img {
    float: left;
  }
  .company-blog .sticky {
    border: 1px solid #353262;
  }
  .company-blog .item .text {
    margin: 0 0 0 325px;
    padding: 15px 21px 15px 25px;
    background: #fff;
    border: 1px solid #e5e5e5;
    min-height: 200px;
    overflow: hidden;
  }
  .company-blog .item .text .more {
    float: right;
    height: 35px;
    width: 160px;
    font: 11px/35px "Montserrat-Regular", sans-serif;
  }
  .company-blog .pager1-container {
    padding: 0;
  }
}
.banner1 {
  padding: 64px 0 0;
}
.banner1 .left {
  width: 244px;
  float: left;
}
.banner1 .left ul {
  margin: 0 0 45px;
}
.banner1 .left ul li {
  margin: 0 20px;
  position: relative;
  padding: 0 0 0 20px;
  border-bottom: 1px solid #b8c7cf;
}
.banner1 .left ul li a {
  color: #616161;
  font: 12px/31px "Gotham-Medium", sans-serif;
  text-transform: uppercase;
}
.banner1 .left ul li:first-child {
  padding: 0 0 0 24px;
  background: #7c78b3;
  border-top: 1px solid #8c89bc;
  height: 31px;
  margin: 0;
  text-transform: uppercase;
  color: #fff !important;
  font: 16px/31px "Gotham-Medium", sans-serif;
  text-decoration: none;
  letter-spacing: 0.3px;
}
.banner1 .left ul li:nth-child(2):before {
  content: "";
  position: absolute;
  top: 10px;
  left: 2px;
  width: 11px;
  height: 11px;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") no-repeat -14px -49px;
}
.banner1 .left ul li:nth-child(3):before {
  content: "";
  position: absolute;
  top: 7px;
  left: 1px;
  width: 13px;
  height: 13px;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") no-repeat -26px -48px;
}
.banner1 .left ul li:nth-child(4):before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 13px;
  height: 13px;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") no-repeat -3px -65px;
}
.banner1 .left div {
  background: #353262;
  padding: 20px 0 9px 20px;
}
.banner1 .left div a {
  padding: 0 0 0 14px;
  display: block;
  margin: 0 0 11px;
  color: #fff;
  font: 11px/1 "Gotham-Medium", sans-serif;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.9px;
}
.banner1 .left div a:before {
  content: "";
  width: 4px;
  height: 11px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") no-repeat -45px -67px;
}
.company-logo-wrapper {
  padding: 20px;
  text-align: center;
  display: block;
}
.company-logo-wrapper img {
  max-width: 100%;
}
.banner1 .center {
  position: relative;
  overflow: hidden;
}
.banner1 .center .img {
  margin: 0;
  min-height: 100%;
  width: 100%;
  min-width: 1157px;
}
.banner1 .center .desc {
  padding: 38px 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}
.banner1 .center .desc p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  padding: 15px;
  margin: 0;
  font: 14px/20px "Gotham-Light", sans-serif;
  letter-spacing: -0.2px;
  background: rgba(255, 255, 255, 0.7);
}
.banner1-hero {
  height: 320px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
}
.content-text:after {
  content: "";
  clear: both;
}
.content-text {
  background: #fff;
  padding: 0 20px 80px;
  max-width: 960px;
}
.content-text h1 {
  padding: 46px 0 30px 7px;
  text-align: center;
  margin: 0;
  color: #2b3a41;
  font: 48px/40px "Gotham-Light", sans-serif;
  letter-spacing: -0.5px;
}
.content-text .link,
.content-text .link1 {
  margin: 15px auto 31px;
  width: 180px;
  height: 32px;
  background: #353262;
  text-align: center;
  display: block;
  color: #fff;
  font: 14px/32px "Gotham-Bold", sans-serif;
  text-decoration: none;
}
.content-text .link1 {
  width: 220px;
  margin: 75px auto 0;
}
.content-text .hr {
  height: 1px;
  background: #353262;
  margin: 0 0 31px;
}
.content-text p {
  color: #2b3a41;
  font: 16px/23px "Gotham-Light", sans-serif;
  letter-spacing: 0.1px;
  margin: 0 0 25px;
}
.content-text h2 {
  color: #2b3a41;
  font: 15px/1 "Gotham-Medium", sans-serif;
  padding: 19px 0 0;
  margin: 20px 0 25px;
}
.content-text ul {
  margin: 0 0 32px 15px;
}
.content-text ul:not(.dropdown-menu) li {
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==");
  color: #2b3a41;
  font: 14px/20px "Gotham-Light", sans-serif;
  letter-spacing: -0.5px;
  padding: 0 0 10px 6px;
}
.content-text ul:nth-child(9) {
  position: relative;
  top: 10px;
  margin-bottom: 45px;
}
.content-text ul:nth-child(11) {
  position: relative;
  top: 3px;
}
.saved-jobs-container,
.company-dashboard-container,
.mw1400 {
  max-width: 1400px !important;
}
.flag-job-as-inappropriate {
  text-align: center;
  font: 14px/20px "Gotham-Light", sans-serif !important;
  margin-top: 15px !important;
}
.bg-white {
  background: #fff;
}
@media (min-width: 768px) {
  .content-text {
    padding: 0 40px 80px;
  }
  .content-text .link1 {
    width: 320px;
    margin: 75px auto 0;
  }
}
@media (min-width: 992px) {
  .content-text {
    margin: 0 0 0 244px;
    padding: 0 80px 80px;
  }
  .banner1 .center {
    margin: 0 0 0 244px;
  }
  .banner1 .center .desc {
    right: 100px;
    left: auto;
    top: 0;
    width: 380px;
    background: rgba(255, 255, 255, 0.7);
  }
  .banner1 .center .desc p {
    min-height: 153px;
    background: #f4f4f4;
    padding: 35px 35px 35px 25px;
  }
  .banner1-hero {
    height: 400px;
  }
  .flag-job-as-inappropriate {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .banner1 .center .desc {
    right: 200px;
  }
}
.filter {
  position: fixed;
  left: 0;
  right: 0;
  top: 88px;
  z-index: 4;
}
.open-filter {
  float: right;
  cursor: pointer;
  color: #fff;
  margin-right: 10px;
  vertical-align: middle;
  font-size: 18px;
}
.open-filter span {
  line-height: 30px;
}
.filter .bg {
  background: #353262;
  padding-left: 20px;
  color: #fff;
  font: 10px/29px "Gotham-Medium", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  height: 30px;
}
.filter .bg span {
  float: left;
}
.filter .bg .container,
.filter .bg .filter-select {
  max-width: 1400px !important;
}
.filter .bg a,
.filter .bg .selected {
  position: relative;
  color: #fff;
  font: 10px/29px "Gotham-Medium", sans-serif;
  letter-spacing: 0.5px;
  padding: 0 14px 0 23px;
  display: inline-block;
  text-transform: uppercase;
}
.filter .bg a[data-sort="companyTitle"]:before,
.filter .bg a[data-sort="title"]:before,
.filter .bg .selected[data-sort="companyTitle"]:before,
.filter .bg .selected[data-sort="title"]:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 1px;
  width: 14px;
  height: 11px;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") -23px 0;
}
.filter .bg a:after,
.filter .bg .selected:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  right: 0;
  width: 10px;
  height: 11px;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") -35px -33px;
}
.filter .bg a[data-sort="date"]:before,
.filter .bg .selected[data-sort="date"]:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 1px;
  width: 10px;
  height: 10px;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") -22px -11px;
}
.filter .bg a[data-sort="level"]:before,
.filter .bg .selected[data-sort="level"]:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 1px;
  width: 9px;
  height: 9px;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") -20px -33px;
}
.filter .bg a[data-sort="companySize"]:before,
.filter .bg a[data-sort="size"]:before,
.filter .bg .selected[data-sort="companySize"]:before,
.filter .bg .selected[data-sort="size"]:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 1px;
  width: 9px;
  height: 9px;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") -49px -33px;
}
.filter .bg a[data-sort="industry"]:before,
.filter .bg .selected[data-sort="industry"]:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 1px;
  width: 10px;
  height: 10px;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") -4px -49px;
}
.filter .bg a.asc:after,
.filter .bg .selected.asc:after {
  background-position: -35px -38px !important;
  height: 9px !important;
  top: 12px !important;
}
.filter .bg a.desc:after,
.filter .bg .selected.desc:after {
  height: 6px !important;
  top: 11px !important;
}
.filter-select {
  width: 200px;
  padding: 0 10px;
  margin-left: 10px;
  position: relative;
  float: left;
  cursor: pointer;
}
.filter-select .options {
  max-height: 0;
  transition: max-height 0.2s ease-out;
  padding: 0 10px;
  overflow: hidden;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  background-color: #353262;
}
.filter-select .options.open {
  max-height: 300px;
}
.filter-select .options a {
  display: block;
}
::-webkit-input-placeholder {
  color: #616161;
}
:-moz-placeholder {
  color: #616161;
  opacity: 1;
}
::-moz-placeholder {
  color: #616161;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #616161;
}
.saved-jobs {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 100%;
  transition: left 0.2s ease-out;
  background-color: #f4f4f4;
  z-index: 20;
  overflow: hidden;
}
.saved-jobs.open {
  left: 0;
}
.saved-jobs .select2-focusser,
.saved-jobs .select2-search,
.saved-jobs .select2-search input {
  display: none !important;
}
.saved-jobs form {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
.saved-jobs .search-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #313131;
  font: 12px/29px 'Gotham-Medium', sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 10px;
}
.saved-jobs .search-controls .reset-filters {
  float: left;
  cursor: pointer;
}
.saved-jobs .search-controls .close-filter {
  float: right;
  cursor: pointer;
}
.saved-jobs h2 {
  margin: 0;
  padding: 0 0 0 43px;
  height: 33px;
  background: #8480b4;
  border-top: 1px solid #938fbd;
  color: #fff;
  text-transform: uppercase;
  font: 16px/30px "Gotham-Medium", sans-serif;
}
.saved-jobs .group {
  margin: 0 20px 0;
  padding: 0 0 14px;
  border-bottom: 1px solid #afb5cf;
}
.saved-jobs .group .more-link,
.saved-jobs .group .more-link-hide {
  color: #8480b4;
  font-size: 10px;
  display: block;
  padding: 0 0 0 20px;
  position: relative;
  text-transform: uppercase;
  top: 5px;
}
.saved-jobs .group .more-link:before,
.saved-jobs .group .more-link-hide:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 2px;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") -42px -54px;
  width: 10px;
  height: 5px;
}
.saved-jobs .group .more-link-hide:before {
  top: 4px;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") -42px -46px;
}
.saved-jobs .group .more {
  display: none;
}
.saved-jobs .group:nth-child(3) {
  padding-bottom: 11px;
}
.saved-jobs .group:nth-child(3) .title:before {
  display: none;
}
.saved-jobs .group:nth-child(4) .title:before {
  background-position: -3px -65px;
  width: 14px;
  height: 14px;
}
.saved-jobs .group:nth-child(5) .title:before {
  width: 16px;
  height: 12px;
  background-position: -20px -66px;
}
.saved-jobs input[type=text] {
  width: 198px;
  height: 23px;
  padding: 0 10px;
  background: #fff !important;
  border: 1px solid #9493ab;
  color: #616161;
  font-size: 12px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none !important;
}
.saved-jobs .title {
  display: block;
  color: #616161;
  font: 12px/1 "Gotham-Medium", sans-serif;
  padding: 10px 0 10px 21px;
  border-bottom: 1px solid #afb5cf;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  position: relative;
  margin: 0 0 11px;
}
.saved-jobs .title a {
  float: right;
  font-size: 10px;
  color: #8480b4;
}
.saved-jobs label {
  display: block;
  cursor: pointer;
  margin: 0 0 6px;
  height: 12px;
  font: 12px/14px "Gotham-Light", sans-serif;
}
.saved-jobs label input[type="checkbox"] {
  display: none;
}
.saved-jobs label input[type="checkbox"] + span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") no-repeat -53px -51px;
}
.saved-jobs label input[type="checkbox"]:checked + span {
  background-position: -53px -69px;
}
.saved-jobs .title:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 11px;
  height: 11px;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") -14px -49px;
}
.saved-jobs-list,
.company-dashboard-list {
  padding: 62px 0 11px;
}
.saved-jobs-list {
  min-height: 500px;
}
.saved-jobs-list .item,
.company-dashboard-list .item {
  max-width: 926px;
  margin-left: 0;
}
#jobs-search-results .item {
  max-width: 952px;
}
#companies-list .item {
  max-width: 952px;
}
.saved-jobs-list .item h2,
.company-dashboard-list .item h2 {
  padding-bottom: 14px !important;
}
.saved-jobs-list .item p,
.company-dashboard-list .item p {
  font-size: 13px;
  max-width: 500px;
  margin: 0 auto;
  letter-spacing: 0.4px;
}
.properties-container {
  margin-bottom: 20px;
  font-weight: bold;
  overflow: hidden;
}
.properties-container .property {
  width: 33%;
  padding: 0 10px;
  float: left;
  position: relative;
  text-transform: capitalize;
  text-align: center;
  font-size: 12px;
}
.properties-container .property:after {
  content: "|";
  font-size: 12px;
  display: inline;
  position: absolute;
  right: 0;
  top: 0;
}
.properties-container .property:last-child:after {
  display: none;
}
.jobs-no-results {
  text-align: center;
  max-width: 960px;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .filter .bg .container,
  .filter .bg .filter-select {
    margin: 0 auto;
  }
  .filter .bg a:nth-child(3) {
    padding-left: 20px;
    padding-right: 16px;
  }
  .filter .bg a,
  .filter .bg .selected {
    margin-right: 20px;
  }
  .filter-select {
    width: auto;
    float: none;
    padding: 0;
  }
  .filter-select .selected {
    display: none;
  }
  .filter-select .options {
    padding: 0;
    max-height: none;
    position: static;
  }
  .filter-select .options a {
    display: inline-block;
  }
  .saved-jobs-list,
  .company-dashboard-list {
    padding: 32px 20px 11px;
  }
  .saved-jobs .select2-focusser,
  .saved-jobs .select2-search,
  .saved-jobs .select2-search input {
    display: block !important;
  }
  .saved-jobs {
    position: static;
    float: left;
    width: 245px;
    z-index: 1;
    background: transparent;
  }
  .saved-jobs form {
    position: static;
  }
  .filter {
    position: static;
    padding: 64px 0 0;
  }
  .filter .bg span,
  .filter .bg .filter-select .selected {
    display: none;
  }
  .saved-jobs-list,
  .company-dashboard-list {
    margin: 0 0 0 245px;
  }
  .properties-container .property {
    font-size: 14px;
  }
  .properties-container .property:after {
    content: "|";
    font-size: 14px;
    display: inline;
    position: absolute;
    right: 0;
    top: 0;
  }
  .properties-container .property:last-child:after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .filter .bg a:first-child {
    margin: 0 75px 0 270px;
  }
  .filter .bg a:nth-child(2) {
    padding-left: 15px;
    margin-right: 302px;
  }
  .filter .bg a:nth-child(3) {
    margin-right: 48px;
  }
  .filter .bg a:nth-child(4) {
    margin-right: 50px;
  }
  .filter .bg a:first-child {
    margin: 0 71px 0 270px !important;
  }
  .filter .bg a:nth-child(2) {
    margin-right: 298px !important;
  }
  .filter .bg a:nth-child(3) {
    margin-right: 44px !important;
  }
  .filter .bg a:nth-child(4) {
    margin-right: 56px !important;
  }
  .filter .bg a:nth-child(5) {
    margin-right: 0;
  }
  .saved-jobs-list .item p,
  .company-dashboard-list .item p {
    width: 410px !important;
    margin-left: 0;
  }
  .saved-jobs-list .item h2,
  .company-dashboard-list .item h2 {
    padding-right: 48px !important;
  }
  .saved-jobs-list .item:nth-child(2n) h2,
  .company-dashboard-list .item:nth-child(2n) h2 {
    margin-right: 40px !important;
  }
  .filter .bg {
    padding-left: 0;
  }
  .saved-jobs-list .item,
  .company-dashboard-list .item {
    margin-left: 30px;
  }
  .saved-jobs-list,
  .company-dashboard-list {
    margin: 0 0 0 245px;
    padding: 32px 0 11px;
  }
  #jobs-search-results .item .more {
    right: -12px;
  }
}
#companies-list .more[href=""] {
  cursor: default !important;
}
#companies-list.loading {
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==");
  background-repeat: no-repeat;
  background-position: 445px 100px;
}
#companies-list .item h2 {
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 9px !important;
}
#companies-list .item h2 span {
  display: block;
  overflow: hidden;
}
#companies-list .item p {
  width: 500px !important;
}
#companies-list .item .property2 {
  right: 145px !important;
}
.company-properties .property:last-child {
  width: 66%;
}
@media (min-width: 1200px) {
  #companies-list-order span {
    display: none;
  }
  #companies-list .item .more {
    right: -12px;
  }
  #companies-lsit .item h2 {
    max-width: 510px;
  }
  #companies-list-order-title {
    margin: 0 578px 0 270px !important;
  }
  #companies-list-order-size {
    margin: 0 76px 0 0 !important;
  }
}
.wrapper {
  min-width: auto;
}
.hide-scroll {
  overflow: hidden;
}
#company-profile-map-preview {
  height: 100%;
  margin: 0;
  padding: 0;
}
#jobs-search-results.loading {
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==");
  background-repeat: no-repeat;
  background-position: center 100px;
}
#text-edit-modal.loading .modal-content,
#twitter-edit-modal.loading .modal-content,
#facebook-edit-modal.loading .modal-content {
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==");
  background-repeat: no-repeat;
  background-position: 260px 125px;
}
#blog-rss-edit-modal.loading .modal-content {
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==");
  background-repeat: no-repeat;
  background-position: 260px 45px;
}
#opportunity-edit-modal.loading #opportunity-edit-form {
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==");
  background-repeat: no-repeat;
  background-position: 260px 70px;
}
#opportunity-edit-form {
  min-height: 200px;
}
.company-location-controls {
  margin-top: 16px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#company-location-title {
  top: -10px;
  position: absolute;
  z-index: 100;
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 80px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 375px;
}
#company-search-location-input {
  top: 30px;
  position: absolute;
  z-index: 100;
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 80px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 375px;
}
#company-search-location-input:focus {
  border-color: #4d90fe;
}
.pac-container {
  background-color: #FFF;
  z-index: 10000;
  display: inline-block;
}
/*
Overwrite styles in style.css
*/
.company-profile .img1 img,
.company-profile .img2 img,
.company-profile .img3 img,
.company-profile .upload-img img {
  width: auto !important;
  min-height: inherit !important;
}
.bootstrap-datetime #blog_date_date {
  width: auto;
  margin-right: 20px;
  float: left;
}
.main-content {
  padding: 96px 20px 45px;
  background: #fff;
}
.login,
.signup {
  padding-top: 96px;
  padding-bottom: 40px;
}
.center-form {
  max-width: 357px;
  margin: 0 auto;
}
.postjob .bl-checkboxes {
  left: 4px;
  margin: 0 auto;
  position: relative;
  width: 716px;
}
.postjob .group {
  left: 4px;
  margin: 0 auto 14px;
  position: relative;
  width: 716px;
}
.postjob .group label {
  display: block;
  cursor: pointer;
  margin: 0 0 6px;
  height: 12px;
  font: 12px/14px "Gotham-Light", sans-serif;
}
.postjob .group label input[type="checkbox"] {
  display: none;
}
.postjob .group label input[type="checkbox"] + span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") no-repeat -53px -51px;
}
.postjob .group label input[type="checkbox"]:checked + span {
  background-position: -53px -69px;
}
.postjob .pt35 {
  padding-top: 35px;
}
.postjob .bl-company-info {
  margin: 0 auto;
  width: 850px;
}
.nav-bottom .disabled span {
  width: 200px;
  height: 43px;
  font: 18px/43px "Gotham-Medium", sans-serif;
  text-align: center;
  color: #353262;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
}
.job-list .bl-pagination {
  max-width: 928px;
  margin: 0 auto;
  text-align: center;
}
.job-list .job-list-empty {
  max-width: 928px;
  margin: 0 auto;
  text-align: center;
}
.user-menu {
  left: auto !important;
  right: 140px;
}
.company-profile h1 {
  margin-top: 20px;
}
.alert {
  margin-bottom: 1px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.companies-no-results {
  text-align: center;
}
.saved-jobs-list .pager1-container {
  max-width: 960px;
  margin-left: 5px;
}
.saved-jobs-list .pager1-container .next-link {
  top: 2px;
}
/**
Opportunity form
*/
#company_opportunity_mission {
  margin-bottom: 25px;
  width: 100%;
}
.opportunity-industry-selector {
  margin-bottom: 25px;
}
.opportunity-industry-selector .select2-selection__choice {
  font: 18px/1 "Gotham-Light", sans-serif;
}
.opportunity-industry-selector .select2-search__field {
  height: 33px;
  font: 18px "Gotham-Light", sans-serif !important;
}
#opportunity-edit-form .arrow {
  content: "";
  width: 10px;
  height: 13px;
  position: absolute;
  top: 16px;
  right: 8px;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") no-repeat -56px -84px;
}
#company_opportunity_headcount,
#company_opportunity_size {
  background: transparent;
  position: relative;
  z-index: 10;
}
/*
*
*/
.company-dashboard-wrapper {
  min-width: 1200px;
}
.company-registration-form-select {
  margin-bottom: 11px;
}
.company-dashboard-list .pager1-container {
  width: 962px;
}
.company-dashboard-list .pager1-container .next-link {
  top: 2px;
  margin-left: 25px;
}
.job-list .pager1-container .next-link {
  top: 3px;
  margin: 0;
  margin-left: 10px;
}
.job-list .pager1 {
  right: -10px;
}
.archive-button button {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #353262 !important;
  color: #fff !important;
  padding: 0 25px 0 50px;
  padding: 0 23px;
  height: 35px;
  font: 11px/35px 'Gotham-Medium', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
}
.archive-button button:hover {
  background: #353262;
  color: #FFF;
}
.remove-job-btn button {
  padding: 0 29px;
}
.company-dashboard-list .archive-button ul {
  margin-right: 13px !important;
  top: -14px !important;
}
.content-text .archive-button button {
  bottom: -64px;
}
.content-text .archive-button ul {
  top: 66px;
  margin-right: 14px;
}
.job-edit-btn {
  width: 130px !important;
}
.italic {
  font-style: italic;
}
.blog-image-preview {
  margin-bottom: 20px;
}
.text1-work-desc {
  margin-right: 339px !important;
}
.company-profile-blog-rss-div {
  padding-left: 24px;
  margin-top: 10px;
  padding-right: 10px;
}
.company-profile-blog-rss-div p {
  color: #353262;
  font: 24px/1 'Montserrat-Light', sans-serif;
  margin-left: -3px;
}
.company-profile-blog-rss-div span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 3px;
  width: 19px;
  height: 32px;
  background: #fff url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") no-repeat 0 100%;
}
.company-profile-blog-rss-div input {
  cursor: default !important;
}
/*
* Gallery
*/
#gallery-modal .modal-content {
  padding: 35px 13px 13px 13px;
}
#gallery-modal .close {
  position: absolute;
  top: 10px;
  right: 15px;
}
#gallery-modal #gallery-form {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  height: 100%;
}
#gallery-modal img {
  width: 180px;
  height: 180px;
  padding: 0;
  margin: 2px;
  display: block;
  float: left;
  cursor: pointer;
  border: 1px solid #FFF;
}
#gallery-modal img:hover {
  border-color: grey;
}
#gallery-modal .modal-dialog {
  min-width: 980px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
#gallery-modal .modal-dialog,
#gallery-modal .modal-content {
  height: 95%;
}
.company_registration_title_autocomplete.ui-menu .ui-menu-item {
  background: #fff;
  padding: 9px 5px 9px .4em;
  cursor: pointer;
}
.company_registration_title_autocomplete.ui-widget-content .ui-state-focus,
.company_registration_title_autocomplete.ui-widget-header .ui-state-focus {
  background: #e8e8e8;
}
.company_registration_title_autocomplete.ui-autocomplete {
  max-height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
}
.company_registration_title_autocomplete.ui-widget-content {
  width: 358px !important;
  background-color: #FFF;
  border-right: 1px solid #bebebe;
  border-left: 1px solid #bebebe;
  box-shadow: 3px 3px 3px #dbdbdb, -3px 3px 3px #dbdbdb;
  font: 18px/22px "Gotham-Light", sans-serif;
  color: #616161;
}
#terms-and-conditions-page {
  margin: 0 auto;
}
#terms-and-conditions-page > div {
  max-width: 800px;
  margin: 0 auto;
}
#terms-and-conditions-page table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
#terms-and-conditions-page td,
#terms-and-conditions-page th {
  vertical-align: top;
  font-size: 12pt;
}
#terms-and-conditions-page h1,
#terms-and-conditions-page h2,
#terms-and-conditions-page h3,
#terms-and-conditions-page h4,
#terms-and-conditions-page h5,
#terms-and-conditions-page h6 {
  clear: both;
}
#terms-and-conditions-page ol,
#terms-and-conditions-page ul {
  margin: 0;
  padding: 0;
}
#terms-and-conditions-page li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#terms-and-conditions-page * {
  margin: 0;
  margin-bottom: 10px;
}
#terms-and-conditions-page .P1 {
  font-size: 12pt;
  text-align: center ! important;
  font-family: Times New Roman;
  writing-mode: lr-tb;
  margin-top: 15px;
}
#terms-and-conditions-page .P10 {
  font-size: 12pt;
  margin-bottom: 0in;
  margin-left: 0.5in;
  margin-right: 0in;
  margin-top: 0in;
  text-align: justify ! important;
  text-indent: -0.25in;
  font-family: Times New Roman;
  writing-mode: lr-tb;
}
#terms-and-conditions-page .P4 {
  font-size: 12pt;
  text-align: justify ! important;
  font-family: Times New Roman;
  writing-mode: lr-tb;
}
#terms-and-conditions-page .P5 {
  font-size: 12pt;
  text-align: justify ! important;
  font-family: Times New Roman;
  writing-mode: lr-tb;
  margin-left: 0.5in;
  margin-right: 0in;
  text-indent: 0in;
}
#terms-and-conditions-page .P6 {
  font-size: 12pt;
  text-align: justify ! important;
  font-family: Times New Roman;
  writing-mode: lr-tb;
  margin-left: 0.5in;
  margin-right: 0in;
  text-indent: 0.5in;
}
#terms-and-conditions-page .P7 {
  font-size: 12pt;
  text-align: justify ! important;
  font-family: Times New Roman;
  writing-mode: lr-tb;
  margin-left: 1.2in;
  margin-right: 0in;
  text-indent: 0.5in;
}
#terms-and-conditions-page .P8 {
  font-size: 12pt;
  text-align: center ! important;
  font-family: Times New Roman;
  writing-mode: lr-tb;
}
#terms-and-conditions-page .P9 {
  font-size: 12pt;
  margin-bottom: 0in;
  margin-left: 0.5in;
  margin-right: 0in;
  margin-top: 0in;
  text-align: justify ! important;
  text-indent: 0in;
  font-family: Times New Roman;
  writing-mode: lr-tb;
}
#terms-and-conditions-page .T1 {
  font-size: 16pt;
  font-weight: bold;
}
#terms-and-conditions-page .T2 {
  text-decoration: underline;
  font-weight: bold;
}
#terms-and-conditions-page .T3 {
  font-weight: bold;
}
#terms-and-conditions-page .email-left-margin {
  margin-left: 66px;
}
#terms-and-conditions-page .phone-left-margin {
  margin-left: 64px;
}
#terms-and-conditions-page .case2-fix {
  position: relative;
  left: -24px;
}
.feedback-main {
  background: #fff;
}
#feedback-form {
  background: none;
  max-width: 650px;
  width: auto;
  margin: 0 auto;
}
#feedback-form input {
  margin-bottom: 25px;
  width: 100%;
}
#feedback-form textarea {
  margin-bottom: 25px;
  width: 100%;
  height: 200px;
}
#feedback-form h1 {
  margin-bottom: 35px;
}
#feedback-form ul {
  margin-top: -10px;
}
#feedback-form .feedback-captcha {
  display: block;
  width: 200px !important;
  margin-top: 3px;
}
#feedback-form ul + img {
  margin-top: -10px;
}
.upload-gallery-btn {
  width: 144px;
  height: 25px;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") no-repeat 0 100%;
  position: absolute;
  z-index: 1000;
  cursor: pointer;
}
.upload-gallery-btn.blog-gallery-btn {
  bottom: 8px;
  left: 170px;
}
.upload-gallery-btn.company-office-gallery-btn {
  bottom: 56px;
  left: 126px;
}
.upload-gallery-btn.company-img1-gallery-btn {
  bottom: 16px;
  left: 75px;
}
.upload-gallery-btn.company-img2-gallery-btn {
  bottom: 16px;
  left: 83px;
}
.upload-gallery-btn.company-img3-gallery-btn {
  top: 203px;
  left: 72px;
}
.upload-gallery-btn.company-img4-gallery-btn {
  top: 203px;
  left: 72px;
}
.upload-gallery-btn.company-img5-gallery-btn {
  top: 203px;
  left: 72px;
}
.upload-input-btn {
  z-index: 1000;
  margin: 0;
  padding: 0;
  position: absolute;
  display: block !important;
  border: 1px solid red;
  cursor: pointer;
  overflow: hidden;
  font-size: 100px;
  opacity: 0 !important;
}
.upload-input-btn.company-office-upload-btn {
  bottom: 54px;
  left: 20px;
  width: 90px;
  height: 62px;
}
.upload-input-btn.company-img1-upload-btn {
  bottom: 13px;
  left: 20px;
  width: 48px;
  height: 40px;
}
.upload-input-btn.company-img2-upload-btn {
  bottom: 13px;
  left: 28px;
  width: 48px;
  height: 40px;
}
.upload-input-btn.company-logo-upload-btn {
  bottom: 6px;
  left: 28px;
  width: 83px;
  height: 50px;
}
.upload-input-btn.blog-upload-btn {
  bottom: 13px;
  left: 13px;
  width: 143px;
  height: 53px;
}
.owl-carousel a {
  text-decoration: none !important;
}
.owl-carousel a:hover {
  text-decoration: none !important;
}
#company-current-promotion {
  text-align: center;
}
#company-current-promotion p {
  padding: 0;
}
/*
* Page /companies
*/
#instagram-company-block div a {
  display: block;
  text-align: center;
  margin: 0 40px 0 40px;
}
#instagram-company-block div a img {
  width: 185px;
}
#instagram-block-logo {
  width: 30px;
}
#company-enable-instagram + a {
  right: 30px;
}
.company-dashboard-list .item .unpublishedReasonCaption {
  width: 130px !important;
  padding: 0 !important;
  position: absolute;
  right: 10px;
  top: 60px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.view-job-expires-at-caption {
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: -5px;
}
.nav.jobs-view-actions-nav {
  padding-bottom: 5px;
}
.jobs-view-actions-nav li {
  padding-left: 0 !important;
}
.archive-button p.expire-date {
  position: absolute;
  bottom: 55px;
  right: 7px;
  width: 125px !important;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  padding: 0 !important;
}
#company-disable-instagram,
#company-enable-instagram {
  position: absolute;
  bottom: 3px;
  width: 21px;
  height: 19px;
  background: #fff url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") no-repeat 0 100%;
  right: 5px;
}
#company-disable-instagram {
  background-position: -21px !important;
}
#edit-facebook-page-example .example-fb-image {
  text-align: center;
}
#edit-facebook-page-example .example-fb-label {
  margin-bottom: 3px;
  margin-top: 15px;
}
#edit-facebook-page-example .example-fb-label span {
  font-style: italic;
}
#edit-instagram_embed_code-example {
  margin-bottom: 10px;
}
#edit-instagram_embed_code-example .instagram_embed_code-title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
#edit-instagram_embed_code-example p {
  margin-bottom: 5px;
}
#edit-twitter-widget-example {
  margin-bottom: 10px;
}
#edit-twitter-widget-example .twitter-widget-title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
#edit-twitter-widget-example p {
  margin-bottom: 5px;
}
.search-filter-level:before,
.search-filter-type:before,
.search-filter-size:before,
.search-filter-company:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 11px;
  height: 11px;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") -14px -49px;
}
.search-filter-type:before {
  width: 13px !important;
  height: 13px !important;
  background-position: -26px -48px !important;
  display: block !important;
}
.search-filter-size:before {
  background-position: -3px -65px !important;
  width: 14px !important;
  height: 14px !important;
  display: block !important;
}
.search-filter-company:before {
  display: block !important;
  width: 16px !important;
  height: 12px !important;
  background-position: -20px -66px !important;
}
.coupon {
  margin-bottom: 10px;
}
#coupon_code {
  height: 34px;
  font-size: 16px;
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
.content-text .publish-job {
  font-weight: bold;
}
.T1 {
  font-weight: bold;
}
.left-cell {
  vertical-align: top;
  padding-right: 10px;
}
.right-cell {
  vertical-align: top;
  padding-left: 10px;
}
#feature-comparison {
  width: 100%;
}
#feature-comparison tbody tr:nth-child(odd) {
  background-color: #F7F7F7;
}
#feature-comparison tbody tr:nth-child(odd) td.dark {
  background-color: #B2B2D1;
}
#feature-comparison th {
  padding: 5px 7px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
#feature-comparison th i {
  font-weight: normal;
  font-size: small;
  text-transform: none;
}
#feature-comparison th.data {
  width: 120px;
}
#feature-comparison td {
  padding: 2px 10px;
  text-align: center;
}
#feature-comparison .feature {
  text-align: left;
}
#feature-comparison .dark {
  background-color: #8081B7;
  color: #FFF;
}
.next-link {
  color: #353262;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  top: 13px;
  margin: 0 0 0 22px;
  display: block;
  padding: 0 25px 0 0;
  float: left;
  text-decoration: none !important;
}
.next-link:after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 4px;
  right: 0;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") no-repeat 0 0;
}
.next-link:hover:after {
  background-position: 0 -51px;
}
.pager1 {
  float: left;
  margin: 15px 0 15px 554px;
}
.pager1 a {
  color: #7c78b3;
  font-size: 15px;
  text-decoration: none !important;
  float: left;
  margin: 0 8px;
}
.pager1 a:hover,
.pager1 a.active {
  color: #353262;
}
.pager1 .prev {
  width: 31px;
  height: 13px;
  position: relative;
  top: 3px;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") no-repeat 0 -13px;
}
.pager1 .next:hover {
  background-position: 0 -51px;
}
.pager1 .prev.inactive {
  background-position: 0 -39px !important;
}
.pager1 .next {
  width: 31px;
  height: 13px;
  position: relative;
  top: 3px;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") no-repeat 0 0;
}
.pager1 .prev:hover {
  background-position: 0 -64px;
}
.pager1 .next.inactive {
  background-position: 0 -26px !important;
}
@media (min-width: 768px) {
  .pager1 a {
    margin: 0 16px;
  }
  .new-blog-entry .nav li {
    width: 170px;
  }
}
.main_logo_size {
  width: 246px;
  height: 78px;
}
.logo_size {
  width: 123px;
  height: 39px;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.join-dropdown .dropdown-menu {
  margin-top: 0;
}
