/* COLORS */
* {
  margin: 0;
  padding: 0;
}

.white-color {
  color: #fff !important;
}

#carouselTestimonials {
  background: #650661;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 12px;
  padding: 15px 60px;
}
@media (max-width: 992px) {
  #carouselTestimonials {
    padding: 15px;
  }
}
@media (max-width: 992px) {
  #carouselTestimonials .carousel-control {
    display: none;
  }
}
#carouselTestimonials .fa-quote-left {
  font-size: 200px;
  position: absolute;
  opacity: 0.1;
}
@media (max-width: 480px) {
  #carouselTestimonials .fa-quote-left {
    font-size: 100px;
  }
}
#carouselTestimonials .carousel-inner {
  display: grid;
  min-height: auto;
  align-items: center;
}
#carouselTestimonials .carousel-inner .item {
  align-self: center;
  justify-content: center;
  justify-self: center;
}
#carouselTestimonials .carousel-control.left, #carouselTestimonials .carousel-control.right {
  background-image: none;
  outline: none;
  box-shadow: none;
  border: none;
  background: none !important;
  opacity: 0.8;
  transition: all 0.3s ease;
}
#carouselTestimonials .carousel-control.left:hover, #carouselTestimonials .carousel-control.right:hover {
  opacity: 1;
}
#carouselTestimonials .text-testimonials {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  #carouselTestimonials .text-testimonials {
    text-align: left;
    font-size: 16px;
  }
}
#carouselTestimonials .title-testimonials {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  #carouselTestimonials .title-testimonials {
    text-align: left;
    font-size: 16px;
  }
}
#carouselTestimonials .name-testimonials {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 992px) {
  #carouselTestimonials .name-testimonials {
    text-align: left;
    font-size: 16px;
  }
}
#carouselTestimonials .carousel-indicators {
  position: relative;
  bottom: 0;
  display: block;
  left: 0;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  text-align: center;
  list-style: none;
  margin-top: 20px;
}
#carouselTestimonials .carousel-indicators .active {
  height: 10px;
  width: 10px;
  margin: 0 3px;
  padding: 0;
}
#carouselTestimonials .divider-testimonials {
  border: solid 2px white;
  max-width: 30px;
  border-radius: 6px;
  margin: 15px auto;
}
@media (max-width: 992px) {
  #carouselTestimonials .divider-testimonials {
    margin: 15px 0;
    border-width: 1px;
  }
}

#footer.footer-default {
  border-top: none;
}

#footer-bottom a {
  font-weight: normal !important;
  font-size: 16px !important;
}

