.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.colorbar-carrers-difference {
  padding: 4.5% 4.5% 5.5% 4.5%;
}
@media only screen and (max-width: 759px) {
  .colorbar-carrers-difference {
    padding: 0px;
  }
}
.colorbar-carrers-difference .difference {
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 759px) {
  .colorbar-carrers-difference .difference {
    display: block;
  }
}
.colorbar-carrers-difference .difference .text-container {
  padding: 0% 8%;
}
@media only screen and (max-width: 759px) {
  .colorbar-carrers-difference .difference .text-container {
    padding: 8%;
  }
}
.colorbar-carrers-difference .difference .text-container h2 {
  color: #3a2d4a;
}
.colorbar-carrers-difference .difference .text-container p {
  text-transform: none;
  margin-top: 25px;
  margin-bottom: 20px;
  color: #282828;
}
@media only screen and (max-width: 759px) {
  .colorbar-carrers-difference .difference .text-container p {
    margin: 20px 0px;
  }
}
.colorbar-carrers-difference .difference .cta {
  color: #911885;
  background-color: transparent;
  border: 2px solid #911885;
}
.colorbar-carrers-difference .difference .cta:hover {
  border-color: #831678;
  color: #831678;
}
.colorbar-careers-videos .videos-container {
  margin: 0px 7.6%;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .colorbar-careers-videos .videos-container {
    grid-template-columns: 1fr;
    row-gap: 0;
    margin: unset;
  }
}
.colorbar-careers-search .search {
  padding: 2rem 0 2rem;
}
@media only screen and (min-width: 960px) {
  .colorbar-careers-search .search {
    padding: 6rem 0 8.0625rem;
  }
}
.colorbar-careers-search .search p.searchJobs {
  font-family: 'Averta-Regular', sans-serif;
  font-size: 1.25rem;
  line-height: 30px;
  color: #282828;
  letter-spacing: 0.9px;
  text-align: center;
  filter: 'alpha(opacity=60)';
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  margin-bottom: 1.25rem;
}
.colorbar-careers-search .search p.searchJobs,
.colorbar-careers-search .search h2 {
  text-align: center;
  text-transform: uppercase;
}
.colorbar-careers-search .search h2 {
  font-family: "Kapra-Regular", sans-serif;
  font-size: 40px;
  line-height: 56px;
  color: #282828;
  margin: 1rem 0.5rem;
}
@media only screen and (min-width: 960px) {
  .colorbar-careers-search .search h2 {
    font-family: "Kapra-Regular", sans-serif;
    font-size: 3.625rem;
    line-height: 56px;
    color: #282828;
    margin-bottom: 4.375rem;
  }
}
.colorbar-careers-search .search .filterJobs {
  display: flex;
  -webkit-box-pack: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}
