/*!
 * 
 * Author: Chad Phillips
 * Author URI: https://chadphillips.dev
 * 
 * 
 */

.drone-base-map {
  display: flex !important;
  flex-direction: column
}

.drone-base-map.showing-results .hjs-custom-map-block-header {
  order: 2
}

.drone-base-map.showing-results .hjs-custom-map-block-map-section {
  order: 1
}

.drone-base-map .hjs-custom-map-block-header .hjs-filter-left-sectoin .gv-search-field-text input:focus {
  padding: 3px 7px
}

.drone-base-map .hjs-custom-map-block-header {
  background: 0 0 !important;
  display: block !important;
  height: auto;
  margin-top: 0 !important;
  margin: 0;
  order: 1;
  padding-right: 0;
  position: relative !important;
  top: -10px;
  width: 100% !important;
  z-index: 10000
}

@media (min-width:1023px) {
  .drone-base-map .hjs-custom-map-block-header {
    margin-left: 8%;
    margin-top: 5% !important;
    order: 2;
    position: absolute !important;
    top: 0;
    width: 450px !important
  }
}

.drone-base-map .hjs-custom-map-block-header form.gv-widget-search {
  position: relative;
  width: 100%
}

@media (min-width:1023px) {
  .drone-base-map .hjs-custom-map-block-header form.gv-widget-search {
    width: 403px
  }
}

.drone-base-map .hjs-custom-map-block-header form.gv-widget-search .overlay {
  opacity: 0;
  position: absolute;
  transition: all .3s ease-out;
  z-index: -1
}

.drone-base-map .hjs-custom-map-block-header form.gv-widget-search.overlay .overlay {
  align-items: center;
  background-color: rgba(0, 83, 184, .3);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 1;
  top: 0;
  width: 100%;
  z-index: 1000
}

.drone-base-map .hjs-custom-map-block-header form.gv-widget-search.overlay .overlay .spinner {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  background: 0 0;
  border: 4px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
  border-top-color: #000;
  height: 40px;
  width: 40px
}

@-webkit-keyframes spin {
  to {
    transform: rotate(1turn)
  }
}

.drone-base-map .hjs-custom-map-block-map-section {
  margin: 0 !important;
  order: 2
}

@media (min-width:1023px) {
  .drone-base-map .hjs-custom-map-block-map-section {
    margin-top: 30px 0 0 0 !important;
    order: 1
  }
}

.drone-base-map .hjs-custom-map-block-map-section .overlay {
  opacity: 0;
  position: absolute;
  transition: all .3s ease-out;
  z-index: -1
}

.drone-base-map .hjs-custom-map-block-map-section.overlay .overlay {
  align-items: center;
  background-color: rgba(0, 83, 184, .3);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 1;
  top: 0;
  width: 100%;
  z-index: 1000
}

.drone-base-map .hjs-custom-map-block-map-section.overlay .overlay .spinner {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  background: 0 0;
  border: 4px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
  border-top-color: #000;
  height: 40px;
  width: 40px
}

@keyframes spin {
  to {
    transform: rotate(1turn)
  }
}

.drone-base-map .hjs-custom-map-block-map-section .gv-map-canvas {
  height: 300px !important
}

@media (min-width:530px) {
  .drone-base-map .hjs-custom-map-block-map-section .gv-map-canvas {
    height: 400px !important
  }
}

@media (min-width:768px) {
  .drone-base-map .hjs-custom-map-block-map-section .gv-map-canvas {
    height: 600px !important
  }
}

@media (min-width:1023px) {
  .drone-base-map .hjs-custom-map-block-map-section .gv-map-canvas {
    height: 800px !important
  }
}

.drone-base-map__buffer {
  display: none
}

.drone-base-map.full-results {
  height: auto;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}

.drone-base-map.full-results .hjs-custom-map-block-header form.gv-widget-search {
  background: 0 0 !important;
  padding: 0 !important
}

.drone-base-map.full-results .hjs-custom-map-block-header form.gv-widget-search .drone-base-map__form {
  display: none
}

.drone-base-map.full-results .hjs-custom-map-block-map-section .gv-map-canvas {
  height: 450px !important
}

.drone-base-map.full-results .hjs-custom-map-block-header {
  margin-top: 0 !important
}

