.office-title[data-v-d8768098] {
  margin: 0;
  padding: 0;
  height: 0.2rem;
  font-size: 1rem;
  color: #383838;
}
.form-wrapper[data-v-d8768098] {
  margin: 0 1.2rem;
}
.form-header-wrapper[data-v-d8768098] {
  display: grid;
  background-color: #e2e2e2;
  color: deeppink;
  font-size: 1rem;
}
.close-form-feasibility[data-v-d8768098] {
  float: right;
}
.user-note[data-v-d8768098] {
  font-size: 0.7rem;
}
.gps-coordinates-title[data-v-d8768098] {
  font-size: 1rem;
  padding: 0;
  margin: 0;
  color: #383838;
  height: 0.6rem;
}
.business-form-heading[data-v-d8768098] {
  font-weight: 800;
  margin-top: 0.7rem;
}
.geo-location-data[data-v-d8768098] {
  font-size: 0.7em;
  padding: 1.1rem 0 0;
  font-weight: 600;
}
.office-park-address[data-v-d8768098] {
  font-size: 0.9rem;
  padding: 1.5rem 0 0;
  font-weight: 600;
}
.form-date[data-v-d8768098] {
  font-size: 0.9rem;
  padding: 0;
  font-weight: 600;
}
.date-text[data-v-d8768098] {
  font-size: 0.9rem;
  padding: 0;
  margin: 0.2rem 0;
}
.heading-title-wrapper[data-v-d8768098] {
  float: left;
  margin-right: 20px;
  width: 450px;
}
@media screen and (max-width: 600px) {
.heading-title-wrapper[data-v-d8768098] {
    margin-right: 0;
    width: 70%;
    border: 0;
}
}
@media screen and (max-width: 425px) {
.business-form-heading[data-v-d8768098] {
    font-size: 1.8rem;
    margin-top: 0.6rem;
}
.gps-coordinates-title[data-v-d8768098] {
    font-size: 0.9rem;
}
.geo-location-data[data-v-d8768098] {
    font-size: 0.9rem;
    padding: 1.3rem 0 0;
}
}
@charset "UTF-8";
.vm-coverage-wrap {
  height: 0;
  overflow: hidden;
}
.vm-coverage-wrap.has-address {
  height: auto;
  overflow-y: auto;
}
.filter-results ul.g-address {
  max-height: 370px;
  overflow: auto;
}
.theme--light.v-input input,
.theme--light.v-input textarea {
  font-size: 12px;
}
.theme--light.v-input input#searchbar {
  font-size: 20px !important;
}
.pink-primary .primary--text {
  color: #ee008c !important;
  caret-color: #ee008c !important;
}
fieldset[disabled] .multiselect {
  pointer-events: none;
}
.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
  display: block;
}
.multiselect__spinner:after,
.multiselect__spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border-color: #41b883 transparent transparent;
  border-style: solid;
  border-width: 2px;
  -webkit-box-shadow: 0 0 0 1px transparent;
          box-shadow: 0 0 0 1px transparent;
}
.multiselect__spinner:before {
  -webkit-animation: a 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
          animation: a 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.multiselect__spinner:after {
  -webkit-animation: a 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
          animation: a 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}
.multiselect__loading-enter,
.multiselect__loading-leave-active {
  opacity: 0;
}
.multiselect,
.multiselect__input,
.multiselect__single {
  font-family: inherit;
  font-size: 16px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.multiselect {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: #35495e;
}
.multiselect * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.multiselect:focus {
  outline: none;
}
.multiselect--disabled {
  opacity: 0.6;
}
.multiselect--active {
  z-index: 1;
}
.multiselect--active:not(.multiselect--above) .multiselect__current,
.multiselect--active:not(.multiselect--above) .multiselect__input,
.multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.multiselect--active .multiselect__select {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.multiselect__input,
.multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 0 0 0 5px;
  width: 100%;
  -webkit-transition: border 0.1s ease;
  transition: border 0.1s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 8px;
  vertical-align: top;
}
.multiselect__input::-webkit-input-placeholder {
  color: #35495e;
}
.multiselect__input:-ms-input-placeholder {
  color: #35495e;
}
.multiselect__input::-moz-placeholder {
  color: #35495e;
}
.multiselect__input::-ms-input-placeholder {
  color: #35495e;
}
.multiselect__input::placeholder {
  color: #35495e;
}
.multiselect__tag ~ .multiselect__input,
.multiselect__tag ~ .multiselect__single {
  width: auto;
}
.multiselect__input:hover,
.multiselect__single:hover {
  border-color: #cfcfcf;
}
.multiselect__input:focus,
.multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}
.multiselect__single {
  padding-left: 5px;
  margin-bottom: 8px;
}
.multiselect__tags-wrap {
  display: inline;
}
.multiselect__tags {
  min-height: 40px;
  display: block;
  padding: 8px 40px 0 8px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background: #fff;
  font-size: 14px;
}
.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #41b883;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: normal;
  width: 22px;
  text-align: center;
  line-height: 22px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 5px;
}
.multiselect__tag-icon:after {
  content: "×";
  color: #266d4d;
  font-size: 14px;
}
.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
  background: #369a6e;
}
.multiselect__tag-icon:focus:after,
.multiselect__tag-icon:hover:after {
  color: #fff;
}
.multiselect__current {
  min-height: 40px;
  overflow: hidden;
  padding: 8px 12px 0;
  padding-right: 30px;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
}
.multiselect__current,
.multiselect__select {
  line-height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}
