body {
  margin: 0px;
}

.container-header-t13 {
  display: -ms-grid;
  display: grid;
  background-color: black;
}

@media only screen and (max-width: 767px) {
  .container-header-t13 {
    -ms-grid-columns: 20px 1fr 20px;
        grid-template-columns: 20px 1fr 20px;
    overflow: hidden;
    -ms-grid-rows: 30px;
        grid-template-rows: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .container-header-t13 {
    -ms-grid-columns: 20px 1fr 20px;
        grid-template-columns: 20px 1fr 20px;
    overflow: hidden;
    -ms-grid-rows: 40px;
        grid-template-rows: 40px;
  }
}

@media only screen and (min-width: 1100px) {
  .container-header-t13 {
    -ms-grid-columns: auto 1280px auto;
        grid-template-columns: auto 1280px auto;
    -ms-grid-rows: 40px;
        grid-template-rows: 40px;
  }
}

.container-header-t13 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .container-header-t13 .row {
    overflow-x: scroll;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .container-header-t13 .row {
    overflow-x: scroll;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}

@media only screen and (min-width: 1100px) {
  .container-header-t13 .row {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}

.container-header-t13 ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  font-family: 'ProximaNova';
  font-size: 10px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.container-header-t13 ul li {
  margin-left: 5px;
  margin-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .container-header-t13 ul li {
    margin-left: 4px;
    margin-right: 4px;
  }
}

.container-header-t13 ul li img {
  height: 16px;
}

.container-header-t13 ul a {
  color: white;
  text-decoration: none;
}

.container-header-t13 ul a:hover {
  color: #fa6428;
}
/*# sourceMappingURL=style.css.map */