.drone-base-map.full-results .drone-base-map__search-results.full-results {
  top: 338px
}

.drone-base-map.full-results .drone-base-map__buffer {
  background-color: #093865;
  display: block;
  /* flex: 1 1 100%; */
  height: 2000px;
  transition: height 0.4s ease;
  left: 0;
  max-width: 100%;
  order: 3;
  top: 100%;
  width: 100%;
  min-height: 32px;
}

.drone-base-map.full-results .drone-base-map__search-results__count {
  display: none
}

.drone-base-map.full-results .drone-base-map__search-results__header {
  justify-content: flex-start;
  padding-left: 20px;
}

.drone-base-map.full-results .drone-base-map__search-results__header .drone-base-map__search-results__count {
  display: block;
  font-size: 22px;
  margin-right: 47px;
  margin-top: 0
}

.drone-base-map.full-results .drone-base-map__search-results__header .drone-base-map__search-results__count .results-info {
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px
}

.drone-base-map.full-results .drone-base-map__search-results__header .drone-base-map__search-results__edit-criteria {
  margin-left: auto;
  margin-right: 27px
}

.drone-base-map.full-results .drone-base-map__search-results__header .drone-base-map__search-results__edit-criteria,
.drone-base-map.full-results .drone-base-map__search-results__header .drone-base-map__search-results__new-search {
  align-self: flex-end;
  flex: 0 0 auto;
  line-height: 33px
}

.drone-base-map .gm-style .gm-style-iw-c {
  padding: 12px 40px 12px 12px !important
}

.drone-base-map .gv-infowindow-container h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 4px
}

.drone-base-map__infowindow {
  max-width: 156px
}

.drone-base-map__infowindow .button {
  display: inline-block;
  line-height: 24px
}

.drone-base-map .gm-style-iw-chr button {
  background-image: url(images/infowindow-close.svg) !important;
  background-position: 100% 0 !important;
  background-repeat: no-repeat !important;
  background-size: 12px 12px !important;
  height: 40px !important;
  position: absolute !important;
  right: 12px;
  top: 12px;
  width: 40px !important
}

.drone-base-map .gm-style-iw-chr button span {
  display: none !important
}

.drone-base-map .gm-style-iw-chr button.gm-ui-hover-effect {
  opacity: 1
}

.drone-base-map .gm-style-iw-chr button:hover {
  opacity: .8
}

.drone-base-map .cluster0,
.drone-base-map .cluster1 {
  background-image: url(images/so-toxic.svg) !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: 38px auto !important;
  color: #fff !important;
  font-size: 13.981px !important;
  font-weight: 600 !important
}

.drone-base-map .cluster1 {
  background-image: url(images/incredibly-toxic.svg) !important
}

.drone-base-map .gm-style div[style*="cursor: pointer"] {
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important
}

.drone-base-map #hjs-submit-btn {
  margin-bottom: 22px
}

.drone-base-map .hjs-custom-map-block-main .hjs-custom-map-block-header .hjs-filter-left-sectoin .gv-search-field-text input {
  height: 46px;
  max-width: 100% !important
}

.drone-base-map .map-text-search-field {
  position: relative
}

.drone-base-map .map-text-search-field__list {
  background: #fff;
  border-bottom: 1px solid #005ac3;
  border-left: 1px solid #005ac3;
  border-radius: 0 0 5px 5px;
  border-right: 1px solid #005ac3;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25), inset 0 0 4px 0 rgba(0, 0, 0, .25);
  left: 0;
  max-height: 300px;
  opacity: 0;
  overflow: hidden;
  padding: 4px 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: top;
  transition: opacity .2s ease-out;
  width: 100%;
  z-index: 20
}

.drone-base-map .map-text-search-field__list.active {
  opacity: 1;
  overflow-y: auto;
  transform: scale(1)
}

.drone-base-map .map-text-search-field__list__item {
  color: #545454;
  cursor: pointer;
  font-size: 17px;
  font-weight: 400;
  line-height: 38px;
  padding: 0 8px
}

.drone-base-map .map-text-search-field__list__item:focus,
.drone-base-map .map-text-search-field__list__item:hover {
  background-color: #eaeaeb;
  color: #005ac3;
  text-decoration: underline
}

