﻿/*@brand-layout: #222;

@brand-primary: #06c;
@brand-secondary: #f90;
@brand-tertiary: #888;*/
.user-profile {
  position: relative;
}
.user-profile .banner {
  height: 123px;
}
.user-profile .panel {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.user-profile .page-content {
  float: none;
  margin: 0 auto;
  position: relative;
  clear: both;
  height: auto;
}
@media only screen and (min-width: 575px) and (max-width: 991.98px) {
  .user-profile .page-content {
    top: -75px;
  }
}
@media only screen and (max-width: 574.98px) {
  .user-profile .page-content {
    top: -45px;
  }
}
.user-profile .section-left {
  width: 24%;
  position: absolute;
  height: 100%;
}
.user-profile .section-left .sidebar {
  top: -75px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .user-profile .section-left {
    width: 100%;
    height: auto;
    position: relative;
  }
  .user-profile .section-left .sidebar {
    position: relative !important;
    top: 0px !important;
    width: 100% !important;
  }
}
.user-profile .sidebar-relative {
  position: relative;
  top: -75px;
}
.user-profile .sidebar-absolute {
  position: absolute !important;
  top: auto !important;
  bottom: 0;
}
.user-profile .sidebar-fixed {
  position: fixed !important;
  top: 45px !important;
  height: auto;
  clear: both;
}
.user-profile .section-right {
  width: 75%;
  overflow: hidden;
  position: relative;
  padding: 0px 15px 0px 15px;
}
@media only screen and (max-width: 991.98px) {
  .user-profile .section-right {
    width: 100%;
    height: auto;
    position: relative;
  }
  .user-profile .section-right .mainnav {
    margin-top: 10px;
  }
}
.user-profile .mainnav {
  padding: 0px 15px 0px 15px;
  background: transparent;
  height: 64px;
  width: 100%;
  margin-bottom: 0px;
}
.user-profile .mainnav li:hover {
  background-color: none;
}
.user-profile .mainnav li > a {
  font-size: 14px;
  /* Approximation due to font substitution */
  font-weight: 500;
  color: #9a9a9a;
  padding: 21px 35px;
}
.user-profile .mainnav li > a:hover,
.user-profile .mainnav li > a:active,
.user-profile .mainnav li > a:focus {
  color: #bb3c45;
  background-color: transparent;
}
.user-profile .mainnav li.active > a {
  color: #bb3c45;
}
.user-profile .mainnav:after {
  background-image: none;
}
.user-profile #about .section-title {
  margin-top: 16px;
}
.user-profile label.section-title > span {
  color: #aeaeae !important;
  font-weight: 400;
}
.user-profile label.section-title > span > i,
.user-profile .panel-title > a > span > i {
  font-size: 5px;
  /* Approximation due to font substitution */
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: middle;
}
.user-profile label.section-title > a {
  font-size: 14px;
  /* Approximation due to font substitution */
  font-weight: 500;
  text-align: center;
}
.user-profile label.section-title > span > i:before {
  content: "\f111";
}
.user-profile #map {
  height: 182px !important;
}
.user-profile .loadmore {
  margin-top: 10px;
  text-align: center;
}
.user-profile .loadmore a {
  color: #bb3c45 !important;
  font-size: 14px;
  /* Approximation due to font substitution */
  cursor: pointer;
  text-decoration: none;
}
.user-profile .user-locations {
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(134, 135, 135, 0.55);
  width: 100%;
  height: auto;
  margin-top: 24px;
  position: relative;
}
.user-profile .user-locations .arrow-pointer {
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 0px 26px 0px rgba(134, 135, 135, 0.75);
  width: 36px;
  height: 36px;
  position: relative;
  float: right;
  margin-top: -6%;
  right: 5%;
  background-image: url(../../../../Content/img/navigator.png?v=18022018);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9;
}
.user-profile .user-locations .panel-group,
.user-profile .user-locations .panel-group .panel {
  border: none !important;
  margin-bottom: 0px !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}
