.iconfont {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.tariff-types-container {
  display: flex;
  flex-wrap: wrap;
  padding-right: 2em;
  padding-left: 2em;
}
.tariff-types-container .tariff-type {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tariff-types-container .tariff-type {
    width: 47%;
  }
}

@media only screen and (min-width: 768px) {
  .tariff-type {
    margin-right: 6%;
  }
}
@media only screen and (min-width: 768px) {
  .tariff-type:nth-of-type(even) {
    margin-right: 0;
  }
}
.tariff-type h4 {
  font-size: 1.25rem;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 400;
  font-family: var(--global--font-secondary);
  color: black;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0.8rem;
  letter-spacing: 2px;
  position: relative;
}
.tariff-type h4::before, .tariff-type h4::after {
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  opacity: 0.5;
}
.tariff-type h4::before {
  border-top: 1px solid #000;
  width: 20%;
  top: 0;
}
.tariff-type h4::after {
  border-bottom: 1px solid #000;
  width: 70%;
  bottom: 0;
}
.tariff-type .tariff {
  margin: 1.5rem 0;
}
.tariff-type .tariff h5 {
  font-size: 1.15rem;
  margin: 0;
}
.tariff-type .tariff h5 a {
  font-weight: 700;
  color: black;
  text-decoration: none;
  display: flex;
  position: relative;
  padding-left: 1.5em;
}
.tariff-type .tariff h5 a:hover, .tariff-type .tariff h5 a:focus {
  text-decoration: underline;
  color: #f18701;
}
.tariff-type .tariff h5 a::before {
  width: 2em;
  height: 2.5em;
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea0e";
  color: #f18701;
  background-repeat: no-repeat;
  display: block;
  margin-right: 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
}
.tariff-type .tariff h5 a:not([href*=uploads])::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea17";
}
.tariff-type .tariff .effective-date {
  color: #999999;
  display: block;
  margin-top: 0.25rem;
  margin-left: 1.75em;
}
.tariff-type .tariff.expired-tariff-documents h5 a::before {
  color: #f12e00;
}
.tariff-type .tariff .tariff-block-content figure {
  margin: 1rem 0;
}

/*# sourceMappingURL=block-tariff.css.map */
