www.workingnomads.com Open in urlscan Pro
104.248.12.194  Public Scan

Submitted URL: http://www.workingnomads.co/
Effective URL: https://www.workingnomads.com/jobs
Submission: On January 07 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

<form ng-submit="handleSearchSubmit();" style="height: 100%" class="ng-pristine ng-valid">
  <div id="facets">
    <div ng-style="premiumSubscription === 'True' &amp;&amp; {'position': 'sticky', 'top': '80px', 'margin-bottom': '20px'}">
      <!-- Search -->
      <div class="search__wrapper">
        <div class="input-group search">
          <input type="text" name="q" id="q" autocomplete="off" spellcheck="false" autocorrect="false" class="string ng-pristine ng-untouched ng-valid ng-empty" placeholder="Search for a remote job" ng-change="search(true)" ng-model="query">
        </div>
        <div class="options hidden" ng-class="{hidden: !suggestOptions.length || !suggestOptionsOpen}">
          <!-- ngRepeat: option in suggestOptions -->
        </div>
      </div>
      <!-- Selected tags -->
      <div class="side-menu-selected-locations hidden" ng-class="{hidden: !tags.length}">
        <!-- ngRepeat: tag in tags -->
      </div>
      <!-- Locations select -->
      <div class="side-menu-locations search-bar__action">
        <div class="search-bar__action__button select" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
          <img class="search-bar__action__icon" src="https://d262ri5vl0r1ym.cloudfront.net/jobs/svg/icon-location.svg" alt="" width="20" height="20">
          <span class="search-bar__action__label">Location</span>
          <img class="search-bar__action__dropdown-icon" src="https://d262ri5vl0r1ym.cloudfront.net/jobs/svg/arrow-dropdown.svg" alt="" width="8" height="4">
        </div>
        <div class="search-bar__action__dropdown dropdown-menu dropdown-menu__with-search" aria-labelledby="dropdownMenuButton">
          <input type="text" name="qL" id="qL" autocomplete="off" spellcheck="false" autocorrect="false" class="string ng-pristine ng-untouched ng-valid ng-empty" placeholder="Type to search a country" ng-change="searchLocations()"
            ng-model="queryLocation">
          <!-- Regions -->
          <div class="dropdown-menu__title" ng-show="existsRegionOption()"> Regions </div>
          <!-- ngRepeat: location in locationOptions | filter: { region: true } -->
          <div ng-repeat="location in locationOptions | filter: { region: true }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Anywhere">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Anywhere</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: true } -->
          <div ng-repeat="location in locationOptions | filter: { region: true }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="North America">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">North America</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: true } -->
          <div ng-repeat="location in locationOptions | filter: { region: true }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Latin America">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Latin America</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: true } -->
          <div ng-repeat="location in locationOptions | filter: { region: true }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Europe">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Europe</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: true } -->
          <div ng-repeat="location in locationOptions | filter: { region: true }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Middle East">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Middle East</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: true } -->
          <div ng-repeat="location in locationOptions | filter: { region: true }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Africa">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Africa</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: true } -->
          <div ng-repeat="location in locationOptions | filter: { region: true }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="APAC">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">APAC</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: true } -->
          <!-- Countries -->
          <div class="dropdown-menu__title" ng-show="existsCountryOption()"> Countries </div>
          <!-- ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="USA">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">USA</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="UK">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">UK</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Canada">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Canada</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Afghanistan">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Afghanistan</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Albania">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Albania</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Algeria">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Algeria</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="American Samoa">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">American Samoa</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Andorra">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Andorra</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Angola">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Angola</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Anguilla">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Anguilla</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Antarctica">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Antarctica</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Antigua and Barbuda">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Antigua and Barbuda</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Argentina">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Argentina</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Armenia">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Armenia</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Aruba">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Aruba</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Australia">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Australia</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Austria">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Austria</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Azerbaijan">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Azerbaijan</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Bahamas">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Bahamas</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Bahrain">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Bahrain</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Bangladesh">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Bangladesh</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Barbados">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Barbados</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Belarus">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Belarus</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Belgium">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Belgium</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Belize">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Belize</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Benin">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Benin</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Bermuda">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Bermuda</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Bhutan">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Bhutan</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Bolivia">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Bolivia</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Bonaire">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Bonaire</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Bosnia and Herzegovina">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Bosnia and Herzegovina</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Botswana">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Botswana</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Brazil">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Brazil</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Brunei">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Brunei</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Bulgaria">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Bulgaria</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Burkina Faso">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Burkina Faso</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Burundi">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Burundi</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Cabo Verde">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Cabo Verde</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Cambodia">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Cambodia</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Cameroon">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Cameroon</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Cayman Islands">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Cayman Islands</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Central African Republic">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Central African Republic</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Chad">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Chad</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Chile">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Chile</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="China">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">China</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Colombia">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Colombia</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Comoros">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Comoros</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Congo">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Congo</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Congo, The Democratic Republic of the">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Congo, The Democratic Republic of the</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Cook Islands">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Cook Islands</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Costa Rica">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Costa Rica</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Croatia">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Croatia</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Cuba">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Cuba</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Curaçao">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Curaçao</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Cyprus">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Cyprus</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Czechia">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Czechia</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Côte d'Ivoire">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Côte d'Ivoire</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Denmark">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Denmark</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Djibouti">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Djibouti</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Dominica">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Dominica</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Dominican Republic">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Dominican Republic</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Ecuador">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Ecuador</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Egypt">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Egypt</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="El Salvador">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">El Salvador</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Equatorial Guinea">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Equatorial Guinea</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Eritrea">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Eritrea</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Estonia">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Estonia</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Eswatini">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Eswatini</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Ethiopia">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Ethiopia</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Faroe Islands">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Faroe Islands</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Fiji">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Fiji</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Finland">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Finland</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="France">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">France</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="French Guiana">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">French Guiana</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Gabon">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Gabon</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Gambia">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Gambia</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Georgia">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Georgia</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Germany">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Germany</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Ghana">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Ghana</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Gibraltar">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Gibraltar</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Greece">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Greece</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Greenland">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Greenland</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Grenada">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Grenada</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Guadeloupe">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Guadeloupe</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Guam">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Guam</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Guatemala">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Guatemala</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Guinea">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Guinea</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Guinea-Bissau">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Guinea-Bissau</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Guyana">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Guyana</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Haiti">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Haiti</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Honduras">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Honduras</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Hong Kong">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Hong Kong</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Hungary">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Hungary</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Iceland">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Iceland</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="India">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">India</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Indonesia">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Indonesia</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Iran">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Iran</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Iraq">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Iraq</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Ireland">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Ireland</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Israel">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Israel</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Italy">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Italy</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Jamaica">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Jamaica</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Japan">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Japan</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Jordan">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Jordan</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Kazakhstan">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Kazakhstan</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Kenya">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Kenya</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Kiribati">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Kiribati</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="South Korea">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">South Korea</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Kuwait">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Kuwait</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Kyrgyzstan">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Kyrgyzstan</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Lao People's Democratic Republic">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Lao People's Democratic Republic</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Latvia">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Latvia</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Lebanon">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Lebanon</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Lesotho">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Lesotho</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Liberia">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Liberia</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Libya">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Libya</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Liechtenstein">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Liechtenstein</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Lithuania">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Lithuania</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Luxembourg">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Luxembourg</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Macao">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Macao</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Madagascar">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Madagascar</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Malawi">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Malawi</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Malaysia">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Malaysia</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Maldives">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Maldives</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Mali">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Mali</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Malta">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Malta</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Marshall Islands">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Marshall Islands</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Martinique">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Martinique</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Mauritania">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Mauritania</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Mauritius">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Mauritius</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Mayotte">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Mayotte</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Mexico">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Mexico</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Micronesia, Federated States of">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Micronesia, Federated States of</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Moldova, Republic of">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Moldova, Republic of</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Monaco">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Monaco</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Mongolia">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Mongolia</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Montenegro">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Montenegro</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Morocco">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Morocco</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Mozambique">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Mozambique</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Myanmar">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Myanmar</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Namibia">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Namibia</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Nepal">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Nepal</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Netherlands">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Netherlands</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="New Caledonia">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">New Caledonia</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="New Zealand">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">New Zealand</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Nicaragua">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Nicaragua</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Niger">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Niger</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Nigeria">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Nigeria</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="North Macedonia">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">North Macedonia</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Northern Mariana Islands">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Northern Mariana Islands</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Norway">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Norway</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Oman">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Oman</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Pakistan">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Pakistan</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Palau">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Palau</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Palestine, State of">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Palestine, State of</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Panama">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Panama</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Papua New Guinea">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Papua New Guinea</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Paraguay">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Paraguay</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Peru">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Peru</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Philippines">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Philippines</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Poland">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Poland</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Portugal">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Portugal</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Puerto Rico">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Puerto Rico</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Qatar">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Qatar</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Romania">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Romania</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Russia">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Russia</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Rwanda">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Rwanda</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Réunion">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Réunion</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Samoa">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Samoa</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="San Marino">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">San Marino</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Sao Tome and Principe">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Sao Tome and Principe</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Saudi Arabia">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Saudi Arabia</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Senegal">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Senegal</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Serbia">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Serbia</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Seychelles">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Seychelles</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Sierra Leone">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Sierra Leone</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Singapore">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Singapore</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Sint Maarten (Dutch part)">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Sint Maarten (Dutch part)</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Slovakia">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Slovakia</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Slovenia">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Slovenia</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Solomon Islands">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Solomon Islands</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Somalia">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Somalia</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="South Africa">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">South Africa</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="South Sudan">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">South Sudan</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Spain">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Spain</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Sri Lanka">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Sri Lanka</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Sudan">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Sudan</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Suriname">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Suriname</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Sweden">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Sweden</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Switzerland">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Switzerland</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Syria">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Syria</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Taiwan, Province of China">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Taiwan, Province of China</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Tajikistan">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Tajikistan</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Tanzania, United Republic of">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Tanzania, United Republic of</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Thailand">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Thailand</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Timor-Leste">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Timor-Leste</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Togo">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Togo</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Tonga">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Tonga</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Trinidad and Tobago">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Trinidad and Tobago</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Tunisia">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Tunisia</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Turkey">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Turkey</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Turkmenistan">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Turkmenistan</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Tuvalu">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Tuvalu</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Uganda">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Uganda</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Ukraine">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Ukraine</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="United Arab Emirates">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">United Arab Emirates</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Uruguay">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Uruguay</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Uzbekistan">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Uzbekistan</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Vanuatu">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Vanuatu</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Venezuela, Bolivarian Republic of">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Venezuela, Bolivarian Republic of</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Viet Nam">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Viet Nam</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Western Sahara">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Western Sahara</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Yemen">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Yemen</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Zambia">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Zambia</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div ng-repeat="location in locationOptions | filter: { region: false }" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: location.checked}" ng-click="$event.preventDefault(); toggleLocation(location.id);">
              <input type="checkbox" ng-id="location.id" ng-name="location.name" ng-value="location.id" ng-checked="location.checked" value="Zimbabwe">
              <label ng-for="location.id" data-type="jobs" class="ng-binding">Zimbabwe</label>
            </div>
          </div><!-- end ngRepeat: location in locationOptions | filter: { region: false } -->
          <div class="dropdown-menu__no-options ng-hide" ng-show="!existsCountryOption() &amp;&amp; !existsRegionOption()">No options</div>
        </div>
      </div>
      <!-- Selected locations -->
      <div class="side-menu-selected-locations">
        <!-- ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations --><!-- ngIf: location.checked --><!-- end ngRepeat: location in locations -->
      </div>
      <!-- Categories select -->
      <div class="side-menu-categories search-bar__action">
        <div class="search-bar__action__button select" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
          <img class="search-bar__action__icon" src="https://d262ri5vl0r1ym.cloudfront.net/jobs/svg/icon-category.svg" alt="" width="18" height="18">
          <span class="search-bar__action__label">Category</span>
          <img class="search-bar__action__dropdown-icon" src="https://d262ri5vl0r1ym.cloudfront.net/jobs/svg/arrow-dropdown.svg" alt="" width="8" height="4">
        </div>
        <div class="search-bar__action__dropdown dropdown-menu" aria-labelledby="dropdownMenuButton">
          <!-- ngRepeat: category in categories -->
          <div ng-repeat="category in categories" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: category.checked}" ng-click="$event.preventDefault(); toggleCategory(category.key, true);">
              <input type="checkbox" ng-id="category.key" ng-name="category.key" ng-value="category.key" ng-checked="category.checked" value="Administration">
              <label ng-for="category.key" data-type="jobs" class="ng-binding">Administration</label>
            </div>
          </div><!-- end ngRepeat: category in categories -->
          <div ng-repeat="category in categories" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: category.checked}" ng-click="$event.preventDefault(); toggleCategory(category.key, true);">
              <input type="checkbox" ng-id="category.key" ng-name="category.key" ng-value="category.key" ng-checked="category.checked" value="Consulting">
              <label ng-for="category.key" data-type="jobs" class="ng-binding">Consulting</label>
            </div>
          </div><!-- end ngRepeat: category in categories -->
          <div ng-repeat="category in categories" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: category.checked}" ng-click="$event.preventDefault(); toggleCategory(category.key, true);">
              <input type="checkbox" ng-id="category.key" ng-name="category.key" ng-value="category.key" ng-checked="category.checked" value="Customer Success">
              <label ng-for="category.key" data-type="jobs" class="ng-binding">Customer Success</label>
            </div>
          </div><!-- end ngRepeat: category in categories -->
          <div ng-repeat="category in categories" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: category.checked}" ng-click="$event.preventDefault(); toggleCategory(category.key, true);">
              <input type="checkbox" ng-id="category.key" ng-name="category.key" ng-value="category.key" ng-checked="category.checked" value="Design">
              <label ng-for="category.key" data-type="jobs" class="ng-binding">Design</label>
            </div>
          </div><!-- end ngRepeat: category in categories -->
          <div ng-repeat="category in categories" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: category.checked}" ng-click="$event.preventDefault(); toggleCategory(category.key, true);">
              <input type="checkbox" ng-id="category.key" ng-name="category.key" ng-value="category.key" ng-checked="category.checked" value="Development">
              <label ng-for="category.key" data-type="jobs" class="ng-binding">Development</label>
            </div>
          </div><!-- end ngRepeat: category in categories -->
          <div ng-repeat="category in categories" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: category.checked}" ng-click="$event.preventDefault(); toggleCategory(category.key, true);">
              <input type="checkbox" ng-id="category.key" ng-name="category.key" ng-value="category.key" ng-checked="category.checked" value="Education">
              <label ng-for="category.key" data-type="jobs" class="ng-binding">Education</label>
            </div>
          </div><!-- end ngRepeat: category in categories -->
          <div ng-repeat="category in categories" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: category.checked}" ng-click="$event.preventDefault(); toggleCategory(category.key, true);">
              <input type="checkbox" ng-id="category.key" ng-name="category.key" ng-value="category.key" ng-checked="category.checked" value="Finance">
              <label ng-for="category.key" data-type="jobs" class="ng-binding">Finance</label>
            </div>
          </div><!-- end ngRepeat: category in categories -->
          <div ng-repeat="category in categories" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: category.checked}" ng-click="$event.preventDefault(); toggleCategory(category.key, true);">
              <input type="checkbox" ng-id="category.key" ng-name="category.key" ng-value="category.key" ng-checked="category.checked" value="Health Care">
              <label ng-for="category.key" data-type="jobs" class="ng-binding">Health Care</label>
            </div>
          </div><!-- end ngRepeat: category in categories -->
          <div ng-repeat="category in categories" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: category.checked}" ng-click="$event.preventDefault(); toggleCategory(category.key, true);">
              <input type="checkbox" ng-id="category.key" ng-name="category.key" ng-value="category.key" ng-checked="category.checked" value="Human Resources">
              <label ng-for="category.key" data-type="jobs" class="ng-binding">Human Resources</label>
            </div>
          </div><!-- end ngRepeat: category in categories -->
          <div ng-repeat="category in categories" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: category.checked}" ng-click="$event.preventDefault(); toggleCategory(category.key, true);">
              <input type="checkbox" ng-id="category.key" ng-name="category.key" ng-value="category.key" ng-checked="category.checked" value="Legal">
              <label ng-for="category.key" data-type="jobs" class="ng-binding">Legal</label>
            </div>
          </div><!-- end ngRepeat: category in categories -->
          <div ng-repeat="category in categories" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: category.checked}" ng-click="$event.preventDefault(); toggleCategory(category.key, true);">
              <input type="checkbox" ng-id="category.key" ng-name="category.key" ng-value="category.key" ng-checked="category.checked" value="Management">
              <label ng-for="category.key" data-type="jobs" class="ng-binding">Management</label>
            </div>
          </div><!-- end ngRepeat: category in categories -->
          <div ng-repeat="category in categories" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: category.checked}" ng-click="$event.preventDefault(); toggleCategory(category.key, true);">
              <input type="checkbox" ng-id="category.key" ng-name="category.key" ng-value="category.key" ng-checked="category.checked" value="Marketing">
              <label ng-for="category.key" data-type="jobs" class="ng-binding">Marketing</label>
            </div>
          </div><!-- end ngRepeat: category in categories -->
          <div ng-repeat="category in categories" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: category.checked}" ng-click="$event.preventDefault(); toggleCategory(category.key, true);">
              <input type="checkbox" ng-id="category.key" ng-name="category.key" ng-value="category.key" ng-checked="category.checked" value="Sales">
              <label ng-for="category.key" data-type="jobs" class="ng-binding">Sales</label>
            </div>
          </div><!-- end ngRepeat: category in categories -->
          <div ng-repeat="category in categories" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: category.checked}" ng-click="$event.preventDefault(); toggleCategory(category.key, true);">
              <input type="checkbox" ng-id="category.key" ng-name="category.key" ng-value="category.key" ng-checked="category.checked" value="System Administration">
              <label ng-for="category.key" data-type="jobs" class="ng-binding">System Administration</label>
            </div>
          </div><!-- end ngRepeat: category in categories -->
          <div ng-repeat="category in categories" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: category.checked}" ng-click="$event.preventDefault(); toggleCategory(category.key, true);">
              <input type="checkbox" ng-id="category.key" ng-name="category.key" ng-value="category.key" ng-checked="category.checked" value="Writing">
              <label ng-for="category.key" data-type="jobs" class="ng-binding">Writing</label>
            </div>
          </div><!-- end ngRepeat: category in categories -->
        </div>
      </div>
      <!-- Selected categories -->
      <div class="side-menu-selected-locations hidden" ng-class="{hidden: !existsFilteredCategory()}">
        <!-- ngRepeat: category in categories --><!-- ngIf: category.checked --><!-- end ngRepeat: category in categories --><!-- ngIf: category.checked --><!-- end ngRepeat: category in categories --><!-- ngIf: category.checked --><!-- end ngRepeat: category in categories --><!-- ngIf: category.checked --><!-- end ngRepeat: category in categories --><!-- ngIf: category.checked --><!-- end ngRepeat: category in categories --><!-- ngIf: category.checked --><!-- end ngRepeat: category in categories --><!-- ngIf: category.checked --><!-- end ngRepeat: category in categories --><!-- ngIf: category.checked --><!-- end ngRepeat: category in categories --><!-- ngIf: category.checked --><!-- end ngRepeat: category in categories --><!-- ngIf: category.checked --><!-- end ngRepeat: category in categories --><!-- ngIf: category.checked --><!-- end ngRepeat: category in categories --><!-- ngIf: category.checked --><!-- end ngRepeat: category in categories --><!-- ngIf: category.checked --><!-- end ngRepeat: category in categories --><!-- ngIf: category.checked --><!-- end ngRepeat: category in categories --><!-- ngIf: category.checked --><!-- end ngRepeat: category in categories -->
      </div>
      <!-- Position type select -->
      <div class="side-menu-positionTyoes search-bar__action">
        <div class="search-bar__action__button select" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
          <img class="search-bar__action__icon" src="https://d262ri5vl0r1ym.cloudfront.net/jobs/svg/icon-positionType.svg" alt="" width="18" height="18">
          <span class="search-bar__action__label">Position type</span>
          <img class="search-bar__action__dropdown-icon" src="https://d262ri5vl0r1ym.cloudfront.net/jobs/svg/arrow-dropdown.svg" alt="" width="8" height="4">
        </div>
        <div class="search-bar__action__dropdown dropdown-menu" aria-labelledby="dropdownMenuButton">
          <!-- ngRepeat: positionType in positionTypes -->
          <div ng-repeat="positionType in positionTypes" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: positionType.checked}" ng-click="$event.preventDefault(); togglePositionType(positionType.id);">
              <input type="checkbox" ng-id="positionType.id" ng-name="category.key" ng-value="positionType.id" ng-checked="positionType.checked" value="Full-time">
              <label ng-for="positionType.id" data-type="jobs" class="ng-binding">Full-time</label>
            </div>
          </div><!-- end ngRepeat: positionType in positionTypes -->
          <div ng-repeat="positionType in positionTypes" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: positionType.checked}" ng-click="$event.preventDefault(); togglePositionType(positionType.id);">
              <input type="checkbox" ng-id="positionType.id" ng-name="category.key" ng-value="positionType.id" ng-checked="positionType.checked" value="Part-time">
              <label ng-for="positionType.id" data-type="jobs" class="ng-binding">Part-time</label>
            </div>
          </div><!-- end ngRepeat: positionType in positionTypes -->
          <div ng-repeat="positionType in positionTypes" class="search-bar__action__dropdown__item ng-scope">
            <div class="checkbox checkbox-design checkbox-inline-small" ng-class="{location__checked: positionType.checked}" ng-click="$event.preventDefault(); togglePositionType(positionType.id);">
              <input type="checkbox" ng-id="positionType.id" ng-name="category.key" ng-value="positionType.id" ng-checked="positionType.checked" value="Contract">
              <label ng-for="positionType.id" data-type="jobs" class="ng-binding">Contract</label>
            </div>
          </div><!-- end ngRepeat: positionType in positionTypes -->
        </div>
      </div>
      <!-- Selected position types -->
      <div class="side-menu-selected-locations hidden" ng-class="{hidden: !existsFilteredPositionType()}">
        <!-- ngRepeat: positionType in positionTypes --><!-- ngIf: positionType.checked --><!-- end ngRepeat: positionType in positionTypes --><!-- ngIf: positionType.checked --><!-- end ngRepeat: positionType in positionTypes --><!-- ngIf: positionType.checked --><!-- end ngRepeat: positionType in positionTypes -->
      </div>
      <div class="side-menu-num-jobs">
        <div class="num-jobs">
          <span class="ng-binding">Available jobs: 1612</span>
        </div>
      </div>
      <a ng-show="isResetFiltersVisible()" type="submit" class="btn btn-default filter-button ng-hide" style="margin-bottom: 0px;" ng-href="/subscribe" target="_self" href="/subscribe">Set up job alerts
                            </a>
      <a ng-show="isResetFiltersVisible()" type="submit" class="btn btn-primary filter-button ng-hide" style="margin-top: 12px;" ng-href="/jobs" ng-click="$event.preventDefault(); resetFilters();" href="/jobs">Reset filters
                            </a>
    </div>
    <div ng-show="!isResetFiltersVisible()" style="margin-top: 30px;" class=""><span></span></div>
    <!-- <div class="filters-title" ng-show="premiumSubscription !== 'True'">
                            <h4>Partners</h4>
                        </div>
                        -->
    <!-- WN-side desktop square
                        <div style="margin-top:10px; margin-bottom: 30px;">
                            <ins class="adsbygoogle"
                                 style="display:inline-block;width:300px;height:250px"
                                 data-ad-client="ca-pub-3660563101667906"
                                 data-ad-slot="8323286844"></ins>
                            <script>
                                 (adsbygoogle = window.adsbygoogle || []).push({});
                            </script>
                        </div> -->
    <div class="premium-service-square" ng-show="premiumSubscription !== 'True'">
      <h3><a target="_self" href="/premium-subscription">20,000+<br>remote jobs</a></h3>
      <div class="subtitle"><a target="_self" href="/premium-subscription">Get access<br>to our Premium database.</a></div>
      <div style="text-align: center">
        <a class="join" target="_self" href="/premium-subscription">Join Premium</a>
      </div>
    </div>
    <div style="position: sticky; top: 87px; margin-bottom: 20px;">
      <div bsa-desktop-side-ad="">
        <div id="bsa-zone_1676571122869-7_123456"></div>
      </div>
    </div>
  </div>
