.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.topbar {
  z-index: 100;
}

.fill-height {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.fill-height.row {
  height: 100%;
}

@media (min-width: 1301px) {
  .nav-head {
    display: none;
  }
}
nav .profile-info-wrp {
  float: left;
  width: 100%;
  padding: 30px;
}
nav .profile-info-wrp .insta-wrp {
  text-align: center;
}

.stat-box {
  padding: 25px 25px 30px 25px;
}

.stat-box-innr > i {
  margin-right: 25px;
  font-size: 44px;
}
.stat-box-innr > h5 {
  margin-top: 0px;
}

.panel-content {
  margin-left: 300px;
  width: calc(100% - 300px);
}
@media (max-width: 1024px) {
  .panel-content {
    margin-left: 0px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .panel-content {
    min-width: 980px;
    max-width: 1600px;
  }
}
@media (min-width: 1901px) {
  .panel-content {
    position: relative;
    left: 50%;
    margin-left: -650px;
  }
}

.vertical-panel {
  width: 300px;
  padding: 30px;
  height: calc(100vh - 100px);
  min-height: 1450px;
  position: absolute;
  border-top: solid 1px #ccc;
  background: white;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
  .vertical-panel {
    display: none;
  }
}

.contact-info {
  width: 100%;
  height: 600px;
  text-align: center;
  font-size: 20px;
}
.contact-info .headshot {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.account-director a {
  line-height: 1.2 !important;
}

.headshot {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.contact-item {
  height: 30px !important;
}

.heading {
  background-color: var(--color-primary);
  padding: 10px 15px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.heading i {
  color: white;
  float: left;
  font-size: 20px;
  margin-top: 2px;
  margin-right: 10px;
}
.heading h5 {
  color: white;
  margin: 0;
}

.card {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  border: none;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.card td:first-child,
.card th:first-child {
  text-align: left !important;
  white-space: nowrap;
}

.card-content {
  padding: 20px;
}
.reviews .card-content {
  padding: 3.75vh 20px;
}
@media (min-height: 1250px) {
  .reviews .card-content {
    padding: 46.875px 0px;
  }
}
@media (max-height: 1000px) {
  .reviews .card-content {
    padding: 37.5px 0px;
  }
}
.reviews .card-content > div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.reviews .card-content > div .tall {
  margin: 50px 0px;
}
.card-content .no-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background: #e4e4e4;
  border: 3px dashed #ccc;
  text-align: center;
  font-size: 16px;
  font-style: italic;
  line-height: 16px;
  color: #717171;
}
.listings .card-content {
  padding: 4.8vh 20px;
}
@media (min-height: 1250px) {
  .listings .card-content {
    padding: 60px 0px;
  }
}
@media (max-height: 1000px) {
  .listings .card-content {
    padding: 48px 0px;
  }
}
.card-content.fixed-height {
  height: calc(50vh - 135px);
  max-height: 465px;
  min-height: 380px;
}
@media (max-width: 1024px) {
  .mpi .card-content.fixed-height {
    height: inherit;
    max-height: inherit;
    min-height: inherit;
  }
}
.card-content > ul {
  margin-bottom: 10px;
}
.card-content hr {
  margin: 1.4vh 0px;
  border: none;
}
@media (min-height: 1250px) {
  .card-content hr {
    margin: 17.5px 0px;
  }
}
@media (max-height: 1000px) {
  .card-content hr {
    margin: 14px 0px;
  }
}
.reviews .card-content hr {
  margin: 5vh 0vh;
}
@media (min-height: 1250px) {
  .reviews .card-content hr {
    margin: 62.5px 0px;
  }
}
@media (max-height: 1000px) {
  .reviews .card-content hr {
    margin: 50px 0px;
  }
}
.listings .card-content hr {
  margin: 6vh 0vh;
}
@media (min-height: 1250px) {
  .listings .card-content hr {
    margin: 75px 0px;
  }
}
@media (max-height: 1000px) {
  .listings .card-content hr {
    margin: 60px 0px;
  }
}
.card-content h3 {
  text-align: center;
  margin: 0px;
  font-size: 4.5vh;
  line-height: 4.5vh;
}
@media (min-height: 1250px) {
  .card-content h3 {
    margin: 0px;
    font-size: 56.25px;
    line-height: 56.25px;
  }
}
@media (max-height: 1000px) {
  .card-content h3 {
    margin: 0px;
    font-size: 45px;
    line-height: 45px;
  }
}
.mpi .card-content h3 {
  font-size: 3vh;
  line-height: 3vh;
  font-weight: bold;
}
@media (min-height: 1250px) {
  .mpi .card-content h3 {
    font-size: 37.5px;
    line-height: 37.5px;
  }
}
@media (max-height: 1000px) {
  .mpi .card-content h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
.listings .card-content h3 {
  font-size: 5vh;
  line-height: 5vh;
}
@media (min-height: 1250px) {
  .listings .card-content h3 {
    font-size: 62.5px;
    line-height: 62.5px;
  }
}
@media (max-height: 1000px) {
  .listings .card-content h3 {
    font-size: 50px;
    line-height: 50px;
  }
}
.card-content h4 {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 1.9vh;
  line-height: 1.9vh;
  margin: 0px 0px 1vh 0px;
}
@media (min-height: 1250px) {
  .card-content h4 {
    font-size: 23.75px;
    line-height: 23.75px;
    margin: 0px 0px 12.5px 0px;
  }
}
@media (max-height: 1000px) {
  .card-content h4 {
    font-size: 19px;
    line-height: 19px;
    margin: 0px 0px 10px 0px;
  }
}
.reviews .card-content h4 {
  margin: 0px;
  margin-top: 1vh;
}
@media (min-height: 1250px) {
  .reviews .card-content h4 {
    margin-top: 12.5px;
  }
}
@media (max-height: 1000px) {
  .reviews .card-content h4 {
    margin-top: 10px;
  }
}

table {
  margin: 1.4vh 0px 0px 0px;
}
@media (min-height: 1250px) {
  table {
    margin: 17.5px 0px 0px 0px;
  }
}
@media (max-height: 1000px) {
  table {
    margin: 14px 0px 0px 0px;
  }
}
.performers table {
  margin-top: 0px;
}
table.first {
  margin: 0;
}
@media (min-height: 1250px) {
  table.first {
    margin: 0px;
  }
}
@media (max-height: 1000px) {
  table.first {
    margin: 0px;
  }
}
table.last {
  margin: 0.4vh 0px 2vh 0px;
}
@media (min-height: 1250px) {
  table.last {
    margin: 5px 0px 25px 0px;
  }
}
@media (max-height: 1000px) {
  table.last {
    margin: 4px 0px 20px 0px;
  }
}
table.table {
  float: none;
  border-bottom: none;
}
.performers table.table th {
  background: #777;
  color: white;
  height: 24px !important;
}
table.table td,
table.table th {
  font-size: 1.2vh;
  padding-top: 0.5vh;
  padding-bottom: 0.5vh;
  text-align: center;
}
@media (min-height: 1250px) {
  table.table td,
  table.table th {
    font-size: 15px;
    padding-top: 6.25px;
    padding-bottom: 6.25px;
  }
}
@media (max-height: 1000px) {
  table.table td,
  table.table th {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.performers table.table td,
.performers table.table th {
  height: 44px;
  font-size: 1vh;
  white-space: normal;
}
@media (min-height: 1250px) {
  .performers table.table td,
  .performers table.table th {
    font-size: 12.5px;
  }
}
@media (max-height: 1000px) {
  .performers table.table td,
  .performers table.table th {
    font-size: 10px;
  }
}
table.table td > i,
table.table th > i {
  font-size: 1.8vh;
  padding: 0.2vh 0px 0vh 0px;
}
@media (min-height: 1250px) {
  table.table td > i,
  table.table th > i {
    font-size: 22.5px;
    padding: 2.5px 0px 0px 0px;
  }
}
@media (max-height: 1000px) {
  table.table td > i,
  table.table th > i {
    font-size: 18px;
    padding: 2px 0px 0px 0px;
  }
}
table.table th {
  border-top: none;
}

.fa-bing {
  background: url('../images/bing-teal.svg');
}

.fa-google-color {
  background: url('../images/google.svg');
}

.fa-bing,
.fa-google-color {
  background-repeat: no-repeat;
  display: inline-block;
  padding: 0;
  width: 1.6vh;
  height: 1.6vh;
  vertical-align: bottom;
}
@media (min-height: 1250px) {
  .fa-bing,
  .fa-google-color {
    width: 20px;
    height: 20px;
  }
}
@media (max-height: 1000px) {
  .fa-bing,
  .fa-google-color {
    width: 16px;
    height: 16px;
  }
}
h3 .fa-bing,
h3 .fa-google-color {
  width: 4.5vh;
  height: 4.5vh;
}
@media (min-height: 1250px) {
  h3 .fa-bing,
  h3 .fa-google-color {
    width: 56.25px;
    height: 56.25px;
  }
}
@media (max-height: 1000px) {
  h3 .fa-bing,
  h3 .fa-google-color {
    width: 45px;
    height: 45px;
  }
}

.ratings {
  font-size: 1.2vh !important;
}
@media (min-height: 1250px) {
  .ratings {
    font-size: 15px !important;
  }
}
@media (max-height: 1000px) {
  .ratings {
    font-size: 12px !important;
  }
}
.ratings.large {
  text-align: center;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 4vh !important;
}
@media (min-height: 1250px) {
  .ratings.large {
    font-size: 50px !important;
  }
}
@media (max-height: 1000px) {
  .ratings.large {
    font-size: 40px !important;
  }
}

.chart-locations-wrap {
  margin: 2.5vh 0px;
  height: 18vh;
}
@media (min-height: 1250px) {
  .chart-locations-wrap {
    margin: 31.25px 0px;
    height: 225px;
  }
}
@media (max-height: 1000px) {
  .chart-locations-wrap {
    margin: 25px 0px;
    height: 180px;
  }
}

.chart-positions-wrap {
  height: 7.4vh;
}
@media (min-height: 1250px) {
  .chart-positions-wrap {
    height: 92.5px;
  }
}
@media (max-height: 1000px) {
  .chart-positions-wrap {
    height: 74px;
  }
}

.area-chart-wrap {
  height: 11.5vh;
  width: 100%;
}
.area-chart-wrap > div {
  height: 100% !important;
  width: 100% !important;
}
.area-chart-wrap svg {
  height: 100% !important;
  width: 100% !important;
}
@media (min-height: 1250px) {
  .area-chart-wrap {
    height: 143.75px;
  }
}
@media (max-height: 1000px) {
  .area-chart-wrap {
    height: 115px;
  }
}

.pie-chart-wrap {
  height: 35vh;
  width: 100%;
}
.pie-chart-wrap > div {
  height: 100% !important;
  width: 100% !important;
}
.pie-chart-wrap svg {
  height: 100% !important;
  width: 100% !important;
}
@media (min-height: 1250px) {
  .pie-chart-wrap {
    height: 437.5px;
  }
}
@media (max-height: 1000px) {
  .pie-chart-wrap {
    height: 350px;
  }
}

.bar-chart-wrap {
  height: 20vh;
  width: 100%;
}
.bar-chart-wrap > div {
  height: 100% !important;
  width: 100% !important;
}
.bar-chart-wrap svg {
  height: 100% !important;
  width: 100% !important;
}
@media (min-height: 1250px) {
  .bar-chart-wrap {
    height: 250px;
  }
}
@media (max-height: 1000px) {
  .bar-chart-wrap {
    height: 200px;
  }
}

.calculation {
  text-align: center;
  font-style: italic;
  margin-bottom: 0.5vh;
}
@media (min-height: 1250px) {
  .calculation {
    margin-bottom: 6.25px;
  }
}
@media (max-height: 1000px) {
  .calculation {
    margin-bottom: 5px;
  }
}
.calculation input {
  width: 50px;
  display: inline-block;
  text-align: center;
  border: none;
  border-bottom: 1px solid #d8d8d8;
}

/*# sourceMappingURL=styles.css.map */
