.pins {
  left: unset;
  position: static;
  width: unset;
}

.breadcrumbWrapper {
  background-color: #EFFBFF;
}

.section {
  flex-wrap: wrap;
}

#mobile-heading {
  background-color: #EFFBFF;
  padding-top: 15px;
}

#sectionOne {
  min-height: 500px;
  background-color: #EFFBFF;
  align-items: unset;
}

#sectionOne > div {
  margin: 50px 70px 0;
}

#sectionOne > div:first-child {
  position: relative;
}

#sectionOne > div:last-child {
  position: relative;
  margin-top: 150px;
  margin-bottom: 50px;
}

#sectionOne .cta {
  margin-top: 45px;
}

#carouselImageContainer {
  overflow: visible;
}

#carouselImageContainer img {
  display: none;
  opacity: 0;
  height: 700px;
}

#carouselImageContainer img.active {
  display: inline;
  transition: opacity 3s;
  opacity: 1;
}


.greenDot {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-radius: 10px;
  background-color: #32D99D;
  box-sizing: border-box;
}

.greenDot:hover {
  background-color: #49EDB2;
    box-shadow: 0 1px 2px 1px rgba(180, 180, 180, 0.5);
}

.greenDot.active {
  display: block;
}

#greenDotOne {
  left: 100px;
  top: 185px;
}

#greenDotTwo {
  left: 65px;
  top: 270px;
}

#greenDotThree {
  left: 120px;
  top: 270px;
}

#greenDotFour {
  left: 285px;
  top: 270px;
}

#greenDotFive {
  left: 180px;
  top: 380px;
}

#greenDotSix {
  left: 281px;
  top: 273px;
}

#greenDotSeven {
  left: 56px;
  top: 135px;
}

.bubble {
  display: none;
  z-index: 1;
}

.bubble.north {
  top: 35px;
  left: -80px;
}

.bubble.south {
  bottom: 35px;
  left: -80px;
}

.bubble.east {
  right: 35px;
  top: -65px;
}

.bubble.west {
  left: 35px;
  top: -65px;
}

.bubble.north.northEast,
.bubble.south.southEast {
  left: unset;
  right: -35px;
}

.bubble.north.northWest,
.bubble.south.southWest {
  right: unset;
  left: -35px;
}

.bubble.east.northEast,
.bubble.west.northWest {
  bottom: unset;
  top: -35px;
}

.bubble.west.southWest,
.bubble.east.southEast {
  top: unset;
  bottom: -35px;
}

.greenDot:hover .bubble {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  width: 180px;
  position: absolute;
  padding: 20px;
  background-color: white;
  border-radius: 15px;
  box-shadow: 1px 4px 8px 0 rgba(0,0,0,0.36);
}

.bubble::after {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 10px;
}

.bubble.north::after {
  border-top-width: 0;
  top: -10px !important;
}

.bubble.south::after {
  border-bottom-width: 0;
  bottom: -10px !important;
}

.bubble.west::after {
  border-left-width: 0;
  left: -10px !important;
}

.bubble.east::after {
  border-right-width: 0;
  right: -10px !important;
}

.bubble.south::after,
.bubble.north::after {
  border-color: white transparent;
  left: 80px;
}

.bubble.east::after,
.bubble.west::after {
  border-color: transparent white;
  top: 65px;
}

.bubble.southEast::after {
  right: 35px;
  bottom: 35px;
  top: unset;
  left: unset;
}

.bubble.southWest::after {
  left: 35px;
  bottom: 35px;
  top: unset;
  right: unset;
}

.bubble.northWest::after {
  top:35px;
  right: unset;
  bottom: unset;
  left: 35px;
}

.bubble.northEast::after {
  top: 35px;
  right: 35px;
  bottom: unset;
  left: unset;
}

.bubble h4 {
  margin: 0 0 10px;
  color: #5DCBE5;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: unset;
}

.bubble p {
  margin: 0;
  line-height: 20px;
}

.bubble i {
  margin: 10px 0 0;
  color: #99A2A4;
  font-size: 10px;
}

#carouselNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0;
  padding: 3px;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 1px 2px #F6F6F6;
}

#carouselNav button {
  margin: 0;
  color: #9C9C9C;
  background-color: unset;
  border: unset;
  border-radius: 20px;
  box-sizing: content-box;
  height: 20px;
  padding: 5px 30px;
  font-size: 12px;
  line-height: unset;
  flex: 1 0;
}

#carouselNav button.active {
  color: white;
  background-color: #5CCBE5;
}

#carouselText {
  max-width: 350px;
}

#carouselText h1,
#carouselText p{
  display: none;
}

#carouselText .active {
  display: block;
}

#sectionTwo {
  align-items: start;
}

#sectionTwo > div {
  margin: 50px 55px 80px;
}

#sectionTwo > div:first-child {
  margin-left: 0;
}

#sectionTwo > div:last-child {
  margin-right: 0;
}

#sectionTwo p {
  max-width: 300px;
}

#sectionTwo .dots {
  display: flex;
  margin-right: 10px;
  padding-top: 2px;
  width: 75px;
  justify-content: flex-end;
}

#sectionTwo .dot {
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-right: 5px;
  padding-top: 2px;
}

#sectionTwo .dot.blue {
  background-color: #26BAE8;
}

#sectionTwo .dot.green {
  background-color: #20DA9C;
}

#sectionTwo .dot.orange {
  background-color: #F8BF16;
}

#sectionTwo .dot.red {
  background-color: #FF7272;
}

#sectionTwo .dot.purple {
  background-color: #C290C6;
}

#ctaList {
  display: flex;
  flex-direction: column;
  max-width: 400px;
}

#ctaList ul {
  display: inline-block;
  margin-top: 15px;
  list-style: none;
}

#ctaList ul li {
  display: flex;
  margin: 10px 0;
  flex-direction: row;
  align-items: center;
  line-height: 24px;
}

#ctaList .dots {
  width: unset;
}

#sectionTwo > div:nth-child(2) > .ctaHeader:nth-child(2) {
  margin-top: 20px;
}

.ctaHeader {
  background-color: #1FD591;
  color:  white;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
}

ul.checklist {
  max-width: 270px;
  margin: 20px 0;
  padding: 0;
}

ul.checklist li {
  display: flex;
  margin: 20px 0;
  list-style: none;
}

ul.checklist li:last-child {
  margin-bottom: 0;
}

ul.checklist li > div:last-child {
  flex: 1;
}

ul.checklist li h3 {
  margin: 0;
  text-transform: uppercase;
  color: #6B777A;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: unset;
}

ul.checklist li h3 i {
  font-weight: 200;
  color: #939C9F;
}

ul.checklist li small {
  color: #9AA2A4;
  font-weight: 300;
  text-transform: none;
}


@media only screen and (max-width: 960px) {
  #sectionOne > div {
    margin-top: 0 !important;
  }

  #carouselNav {
    margin: 0;
  }

  #sectionTwo #ctaList,
  #sectionTwo > div {
    margin: 50px 50px 0;
  }

  #sectionTwo > div:nth-child(3) {
    margin-top: 0;
    margin-right: 50px;
  }

  ul.checklist {
    margin: 0;
  }
}