</form>

Text Content

WE VALUE YOUR PRIVACY

We and our partners store and/or access information on a device, such as cookies
and process personal data, such as unique identifiers and standard information
sent by a device for personalised ads and content, ad and content measurement,
and audience insights, as well as to develop and improve products. With your
permission we and our partners may use precise geolocation data and
identification through device scanning. You may click to consent to our and our
772 partners’ processing as described above. Alternatively you may click to
refuse to consent or access more detailed information and change your
preferences before consenting. Please note that some processing of your personal
data may not require your consent, but you have a right to object to such
processing. Your preferences will apply to this website only. You can change
your preferences at any time by returning to this site or visit our privacy
policy.
MORE OPTIONSDISAGREEAGREE
MENU

 * Jobs
 * Companies
 * Go Premium
 * Job Categories
 * Job Alerts
 * Post a Job
 * Log in
 * Sign up

Toggle navigation Working Nomads
 * Jobs
 * Companies

 *   Post Jobs
 * Go Premium
 * Get Free Job Alerts

 * Log in


REMOTE JOBS FOR DIGITAL WORKING NOMADS.
WORK REMOTELY FROM YOUR HOME OR PLACES AROUND THE WORLD.


WE HAVE THE PERFECT 100% REMOTE JOB OPPORTUNITIES FOR THOSE LOOKING TO START
THEIR TELECOMMUTING CAREER.


