@font-face {
  font-family: orbregular;
  src: url(../fonts/Museo300-Regular.otf);
}

@font-face {
  font-family: orbbold;
  src: url(../fonts/Museo700-Regular.otf);
}

.orb-title{
    font-family: 'orbregular', arial, sans-serif;
    font-size: 32px;
    text-transform: uppercase;
}

ul.orb-list {
  margin-left: 0;
  padding-left: 0;
}

.orb-sxn{
    font-family: 'orbregular', arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

.orb-sxn span {
  font-size: 24px;
}

.orb-sub-title{
    font-family: 'orbregular', arial, sans-serif;
    font-size: 24px;
}

.orb-small{
  font-family: 'orbregular', arial, sans-serif;
    font-size: 12px;
}

.orb-grey {
  color: #f6f7f6 !important;
}

.orb-dark {
  color: #bab7b5 !important;
}

.orb-blue {
  color: #00d7d7 !important;
}

.orb-orange {
  color: #e6412f !important;
}

.orb-gold {
  color: #ae8c40 !important;
}

.orb-pink {
  color: #df0067 !important;
}

.orb-bgd-light {
  background-color: #dfdedd !important;
}

.orb-bgd-dark {
  background-color: #bab7b5 !important;
}

.orb-bgd-blue {
  background-color: #00d7d7 !important;
}

.orb-bgd-blue-light {
  background-color: rgba(0, 215, 215, .5);
}

.orb-bgd-orange {
  background-color: #e6412f !important;
}

.orb-bgd-gold {
  background-color: #ae8c40 !important;
}

.orb-bgd-gold-light {
  background-color: rgba(174, 140, 64, .2);
}

.orb-bgd-pink {
  background-color: #df0067 !important;
}

.orb-missing {
  color: red !important;
}

.border-bottom {
	border-bottom: 1px solid #dfdedd;
}

.border-bottom-dark {
  border-bottom: 1px solid #bab7b5;
}

.border-top {
  border-top: 1px solid #dfdedd;
  padding-top: 20px;
}

.border-right {
  border-right: 1px solid #dfdedd;
  padding-right: 10px;
}

.border-bottom-dark {
  border-bottom: 1px solid #bab7b5;
}

.border-top-dark {
  border-top: 1px solid #bab7b5;
  padding-top: 20px;
}

.border-right-dark {
  border-right: 1px solid #bab7b5;
  padding-right: 10px;
}

.no-space {
	margin: 0 !important;
	padding: 0 !important;
}

.btn-tab {
  border: 1px solid #dfdedd;
  border-bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  text-transform: uppercase;
  font-size: 10px;
  z-index: 0;
}

.btn-tab:hover {
  background-color: #ae8c40 !important;
  color: white;
  font-weight: bold;
}

.btn-nofocus:focus {
  outline-style: none;
  box-shadow: none;
  border-color: #dfdedd;
}

.btn-tab.active {
  background-color: #ae8c40 !important;
  color: white;
}

.block {
  display: block;
}

.border-lr {
	border-left: 1px solid grey;
	/*border-right: 1px solid grey;*/
	min-height: 200px;
}

.hidden {
	display: none;
}

.ribbon {
  padding: 20px 0px;
}

img.orb-region {
  width: 100px;
  height: auto;
}

img.orb-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

img.orb-avatar-lg {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
}

img.orb-avatar-sm {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

img.orb-logo {
    width: 100px;
    height: auto;
}

#map {
  height: 80vh;
  width: 100%;
}

#map-results {
  height: 40vh;
  width: 100%;
}

#map-record {
  height: 40vh;
  width: 100%;
}

.record-title {
  margin: 0;
  min-width: 30%;
  text-align: right;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.result-box {
  width: 100%;
  position: relative;
  border-top-left-radius: 35px;
}

.orb-overlay {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.feature-box {
  height: 200px;
  width: 100%;
  position: relative;
  border: 1px #bab7b5 solid;
  border-bottom: none !important;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.feature-bio {
  width: 100%;
  position: relative;
  border-bottom: 4px solid #e6412f;
}

.nameplate {
  height: 20px;
  overflow: hidden;
  margin-top: 10px;
}

.btn-feature{
  border-radius: 0 !important;
  height: 30px;
}

.btn-feature-web {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.btn-feature-info {
  position: absolute;
  left: 0px;
  bottom: 30px;
}

.bottom-label {
  position: absolute;
  height: 30px;
  left: 0;
  bottom: -30;
}

.contact-leader {
  position: absolute;
  width: 100%;
  bottom: 40px;
  margin: 0 auto;
}

.center-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.initials {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  position: relative;
  background-color: #f6f7f6;
}

.tag-pill {
  padding: 2px 8px;
  font-size: 10px;
  border-radius: 25px;
  background-color: #bab7b5;
  text-transform: uppercase;
  text-align: center;
}

.orb-tile {
  width: 100%;
  /*height: 250px;*/
  position: relative;
}

.block-title {
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px;
  color: white;
}

.orb-description {
  padding: 0px;
  margin: 0px;
  max-height: 18vh;
  text-align: justify !important;
  overflow-y: hidden;
}

.orb-description-preview {
  padding: 0px;
  margin: 0px;
  line-height: 20px;
  height: 120px;
  text-align: justify !important;
  overflow-y: hidden;
}

.orb-description-wide {
  padding: 0px;
  margin: 0px;
  max-height: 9vh;
  text-align: justify !important;
  overflow-y: hidden;
}

input {
  height: 28px !important;
  border: 1px #999999 solid !important;
  font-size: 10px;
}




