.multiselect__select {
  position: absolute;
  width: 40px;
  height: 38px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #999;
  margin-top: 4px;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #999 transparent transparent;
  content: "";
}
.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px;
}
.multiselect--active .multiselect__placeholder {
  display: none;
}
.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}
.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}
.multiselect__content::webkit-scrollbar {
  display: none;
}
.multiselect__element {
  display: block;
}
.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px;
}
.multiselect__option--highlight {
  background: #41b883;
  outline: none;
  color: #fff;
}
.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #41b883;
  color: #fff;
}
.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 700;
}
.multiselect__option--selected:after {
  content: attr(data-selected);
  color: silver;
}
.multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}
.multiselect__option--selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}
.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
}
.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select,
.multiselect__option--disabled {
  background: #ededed;
  color: #a6a6a6;
}
.multiselect__option--disabled {
  cursor: text;
  pointer-events: none;
}
.multiselect__option--group {
  background: #ededed;
  color: #35495e;
}
.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff;
}
.multiselect__option--group.multiselect__option--highlight:after {
  background: #35495e;
}
.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede;
}
.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}
.multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}
.multiselect-enter-active,
.multiselect-leave-active {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.multiselect-enter,
.multiselect-leave-active {
  opacity: 0;
}
.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
[dir=rtl] .multiselect {
  text-align: right;
}
[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px;
}
[dir=rtl] .multiselect__tags {
  padding: 8px 8px 0 40px;
}
[dir=rtl] .multiselect__content {
  text-align: right;
}
[dir=rtl] .multiselect__option:after {
  right: auto;
  left: 0;
}
[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px;
}
[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px;
}
@-webkit-keyframes a {
0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
to {
    -webkit-transform: rotate(2turn);
            transform: rotate(2turn);
}
}
@keyframes a {
0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
to {
    -webkit-transform: rotate(2turn);
            transform: rotate(2turn);
}
}
#googlemap {
  position: relative;
  width: 100%;
  min-height: 75vh;
  height: 100%;
}
#googlemap #content {
  padding: 20px 20px 0 20px;
}
.coverage-results {
  position: relative;
  text-align: center;
}
.coverage-results h2 {
  background: #ff008e;
  color: #fff;
  padding: 3rem 1rem;
}
.coverage-results .floating-action {
  position: absolute;
  left: 50%;
  bottom: 3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.coverage-results .coverage-form {
  padding-left: 24px;
}
.coverage-results .coverage-form .new-search-box {
  padding-top: 1rem;
  margin-bottom: 1rem;
  text-align: left;
}
.coverage-results .coverage-form .new-search-box .search-again {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 16px;
}
.coverage-results .coverage-form .v-text-field .v-label--active {
  font-size: 20px;
  height: auto;
  line-height: initial;
  top: 2px;
  color: #000;
}
.coverage-results .coverage-form .v-text-field input {
  font-size: 18px;
  max-height: initial;
  line-height: initial;
}
.coverage-results .coverage-form #filter-results-row .v-text-field .v-label--active {
  top: -6px;
  color: rgba(0, 0, 0, 0.6) !important;
}
#content {
  font-style: normal;
  font-size: 20px;
  padding: 0;
  text-align: center;
}
#content .g-condition {
  font-weight: bold;
  margin-bottom: 1rem;
  font-family: "Core Sans R 35";
}
#content .g-address {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 1rem;
  padding-left: 0;
  font-family: "Core Sans R 35";
}
#content #order {
  padding: 0.75rem 46px;
  border-radius: 31px;
  color: #fff;
  background-color: #ff008e;
  border: 0;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
}
#content ul li {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 5px;
}
#content ul li a {
  display: inline-block;
  font-size: 13px;
  padding: 6px 14px;
  display: inline-block;
  border: 1px solid #ff008e;
  border-radius: 20px;
  font-weight: 600;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  color: #000;
}
#content ul li a:hover {
  color: #ffffff;
  background-color: #ff008e;
}
.business-feasibility {
  font-family: "Core Sans R 55";
  margin: 0.5rem;
  padding: 1rem 0.6rem;
  border-radius: 2rem;
  color: #fff !important;
  background-color: #EE008C;
  border: none !important;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  width: 260px;
  max-width: 3444px;
  font-size: 1.1rem;
  outline: none !important;
}
@media screen and (max-width: 767px) {
.coverage-results .coverage-form .new-search-box .v-text-field .v-label {
    top: 0;
}
.coverage-results .coverage-form #content {
    font-size: 14px;
}
.business-feasibility {
    font-size: 0.9rem;
    width: 200px;
}
#filter-results-row {
    margin-bottom: 1rem;
}
#filter-results-row .v-text-field {
    margin-top: 0;
}
#filter-results-row .col-12 {
    padding-top: 0;
    padding-bottom: 0;
}
#filter-results-row .v-input__slot {
    margin-bottom: 0;
}
.filter-results ul.g-address {
    max-height: 270px;
    padding-left: 0;
}
.search-again-row.d-flex {
    display: block !important;
}
.search-again-row.d-flex .search-again {
    display: block !important;
    margin-left: 0 !important;
    margin-top: 1rem;
}
}
.faq-btn {
  padding: 1rem;
  color: #ff008e !important;
  font-weight: bold;
  font-size: 1rem;
  display: inline-block;
}
@media screen and (max-width: 590px) {
.filter-results ul.g-address {
    max-height: 230px;
}
.coverage-results .coverage-form .filter-results,
.coverage-results .coverage-form .new-search-box,
#filter-results-row {
    padding-left: 25px;
    padding-right: 25px;
}
.coverage-results .coverage-form {
    padding-left: 0;
}
.business-feasibility {
    width: 190px;
    font-size: 0.8rem;
    margin-top: 0.5rem;
}
}
@media screen and (max-width: 425px) {
.coverage-results #googlemap {
    height: 350px;
}
}
