@charset "UTF-8";
/*$color_1: #005b7a;*/
header {
  /*background: transparent;
   position: absolute;
   top: 0;
   left: 0;*/ }

.company-header-wrapper {
  background: white;
  /*box-shadow: 0 1px 1px 0 rgba(0,0,50,.04);*/
  background-color: #f7f1dd; }
  .company-header-wrapper.m-color-blue .company-header .info .overview h1 {
    background-color: blue;
    color: white;
    padding: 4px 8px; }
  .company-header-wrapper.m-color-violet .company-header .info .overview h1 {
    background-color: violet;
    color: black;
    padding: 4px 8px; }
  .company-header-wrapper.m-color-red .company-header .info .overview h1 {
    background-color: red;
    color: white;
    padding: 4px 8px; }
  .company-header-wrapper.m-color-yellow .company-header .info .overview h1 {
    background-color: #ffdd23;
    color: black;
    padding: 4px 8px; }
  .company-header-wrapper.m-color-green .company-header .info .overview h1 {
    background-color: green;
    color: white;
    padding: 4px 8px; }
  .company-header-wrapper .company-header {
    display: flex;
    padding: 20px 5px;
    margin: 0 10%; }
  @media only screen and (max-width: 768px) {
    .company-header-wrapper .company-header {
      padding: 15px 5px; } }
  .company-header-wrapper .company-header .logo {
    max-height: 149px;
    max-width: 198px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .company-header-wrapper .company-header .logo a {
      max-width: inherit;
      max-height: inherit; }
      .company-header-wrapper .company-header .logo a img {
        max-width: inherit;
        max-height: inherit; }
  .company-header-wrapper .company-header .info {
    display: inline-block; }
    .company-header-wrapper .company-header .info .overview {
      color: #515174;
      margin: 5px; }
      .company-header-wrapper .company-header .info .overview h1 {
        font-weight: normal;
        font-size: 1rem;
        display: block;
        font-weight: bold;
        font-size: 2rem;
        line-height: 2.5rem;
        color: #000032;
        margin-bottom: 6px; }
      .company-header-wrapper .company-header .info .overview h2 {
        font-weight: normal;
        font-size: 1rem; }
      .company-header-wrapper .company-header .info .overview .dropdown {
        float: right; }

.company-body {
  display: flex;
  justify-content: space-between;
  margin: 0 10%;
  padding: 0 5px; }
  .company-body .review-container {
    flex: 2; }
    .company-body .review-container .evaluate.card {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .company-body .review-container .evaluate.card h2 {
        font-size: 1rem;
        color: black; }
        .company-body .review-container .evaluate.card h2 a:hover {
          text-decoration: underline; }
  .company-body .info {
    flex: 1;
    margin-left: 10px; }
    .company-body .info h3 {
      margin-bottom: 16px; }
      .company-body .info .contact .location {
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid #b8b8c9; }
        .company-body .info .contact .location .address {
          margin-bottom: 3px; }
      .company-body .info .contact .location.last {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; }

@media only screen and (max-width: 1200px) {
  .company-header-wrapper .company-header {
    margin: 0 !important; }
    .company-header-wrapper .company-header .show-br-score {
      display: none; }
  .company-body {
    margin: 0 !important; } }

@media only screen and (max-width: 900px) {
  .company-header-wrapper .company-header .logo {
    max-width: 110px;
    margin-left: 5px; }
    .company-header-wrapper .company-header .info .overview h1 {
      font-size: 1rem;
      line-height: initial;
      margin-bottom: 4px; }
    .company-header-wrapper .company-header .info .overview h2 {
      font-size: 0.875rem; }
  .company-header-wrapper .company-header .show-br-score {
    display: none; }
  .company-body {
    flex-direction: column-reverse; }
    .company-body .info {
      margin: 0; }
      .company-body .review-container .evaluate.card h2 {
        font-size: 0.875rem; } }

@media only screen and (max-width: 640px) {
  .company-header-wrapper .company-header {
    margin: 0 !important; }
    .company-header-wrapper .company-header .show-br-score {
      display: inline; } }

.company-body .review-container .last-visited.card {
  margin-top: 10px;
  display: grid;
  padding-bottom: 16px;
}

.company-body .review-container .last-visited h2 {
  font-size: 1.25rem;
  margin-bottom: 20px;
  color: #5b4f36;
}

.company-body .review-container .last-visited-item {
  border-top: 1px solid #e8e8eb;
  padding-top: 10px;
}

.company-body .review-container .last-visited-item:first-of-type {
  border-top: none;
  padding-top: 0;
}

.company-body .review-container .last-visited-item:last-child {
  padding-bottom: 0;
}

.company-body .review-container .last-visited-item h3 {
  font-size: 1rem;
  line-height: 1.3rem;
  margin-bottom: 10px;
}

.company-body .review-container .last-visited-item h3 a {
  color: #6b4f1d;
}

.company-body .review-container .last-visited-item h3 a:hover {
  text-decoration: underline;
}

.company-body .review-container .last-visited-item p {
  color: #6f6a5d;
  line-height: 1.4rem;
  padding-bottom: 10px;
}

@media only screen and (max-width: 900px) {
  .company-body .review-container .last-visited.card {
    padding: 16px;
  }

  .company-body .review-container .last-visited h2 {
    font-size: 1.15rem;
  }

  .company-body .review-container .last-visited-item p {
    font-size: 0.95rem;
    line-height: 1.35rem;
  }
}

.company-body .review-container .last-commented.card {
  margin-top: 10px;
  display: grid;
  padding-bottom: 16px;
}

.company-body .review-container .last-commented h2 {
  font-size: 1.25rem;
  margin-bottom: 20px;
  color: #5b4f36;
}

.company-body .review-container .last-commented-item {
  border-top: 1px solid #e8e8eb;
  padding-top: 10px;
}

.company-body .review-container .last-commented-item:first-of-type {
  border-top: none;
  padding-top: 0;
}

.company-body .review-container .last-commented-item h3 {
  font-size: 1rem;
  line-height: 1.3rem;
  margin-bottom: 10px;
}

.company-body .review-container .last-commented-item h3 a {
   color: #6b4f1d;
}

.company-body .review-container .last-commented-item h3 a:hover {
  text-decoration: underline;
}

.company-body .review-container .last-commented-item p {
  color: #6f6a5d;
  line-height: 1.4rem;
  padding-bottom: 10px;
}

@media only screen and (max-width: 900px) {
  .company-body .review-container .last-commented.card {
    padding: 16px;
  }

  .company-body .review-container .last-commented h2 {
    font-size: 1.15rem;
  }

  .company-body .review-container .last-commented-item p {
    font-size: 0.95rem;
    line-height: 1.35rem;
  }
}