GET ACCESS TO 20,000+ REMOTE JOBS

Join Premium
Location
Regions
Anywhere
North America
Latin America
Europe
Middle East
Africa
APAC
Countries
USA
UK
Canada
Afghanistan
Albania
Algeria
American Samoa
Andorra
Angola
Anguilla
Antarctica
Antigua and Barbuda
Argentina
Armenia
Aruba
Australia
Austria
Azerbaijan
Bahamas
Bahrain
Bangladesh
Barbados
Belarus
Belgium
Belize
Benin
Bermuda
Bhutan
Bolivia
Bonaire
Bosnia and Herzegovina
Botswana
Brazil
Brunei
Bulgaria
Burkina Faso
Burundi
Cabo Verde
Cambodia
Cameroon
Cayman Islands
Central African Republic
Chad
Chile
China
Colombia
Comoros
Congo
Congo, The Democratic Republic of the
Cook Islands
Costa Rica
Croatia
Cuba
Curaçao
Cyprus
Czechia
Côte d'Ivoire
Denmark
Djibouti
Dominica
Dominican Republic
Ecuador
Egypt
El Salvador
Equatorial Guinea
Eritrea
Estonia
Eswatini
Ethiopia
Faroe Islands
Fiji
Finland
France
French Guiana
Gabon
Gambia
Georgia
Germany
Ghana
Gibraltar
Greece
Greenland
Grenada
Guadeloupe
Guam
Guatemala
Guinea
Guinea-Bissau
Guyana
Haiti
Honduras
Hong Kong
Hungary
Iceland
India
Indonesia
Iran
Iraq
Ireland
Israel
Italy
Jamaica
Japan
Jordan
Kazakhstan
Kenya
Kiribati
South Korea
Kuwait
Kyrgyzstan
Lao People's Democratic Republic
Latvia
Lebanon
Lesotho
Liberia
Libya
Liechtenstein
Lithuania
Luxembourg
Macao
Madagascar
Malawi
Malaysia
Maldives
Mali
Malta
Marshall Islands
Martinique
Mauritania
Mauritius
Mayotte
Mexico
Micronesia, Federated States of
Moldova, Republic of
Monaco
Mongolia
Montenegro
Morocco
Mozambique
Myanmar
Namibia
Nepal
Netherlands
New Caledonia
New Zealand
Nicaragua
Niger
Nigeria
North Macedonia
Northern Mariana Islands
Norway
Oman
Pakistan
Palau
Palestine, State of
Panama
Papua New Guinea
Paraguay
Peru
Philippines
Poland
Portugal
Puerto Rico
Qatar
Romania
Russia
Rwanda
Réunion
Samoa
San Marino
Sao Tome and Principe
Saudi Arabia
Senegal
Serbia
Seychelles
Sierra Leone
Singapore
Sint Maarten (Dutch part)
Slovakia
Slovenia
Solomon Islands
Somalia
South Africa
South Sudan
Spain
Sri Lanka
Sudan
Suriname
Sweden
Switzerland
Syria
Taiwan, Province of China
Tajikistan
Tanzania, United Republic of
Thailand
Timor-Leste
Togo
Tonga
Trinidad and Tobago
Tunisia
Turkey
Turkmenistan
Tuvalu
Uganda
Ukraine
United Arab Emirates
Uruguay
Uzbekistan
Vanuatu
Venezuela, Bolivarian Republic of
Viet Nam
Western Sahara
Yemen
Zambia
Zimbabwe
No options