.cta-bottom {
  padding: 15px;
  transition: all 0.3s ease-in-out;
  max-width: 365px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cta-bottom {
    max-width: 100%;
  }
}
.cta-bottom:hover {
  opacity: 0.9;
}
.cta-bottom .container-cta-bottom {
  text-align: center;
  background: #650461;
  padding: 15px;
  border-radius: 6px;
}
.cta-bottom a {
  border-radius: 6px;
  cursor: pointer;
}
.cta-bottom .title {
  font-size: 2em;
  color: #fff;
  margin-bottom: 10px;
}
@media (min-width: 1600px) {
  .cta-bottom .title {
    line-height: 35px;
  }
}
@media (max-width: 1600px) {
  .cta-bottom .title {
    font-size: 1.6em;
  }
}
@media (max-width: 992px) {
  .cta-bottom .title {
    font-size: 1.4em;
  }
}
@media (max-width: 480px) {
  .cta-bottom .title {
    font-size: 1.2em;
  }
}
.cta-bottom .text {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cta-bottom .text {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .cta-bottom .text {
    font-size: 16px;
  }
}
.cta-bottom .fa-quote-left {
  font-size: 180px;
  position: absolute;
  opacity: 0.1;
  left: 0;
  color: #fff;
  right: 0;
  align-self: center;
  z-index: 0;
  height: 0;
}
@media (max-width: 992px) {
  .cta-bottom .fa-quote-left {
    font-size: 80px;
  }
}

.bottom-ribbon {
  padding: 15px;
  background: #650461;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 992px) {
  .bottom-ribbon {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .bottom-ribbon {
    font-size: 16px;
  }
}
.bottom-ribbon:hover {
  background: #ee8f1d;
  color: #fff;
}

@media (min-width: 992px) {
  .contact-page .col-contact-questions ul {
    margin-bottom: 30px;
  }
}
.contact-page .col-contact-questions ul li {
  margin-bottom: 10px;
}
.contact-page .col-contact-questions ul li:last-child {
  margin-bottom: 0;
}
.contact-page .col-contact-questions a {
  color: #650461;
}
.contact-page .col-contact-questions a:hover {
  color: #ee8f1d;
}

.careers-page .banner-image-bg {
  background-image: url(../images/employers-home.png);
  height: 300px;
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 1px 1px 10px;
  margin-bottom: 3rem;
}
.careers-page ul {
  font-size: 1.8rem;
  list-style: circle;
  margin-left: 3rem;
}
.careers-page h2 {
  color: #650461;
}
.careers-page .sub-title {
  line-height: 1.5;
  color: #650461;
  background: white;
}
.careers-page .sub-title span {
  background: #ee8f1d;
  color: #fff;
  padding: 0.5rem;
  border-radius: 5px;
}
.careers-page .core-values-box {
  padding: 3rem;
  background: #650461;
  box-shadow: 1px 1px 3px 5px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}
.careers-page .core-values-box h3 {
  color: #fff;
}
.careers-page .core-values-box ul {
  color: #fff;
}
.careers-page .qr-text {
  color: #650461;
  font-size: 3rem;
}
.careers-page .qr-code {
  display: block;
  margin: auto;
  min-width: 135px;
}
.careers-page .bg-divider {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.careers-page .middle-boxes {
  display: flex;
  grid-gap: 5rem;
  flex-direction: row;
  align-content: stretch;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .careers-page .middle-boxes {
    display: flex;
    width: 75%;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-around;
    flex-wrap: nowrap;
  }
}
.careers-page h4 {
  color: #650461;
  font-size: 3rem;
}
.careers-page .panel-heading p {
  background: #ee8f1d;
  width: 70px;
  margin: auto;
  text-align: center;
  height: 1.6rem;
  border-radius: 5px;
}
.careers-page form {
  margin-bottom: 5rem;
  background: #650461;
  padding: 2rem;
  border-radius: 5px;
}
.careers-page form label, .careers-page form p {
  color: #fff;
}
.careers-page form .has-feedback label {
  color: #000;
}

.our-jobs {
  margin-top: 30px;
}
.our-jobs .career-icon {
  height: 22px;
  display: inline;
  width: 35px;
  margin-top: -7px;
  margin-right: 2px;
}
.our-jobs .career-title {
  font-size: 2.2rem;
  display: inline;
}
@media (max-width: 992px) {
  .our-jobs .career-title {
    font-size: 20px;
  }
}
.our-jobs .career {
  margin-bottom: 25px;
}
.our-jobs .career:last-child {
  margin-bottom: 0;
}
.our-jobs h2 {
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .our-jobs h2 {
    text-align: left;
  }
}

.job-modals.in {
  display: grid !important;
}

.job-modals {
  margin: 0;
  padding: 15px !important;
}
.job-modals .modal-dialog {
  align-self: center;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
.job-modals h2 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 22px;
}
.job-modals p {
  margin-bottom: 25px;
}
.job-modals p:last-child {
  margin-bottom: 0;
}
.job-modals h2, .job-modals strong {
  color: #650461;
}
.job-modals ul, .job-modals ol, .job-modals p {
  font-size: 18px;
}
.job-modals ul {
  font-size: 18px;
  list-style-type: disc;
  margin-left: 30px;
  margin-bottom: 30px;
  margin-top: 15px;
}
.job-modals ul:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .job-modals ul {
    margin-left: 15px;
  }
}
.job-modals ul li {
  margin-bottom: 6px;
}
.job-modals ul li:last-child {
  margin-bottom: 0;
}
.job-modals .modal-header {
  padding: 15px;
}
.job-modals .modal-content {
  margin: 0;
  border: none;
}
.job-modals .close {
  top: -1px;
}

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