.careers-cta {
  background-color: #B98762;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.careers-cta .left {
	width: 50%;
    min-height: 600px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.careers-cta .right {
	width: 50%;
    padding: 5rem 8rem;
    
}
.careers-cta .right a {
	color: white;
    border: 1px solid white;
	border-radius: 50px;
    padding: 10px 30px;
    display: inline-block;
    margin: 30px auto 0 auto;
}
.careers-cta .right a:hover, .careers-cta .right a:focus, .careers-cta .right a:active {
    border: 1px solid white;
    color: #B98762;
    background: white;
}
@media (max-width: 1140px) {
  .careers-cta .left {
	/*display: none;*/
    width: 100%;
    min-height: 430px;
  }
  .careers-cta .right {
	width: 100%;
    padding: 5rem;
  }
}
.jobs-info {
	font-size: 20px;
}
#topNavBar .container {
	justify-content: space-between;
}
.careers-title {
	font-size: 28px;
    text-align: right;
    margin: 0 0;
    padding: 0 0;
}
@media (max-width: 920px) {
  .careers-title {
      font-size: 20px;
  }
}

.testimonial-slide .employee-title {
  text-transform:uppercase;
  white-space:nowrap;
  letter-spacing:2.1px;
  font-size:12px;
}

.testimonial-slide .testimonial-quote {
	padding-top: 40px;
    font-size: 20px;
}

.jobs h2 {
	margin-bottom: 20px;
}
@media (min-width: 920px) {
  .nav-menu-link {
	font-size: 20px;
    font-weight: 300;
  }
}
@media (max-width: 920px) {
	.nav-menu-link {
	font-size: 14px;
    font-weight: 300;
    
  }
  #topNavBar .container {
      padding-right: 1rem;
      padding-left: 0.5rem;
  }
}
nav#main-nav #topNavBar #nav-logo {
	height: 35px
}
@media (max-width: 920px) {
  nav#main-nav #topNavBar.fullyOpen #nav-logo {
      height: 35px
  }
  .mobile-btn {
  	background: rgba(255, 255, 255, 1);
    color: black;
    opacity: 1;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 400;
  }
}