Category
Administration
Consulting
Customer Success
Design
Development
Education
Finance
Health Care
Human Resources
Legal
Management
Marketing
Sales
System Administration
Writing

Position type
Full-time
Part-time
Contract

Available jobs: 1612
Set up job alerts Reset filters



20,000+
REMOTE JOBS

Get access
to our Premium database.
Join Premium



REMOTE JOBS



Location
Regions
Anywhere
North America
Latin America
Europe
Middle East
Africa
APAC
Countries
USA
UK
Canada
Afghanistan
Albania
Algeria
American Samoa
Andorra
Angola
Anguilla
Antarctica
Antigua and Barbuda
Argentina
Armenia
Aruba
Australia
Austria
Azerbaijan
Bahamas
Bahrain
Bangladesh
Barbados
Belarus
Belgium
Belize
Benin
Bermuda
Bhutan
Bolivia
Bonaire
Bosnia and Herzegovina
Botswana
Brazil
Brunei
Bulgaria
Burkina Faso
Burundi
Cabo Verde
Cambodia
Cameroon
Cayman Islands
Central African Republic
Chad
Chile
China
Colombia
Comoros
Congo
Congo, The Democratic Republic of the
Cook Islands
Costa Rica
Croatia
Cuba
Curaçao
Cyprus
Czechia
Côte d'Ivoire
Denmark
Djibouti
Dominica
Dominican Republic
Ecuador
Egypt
El Salvador
Equatorial Guinea
Eritrea
Estonia
Eswatini
Ethiopia
Faroe Islands
Fiji
Finland
France
French Guiana
Gabon
Gambia
Georgia
Germany
Ghana
Gibraltar
Greece
Greenland
Grenada
Guadeloupe
Guam
Guatemala
Guinea
Guinea-Bissau
Guyana
Haiti
Honduras
Hong Kong
Hungary
Iceland
India
Indonesia
Iran
Iraq
Ireland
Israel
Italy
Jamaica
Japan
Jordan
Kazakhstan
Kenya
Kiribati
South Korea
Kuwait
Kyrgyzstan
Lao People's Democratic Republic
Latvia
Lebanon
Lesotho
Liberia
Libya
Liechtenstein
Lithuania
Luxembourg
Macao
Madagascar
Malawi
Malaysia
Maldives
Mali
Malta
Marshall Islands
Martinique
Mauritania
Mauritius
Mayotte
Mexico
Micronesia, Federated States of
Moldova, Republic of
Monaco
Mongolia
Montenegro
Morocco
Mozambique
Myanmar
Namibia
Nepal
Netherlands
New Caledonia
New Zealand
Nicaragua
Niger
Nigeria
North Macedonia
Northern Mariana Islands
Norway
Oman
Pakistan
Palau
Palestine, State of
Panama
Papua New Guinea
Paraguay
Peru
Philippines
Poland
Portugal
Puerto Rico
Qatar
Romania
Russia
Rwanda
Réunion
Samoa
San Marino
Sao Tome and Principe
Saudi Arabia
Senegal
Serbia
Seychelles
Sierra Leone
Singapore
Sint Maarten (Dutch part)
Slovakia
Slovenia
Solomon Islands
Somalia
South Africa
South Sudan
Spain
Sri Lanka
Sudan
Suriname
Sweden
Switzerland
Syria
Taiwan, Province of China
Tajikistan
Tanzania, United Republic of
Thailand
Timor-Leste
Togo
Tonga
Trinidad and Tobago
Tunisia
Turkey
Turkmenistan
Tuvalu
Uganda
Ukraine
United Arab Emirates
Uruguay
Uzbekistan
Vanuatu
Venezuela, Bolivarian Republic of
Viet Nam
Western Sahara
Yemen
Zambia
Zimbabwe
No options

