/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
@font-face {
  font-family: "Raleway-fallback";
  size-adjust: 104.10000000000005%;
  ascent-override: 82%;
  src: local("Arial"); }

.section-featured .grid {
  gap: 0 .5em !important; }
  @media (max-width: 767px) {
    .section-featured .grid {
      display: flex;
      overflow: scroll;
      gap: .5em !important; } }

.section-featured .tns-controls {
  display: none; }

.section-featured .tns-inner {
  margin-left: 0 !important; }

.section-featured #tns1 > .tns-item {
  flex-basis: auto !important; }
  @media (min-width: 981px) {
    .section-featured #tns1 > .tns-item {
      width: 100% !important; } }

@media (max-width: 980px) {
  .section-featured article {
    height: 100%;
    min-width: 280px; }
    .section-featured article .image-wrapper {
      padding-top: 100%; } }

@media (max-width: 767px) {
  .section-featured article {
    flex-direction: column; } }

.section-featured article .content {
  display: flex;
  margin: .5em .25em;
  flex: 1; }
  .section-featured article .content .count {
    border-right: 2px solid var(--black);
    line-height: 1;
    padding-right: .25em;
    font-size: 44.78976px;
    display: block; }

.section-featured article h2, .section-featured article h3 {
  padding: 0 0.5em !important;
  margin: 0;
  display: flex;
  text-transform: uppercase;
  justify-content: center;
  line-height: 1.2; }
  .section-featured article h2 a, .section-featured article h3 a {
    padding: 0 !important; }

@media (max-width: 767px) {
  .section-featured article h2, .section-featured article h3 {
    padding-left: .5em !important;
    padding-top: 0 !important; } }

/*# sourceMappingURL=featured.css.map */
