/* Copyright © 2017 Brightstar Lottery. This software and all information contained therein is confidential and proprietary and shall not be duplicated, used, disclosed or disseminated in any way except as authorized by the applicable license agreement, without the express written permission of Brightstar Lottery. All authorized reproductions must be marked with this language. */
.aboutus-heading__title {
  margin: 0px 0px 30px;
  font-size: 28px;
  color: #2A77AA;
}
@media (max-width: 901px) {
  .aboutus-heading__title {
    margin: 0px 0px 15px;
  }
}
.aboutus-heading__subtitle {
  font-size: 18px;
}
@media (max-width: 901px) {
  .aboutus-heading__subtitle {
    margin: 0px 0px 15px;
  }
}
.aboutus-thumbnail__img {
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto;
}
.aboutus-list {
  padding-left: 10px;
}
.aboutus-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aboutus-list-item__icon {
  height: 30px;
  width: 25px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aboutus-list-item__contact-label {
  margin-left: 10px;
}
.aboutus-list--hours {
  max-width: 230px;
}
.aboutus-list--hours .aboutus-list-item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.total-revenue-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 10px;
}
.aboutus-year {
  color: #000;
}
.aboutus-ri-location-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aboutus-ri-location-header__title {
  font-size: 18px;
  margin-left: 20px;
}