Category
Administration
Consulting
Customer Success
Design
Development
Education
Finance
Health Care
Human Resources
Legal
Management
Marketing
Sales
System Administration
Writing

Position type
Full-time
Part-time
Contract

Available jobs: 1612
Set up job alerts Reset filters


REMOTE JOBS

SUPPLY CHAIN BUSINESS ANALYST

Burnsall Associates Ltd
Consulting
Featured
4 days ago
4 days ago
USA Remote (EST or CST)
Full-time

$90,000 per year
•
business analyst
supply chain
data analysis
Burnsall Associates Ltd
Featured
4 days ago
4 days ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

WEBSITE DEVELOPER / DESIGNER - REMOTE (WORK FROM HOME)

StubGroup
Development
Featured
5 days ago
5 days ago
Latin America
Full-time

$30,000 per year
•
wordpress
technical support
html
StubGroup
Featured
5 days ago
5 days ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

ONLINE ENGLISH PRACTICE PARTNER

Tutor Job
Education
Featured
5 days ago
5 days ago
Anywhere
Contract

Up to $22 per hour
•
teaching
english
communication
Tutor Job
Featured
5 days ago
5 days ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

PART TIME SOCIAL MEDIA MANAGER

Harvest Moon Marketing
Marketing
Featured
9 days ago
9 days ago
South Africa, UK, North America, Europe
Part-time

