.member-country-name {
  color: #555;
  text-align: center;
  margin-bottom: 0.5em !important;
}

.member-country-flag {
  border-radius: 50%;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.text-right {
  text-align: right;
}

.margin-0 {
  margin: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.member-content {
  overflow: hidden;
}

.member-content .more-link {
  margin-left: 0.5em;
  text-transform: lowercase;
}

.member-country-selector {
  height: 30px;
  margin-top: 1em;
}

@media (min-width: 768px) {
  .member-country-selector {
    float: right;
    width: 30%;
  }
}

.member-country-selector-box {
  padding-bottom: 15px !important;
  overflow: hidden;
}

.member-country-selector-name {
  margin-top: 0.5em;
  margin-bottom: 0.6em;
  display: block;
}

@media (min-width: 768px) {
  .member-country-selector-name {
    padding-left: 30% !important;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }
}

.member-nav {
  list-style: none;
  padding: 0.2em 0 0.4em 0;
  margin: 0.2em 0;
  overflow: hidden;
}

.member-nav-item {
  float: left;
  margin-right: 1em;
}

.region {
  margin-bottom: 0.5em;
  margin-top: 1em;
  clear: both;
  color: #777;
  font-size: 1.5em;
}

.region:first-child {
  margin-top: 0;
}

.member {

}

@media (min-width: 768px) {
  .member {
    width: 49% !important;
    margin-right: 1%;
    float: left !important;
  }

  .member:nth-child(even) {
    margin-right: 0;
    margin-left: 1%;
  }

  .member:nth-child(odd) {
    clear: both;
  }
}

.member-wrapper {
  padding-top: 0 !important;
}

@media (min-width: 768px) {
  .member-wrapper {
    min-height: 150px;
  }
}

.member-social-networks {
  float: right;
  overflow: hidden;
}

.member-name {
  padding-top: 15px;
  font-size: 14pt !important;
  line-height: 14pt !important;
  margin-bottom: 5px;
  clear: both;
}

.social-network {
  list-style: none;
  float: left;
  width: 30px;
  padding: 1px 0;
  margin-left: 5px;
}

.social-network a {
  color: #fff !important;
}

.social-network.facebook {
  background-color: #45619c;
}

.social-network.twitter {
  background-color: #00acee;
}

.social-network.linkedin {
  background-color: #1d87bd;
}

.social-network.google-plus {
  background-color: #dd4b39;
}

.nav-international {
  color: #000;
}

.nav-item {
  border-right: 2px solid #ddd;
  padding-right: 1em;
}

.member-nav-item:last-child .nav-item {
  border-right: none;
}

.member-nav-wrapper {
  margin-top: -2em !important;
  padding-bottom: 2em !important;
  border-top: 1px solid #eee;
  padding-top: 1em;
}

.member-container {
  padding-top: 0 !important;
  margin-top: -1em !important;
  padding-bottom: 1.5em !important;
}

@media (min-width: 768px) {
  .member-footer {
    position: absolute;
    bottom: 1em;
    left: 1em;
    width: calc(100% - 2em);
  }
}

.no-share-bar .vce-share-bar {
	display: none;
}