.inner-banner .banner-left .aveo.logo {
  height: 122px;
  margin-bottom: 0;
  max-width: unset; }
  @media (max-width: 767.98px) {
    .inner-banner .banner-left .aveo.logo {
      max-height: 50px;
      width: auto; } }

a.text-color {
  color: #026AFF;
  font-size: 1.125em;
  font-weight: bold; }
  @media (max-width: 575.98px) {
    a.text-color {
      font-size: 14px; } }

.inner-content hr {
  border-color: rgba(0, 0, 0, 0.1); }

.bg-color {
  background: #026AFF; }
  .bg-color h2 {
    font-weight: normal; }
  .bg-color * {
    color: white !important; }

.btn {
  background: #026AFF;
  color: white;
  border-radius: 0;
  line-height: 2.5em;
  height: 2.5em;
  padding-top: 0;
  padding-bottom: 0;
  width: 90%;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative; }
  @media (max-width: 767.98px) {
    .btn {
      width: 100%; } }
  .btn.file {
    background: white;
    color: #026AFF;
    height: 80px;
    line-height: 40px;
    padding: 10px 0;
    padding-left: 20%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .btn.file:hover {
      background: none;
      color: #026AFF; }
    .btn.file .title {
      line-height: 1em;
      margin-top: .75em;
      margin-bottom: 5px;
      font-weight: 600; }
      @media (max-width: 1199.98px) {
        .btn.file .title {
          font-size: .85em; } }
      @media (max-width: 350px) {
        .btn.file .title {
          font-size: .75em; } }
    .btn.file .size {
      color: black;
      line-height: 1em; }
    .btn.file:before {
      content: "";
      background-image: url("/brokers/img/aveo/products/file-icon.svg ");
      display: block;
      width: 46px;
      height: 40px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    .btn.file:after {
      background-image: url("/brokers/img/aveo/products/download-icon-blue.svg");
      right: 10px; }
  .btn:hover {
    background: #082f53;
    color: white; }
  .btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 1em;
    height: 1em;
    background-image: url("/brokers/img/aveo/products/download-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }

.inner-banner .banner-left {
  padding-left: 40px;
  padding-right: 40px; }
  .inner-banner .banner-left div {
    padding-right: 40px; }

.product span {
  font-size: 1.25em;
  font-family: moderat;
  font-weight: 500;
  padding-top: 20px;
  color: #026AFF;
  display: inline-block; }

/*# sourceMappingURL=aveo.css.map */
