@charset "UTF-8";

.reveal-overlay {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: all ease .5s; }

.is-reveal-open .reveal-overlay {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  transition: all ease .5s; }

.career__gallery-item {
  width: 100%;
  height: auto; }

@media print, screen and (min-width: 64em) {
  .career__gallery .owl-stage {
    padding-bottom: 10rem; }
  .career__gallery .owl-item {
    -webkit-transform: translateY(0rem) !important;
            transform: translateY(0rem) !important;
    transition: all linear 10s; }
  .career__gallery .big {
    -webkit-transform: translateY(10rem) !important;
            transform: translateY(10rem) !important;
    transition: all linear 10s; }
  .career__gallery .medium {
    -webkit-transform: translateY(5rem) !important;
            transform: translateY(5rem) !important;
    transition: all linear 10s; } }

.career__quotes-item {
  font-size: 2rem;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  color: black; }

.career__quotes .owl-nav {
  width: 30rem;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.career__quotes .owl-dots {
  width: 30rem;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
  margin-top: -4.5rem; }

.career__quotes .owl-dot span {
  background: white !important;
  border: 1px solid black !important; }
  .career__quotes .owl-dot span:hover {
    background: black !important; }

.career__quotes .owl-dot.active span {
  background: black !important;
  border: 1px solid black !important; }

.career__quotes .owl-prev {
  width: 4rem;
  height: 4rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #DEDEDE !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: white !important; }
  .career__quotes .owl-prev img {
    width: 1rem;
    height: auto; }

.career__quotes .owl-next {
  width: 4rem;
  height: 4rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #DEDEDE !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: white !important; }
  .career__quotes .owl-next img {
    width: 1rem;
    height: auto; }

.owl-carousel .owl-stage {
  transition-timing-function: linear !important; }

.blog__paragraph {
  margin-top: 4rem; }