.colorbar-careers-search .search .filterJobs select {
  border: none;
  padding: 1rem;
  width: 35%;
  -webkit-background-size: 15px;
  -moz-background-size: 15px;
  -o-background-size: 15px;
  background-size: 15px;
}
@media only screen and (max-width: 959px) {
  .colorbar-careers-search .search {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .colorbar-careers-search .search select,
  .colorbar-careers-search .search button {
    width: 95%;
  }
  .colorbar-careers-search .search select {
    margin-bottom: 0.625rem;
  }
}
.colorbar-careers-search .jobsContainer {
  padding-top: 5.375rem;
  min-height: 500px;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.colorbar-careers-search .jobsContainer .job {
  margin-bottom: 1.65625rem;
  padding-bottom: 1.84375rem;
  display: flex;
  width: 90%;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #d3d3d3;
}
@media only screen and (max-width: 959px) {
  .colorbar-careers-search .jobsContainer .job {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.colorbar-careers-search .jobsContainer .job .position {
  font-family: 'Averta-Bold', sans-serif;
  font-size: 1.1875rem;
  color: #41273b;
  text-transform: none;
  font-weight: bold;
  letter-spacing: 0;
  width: 400px;
}
@media only screen and (max-width: 959px) {
  .colorbar-careers-search .jobsContainer .job .position {
    margin-bottom: 0.5rem;
    width: 100%;
  }
}
.colorbar-careers-search .jobsContainer .job .city-posType {
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 350px;
  filter: 'alpha(opacity=0.6)';
  -moz-opacity: 0.006;
  -khtml-opacity: 0.006;
  opacity: 0.006;
  font-family: 'Averta-Regular', sans-serif;
  font-size: 1.1875rem;
  color: #282828;
  text-transform: none;
  text-transform: capitalize;
  letter-spacing: 0;
}
.colorbar-careers-search .jobsContainer .job .city-posType span {
  margin: 0 0.625rem;
  display: none;
}
@media (max-width: 1080px) {
  .colorbar-careers-search .jobsContainer .job .city-posType {
    width: auto;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .colorbar-careers-search .jobsContainer .job .city-posType span {
    display: inline;
  }
}
@media only screen and (max-width: 959px) {
  .colorbar-careers-search .jobsContainer .job .city-posType {
    margin-bottom: 0.625rem;
  }
}
.colorbar-careers-search .jobsContainer .job .social {
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-width: 80px;
}
.colorbar-careers-search .jobsContainer .job .social .fb-share path hover {
  fill: #1877f2;
}
.colorbar-careers-search .jobsContainer .job .tw-share path hover {
  fill: #1da1f2;
}
.colorbar-careers-search .jobsContainer .job .li-share g hover {
  fill: #0a66c1;
}
.colorbar-careers-search .jobsContainer .job svg {
  height: 20px;
}
@media only screen and (max-width: 959px) {
  .colorbar-careers-search .jobsContainer .job svg {
    height: 15px;
  }
}
.colorbar-careers-search .jobsContainer .viewMoreSocial {
  width: 20%;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 959px) {
  .colorbar-careers-search .jobsContainer .viewMoreSocial {
    width: 100%;
  }
}
.colorbar-careers-search .jobsContainer .viewMore {
  font-family: 'Averta-Bold', sans-serif;
  font-size: 1rem;
  color: #41273b;
  letter-spacing: 0.23px;
}
.colorbar-careers-shots .interiorShots >>> img {
  width: 100%;
}
.mr-mission {
  background-color: #f7f7f8;
  height: 448px;
  color: #434343;
  display: block;
  overflow: hidden;
  max-width: 1300px;
  margin: 2em auto;
}
.mr-mission .top-row {
  max-width: 940px;
  height: 100%;
  padding: 34px 0px;
}
.mr-mission .main-block {
  height: 100%;
  position: relative;
  padding-right: 8%;
  padding-left: 8%;
}
.mr-mission .main-block .main-block-wrap {
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  position: relative;
  top: 50%;
  display: block;
}
.mr-mission .main-block .main-block-wrap .title {
  font-size: 48px;
}
.mr-mission .main-block .main-block-wrap .description {
  margin-top: 8px;
}
.mr-mission .img-block {
  height: 100%;
  position: relative;
  display: block;
}
.mr-mission .img-block .img-wrap {
  height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  display: block;
}
.mr-mission .img-block .img-wrap > img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 759px) {
  .mr-mission {
    height: unset;
    min-height: 617px;
  }
  .mr-mission .top-row {
    width: 100%;
    padding-bottom: unset;
  }
  .mr-mission .main-block {
    padding: 0px 26px;
    padding-bottom: 26px;
  }
  .mr-mission .main-block .main-block-wrap {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .mr-mission .img-block {
    padding: 26px 0px;
  }
  .mr-mission .img-block .img-wrap {
    top: 0%;
    left: 50%;
  }
  .mr-mission .img-block .img-wrap > img {
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}
@media only screen and (max-width: 759px) and (max-width: 320px) {
  .main-block {
    padding: 0px !important;
    padding-bottom: 26px !important;
  }
}
.colorbar-careers-people .people {
  background-color: #eae8e9;
}
.colorbar-careers-people .people h2.peopleHeading {
  font-family: "Kapra-Regular", sans-serif;
  text-transform: uppercase;
  font-size: 3.625rem;
  line-height: 56px;
  color: #343434;
  letter-spacing: 0;
  text-align: center;
  margin: 5.9375rem 0 6.6875rem;
}
@media (max-width: 1024px) {
  .colorbar-careers-people .people h2.peopleHeading {
    margin: 3.1875rem 0 1.875rem;
  }
}
@mediamq-desktop-md-less {
  font-size: 2.625rem;
}
.colorbar-careers-people .people .traitSlides .traitContainer {
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-height: 684px;
}
.colorbar-careers-people .people .traitSlides .traitContainer after {
  padding-top: 39.24%;
  display: block;
  content: '';
}
@media (max-width: 1024px) {
  .colorbar-careers-people .people .traitSlides .traitContainer.love,
  .colorbar-careers-people .people .traitSlides .traitContainer.joy,
  .colorbar-careers-people .people .traitSlides .traitContainer.courage,
  .colorbar-careers-people .people .traitSlides .traitContainer.responsibility,
  .colorbar-careers-people .people .traitSlides .traitContainer.trust {
    background-image: none;
  }
  .colorbar-careers-people .people .traitSlides .traitContainer after {
    padding-top: 0;
  }
}
.colorbar-careers-people .people .traitSlides .traitContainer .image-wrap .responsive-image img {
  height: 684px;
  width: unset;
  position: relative;
  float: right;
}
.colorbar-careers-people .people .traitSlides .traitContainer .trait {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  margin-left: 14.8125rem;
  max-width: 21.6%;
}
.colorbar-careers-people .people .traitSlides .traitContainer .trait h2 {
  font-family: "Kapra-Regular", sans-serif;
  text-transform: uppercase;
  font-size: 3.625rem;
  line-height: 56px;
  color: #41273b;
  margin-bottom: 1.25rem;
  letter-spacing: 0;
  text-align: left;
}
.colorbar-careers-people .people .traitSlides .traitContainer .trait p {
  font-family: 'Averta-Regular', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
  color: #282828;
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (max-width: 759px) {
  .colorbar-careers-people .people .traitSlides .traitContainer .trait h2 {
    font-size: 2.5rem;
  }
  .colorbar-careers-people .people .traitSlides .traitContainer .trait p {
    font-size: 1rem;
    padding: 0 6.94%;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .colorbar-careers-people .people .traitSlides .traitContainer .trait {
    margin: 0;
    width: 100%;
  }
  .colorbar-careers-people .people .traitSlides .traitContainer .trait h2 {
    text-align: center;
  }
  .colorbar-careers-people .people .traitSlides .traitContainer .trait p {
    text-align: center;
  }
  .colorbar-careers-people .people .traitSlides .traitContainer .trait .peoplePic {
    display: block;
    width: 100%;
    position: relative;
    top: 60px;
  }
}
.colorbar-careers-people .people .traitSlides >>> .slick-dots {
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  position: absolute;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  margin-right: -50%;
  left: 50%;
}
@media (min-width: 345px) and (max-width: 499px) {
  .colorbar-careers-people .people .traitSlides >>> .slick-dots {
    bottom: 65%;
  }
}
@media (min-width: 500px) and (max-width: 629px) {
  .colorbar-careers-people .people .traitSlides >>> .slick-dots {
    bottom: 73%;
  }
}
@media (min-width: 630px) and (max-width: 799px) {
  .colorbar-careers-people .people .traitSlides >>> .slick-dots {
    bottom: 77%;
  }
}
@media (min-width: 800px) and (max-width: 1024px) {
  .colorbar-careers-people .people .traitSlides >>> .slick-dots {
    bottom: 80%;
  }
}
.colorbar-careers-people .people .traitSlides >>> .slick-dots li button {
  font-size: 0;
  border: none;
}
.colorbar-careers-people .people .traitSlides >>> .slick-dots li button before {
  content: url("../img/dot.svg");
}
.colorbar-careers-people .people .traitSlides >>> .slick-dots li.slick-active button before {
  content: url("../img/dot-active.svg");
}
@media (min-width: 1025px) {
  .colorbar-careers-people .people .traitSlides >>> .slick-dots {
    width: 600px;
    bottom: 100%;
  }
  .colorbar-careers-people .people .traitSlides >>> .slick-dots li button before {
    font-family: 'Averta-Regular', sans-serif;
    font-size: 1.25rem;
    line-height: 30px;
    color: #535353;
    text-transform: none;
    letter-spacing: 0.9px;
    line-height: 30px;
    text-align: center;
  }
  .colorbar-careers-people .people .traitSlides >>> .slick-dots li nth-child(1) button before {
    content: 'LOVE';
  }
  .colorbar-careers-people .people .traitSlides >>> .slick-dots li nth-child(2) button before {
    content: 'JOY';
  }
  .colorbar-careers-people .people .traitSlides >>> .slick-dots li nth-child(3) button before {
    content: 'COURAGE';
  }
  .colorbar-careers-people .people .traitSlides >>> .slick-dots li nth-child(4) button before {
    content: 'RESPONSIBILITY';
  }
  .colorbar-careers-people .people .traitSlides >>> .slick-dots li nth-child(5) button before {
    content: 'TRUST';
  }
  .colorbar-careers-people .people .traitSlides >>> .slick-dots li button {
    font-size: 0;
    border: none;
    background-color: #eae8e9;
  }
  .colorbar-careers-people .people .traitSlides >>> .slick-dots .purpleLine {
    border-bottom: 6px solid #41273b;
    padding-bottom: 0.8rem;
    margin-bottom: 5rem;
  }
}
.colorbar-careers-testimonials .testimonials {
  display: flex;
}
.colorbar-careers-testimonials .testimonials .left,
.colorbar-careers-testimonials .testimonials .right {
  width: 50%;
}
.colorbar-careers-testimonials .testimonials .left {
  overflow: hidden;
  position: relative;
  display: block;
}
.colorbar-careers-testimonials .testimonials .left .responsive-image {
  margin-left: -50%;
  -webkit-transform: translateX(25%);
  -ms-transform: translateX(25%);
  transform: translateX(25%);
  display: block;
  position: relative;
}
.colorbar-careers-testimonials .testimonials .left .responsive-image img {
  height: 100%;
  width: unset;
}
.colorbar-careers-testimonials .testimonials .right {
  background: #efeded;
  padding: 9.3125rem 10.1875rem 3.625rem 7.3125rem;
}
.colorbar-careers-testimonials .testimonials .right .testimonyContainer img {
  height: 70px;
  margin-bottom: 2.625rem;
}
@media (max-width: 1024px) {
  .colorbar-careers-testimonials .testimonials .right .testimonyContainer img {
    margin: 0 auto 1.875rem;
    display: block;
    height: 45px;
  }
}
.colorbar-careers-testimonials .testimonials .right .testimonyContainer ::v-deep .slick-dots {
  display: flex;
  margin-top: 3.931875rem;
}
.colorbar-careers-testimonials .testimonials .right .testimonyContainer ::v-deep .slick-dots li button {
  font-size: 0;
  border: none;
}
.colorbar-careers-testimonials .testimonials .right .testimonyContainer ::v-deep .slick-dots li button before {
  content: url("../img/dot.svg");
}
.colorbar-careers-testimonials .testimonials .right .testimonyContainer ::v-deep .slick-dots li.slick-active button before {
  content: url("../img/dot-active.svg");
}
@media (max-width: 1024px) {
  .colorbar-careers-testimonials .testimonials .right .testimonyContainer ::v-deep .slick-dots {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 2.125rem;
  }
}
.colorbar-careers-testimonials .testimonials .right .testimonyContainer .testimony .quote {
  letter-spacing: 0;
  font-family: 'Averta-Regular', sans-serif;
  font-size: 1.5rem;
  line-height: 32px;
  color: #41273b;
  text-transform: none;
  margin-bottom: 2.625rem;
}
@media only screen and (max-width: 959px) {
  .colorbar-careers-testimonials .testimonials .right .testimonyContainer .testimony .quote {
    font-size: 18px;
  }
}
.colorbar-careers-testimonials .testimonials .right .testimonyContainer .testimony .name {
  font-family: "Kapra-Regular", sans-serif;
  font-size: 2rem;
  line-height: 38px;
  color: #41273b;
  letter-spacing: 0;
}
@media only screen and (max-width: 959px) {
  .colorbar-careers-testimonials .testimonials .right .testimonyContainer .testimony .name {
    font-size: 24px;
  }
}
.colorbar-careers-testimonials .testimonials .right .testimonyContainer .testimony .title {
  font-family: 'Averta-Regular', sans-serif;
  font-size: 1rem;
  line-height: 30px;
  color: #282828;
  filter: 'alpha(opacity=60)';
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  letter-spacing: 0.58px;
}
@media only screen and (max-width: 959px) {
  .colorbar-careers-testimonials .testimonials .right .testimonyContainer .testimony .title {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .colorbar-careers-testimonials .testimonials .right .testimonyContainer .testimony .quote,
  .colorbar-careers-testimonials .testimonials .right .testimonyContainer .testimony .name,
  .colorbar-careers-testimonials .testimonials .right .testimonyContainer .testimony .title {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .colorbar-careers-testimonials .testimonials {
    display: block;
  }
  .colorbar-careers-testimonials .testimonials .left,
  .colorbar-careers-testimonials .testimonials .right {
    width: 100%;
  }
  .colorbar-careers-testimonials .testimonials .right {
    padding: 1.8125rem 1.875rem 2.125rem;
  }
}
.colorbar-careers-new-opportunities {
  overflow: hidden;
}
@media only screen and (max-width: 759px) {
  .colorbar-careers-new-opportunities {
    margin-bottom: -3px;
  }
}
.colorbar-careers-new-opportunities .ctaContainer {
  position: relative;
}
.colorbar-careers-new-opportunities .ctaContainer .bg-image {
  width: 100%;
  max-height: 640px;
}
@media only screen and (max-width: 759px) {
  .colorbar-careers-new-opportunities .ctaContainer .bg-image {
    width: unset;
  }
}
.colorbar-careers-new-opportunities .ctaContainer h2 {
  font-family: "Kapra-Regular", sans-serif;
  text-transform: uppercase;
  font-size: 3.625rem;
  line-height: 56px;
  color: #fff;
  margin-bottom: 2.25rem;
}
.colorbar-careers-new-opportunities .ctaContainer h2 span {
  font-family: 'Betterworks', sans-serif;
  font-size: 2rem;
  line-height: 56px;
  text-transform: lowercase;
  position: relative;
  bottom: 4px;
}
.colorbar-careers-new-opportunities .ctaContainer p {
  font-family: 'Averta-Regular', sans-serif;
  font-size: 1.125rem;
  line-height: 28px;
  text-transform: none;
  margin-bottom: 2.5rem;
}
.colorbar-careers-new-opportunities .ctaContainer .row {
  padding: 1rem;
}
@media only screen and (min-width: 960px) {
  .colorbar-careers-new-opportunities .ctaContainer .row {
    max-width: 40%;
  }
}
.colorbar-careers-new-opportunities .ctaContainer .row.opportunities {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.colorbar-careers-new-opportunities .ctaContainer .row.opportunities .mr-btn-clear hover {
  color: #f00;
}
.colorbar-careers-other-prods .bottomProducts img {
  width: 100%;
  position: relative;
  top: 3px;
}
