.hero-component .pills-container {
  clear: both;
  padding-top: 40px;
}
.hero-component .pills-container .hero-pills {
  border-radius: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0 7px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 7px;
  box-shadow: rgba(128, 145, 159, 0.25) 0px 4px 4px;
  padding: 0 20px;
  line-height: 3em;
  margin-right: 16px;
  margin-bottom: 15px;
  font-size: 14px;
  white-space: wrap;
  display: inline-block;
  height: 39px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.hero-component .pills-container .hero-pills b {
  margin-right: 12px;
}
.hero-component .pills-container .hero-pills:hover {
  color: #fff;
  background-color: #30578d;
  cursor: pointer;
  box-shadow: rgba(128, 145, 159, 0.5) 0px 10px 20px;
}
.hero-component .pills-container .highlightpill {
  background-color: #30578d;
  color: white;
}
.hero-component .pills-container .defaultpill {
  background-color: #30578d;
  color: white;
}
@media screen and (min-width: 1200px) {
  .hero-component .pills-container .defaultpill {
    background-color: white;
    color: black;
  }
}
.hero-component .hero-copy .hero-leftcopy {
  float: left;
  width: 50%;
  padding-right: 10px;
  padding-bottom: 20px;
}
.hero-component .hero-copy .hero-rightcopy {
  float: right;
  width: 50%;
  padding-left: 10px;
  padding-bottom: 20px;
}
.hero-component .hero-title {
  font-size: 1.75rem;
  font-weight: 500 !important;
  letter-spacing: -1px !important;
  line-height: 1.28;
}
@media only screen and (min-width: 768px) {
  .hero-component .hero-title {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
.hero-component .hero-heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hero-component .hero-heading .hero-pri-cta .btn.btn-primary {
  height: 3.46rem;
  margin-bottom: 0;
  margin-right: 20px;
}
.hero-component .hero-heading .hero-ctas {
  display: flex;
}
.hero-component .desktop-images {
  margin-top: 50px;
}
.hero-component .desktop-images .illustration-container {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: end;
}
.hero-component .mobile-carousel {
  margin-top: 40px;
}
.hero-component .image-container {
  float: left;
  margin-right: 1.7%;
  margin-top: 2%;
  vertical-align: bottom;
  display: flex;
  align-items: flex-end;
}
.hero-component .image-container img {
  display: block;
  width: auto;
}
.hero-component .image-container:last-of-type {
  margin-right: 0;
}
.hero-component h2 {
  margin-top: 80px;
  margin-bottom: 20px;
}
/* Image Carousel */
img {
  vertical-align: middle;
}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: 500;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #DEE2E9;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active,
.dot:hover {
  background-color: #80919F;
}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
  .hero-pills {
    background-color: #30578d;
    color: white;
  }
}
/* mobile screen */
@media only screen and (min-width: 280px) and (max-width: 767px) {
  .hero-pills {
    background-color: #30578d;
    color: white;
  }
  .desktop-images {
    display: none;
  }
  .image-slides {
    text-align: center;
  }
  .image-slides img {
    width: 100%;
  }
  .image-slides .pills-container {
    margin: 20px 0;
  }
  .hero-component .illustration-container {
    margin-bottom: 0;
  }
  .hero-component .hero-copy .hero-leftcopy {
    width: 100%;
    padding-right: 0;
  }
  .hero-component .hero-copy .hero-rightcopy {
    width: 100%;
    padding-left: 0;
  }
  .hero-component .pills-container .hero-pills {
    width: 100%;
    white-space: normal;
    height: auto;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .hero-component h2 {
    margin-top: 40px;
  }
  .hero-component .hero-heading {
    justify-content: center;
  }
  .hero-component .hero-heading .hero-title {
    margin-bottom: 20px;
  }
  .hero-component .hero-heading .hero-pri-cta,
  .hero-component .hero-heading .hero-sec-cta {
    margin-bottom: 10px;
    width: 100%;
  }
  .hero-component .hero-heading .hero-pri-cta .btn.btn-primary {
    margin-right: 0;
  }
  .hero-component .hero-heading .hero-ctas {
    flex-direction: column;
    width: 100%;
  }
}
/* tablet screen */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .hero-pills {
    background-color: #30578d;
    color: white;
  }
  .desktop-images {
    display: none;
  }
  .image-slides {
    text-align: center;
  }
  .image-slides img {
    width: 80%;
  }
  .image-slides .pills-container {
    margin: 20px 0;
  }
  .hero-component .hero-copy .hero-leftcopy {
    width: 100%;
    padding-right: 0;
  }
  .hero-component .hero-copy .hero-rightcopy {
    width: 100%;
    padding-left: 0;
  }
  .hero-component .hero-heading {
    justify-content: center;
    flex-direction: column;
  }
  .hero-component .hero-heading .hero-title {
    width: 100%;
    margin-bottom: 20px;
  }
  .hero-component .hero-heading .hero-ctas {
    width: 100%;
    gap: 20px;
  }
  .hero-component .hero-heading .hero-pri-cta,
  .hero-component .hero-heading .hero-sec-cta {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .mobile-carousel {
    display: none;
  }
  .desktop-images {
    display: block;
  }
  .hero-component .hero-copy .hero-leftcopy {
    width: 50%;
    padding-right: 10px;
  }
  .hero-component .hero-copy .hero-rightcopy {
    width: 50%;
    padding-left: 10px;
  }
  .hero-component .hero-heading {
    align-items: end;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .hero-title {
    margin-right: 70px;
  }
}
.hero-item-heightLarge {
  height: 300px;
}
.hero-item-heightMedium {
  height: 150px;
}
.hero-item-heightSmall {
  height: 100px;
}
