.harnesslink-geo-selector {
  font-family: "Lato", sans-serif;
}
.harnesslink-geo-selector #harnesslink-country {
  background: #00255e;
  border-radius: 6px !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 30px 8px 30px;
  font-size: 14px;
  font-weight: 600;
  background-image: url("/wp-content/plugins/harnesslink-custom-plugin/assets/world-icon.svg"), url("/wp-content/plugins/harnesslink-custom-plugin/assets/down-icon.svg");
  background-size: 16px 16px, 12px 12px;
  background-repeat: no-repeat, no-repeat;
  background-position: 8px center, calc(100% - 16px) center;
}
.harnesslink-geo-selector #harnesslink-country:focus {
  outline: 2px solid rgba(255, 255, 255, 0.2);
}
.harnesslink-geo-selector #harnesslink-country::-webkit-scrollbar-track {
  width: 4px;
}
@media screen and (max-width: 767px) {
  .harnesslink-geo-selector #harnesslink-country {
    -moz-appearance: none;
         appearance: none; /* Removes default browser styling */
    -webkit-appearance: none;
    color: transparent; /* Hides the selected text */
    cursor: pointer;
    max-width: 50px;
  }
  .harnesslink-geo-selector #harnesslink-country option {
    color: #fff;
  }
	.hl-hero-slide{
  position:relative;
  width:100%;
  min-height:520px;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  overflow:hidden;
}
.hl-hero-slide::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.45);
}
.hl-hero-slide__link{
  position:absolute;
  inset:0;
  z-index:2;
}
.hl-hero-slide__content{
  position:relative;
  z-index:3;
  max-width:1000px;
  padding:70px 60px;
}
.hl-hero-slide__title{
  margin:0 0 14px;
  color:#fff;
  font-size:64px;
  line-height:1.05;
}
.hl-hero-slide__excerpt{
  color:#fff;
  font-size:18px;
  line-height:1.6;
  max-width:820px;
}

@media (max-width: 1024px){
  .hl-hero-slide__content{ padding:55px 35px; }
  .hl-hero-slide__title{ font-size:48px; }
}
@media (max-width: 767px){
  .hl-hero-slide{ min-height:420px; }
  .hl-hero-slide__content{ padding:40px 20px; }
  .hl-hero-slide__title{ font-size:34px; }
  .hl-hero-slide__excerpt{ font-size:16px; }
}

}/*# sourceMappingURL=harnesslink-custom-plugin.css.map */