$20 per hour
•
social media
content writing
english
Harvest Moon Marketing
Featured
9 days ago
9 days ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

GOOGLE ADS ACCOUNT MANAGER - REMOTE (WORK FROM HOME)

StubGroup
Marketing
Featured
12 days ago
12 days ago
Latin America
Full-time

$30,000 per year
•
lead generation
ecommerce
client relationship
StubGroup
Featured
12 days ago
12 days ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

TRANSPORT & DELIVERY - WRITER

Eleven Writing
Writing
Featured
15 days ago
15 days ago
Anywhere
Contract


•
copywriting
english
seo
Eleven Writing
Featured
15 days ago
15 days ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

PRODUCT ENGINEER

SafetyWing
Development
Featured
17 days ago
17 days ago
Anywhere
Full-time

$82,500 - $132,000 per year
•
tailwind
react
nextjs
SafetyWing
Featured
17 days ago
17 days ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

BACKEND TEST ENGINEER

Ancient Gaming
Development
Featured
23 days ago
23 days ago
Anywhere
Full-time


•
automated testing
javascript
typescript
Ancient Gaming
Featured
23 days ago
23 days ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

PHONE AND CHAT SALES REPRESENTATIVE

Chat Assassins
Sales
Featured
24 days ago
24 days ago
Latin America
Full-time