.drone-base-map .map-text-search-field__list__item.selected {
  color: #005ac3;
  cursor: default
}

.drone-base-map .map-text-search-field__list__item.selected:focus,
.drone-base-map .map-text-search-field__list__item.selected:hover {
  background-color: transparent;
  color: #005ac3;
  text-decoration: none
}

.drone-base-map .map-text-search-field__selected {
  background: #fff;
  border: 1px solid #9e9e9f;
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, .25);
  left: 0;
  opacity: 0;
  padding: 4px 8px;
  position: absolute;
  top: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: opacity .2s ease-out;
  width: 100%;
  z-index: 10
}

.drone-base-map .map-text-search-field__selected--countries.active,
.drone-base-map .map-text-search-field__selected--years.active {
  line-height: 38px
}

.drone-base-map .map-text-search-field__selected--targets {
  background-color: #dbf6dd;
  border: none;
  border-radius: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  position: relative
}

.drone-base-map .map-text-search-field__selected--targets.active {
  margin-bottom: 30px;
  padding: 14px 8px
}

.drone-base-map .map-text-search-field__selected.active {
  height: auto;
  opacity: 1;
  transform: scale(1)
}

.drone-base-map .map-text-search-field__selected__item {
  color: #005ac3;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
  margin-right: 14px
}

.drone-base-map .map-text-search-field__selected__item span.remove {
  background-image: url(images/close.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 12px auto;
  display: inline-block;
  height: 12px;
  margin-left: 6px;
  overflow: hidden;
  text-indent: -100px;
  width: 12px
}

.drone-base-map .map-text-search-field__selected__item:hover {
  color: #0070f6
}

.drone-base-map .map-text-search-field__selected__item:hover span.remove {
  background-image: url(images/close-bright-blue.svg)
}

.drone-base-map #targets_list {
  margin-top: 0 !important
}

.drone-base-map .option-megamenu {
  background-color: rgba(0, 0, 0, .3);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100
}

.drone-base-map .option-megamenu.active {
  display: block
}

.drone-base-map .option-megamenu__inner {
  background-color: #fff;
  border-radius: 10px;
  height: 96%;
  left: 50%;
  max-height: 1492px;
  max-width: 1179px;
  padding: 19px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96%
}

@media (min-width:1023px) {
  .drone-base-map .option-megamenu__inner {
    height: 90%
  }
}

.drone-base-map .option-megamenu__header {
  padding-left: 0;
}

@media (min-width:1023px) {
  .drone-base-map .option-megamenu__header {
    display: flex;
    justify-content: space-between;
    padding: 0 0 18px 18px
  }

  .drone-base-map .option-megamenu__header__left {
    flex: 1 1 calc(100% - 177px);
    max-width: calc(100% - 177px)
  }
}

.drone-base-map .option-megamenu__header__right {
  flex: 1 1 177px;
  max-width: 177px
}

.drone-base-map .option-megamenu__header__title {
  color: #0a3b65;
  font-size: 22px;
  font-weight: 500;
  padding-top: 17px
}

.drone-base-map .option-megamenu__header__description {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 17px
}

@media (min-width:1023px) {
  .drone-base-map .option-megamenu__header__description {
    margin-bottom: 0
  }
}

.drone-base-map .option-megamenu__footer {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 100%
}

@media (min-width:1023px) {
  .drone-base-map .option-megamenu__footer {
    display: flex;
    justify-content: center;
    padding: 30px 0 18px;
    position: relative
  }
}

.drone-base-map .option-megamenu__footer .option-megamenu__close {
  border-radius: 5px 5px 0 0;
  bottom: 100%;
  top: auto
}

.drone-base-map .option-megamenu__close {
  align-items: center;
  background: #0053b8;
  border-radius: 0 5px;
  bottom: auto;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  gap: 6px;
  height: 46px;
  justify-content: center;
  letter-spacing: .72px;
  line-height: 22px;
  padding: 18px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 161px
}

@media (min-width:1023px) {
  .drone-base-map .option-megamenu__close {
    border-radius: 5px;
    font-size: 18px;
    position: relative;
    right: auto;
    top: auto;
    width: 177px
  }
}

.drone-base-map .option-megamenu__body {
  display: flex;
  height: calc(100% - 78px);
  position: relative
}