.user-profile .user-locations ul.panel-body {
  border: none !important;
  padding: 0px 20px;
  list-style: none;
  max-height: 500px;
}
.user-profile .user-locations ul.panel-body li {
  padding: 5px;
  color: black;
}
.user-profile .user-locations ul.panel-body li a {
  color: black;
}
.user-profile .user-locations .panel-heading {
  padding: 0px 15px;
}
.user-profile .user-locations .location-title {
  font-size: 13px;
  line-height: 26px;
  /* Approximation due to font substitution */
  background-color: transparent;
  border: none !important;
  font-weight: normal !important;
  color: #344c5e;
  text-align: left;
  margin-left: 7px;
}
.user-profile .user-locations .panel-heading .accordion-toggle:before {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  float: left !important;
  /* adjust as needed */
  content: "\e253";
  color: #bb3c45 !important;
  font-size: 10px;
}
.user-profile .user-locations .panel-heading .accordion-toggle {
  color: #bb3c45 !important;
}
.user-profile .user-locations .panel-heading .accordion-toggle.collapsed {
  color: grey !important;
  /* adjust as needed */
}
.user-profile .user-locations .panel-heading .accordion-toggle.collapsed:before {
  /* symbol for "collapsed" panels */
  content: "\e252";
  color: grey !important;
  /* adjust as needed */
  font-size: 10px;
}
.user-profile .user-locations #office-collapse-one > label {
  color: #000000;
  font-size: 14px;
  /* Approximation due to font substitution */
  font-weight: 400;
  text-align: left;
}
.user-profile .user-locations .panel-heading .panel-title > a {
  text-decoration: none;
  color: #bb3c45;
  font-size: 14px;
  /* Approximation due to font substitution */
  font-weight: 500;
  line-height: 26px;
  /* Approximation due to font substitution */
  text-align: left;
  /* Approximation due to font substitution */
  background-color: transparent;
  border: none !important;
}
.user-profile .user-locations .fa {
  color: #bababa;
  font-size: 12px;
  /* Approximation due to font substitution */
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 991.98px) {
  .user-profile .user-locations {
    margin-top: 0px;
  }
}
.user-profile .tags {
  position: relative;
  clear: both;
  overflow: auto;
  padding: 10px 0px 10px 0px;
}
.user-profile .tags .tag {
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #8cc6ec;
  box-sizing: border-box;
  background-color: #dbe8f3;
  padding: 5px 10px 5px 10px;
  color: #178fd6;
  font-size: 14px;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: 21px;
  /* Approximation due to font substitution */
  text-align: center;
  float: left;
  margin-right: 2%;
  margin-top: 2%;
}
.user-profile .public-profile-content-area .promo-content {
  margin: 0 auto;
  padding: 25px 15px 25px 15px;
  font-size: 17px;
}
.user-profile .public-profile-content-area .team-pic > ul {
  margin: 0 auto !important;
}
.user-profile .public-profile-content-area .team-pic > ul > li {
  vertical-align: top;
  text-align: center;
  width: 15%;
  height: 4%;
  margin-right: 4.5%;
  margin-bottom: 2%;
}
.user-profile .public-profile-content-area .team-pic .photo-container {
  height: 90px;
  width: 90px;
  margin: auto;
}
.user-profile .img-thumbnail {
  background-color: transparent !important;
  border: none !important;
}
.user-profile .competitors {
  margin-bottom: 35px;
}
.user-profile .competitors ul {
  margin: 5px;
  display: flex;
  flex-wrap: wrap;
}
.user-profile .competitors ul > li {
  display: flex;
  flex-basis: 16.66%;
  max-width: 16.66%;
}
.user-profile .competitors ul > li > div.thumbnail {
  text-align: center;
  width: 100%;
  height: 100%;
}
.user-profile .competitors ul > li > div.thumbnail > .avatar-container {
  height: 135px;
  width: 135px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 33%;
  margin: auto;
}
.user-profile .competitors ul > li > div.thumbnail > .avatar-container.no-avatar {
  background-image: url(/Content/img/no-avatar.png);
}
.user-profile .competitors ul > li > div.thumbnail > a {
  color: #344c5e;
  font-weight: bold;
}
.user-profile .competitors hr {
  margin-top: 10px;
  margin-bottom: 0;
  border-top: 1px solid #dddddd;
}
.user-profile .manage-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
}
.user-profile .mainnav-fix {
  position: fixed;
  z-index: 100;
  top: 0 !important;
  margin-top: 0 !important;
  background: #fff !important;
}