$1,000 - $1,800 per month
•
creative
english
customer service
Chat Assassins
Featured
24 days ago
24 days ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

DIRECTOR OF DIGITAL MERCHANDISING

Nathan James
Management
Featured
26 days ago
26 days ago
North America, Latin America, EMEA
Full-time


•
ecommerce
leadership
shopify
Nathan James
Featured
26 days ago
26 days ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

SOCIAL MEDIA MANAGER & CONTENT CREATOR

Okay, Perfect
Marketing
Featured
27 days ago
27 days ago
Anywhere with occasional travel to France
Full-time

$50,000-$55,000 per year
•
content creation
brand awareness
social media
Okay, Perfect
Featured
27 days ago
27 days ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

SENIOR DATA ENGINEER

Proxify
Development
Featured
27 days ago
27 days ago
EMEA, CET +/- 3 hours
Contract


•
azure
aws
data engineering
Proxify
Featured
27 days ago
27 days ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

SENIOR AZURE DEVOPS ENGINEER

Proxify
System Administration
Featured
27 days ago
27 days ago
Anywhere
Contract


•
azure
kubernetes
terraform
Proxify
Featured
27 days ago
27 days ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

SENIOR MAGENTO DEVELOPER

Proxify
Development
Featured
27 days ago
27 days ago
EMEA CET (+/- 3 hours)
Contract


•
magento
ecommerce
php
Proxify
Featured
27 days ago
27 days ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

SENIOR WORDPRESS DEVELOPER

Proxify
Development
Featured
27 days ago
27 days ago
EMEA, CET +/- 3 hours
Contract


•
wordpress
php
mysql
Proxify
Featured
27 days ago
27 days ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

SENIOR MICROSOFT POWERBI DEVELOPER

Proxify
Development
Featured
27 days ago
27 days ago
EMEA, CET +/- 3 hours
Contract


•
power bi
security
sql
Proxify
Featured
27 days ago
27 days ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

SOCIAL MEDIA CHAT SALES

Chat Assassins
Sales
Featured
29 days ago
29 days ago
Latin America
Full-time
$600-$2000 per month
$600-$1200 at entry level, $1200-$2000 at an experienced level.
•
english
social media
customer service
Chat Assassins
Featured
29 days ago
29 days ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

SENIOR FRONT END REACT NATIVE ENGINEER

Maharishi Foundation International
Development
Featured
1 month ago
1 month ago
Europe Time Zones
Full-time


•
react native
ios
android
Maharishi Foundation International
Featured
1 month ago
1 month ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

CLAIMS EXAMINER I

American Specialty Health Incorporated
Administration
Featured
6 hours ago
6 hours ago
USA
Full-time

$14 per hour
•
data entry
customer service
medical billing
American Specialty Health Incorporated
Featured
6 hours ago
6 hours ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

PLATFORM SECURITY ENGINEER

Pax8
System Administration
Featured
6 hours ago
6 hours ago
USA
Full-time

$105k per year
•
security
devops
user interface
Pax8
Featured
6 hours ago
6 hours ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

SENIOR RUBY DEVELOPER

Perry Street Software
Development
Featured
6 hours ago
6 hours ago
Anywhere
Full-time

$50k-$125k per year
•
ruby
devops
ruby on rails
Perry Street Software
Featured
6 hours ago
6 hours ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

CAMPAIGN COORDINATOR - ENTERPRISE

Unified
Marketing
Featured
6 hours ago
6 hours ago
USA
Full-time

$17-$24 per hour
•
qa
advertising
social media
Unified
Featured
6 hours ago
6 hours ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

IMPLEMENTATION SPECIALIST

Edmunds.com
Consulting
Featured
6 hours ago
6 hours ago
USA
Full-time

$58k-$85k per year
•
sql
salesforce
customer service
Edmunds.com
Featured
6 hours ago
6 hours ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

SALES ASSOCIATE

Spokeo
Sales
Featured
6 hours ago
6 hours ago
USA
Full-time

$16-$22 per hour
•
recruiting
social media
market research
Spokeo
Featured
6 hours ago
6 hours ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

COMPENSATION ANALYST

Pax8
Finance
Featured
6 hours ago
6 hours ago
USA
Full-time

$68k per year
•
compensation analyst
project management
architecture
Pax8
Featured
6 hours ago
6 hours ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

HEAD OF CARE OPERATIONS

Fort Health
Health Care
Featured
6 hours ago
6 hours ago
USA
Full-time

$160k-$190k per year
•
call center
leadership
hiring
Fort Health
Featured
6 hours ago
6 hours ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

SOLUTION ARCHITECT

Weights & Biases
Consulting
Featured
6 hours ago
6 hours ago
EMEA
Full-time


•
devops
python
docker
Weights & Biases
Featured
6 hours ago
6 hours ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

CONTENT LEVELER

Newsela
Writing
Featured
6 hours ago
6 hours ago
USA
Contract


•
teaching
editing
publishing
Newsela
Featured
6 hours ago
6 hours ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

SR. FULL STACK SOFTWARE ENGINEER

Spot AI
Development
Featured
6 hours ago
6 hours ago
Latin America
Full-time


•
full stack
software engineering
user experience
Spot AI
Featured
6 hours ago
6 hours ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

FULL STACK SOFTWARE ENGINEER

Spot AI
Development
Featured
6 hours ago
6 hours ago
Latin America
Full-time


•
full stack
software engineering
user experience
Spot AI
Featured
6 hours ago
6 hours ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

DIRECTOR OF PRODUCT SUPPORT

Teachable
Customer Success
Featured
6 hours ago
6 hours ago
USA
Full-time

$145k-$160k per year
•
product management
tech support
customer experience
Teachable
Featured
6 hours ago
6 hours ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

EXPERIENCED SECURITY ENGINEER - PRODUCT SECURITY

Plaid
System Administration
Featured
6 hours ago
6 hours ago
USA
Full-time

$215k-$323k per year
•
security
docker
aws
Plaid
Featured
6 hours ago
6 hours ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

