﻿/* --------------------------------------------------------------------------
Attribute Page Styles
-------------------------------------------------------------------------- */

/* -----------------------------------------------
General
----------------------------------------------- */
.lsr-title {
  margin-bottom: 0;
  padding: 1rem;
}

.icon-block-adjustments {
  display: flex;
  justify-content: center;
}

.icon-positioning {
  margin: 0 1rem;
  display: block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.report-content-title-img {
  width: 130px;
  margin-right: 1rem;
}

.profile-page-title-img {
  width: 110px;
  margin-right: 1rem;
}

.profile-page-title {
  font-weight: bold;
  font-size: 2.5rem;
}

.report-content-page-title {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 3rem;
  font-size: 4rem;
  vertical-align: middle;
}

@media all and (max-width: 768px) {
  .report-content-title-img,
  .profile-page-title-img {
    width: 110px;
  }

  .report-content-page-title {
    margin-bottom: 2rem;
    font-size: 3rem;
  }

  .profile-page-title {
    font-size: 2rem;
  }
}

@media all and (max-width: 480px) {
  .report-content-title-img,
  .profile-page-title-img {
    width: 60px;
  }

  .report-content-page-title {
    margin-bottom: 1.75rem;
    font-size: 2rem;
  }
  .profile-page-title {
    font-size: 2rem;
  }
}