@media (min-width:1023px) {
  .drone-base-map .option-megamenu__body {
    height: calc(100% - 172px)
  }
}

.drone-base-map .option-megamenu__body__alphabet {
  flex: 1 1 70px;
  max-height: 100%;
  max-width: 70px;
  overflow-y: auto
}

.drone-base-map .option-megamenu__body__alphabet__item {
  border: 2px solid transparent;
  color: #0053b8;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  height: 34px;
  line-height: 34px;
  margin-bottom: 4px;
  margin-top: 4px;
  padding-left: 9px;
  position: relative;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 6%;
  text-underline-offset: 18.5%;
  text-underline-position: from-font;
  width: 51px
}

.drone-base-map .option-megamenu__body__alphabet__item.active {
  border: 2px solid #005ac3;
  border-radius: 5px;
  text-decoration: none
}

.drone-base-map .option-megamenu__body__alphabet__item.active:after {
  background-image: url(images/arrow-right-bold.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 25px auto;
  content: "";
  height: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px
}

.drone-base-map .option-megamenu__body__alphabet__item:focus,
.drone-base-map .option-megamenu__body__alphabet__item:hover {
  color: #0070f6
}

.drone-base-map .option-megamenu__body__alphabet__item.inactive {
  color: #9293a0;
  cursor: default;
  text-decoration: none
}

.drone-base-map .option-megamenu__body__alphabet__item.inactive:focus,
.drone-base-map .option-megamenu__body__alphabet__item.inactive:hover {
  color: #9293a0;
  text-decoration: none
}

.drone-base-map .option-megamenu__body__list {
  border: 1px solid #9293a0;
  flex: 1 1 calc(100% - 70px);
  max-height: 100%;
  max-width: calc(100% - 70px);
  overflow-y: auto;
  padding: 19px 15px
}

.drone-base-map .option-megamenu__body__list__item {
  color: #545454;
  cursor: pointer;
  display: flex;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 11px
}

.drone-base-map .option-megamenu__checkbox {
  background: #fff;
  border: 1px solid #9293a0;
  cursor: pointer;
  flex: 1 1 24px;
  height: 24px;
  margin-right: 8px;
  max-width: 24px;
  min-width: 24px;
  position: relative;
  width: 24px
}

.drone-base-map .option-megamenu__checkbox.active {
  border: 2px solid #0070f6
}

.drone-base-map .option-megamenu__checkbox.active:after {
  background-image: url(images/checkmark.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px auto;
  content: "";
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px
}

.drone-base-map .map-search-instructions--desktop {
  display: none
}

@media (min-width:1023px) {
  .drone-base-map .map-search-instructions--desktop {
    display: block
  }
}

.drone-base-map .map-search-instructions--mobile {
  display: block
}

@media (min-width:1023px) {
  .drone-base-map .map-search-instructions--mobile {
    display: none
  }
}

.drone-base-map__panel {
  position: relative
}

.drone-base-map__blue-x {
  background-image: url(images/icon-x.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 12px auto;
  display: inline-block;
  height: 28px;
  width: 12px
}

.drone-base-map__delete-acknowledgement {
  background: rgba(0, 0, 0, .5);
  color: #545454;
  font-size: 16px;
  height: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  text-align: center;
  top: 0;
  transform: scale(0);
  transform-origin: center center;
  transition: transform .2s ease-out;
  width: 0
}

.drone-base-map__delete-acknowledgement.active {
  display: block;
  height: 100%;
  transform: scale(1);
  width: 100%;
  z-index: 20000
}

@media (min-width:1023px) {
  .drone-base-map__delete-acknowledgement {
    font-weight: 400
  }
}

.drone-base-map__delete-acknowledgement__container {
  align-items: center;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  border-radius: 10px;
  color: #545454;
  display: flex;
  flex-direction: column;
  height: 200px;
  justify-content: center;
  left: 50%;
  max-width: calc(100% - 32px);
  padding: 18px 18px 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96%
}

@media (min-width:530px) {
  .drone-base-map__delete-acknowledgement__container {
    max-width: 508px
  }
}

@media (min-width:1023px) {
  .drone-base-map__delete-acknowledgement__container {
    height: 240px
  }
}

.drone-base-map__delete-acknowledgement__close {
  border-bottom: 1px solid #fff;
  color: #005ac3;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  right: 20px;
  top: 14px;
  transition: all .2s ease-out
}

.drone-base-map__delete-acknowledgement__close:hover {
  border-bottom: 1px dashed #0070f6
}

.drone-base-map__delete-acknowledgement__text {
  margin-top: 10px;
  padding-bottom: 7px
}

@media (min-width:1023px) {
  .drone-base-map__delete-acknowledgement__text {
    margin-bottom: 20px
  }
}

.drone-base-map__delete-acknowledgement__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 10px
}

.drone-base-map__delete-acknowledgement__button {
  align-items: center;
  background: #005ac3;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  height: 52px;
  justify-content: center;
  letter-spacing: .72px;
  line-height: 1.2222;
  margin: 15px 15px 0;
  transition: all .2s ease-out;
  width: 85px
}

@media (min-width:530px) {
  .drone-base-map__delete-acknowledgement__button {
    margin: 15px 8px 0
  }
}

.drone-base-map__delete-acknowledgement__button:hover {
  background-color: #0070f6;
  color: #fff
}

.drone-base-map__search-results {
  background-color: #fff;
  display: none;
  height: 100%;
  left: 0;
  margin-left: -20px !important;
  margin-right: -20px !important;
  overflow-y: auto;
  padding-left: 20px !important;
  padding-right: 20px !important;
  position: absolute;
  top: 0;
  width: calc(100% + 40px);
  z-index: 30
}

.drone-base-map__search-results.active {
  display: block
}

@media (min-width:1023px) {
  .drone-base-map__search-results .drone-base-map__search-results__item:nth-child(n+16) {
    display: none
  }
}

@media (min-width:1023px) {
  .drone-base-map__search-results.initial-results .drone-base-map__search-results__item:nth-child(n+6) {
    display: none
  }

  .drone-base-map__search-results.full-results {
    border-radius: 10px;
    box-shadow: 0 0 23px 0 rgba(0, 0, 0, .1);
    height: auto;
    max-width: 1469px;
    min-height: 100%;
    padding: 34px 54px !important;
    top: -20px;
    width: 84vw
  }

  .drone-base-map__search-results.full-results .drone-base-map__search-results__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }
}

.drone-base-map__search-results__header {
  display: flex;
  justify-content: space-between;
  position: relative
}

@media (min-width:1023px) {
  .drone-base-map__search-results__header {
    padding-bottom: 15px
  }

  .drone-base-map__search-results__header:after {
    background-color: rgba(0, 90, 195, .6);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
  }
}

.drone-base-map__search-results__header .drone-base-map__search-results__count {
  display: none
}

.drone-base-map__search-results__edit-criteria,
.drone-base-map__search-results__new-search {
  bottom: 0;
  color: #0053b8;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding-right: 24px;
  position: fixed;
  text-decoration: none
}

@media (min-width:1023px) {

  .drone-base-map__search-results__edit-criteria,
  .drone-base-map__search-results__new-search {
    bottom: auto;
    position: relative
  }
}

.drone-base-map__search-results__edit-criteria:hover span,
.drone-base-map__search-results__new-search:hover span {
  text-decoration: underline
}

.drone-base-map__search-results__edit-criteria {
  align-items: center;
  background-color: #0a6ec6;
  border-radius: 5px 0 0 0;
  box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, .25);
  color: #fff;
  display: flex;
  height: 44px;
  justify-content: center;
  left: 0;
  width: 50%
}