STAFF BACKEND SOFTWARE ENGINEER

Empower
Development
Featured
6 hours ago
6 hours ago
USA
Full-time


•
software engineering
azure
security
Empower
Featured
6 hours ago
6 hours ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

ENTERPRISE INSIDE SALES REPRESENTATIVE

Twilio
Sales
Featured
6 hours ago
6 hours ago
USA
Full-time

$26-$33 per hour
•
customer experience
salesforce
account manager
Twilio
Featured
6 hours ago
6 hours ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

ACCOUNTS RECEIVABLE CLERK

JumpCloud
Management
Featured
6 hours ago
6 hours ago
India
Full-time


•
product management
accounting
customer service
JumpCloud
Featured
6 hours ago
6 hours ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

C++/MYSQL SENIOR SOFTWARE ENGINEER

Percona
Development
Featured
6 hours ago
6 hours ago
Latin America
Full-time


•
mysql
software engineering
nosql
Percona
Featured
6 hours ago
6 hours ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

BACKEND SOFTWARE ENGINEER

Empower
Development
Featured
6 hours ago
6 hours ago
USA
Full-time


•
software engineering
architecture
security
Empower
Featured
6 hours ago
6 hours ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

STAFF PRODUCT DESIGNER - RISK

Mercury
Design
Featured
6 hours ago
6 hours ago
USA, Canada
Full-time

$212k-$250k per year
•
product design
user interface
user experience
Mercury
Featured
6 hours ago
6 hours ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

SALES DEVELOPMENT REPRESENTATIVE

Vidyard
Sales
Featured
6 hours ago
6 hours ago
Canada
Full-time


•
business development
lead generation
customer experience
Vidyard
Featured
6 hours ago
6 hours ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

DIRECTOR, PEOPLE BUSINESS PARTNERS

GitLab
Human Resources
Featured
6 hours ago
6 hours ago
EMEA
Full-time


•
feedback
leadership
hiring
GitLab
Featured
6 hours ago
6 hours ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

ADOBE CAMPAIGN CLASSIC DEVELOPER

Cognizant Technology Solutions
Development
Featured
1 day ago
1 day ago
USA
Full-time


•
express
scrum master
agile
Cognizant Technology Solutions
Featured
1 day ago
1 day ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

BILINGUAL (ENGLISH AND FRENCH) CUSTOMER SERVICE REPRESENTATIVE

Cognizant Technology Solutions
Customer Success
Featured
1 day ago
1 day ago
USA
Full-time

$14.00 per hour
•
customer service
Cognizant Technology Solutions
Featured
1 day ago
1 day ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

REMOTE INPATIENT AUDITOR

Cognizant Technology Solutions
Health Care
Featured
1 day ago
1 day ago
USA
Full-time


•
documentation
Cognizant Technology Solutions
Featured
1 day ago
1 day ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

BILINGUAL (ENGLISH AND SPANISH) CUSTOMER SERVICE REPRESENTATIVE

Cognizant Technology Solutions
Customer Success
Featured
1 day ago
1 day ago
USA
Full-time

$14.00 per hour
•
customer service
Cognizant Technology Solutions
Featured
1 day ago
1 day ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

SOFTWARE ENGINEER II

Sierra Nevada Corporation
Development
Featured
1 day ago
1 day ago
USA
Full-time

$83k-$114k per year
•
software engineering
dotnet
java
Sierra Nevada Corporation
Featured
1 day ago
1 day ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

SYSTEMS ENGINEER III - AWS C2E SYSTEMS ADMINISTRATOR

Sierra Nevada Corporation
System Administration
Featured
1 day ago
1 day ago
USA
Full-time

$95k-$143k per year
•
aws
program management
architecture
Sierra Nevada Corporation
Featured
1 day ago
1 day ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

ORACLE DEMAND MANAGEMENT FUNCTIONAL CONSULTANT

Cognizant Technology Solutions
Development
Featured
1 day ago
1 day ago
USA
Full-time

$132k-$158k per year
•
oracle
supply chain
erp
Cognizant Technology Solutions
Featured
1 day ago
1 day ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

CONSULTANT - SAILPOINT IIQ ENGINEER

Optiv
Consulting
Featured
1 day ago
1 day ago
USA
Full-time


•
Optiv
Featured
1 day ago
1 day ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

PRODUCT MANAGER

Johnson Controls International
Management
Featured
1 day ago
1 day ago
USA
Full-time


•
product management
project management
sourcing
Johnson Controls International
Featured
1 day ago
1 day ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium

R&D PRODUCT MANAGER

Myriad Genetics
Management
Featured
1 day ago
1 day ago
USA
Full-time

$127k-$152k per year
•
product management
clinical research
hiring
Myriad Genetics
Featured
1 day ago
1 day ago


20,000+
REMOTE JOBS

Get access to our Premium database.
Join Premium
Unlock 18528 hidden jobs
that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Service.

Join Premium

Unlock 18528 hidden jobs that match your criteria Unlock 20,000+ remote jobs
Upgrade to our Premium Job Seeker Service.
Join Premium
Show more jobs


WORKING NOMADS

Post Jobs
Premium Subscription
Sponsorship
Free Job Alerts

Job Skills
API
FAQ
Privacy policy
Terms and conditions
Contact us
About us



JOBS BY CATEGORY

Remote Administration jobs
Remote Consulting jobs
Remote Customer Success jobs
Remote Development jobs
Remote Design jobs
Remote Education jobs
Remote Finance jobs
Remote Legal jobs
Remote Health Care jobs
Remote Human Resources jobs
Remote Management jobs
Remote Marketing jobs
Remote Sales jobs
Remote System Administration jobs
Remote Writing jobs



JOBS BY LOCATION

Remote Anywhere jobs
Remote North America jobs
Remote Latin America jobs
Remote Europe jobs
Remote Middle East jobs
Remote Africa jobs
Remote APAC jobs
Remote Australia jobs
Remote Canada jobs
Remote UK jobs
Remote USA jobs







Working Nomads curates remote digital jobs from around the web.

© 2024 Working Nomads.