/* - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Rare Diseases International [MapSVG]
/* - - - - - - - - - - - - - - - - - - - - - - - - - */
.rdi {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.rdi:before,
.rdi:after {
  content: "";
  display: table;
}
.rdi:after {
  clear: both;
}
.rdi:last-child {
  margin-right: 0%;
}
.rdi__map {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.rdi__map:before,
.rdi__map:after {
  content: "";
  display: table;
}
.rdi__map:after {
  clear: both;
}
.rdi__map:last-child {
  margin-right: 0%;
}
.rdi__countries {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.rdi__countries:before,
.rdi__countries:after {
  content: "";
  display: table;
}
.rdi__countries:after {
  clear: both;
}
.rdi__countries:last-child {
  margin-right: 0%;
}
.rdi__countries .members {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.rdi__countries .members:before,
.rdi__countries .members:after {
  content: "";
  display: table;
}
.rdi__countries .members:after {
  clear: both;
}
.rdi__countries .members:last-child {
  margin-right: 0%;
}
.rdi__countries .members .member {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}
.rdi__countries .members .member:before,
.rdi__countries .members .member:after {
  content: "";
  display: table;
}
.rdi__countries .members .member:after {
  clear: both;
}
.rdi__countries .members .member:last-child {
  margin-right: 0%;
}
.rdi__countries .members .member__image {
  float: left;
  margin-right: 20px;
  width: 150px;
  height: 150px;
  background: #fff;
  outline: 1px solid #d3d3d3;
  margin-bottom: 20px;
  -webkit-background-size: 80% auto;
  -moz-background-size: 80% auto;
  background-size: 80% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.rdi__countries .members .member__name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.rdi__countries .members .member__membership {
  display: inline-block;
  padding: 3px 12px;
  margin-bottom: 10px;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
}
.rdi__countries .members .member__email,
.rdi__countries .members .member__website {
  display: block;
}
.rdi__countries .members .member__email a,
.rdi__countries .members .member__website a {
  margin: 0px;
  text-decoration: none;
  font-size: 18px;
  color: #000;
  line-height: 20px;
}
.rdi__countries .members .member__email a:hover,
.rdi__countries .members .member__website a:hover {
  text-decoration: underline;
}
.rdi__form {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 40px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px #cfcfcf;
  box-shadow: 0px 0px 15px 0px #cfcfcf;
}
.rdi__form:before,
.rdi__form:after {
  content: "";
  display: table;
}
.rdi__form:after {
  clear: both;
}
.rdi__form:last-child {
  margin-right: 0%;
}
.rdi__filter {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48%;
  margin-left: 0%;
  margin-right: 4%;
}
.rdi__filter:before,
.rdi__filter:after {
  content: "";
  display: table;
}
.rdi__filter:after {
  clear: both;
}
.rdi__filter:nth-child(n) {
  margin-right: 4%;
  float: left;
  clear: none;
}
.rdi__filter:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.rdi__filter:nth-child(2n + 1) {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .rdi__filter {
    zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .rdi__filter:before,
  .rdi__filter:after {
    content: "";
    display: table;
  }
  .rdi__filter:after {
    clear: both;
  }
  .rdi__filter:last-child {
    margin-right: 0%;
  }
}
.rdi__filter label {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.rdi__reset-filter {
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  background-color: #07324b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rdi__reset-filter:hover {
  background-color: #042538;
}
.no-members {
  display: none;
}
.select2.select2-container {
  width: 100% !important;
}
.select2.select2-container .select2-selection {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 34px;
  margin-bottom: 15px;
  outline: none !important;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #333;
  line-height: 32px;
  padding-right: 33px;
}
.select2.select2-container .select2-selection .select2-selection__arrow {
  background: #f8f8f8;
  border-left: 1px solid #ccc;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  height: 32px;
  width: 33px;
}
.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
  background: #f8f8f8;
}
.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
  border: 1px solid #ccc;
}
.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  margin-top: -5px;
}
.select2-container .select2-dropdown .select2-search {
  padding: 0;
}
.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border-bottom: none !important;
  padding: 4px 6px !important;
  border-radius: 0px !important;
}
.select2-container .select2-dropdown .select2-results {
  padding: 0;
}
.select2-container .select2-dropdown .select2-results ul {
  background: #fff;
  border: 1px solid #ccc;
}
.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #07324b;
}
