@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#career_profiles {
  opacity: 0;
}
@media (max-width: 680px) {
  #career_profiles {
    padding-top: 24px;
  }
}

.testimonial-left {
  float: left;
  width: 63%;
  font-size: 22px;
  line-height: 40px;
}
@media (max-width: 680px) {
  .testimonial-left {
    float: none;
    width: auto;
  }
}
.testimonial-left h1 {
  font-size: 50px;
  line-height: 64px;
  font-weight: 700;
  color: #002856;
  letter-spacing: 0;
  font-family: "Gotham A", "Gotham B", "Arial", sans-serif;
  margin-bottom: 20px;
}
@media (max-width: 1750px) {
  .testimonial-left h1 {
    font-size: 46px;
    line-height: 58px;
  }
}
@media (max-width: 1365px) {
  .testimonial-left h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 1024px) {
  .testimonial-left h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
.testimonial-left .testimonial-info-holder {
  position: relative;
  padding: 0 0 30px;
}
.testimonial-left .testimonial-info-holder .testimonial-info {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  color: #636569;
}
.testimonial-left .testimonial-info-holder .testimonial-info .testimonial-name {
  font-weight: bold;
}
.testimonial-left .testimonial-info-holder .testimonial-info .testimonial-edu {
  font-size: 12px;
  font-style: italic;
  line-height: 18px;
  margin-bottom: 24px;
}
.testimonial-left .testimonial-info-holder .testimonial-info .testimonial-copy {
  font-style: italic;
}
@media (max-width: 1024px) {
  .testimonial-left .testimonial-info-holder .testimonial-info .testimonial-copy {
    font-size: 18px;
    line-height: 32px;
    padding: 0 24px 0 0;
  }
}
.testimonial-left .testimonial-info-holder .testimonial-info .testimonial-copy img {
  width: 28%;
  float: left;
  margin: 10px 20px 0 0;
}
@media (max-width: 680px) {
  .testimonial-left .testimonial-info-holder .testimonial-info .testimonial-copy img {
    width: auto;
    margin: 0 0 20px 0;
    float: none;
  }
}
.testimonial-left .testimonial-info-holder .testimonial-info .testimonial-learn-more {
  margin: 20px 0 0;
}
@media (max-width: 1024px) {
  .testimonial-left .testimonial-info-holder .testimonial-info .testimonial-learn-more {
    margin: 8px 0 0;
  }
}
.testimonial-left .testimonial-info-holder .testimonial-info .testimonial-learn-more a {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .testimonial-left .testimonial-info-holder .testimonial-info .testimonial-learn-more a {
    font-size: 18px;
    line-height: 32px;
  }
}
.testimonial-left .testimonial-info-holder .testimonial-info.current {
  opacity: 1;
  visibility: visible;
}

.testimonial-right {
  float: right;
  width: 33%;
  max-width: 320px;
}
@media (max-width: 680px) {
  .testimonial-right {
    float: none;
    width: auto;
    margin: 0 auto;
  }
  .testimonial-right:after {
    content: "";
    display: table;
    clear: both;
  }
}
.testimonial-right .testimonial-np {
  font-size: 12px;
  margin: 10px auto 30px;
  width: 210px;
}
.testimonial-right .testimonial-np a, .testimonial-right .testimonial-np a:visited {
  display: inline-block;
  padding: 8px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #636569;
  color: #636569;
  float: right;
  text-decoration: none;
}
.testimonial-right .testimonial-np a:hover {
  background: #e37925;
  border: 1px solid #e37925;
  color: #ffffff;
  text-decoration: none;
}
.testimonial-right .testimonial-np a.prev-test {
  margin-right: 12px;
  visibility: visible;
}
.testimonial-right .testimonial-np a.prev-test.prev-hidden {
  visibility: hidden;
}
.testimonial-right .test-photos-holder {
  position: relative;
  padding: 0 0 12px;
  width: 100%;
}
.testimonial-right .test-photos-holder .test-photo {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.testimonial-right .test-photos-holder .test-photo .profile-photos {
  position: relative;
}
.testimonial-right .test-photos-holder .test-photo .profile-photos img {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  z-index: 99;
  width: 100% !important;
  height: auto;
}
.testimonial-right .test-photos-holder .test-photo .profile-photos img.current {
  opacity: 1;
  visibility: visible;
}
.testimonial-right .test-photos-holder .test-photo.current {
  opacity: 1;
  visibility: visible;
}
.testimonial-right .testimonial-nav {
  display: table;
  margin: 0 auto;
}
.testimonial-right .testimonial-nav a {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  margin: 0 9px;
  outline: 0;
  background: #8c9091;
  cursor: pointer;
}
.testimonial-right .testimonial-nav a.current {
  background: #e37925;
}

/*# sourceMappingURL=career_profiles.css.map */
