/* 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. */
.info-block-sm {
  box-shadow: 0px 18px 18px -8px rgba(0, 0, 0, 0.15);
  background-color: #625eb1;
  background-image: -webkit-linear-gradient(45deg, #625eb1 0%, #1d8fe1 50%, #22e2ff 100%);
  background-image: linear-gradient(45deg, #625eb1 0%, #1d8fe1 50%, #22e2ff 100%);
  border-radius: 5px;
  padding: 10px 20px;
  margin-top: 20px;
  min-height: 125px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
.info-block-sm:hover,
.info-block-sm:active,
.info-block-sm:focus,
.info-block-sm:visited {
  text-decoration: none;
}
@media (max-width: 599px) {
  .info-block-sm {
    min-height: 66px;
    padding: 10px 15px;
  }
}
@media (max-width: 361px) {
  .info-block-sm {
    padding: 10px;
    font-size: 13px;
  }
}
.info-block-sm__bg {
  bottom: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}
.info-block-sm__bg--cover {
  background-size: cover;
}
.info-block-sm__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  position: relative;
  margin-bottom: 5px;
}
@media (min-width: 600px) {
  .info-block-sm__header {
    height: 55px;
  }
}
.info-block-sm__header-text {
  margin: 0 0 0 10px;
  display: block;
  color: #fff;
  font-size: 16px;
}
@media (min-width: 600px) {
  .info-block-sm__header-text {
    font-size: 18px;
  }
}
@media (max-width: 321px) {
  .info-block-sm__header-text {
    font-size: 14px;
  }
}
.info-block-sm__header-text--no-icon {
  margin-left: 0;
}
.info-block-sm__body-icon {
  margin-right: 20px;
  margin-left: 10px;
}
.info-block-sm__body {
  color: #fff;
  font-size: 14px;
  min-height: 35px;
  padding: 0;
  position: relative;
}
.info-block-sm__body--has-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 600px) {
  .info-block-sm__body--has-icon {
    padding-bottom: 20px;
  }
}
.info-block-sm--deep-blue-gradient {
  background-color: #282fb1;
  background-image: -webkit-linear-gradient(45deg, #282fb1 0%, #4179d2 100%);
  background-image: linear-gradient(45deg, #282fb1 0%, #4179d2 100%);
}
.info-block-sm--green-gradient {
  background-color: #007c6b;
  background-image: -webkit-linear-gradient(45deg, #007c6b 0%, #08ab9e 100%);
  background-image: linear-gradient(45deg, #007c6b 0%, #08ab9e 100%);
}
.info-block-sm--light-green-gradient {
  background-color: #0ca590;
  background-image: -webkit-linear-gradient(45deg, #0ca590 0%, #12c2b4 100%);
  background-image: linear-gradient(45deg, #0ca590 0%, #12c2b4 100%);
}
.info-block-sm--violet-blue-gradient {
  background-color: #625eb1;
  background-image: -webkit-linear-gradient(45deg, #625eb1 0%, #1d8fe1 50%, #22e2ff 100%);
  background-image: linear-gradient(45deg, #625eb1 0%, #1d8fe1 50%, #22e2ff 100%);
}
.info-block-sm--light-blue-gradient {
  background-color: #5257ee;
  background-image: -webkit-linear-gradient(45deg, #5257ee 0%, #629bf5 100%);
  background-image: linear-gradient(45deg, #5257ee 0%, #629bf5 100%);
}
.info-block-sm--orange-gradient {
  background-color: #ff5858;
  background-image: -webkit-linear-gradient(45deg, #ff5858 0%, #f09719 100%);
  background-image: linear-gradient(45deg, #ff5858 0%, #f09719 100%);
}

/* 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. */
.info-block-sm-row {
  box-shadow: 0px 18px 18px -8px rgba(0, 0, 0, 0.15);
  background-color: #625eb1;
  background-image: -webkit-linear-gradient(45deg, #625eb1 0%, #1d8fe1 50%, #22e2ff 100%);
  background-image: linear-gradient(45deg, #625eb1 0%, #1d8fe1 50%, #22e2ff 100%);
  border-radius: 5px;
  padding: 0px 20px;
  margin-top: 20px;
  min-height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
.info-block-sm-row:hover,
.info-block-sm-row:active,
.info-block-sm-row:focus,
.info-block-sm-row:visited {
  text-decoration: none;
}
@media (max-width: 1199px) {
  .info-block-sm-row {
    min-height: 66px;
  }
}
.info-block-sm-row__header {
  color: #fff;
  display: block;
  width: auto;
  height: auto;
}
@media (max-width: 1199px) {
  .info-block-sm-row__header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.info-block-sm-row__body {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
}
.info-block-sm-row__subtitle {
  font-weight: 800;
}

/* 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. */
.info-block {
  box-shadow: 0px 18px 18px -8px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 5px;
  padding: 0 20px 20px;
  margin-top: 20px;
  min-height: 270px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.info-block:hover,
.info-block:active,
.info-block:focus,
.info-block:visited {
  text-decoration: none;
}
@media (max-width: 1199px) {
  .info-block {
    min-height: 190px;
  }
}
.info-block__bg {
  display: none;
}
@media (min-width: 1200px) {
  .info-block__bg {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    top: 0;
  }
}
.info-block__bg--cover {
  background-size: cover;
}
.info-block__content {
  height: 100%;
  z-index: 1;
}
.info-block__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 65px;
  position: relative;
}
@media (max-width: 1199px) {
  .info-block__header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.info-block__header-text {
  margin: 0 0 0 10px;
  display: block;
  color: #fff;
  font-size: 18px;
}
.info-block__header-text--no-icon {
  margin-left: 0;
}
.info-block__body {
  color: #fff;
  font-size: 14px;
  min-height: 35px;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 1199px) {
  .info-block__body {
    text-align: center;
  }
}
.info-block__body--has-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info-block__body-icon {
  margin-right: 20px;
  margin-left: 10px;
}
.info-block__title {
  color: #fff;
  font-size: 18px;
  margin: 0;
}
@media (max-width: 1199px) {
  .info-block__title {
    text-align: center;
  }
}
.info-block__actions {
  z-index: 1;
}
.info-block--deep-blue-gradient {
  background-color: #282fb1;
  background-image: -webkit-linear-gradient(45deg, #282fb1 0%, #4179d2 100%);
  background-image: linear-gradient(45deg, #282fb1 0%, #4179d2 100%);
}
.info-block--green-gradient {
  background-color: #007c6b;
  background-image: -webkit-linear-gradient(45deg, #007c6b 0%, #08ab9e 100%);
  background-image: linear-gradient(45deg, #007c6b 0%, #08ab9e 100%);
}
.info-block--light-green-gradient {
  background-color: #0ca590;
  background-image: -webkit-linear-gradient(45deg, #0ca590 0%, #12c2b4 100%);
  background-image: linear-gradient(45deg, #0ca590 0%, #12c2b4 100%);
}
.info-block--violet-blue-gradient {
  background-color: #625eb1;
  background-image: -webkit-linear-gradient(45deg, #625eb1 0%, #1d8fe1 50%, #22e2ff 100%);
  background-image: linear-gradient(45deg, #625eb1 0%, #1d8fe1 50%, #22e2ff 100%);
}
.info-block--light-blue-gradient {
  background-color: #5257ee;
  background-image: -webkit-linear-gradient(45deg, #5257ee 0%, #629bf5 100%);
  background-image: linear-gradient(45deg, #5257ee 0%, #629bf5 100%);
}
.info-block--orange-gradient {
  background-color: #ff5858;
  background-image: -webkit-linear-gradient(45deg, #ff5858 0%, #f09719 100%);
  background-image: linear-gradient(45deg, #ff5858 0%, #f09719 100%);
}

/* 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. */
.financial-pdf-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.financial-pdf-single-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  width: 100%;
}
.financial-pdf-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  padding: 10px 0px;
  width: 50%;
}
@media (min-width: 600px) {
  .financial-pdf-item {
    width: 33%;
  }
}
@media (min-width: 1200px) {
  .financial-pdf-item {
    width: 25%;
  }
}
.financial-pdf-item__icon {
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

