.hhs-accordion-1 {
/*     border-top: 1px solid rgba(238, 238, 238, 1); */
}

ul.hhs-accordion-1 li {
  background-color: #F3F3F3;
  border-radius: 20px;
  margin-bottom: 15px;
}

ul.hhs-accordion-1 li h4 {
  font-family: Bebas Neue;
  color: black;
  font-size: 28px;
  font-weight: 400;
}

body .hhs-accordion-1 a.accordion-title {
  padding: 20px !important;
  padding-top: 30px !important;
  padding-left: 6% !important;
}

.hhs-accordion-1 a.accordion-title:after {
    content: " ";
    height: 12px;
    position: absolute;
    right: 6% !important;
    top: 35px !important;
    transform: rotate(-45deg);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 12px;
}

.hhs-accordion-1 a.accordion-title:after {
    border-right: 1px solid rgba(102, 102, 102, 1);
    border-bottom: 1px solid rgba(102, 102, 102, 1);
}

.hhs-accordion-1 li {
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}

body.no-scroll {
  overflow: hidden;
}

 .modal-wrapper {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    bottom: 0;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 20px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1000;
   padding-top: 50px;
   padding-bottom: 50px;
}


/*.modal-wrapper .hhs-pop.hhs-modal {
    max-height: 90vh; 
    top: 5vh;
    position: relative;
}

.modal-wrapper .hhs-pop.hhs-modal .container {
max-height: 90vh;
} */


.modal-wrapper .hhs-pop.hhs-modal .row {
  overflow: auto !important;
}

 .modal-wrapper .modal {
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 70px;
   padding-top: 70px;
   border-radius: 20px;
}

.region {
  border-bottom: 1px solid #C1C1C1;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.region h3 {
  color: #126CBF;
  font-size: 22px;
  margin-bottom: 20px;
}

.region .region-image img {
  border-radius: 20px;
  margin-bottom: 25px;
}

.region-details,
.region-details p,
.region-details ul {
  color: #555555;
  font-size: 16px;
}

.region .region-details ul {
  margin-bottom: 30px;
  padding-left: 20px;
}

.region .region-details ul li {
  margin-bottom: 3px;
}


.missing-location {
  padding-left: 65px;
  padding-bottom: 30px;
}


.missing-location h3 {
  position: relative;
  font-size: 22px;
}

.missing-location h3 .q-icon {
  width: 35px;
  height: 35px;
  position: absolute;
  left: -65px;
  top: 0;
}

.missing-location p {
  max-width: 570px;
  font-size: 16px;
  margin-bottom: 25px;
}


.missing-location .hs-button {
      border-radius: 23px;
    font-family: Open Sans;
    font-size: 15px;
    transform: none !important;
    text-transform: none;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
}

.modal .missing-location .hs-button {
  padding-top: 15px;
  padding-bottom: 15px;
}

.modal-wrapper .hhs-pop.hhs-modal .missing-location .row{
  overflow: visible !important;
}



.missing-location-footer {
  margin-top: 100px;
  color: white;
}

.missing-location-footer .container {
  max-width: 970px;
}

.missing-location-footer ..cta-secondary {
  width: 100%;
}

.missing-location-footer .cta-secondary:hover
.missing-location-footer .cta-secondary:focus {
  background-color: black !important;
}


.missing-location-footer .container > .row {
  align-items: center;
}

.missing-location-footer h3 {
  color: white;
  font-size: 53px;
  font-family: Bebas Neue;
  font-weight: 400;
}

.missing-location-footer p {
  color: white;
  font-size: 16px;
}


.map-key {
  padding-top: 35px;
  padding-bottom: 20px;
}

.map-key > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.key-block {
  margin-left 20px;
  margin-right: 20px;
}


.key-block > div {
  display: flex;
  align-items: center;
}

.key-block {
  margin-bottom: 20px;
}

.key-block .color {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.key-block .label {
  color: #555555;
  font-size: 14px;
  margin-left: 10px;
}

.key-block .color.dark-blue {
  background-color: #126CBF;
}

.key-block .color.light-blue {
  background-color: #BDCEE0;
}

.key-block .color.dark-blue.star {
  background-image: url(https://5080126.fs1.hubspotusercontent-na1.net/hubfs/5080126/star-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.key-block .color.circle {
  border-radius: 50px;
}

.key-block .color.green {
  background-color: #94c83d;
}

.key-block .color.orange {
  background-color: #f8b26a;
}