.drone-base-map__search-results__edit-criteria span {
  display: inline-block;
  padding-right: 20px;
  position: relative
}

.drone-base-map__search-results__edit-criteria span:after {
  background-image: url(images/edit-search-white.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 16px auto;
  content: "";
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px
}

@media (min-width:1023px) {
  .drone-base-map__search-results__edit-criteria {
    background-color: transparent;
    background-image: url(images/edit-search.svg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 16px auto;
    border-radius: 0;
    box-shadow: none;
    color: #0053b8;
    display: block;
    height: auto;
    left: auto;
    width: auto
  }

  .drone-base-map__search-results__edit-criteria span {
    padding-right: 0
  }

  .drone-base-map__search-results__edit-criteria span:after {
    display: none
  }
}

.drone-base-map__search-results__new-search {
  align-items: center;
  background-color: #0053b8;
  border-radius: 5px 0 0 0;
  box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, .25);
  color: #fff;
  display: flex;
  height: 44px;
  justify-content: center;
  right: 0;
  width: 50%
}

.drone-base-map__search-results__new-search span {
  display: inline-block;
  padding-right: 20px;
  position: relative
}

.drone-base-map__search-results__new-search span:after {
  background-image: url(images/new-search-white.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 18px auto;
  content: "";
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px
}

@media (min-width:1023px) {
  .drone-base-map__search-results__new-search {
    background-color: transparent;
    background-image: url(images/new-search.svg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 18px auto;
    border-radius: 0;
    box-shadow: none;
    color: #0053b8;
    display: block;
    height: auto;
    left: auto;
    width: auto
  }

  .drone-base-map__search-results__new-search span {
    padding-right: 0
  }

  .drone-base-map__search-results__new-search span:after {
    display: none
  }
}

.drone-base-map__search-results__count {
  color: #0a3b65;
  font-size: 21px;
  font-weight: 600;
  margin-top: 0
}

@media (min-width:1023px) {
  .drone-base-map__search-results__count {
    margin-top: 25px
  }
}

.drone-base-map__search-results__count--mobile {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  margin-left: 14px
}

@media (min-width:1023px) {
  .drone-base-map__search-results__count--mobile {
    display: none
  }
}

.drone-base-map__search-results__item {
  cursor: auto;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  padding: 16px 20px
}

.drone-base-map__search-results__item--full-results {
  flex: 1 1 calc(33.33% - 1px);
  margin-left: 0;
  margin-right: 0;
  max-width: 408px;
  padding: 20px
}

/* 
.drone-base-map__search-results__item.hover {
  background: linear-gradient(180deg, rgba(0, 112, 246, .1), hsla(0, 0%, 97%, .06) 53.85%, hsla(0, 0%, 100%, .1) 84.62%)
}
 */

.drone-base-map__search-results__item__icon {
  flex: 1 1 100px;
  margin-right: 14px;
  max-width: 100px
}

.drone-base-map__search-results__item__icon img {
  display: block;
  height: auto;
  max-width: 100%
}

@media (min-width:1023px) {
  .drone-base-map__search-results__item__icon {
    flex: 1 1 120px;
    margin-right: 18px;
    max-width: 120px
  }
}

.drone-base-map__search-results__item__info {
  flex: 1 1 calc(100% - 100px);
  max-width: 440px;
  width: calc(100% - 100px)
}

@media (min-width:1023px) {
  .drone-base-map__search-results__item__info {
    flex: 1 1 calc(100% - 120px);
    max-width: calc(100% - 120px);
    width: calc(100% - 120px)
  }
}

.drone-base-map__search-results__item__title {
  color: #0a3b65;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize
}

@media (min-width:1023px) {
  .drone-base-map__search-results__item__title {
    font-size: 18px;
    line-height: 24px
  }
}

.drone-base-map__search-results__item__address {
  background-image: url(images/location-icon.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 14px auto;
  color: #47586c;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 1px;
  padding-left: 20px
}

.drone-base-map__search-results__item__address .segment-city {
  font-weight: 500
}

.drone-base-map__search-results__item__view-details {
  display: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 10px
}

@media (min-width:1023px) {
  .drone-base-map__search-results__item__view-details {
    display: block
  }
}

.drone-base-map__search-results__item__view-details a {
  color: #0053b8;
  text-decoration: none
}

.drone-base-map__search-results__item__view-details a:hover {
  color: #0053b8;
  text-decoration: underline
}

.drone-base-map__search-results__footer__pagination {
  display: none
}

.drone-base-map__search-results__footer__pagination.active {
  display: flex;
  justify-content: center;
  margin-top: 40px
}

.drone-base-map__search-results__footer__pagination__item {
  color: #0053b8;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 8px 12px
}

.drone-base-map__search-results__footer__pagination__item:hover {
  text-decoration: underline
}

.drone-base-map__search-results__footer__pagination__item.active {
  font-weight: 600
}

.drone-base-map__search-results__footer__see-all-results {
  align-items: center;
  background: #0053b8;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 18px;
  font-weight: 500;
  height: 52px;
  justify-content: center;
  letter-spacing: .72px;
  line-height: 22px;
  max-width: 359px;
  padding: 18px 10px;
  text-align: center;
  text-transform: capitalize;
  width: 100%
}

@media (min-width:1023px) {
  .drone-base-map__search-results__footer__see-all-results.active {
    display: block
  }
}

.drone-base-map__search-results__footer__see-all-results:hover {
  background: #0070f6
}

.drone-base-map .marker-cluster {
  -webkit-animation: cluster-pop .3s ease-out forwards;
  animation: cluster-pop .3s ease-out forwards;
  transform: scale(0)
}

@-webkit-keyframes cluster-pop {
  to {
    transform: scale(1)
  }
}

@keyframes cluster-pop {
  to {
    transform: scale(1)
  }
}

.drone-base-map .cluster0 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

.drone-base-map .cluster1 {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms
}

.drone-base-map .cluster2 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

.drone-base-map .iw-inner {
  -webkit-animation: infowindow-pop .3s ease-out;
  animation: infowindow-pop .3s ease-out;
  transform-origin: top center
}

@-webkit-keyframes infowindow-pop {
  0% {
    opacity: 0;
    transform: scale(.8)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes infowindow-pop {
  0% {
    opacity: 0;
    transform: scale(.8)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

.drone-base-map .gm-style .gm-style-iw-tc:after {
  opacity: 0;
  transition: opacity .15s ease-in;
  transition-delay: .3s
}

.drone-base-map .iw-animated .gm-style-iw-tc:after {
  opacity: 1
}

.sticky-header {
  display: none
}

/**
 * Other map styles pulled from style.css
 */

.drone-base-map #hjs-submit-btn {
  margin-bottom: 15px !important;
}

.drone-base-map__search-results__item__address {
  line-height: 20px !important;
  margin-top: 3px !important;
}

.drone-base-map__search-results__item__view-details {
  margin-top: 5px !important;
}

.drone-base-map__search-results__item {
  padding: 10px 20px !important;
}

@media (min-width: 1023px) {
  .drone-base-map .hjs-custom-map-block-header {
    margin-top: 3% !important;
  }

  .drone-base-map__search-results__count {
    margin-top: 9px !important;
  }

  .drone-base-map__search-results__item__title {
    margin-top: -3px !important;
  }
}

.drone-base-map .map-text-search-field__selected__item {
  font-size: 16px !important;
  line-height: 30px !important;
}

.drone-base-map .map-text-search-field__selected__item:hover,
.drone-base-map .map-text-search-field__selected__item:hover span.remove {
  text-decoration: underline dashed 1px;
  text-underline-offset: 3px;
}

.drone-base-map .map-text-search-field__selected--targets.active {
  padding: 10px !important;
  margin-bottom: 26px !important;
}

.drone-base-map__search-results__item__address {
  background-position: 0 14% !important;
}

.drone-base-map__search-results__footer__see-all-results {
  padding: 13px 10px !important;
}

.drone-base-map .option-megamenu__footer .option-megamenu__close {
  border-radius: 5px 5px !important;
}

.option-megamenu__inner .map-text-search-field__selected--targets.active {
  margin-left: 9px;
}

.drone-base-map .option-megamenu__header__title {
  padding-top: 5px !important;
}

.drone-base-map .option-megamenu__body__list__item:hover {
  text-decoration: underline !important;
}

.drone-base-map .option-megamenu__body__list__item:hover .option-megamenu__checkbox {
  border: 2px solid #0070F6 !important;
}

@media (min-width: 1023px) {
  .drone-base-map .option-megamenu__header {
    padding: 0 0 18px 11px !important;
  }

  .drone-base-map .option-megamenu__footer {
    padding: 3% 0 0 !important;
  }
}

.drone-base-map .option-megamenu__close:hover {
  background: #0070F6;
  text-decoration: underline;
}

.drone-base-map__search-results__count {
  font-weight: 500 !important;
}

.drone-base-map__search-results__item:hover .drone-base-map__search-results__item__view-details a {
  text-decoration: underline;
}

.drone-base-map .map-text-search-field__selected {
  box-shadow: none !important;
}

.drone-base-map__form a:visited,
.drone-base-map__form a {
  color: var(--Default-Link-Blue, #0053b8);
}

/**
 * Drone Base Map
 *
 * Above styles are reused from the Toxic Exposure map
 * Below are specific to the Drone Base map
 */

/* Sticky header */
.page-id-44494 .sticky-header,
.page-id-44402 .sticky-header {
  display: block;
  position: relative;
  z-index: 11000;
  margin-bottom: -3em;
}

.page-id-44494 .fndry-pt--3,
.page-id-44402 .fndry-pt--3 {
  padding-top: calc(var(--fndry-gutter) * 0) !important;
}

/* Mobile header */
@media (max-width: 1022px) {

  .page-id-44494 .fndry-container .breadcrumbs,
  .page-id-44402 .fndry-container .breadcrumbs,
  .page-id-44494 .fndry-container .fndry-paragraph,
  .page-id-44402 .fndry-container .fndry-paragraph {
    display: none;
  }
}

/* Legend */
.hjs-custom-map-block-legend {
  padding: 8px 16px;
  background-color: #fff;
  border: 1px solid #9E9E9F;
  color: #545454;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  z-index: 50;
  order: 3;
  margin-top: 10px;
}

.hjs-legend-title {
  text-transform: uppercase;
  position: relative;
  left: -8px;
  top: -4px;
}

.hjs-legend-types {
  display: flex;
  justify-content: space-around;
}

.hjs-legend-type {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hjs-legend-type-icon img {
  margin-bottom: 4px;
  height: 36px;
  width: auto;
}

@media (min-width: 740px) {
  .hjs-custom-map-block-legend {
    margin-bottom: 10px;
  }

  .hjs-legend-types {
    justify-content: center;
    gap: 48px;
  }

  .hjs-legend-type {
    flex-direction: row;
    gap: 8px;
  }
}

@media (min-width: 1023px) {
  .gm-fullscreen-control {
    display: none;
  }

  .hjs-custom-map-block-legend {
    position: absolute;
    right: 50px;
    top: 20px;
    padding: 8px 16px;
    background-color: #fff;
    border: 1px solid #9E9E9F;
    color: #545454;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    z-index: 50;
  }

  .hjs-legend-title {
    text-transform: uppercase;
    position: relative;
    left: -8px;
    top: -4px;
  }

  .hjs-legend-types {
    display: flex;
    gap: 32px;
  }

  .hjs-legend-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .hjs-legend-type-icon img {
    margin-bottom: 4px;
  }
}

/* Filters */
#target_list {
  margin-bottom: 1em !important;
}

/* Countries Megamenu */
.drone-base-map .option-megamenu__body__list {
  max-width: none;
}

.drone-base-map .option-megamenu__radio-button {
  background: #fff;
  border: 1px solid #9293a0;
  cursor: pointer;
  flex: 1 1 24px;
  height: 24px;
  margin-right: 8px;
  max-width: 24px;
  min-width: 24px;
  position: relative;
  width: 24px;
  border-radius: 999px;
}

.drone-base-map .option-megamenu__radio-button.active {
  border: 2px solid #0070f6
}

.drone-base-map .option-megamenu__radio-button.active:after {
  background-color: #0070f6;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px auto;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 999px;
}


/* Marker Content */
.drone-base-map .gm-style .gm-style-iw-c {
  padding: 12px !important;
}

.drone-base-map__infowindow [class^="locations-"] {
  font-family: "canada-type-gibson", sans-serif;
  padding: 10px 0;
  border-bottom: 1px solid #0A6EC6;
}

.drone-base-map__infowindow [class^="locations-"]:last-child {
  padding-bottom: 4px;
  border: none;
}

.drone-base-map__infowindow {
  max-width: 256px;
}

.drone-base-map__infowindow h4 {
  padding-right: 1.5em;
}

.drone-base-map__infowindow h4 strong {
  font-weight: 700;
}

.drone-base-map__infowindow h4 em {
  font-weight: 500;
}

.drone-base-map__infowindow strong {
  font-weight: 500;
}

/* Results */
.drone-base-map__search-results__item__address {
  background-image: none;
  padding-left: 0;
  color: #0A3865;
  font-size: inherit;
  font-style: italic;
}

.drone-base-map__search-results__item__data {
  color: #545454;
}