@charset "UTF-8";
/*
 * silc variable overrides
 *
 */
.silc-nav {
  background: #eee;
}

html {
  font-size: 16px;
}

html {
  font-size: 16px;
}

/* ==========================================================================
   Grid container
   ========================================================================== */
.silc-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  /* Grid container modifiers
   ========================================================================== */
}
.silc-grid--no-gutters {
  margin-left: 0;
}
.silc-grid--justify-center {
  justify-content: center;
}
.silc-grid--justify-right {
  justify-content: flex-end;
}
.silc-grid--justify-left {
  justify-content: flex-start;
}
.silc-grid--justify-between {
  justify-content: space-between;
}
.silc-grid--align-top {
  align-items: flex-start;
}
.silc-grid--align-bottom {
  align-items: flex-end;
}
.silc-grid--align-center {
  align-items: center;
}
.silc-grid--reverse {
  flex-direction: row-reverse;
}
@media (min-width: 375px) {
  .silc-grid--justify-left-375 {
    justify-content: flex-start;
  }
  .silc-grid--justify-right-375 {
    justify-content: flex-end;
  }
  .silc-grid--justify-center-375 {
    justify-content: center;
  }
  .silc-grid--justify-between-375 {
    justify-content: space-between;
  }
  .silc-grid--align-top-375 {
    align-items: flex-start;
  }
  .silc-grid--align-bottom-375 {
    align-items: flex-end;
  }
  .silc-grid--align-center-375 {
    align-items: center;
  }
  .silc-grid--reverse-375 {
    flex-direction: row-reverse;
  }
}
@media (min-width: 400px) {
  .silc-grid--justify-left-400 {
    justify-content: flex-start;
  }
  .silc-grid--justify-right-400 {
    justify-content: flex-end;
  }
  .silc-grid--justify-center-400 {
    justify-content: center;
  }
  .silc-grid--justify-between-400 {
    justify-content: space-between;
  }
  .silc-grid--align-top-400 {
    align-items: flex-start;
  }
  .silc-grid--align-bottom-400 {
    align-items: flex-end;
  }
  .silc-grid--align-center-400 {
    align-items: center;
  }
  .silc-grid--reverse-400 {
    flex-direction: row-reverse;
  }
}
@media (min-width: 480px) {
  .silc-grid--justify-left-480 {
    justify-content: flex-start;
  }
  .silc-grid--justify-right-480 {
    justify-content: flex-end;
  }
  .silc-grid--justify-center-480 {
    justify-content: center;
  }
  .silc-grid--justify-between-480 {
    justify-content: space-between;
  }
  .silc-grid--align-top-480 {
    align-items: flex-start;
  }
  .silc-grid--align-bottom-480 {
    align-items: flex-end;
  }
  .silc-grid--align-center-480 {
    align-items: center;
  }
  .silc-grid--reverse-480 {
    flex-direction: row-reverse;
  }
}
@media (min-width: 500px) {
  .silc-grid--justify-left-500 {
    justify-content: flex-start;
  }
  .silc-grid--justify-right-500 {
    justify-content: flex-end;
  }
  .silc-grid--justify-center-500 {
    justify-content: center;
  }
  .silc-grid--justify-between-500 {
    justify-content: space-between;
  }
  .silc-grid--align-top-500 {
    align-items: flex-start;
  }
  .silc-grid--align-bottom-500 {
    align-items: flex-end;
  }
  .silc-grid--align-center-500 {
    align-items: center;
  }
  .silc-grid--reverse-500 {
    flex-direction: row-reverse;
  }
}
@media (min-width: 550px) {
  .silc-grid--justify-left-550 {
    justify-content: flex-start;
  }
  .silc-grid--justify-right-550 {
    justify-content: flex-end;
  }
  .silc-grid--justify-center-550 {
    justify-content: center;
  }
  .silc-grid--justify-between-550 {
    justify-content: space-between;
  }
  .silc-grid--align-top-550 {
    align-items: flex-start;
  }
  .silc-grid--align-bottom-550 {
    align-items: flex-end;
  }
  .silc-grid--align-center-550 {
    align-items: center;
  }
  .silc-grid--reverse-550 {
    flex-direction: row-reverse;
  }
}
@media (min-width: 600px) {
  .silc-grid--justify-left-600 {
    justify-content: flex-start;
  }
  .silc-grid--justify-right-600 {
    justify-content: flex-end;
  }
  .silc-grid--justify-center-600 {
    justify-content: center;
  }
  .silc-grid--justify-between-600 {
    justify-content: space-between;
  }
  .silc-grid--align-top-600 {
    align-items: flex-start;
  }
  .silc-grid--align-bottom-600 {
    align-items: flex-end;
  }
  .silc-grid--align-center-600 {
    align-items: center;
  }
  .silc-grid--reverse-600 {
    flex-direction: row-reverse;
  }
}
@media (min-width: 700px) {
  .silc-grid--justify-left-700 {
    justify-content: flex-start;
  }
  .silc-grid--justify-right-700 {
    justify-content: flex-end;
  }
  .silc-grid--justify-center-700 {
    justify-content: center;
  }
  .silc-grid--justify-between-700 {
    justify-content: space-between;
  }
  .silc-grid--align-top-700 {
    align-items: flex-start;
  }
  .silc-grid--align-bottom-700 {
    align-items: flex-end;
  }
  .silc-grid--align-center-700 {
    align-items: center;
  }
  .silc-grid--reverse-700 {
    flex-direction: row-reverse;
  }
}
@media (min-width: 800px) {
  .silc-grid--justify-left-800 {
    justify-content: flex-start;
  }
  .silc-grid--justify-right-800 {
    justify-content: flex-end;
  }
  .silc-grid--justify-center-800 {
    justify-content: center;
  }
  .silc-grid--justify-between-800 {
    justify-content: space-between;
  }
  .silc-grid--align-top-800 {
    align-items: flex-start;
  }
  .silc-grid--align-bottom-800 {
    align-items: flex-end;
  }
  .silc-grid--align-center-800 {
    align-items: center;
  }
  .silc-grid--reverse-800 {
    flex-direction: row-reverse;
  }
}
@media (min-width: 900px) {
  .silc-grid--justify-left-900 {
    justify-content: flex-start;
  }
  .silc-grid--justify-right-900 {
    justify-content: flex-end;
  }
  .silc-grid--justify-center-900 {
    justify-content: center;
  }
  .silc-grid--justify-between-900 {
    justify-content: space-between;
  }
  .silc-grid--align-top-900 {
    align-items: flex-start;
  }
  .silc-grid--align-bottom-900 {
    align-items: flex-end;
  }
  .silc-grid--align-center-900 {
    align-items: center;
  }
  .silc-grid--reverse-900 {
    flex-direction: row-reverse;
  }
}
@media (max-width: 999px) {
  .silc-grid--justify-left-999 {
    justify-content: flex-start;
  }
  .silc-grid--justify-right-999 {
    justify-content: flex-end;
  }
  .silc-grid--justify-center-999 {
    justify-content: center;
  }
  .silc-grid--justify-between-999 {
    justify-content: space-between;
  }
  .silc-grid--align-top-999 {
    align-items: flex-start;
  }
  .silc-grid--align-bottom-999 {
    align-items: flex-end;
  }
  .silc-grid--align-center-999 {
    align-items: center;
  }
  .silc-grid--reverse-999 {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1000px) {
  .silc-grid--justify-left-1000 {
    justify-content: flex-start;
  }
  .silc-grid--justify-right-1000 {
    justify-content: flex-end;
  }
  .silc-grid--justify-center-1000 {
    justify-content: center;
  }
  .silc-grid--justify-between-1000 {
    justify-content: space-between;
  }
  .silc-grid--align-top-1000 {
    align-items: flex-start;
  }
  .silc-grid--align-bottom-1000 {
    align-items: flex-end;
  }
  .silc-grid--align-center-1000 {
    align-items: center;
  }
  .silc-grid--reverse-1000 {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1100px) {
  .silc-grid--justify-left-1100 {
    justify-content: flex-start;
  }
  .silc-grid--justify-right-1100 {
    justify-content: flex-end;
  }
  .silc-grid--justify-center-1100 {
    justify-content: center;
  }
  .silc-grid--justify-between-1100 {
    justify-content: space-between;
  }
  .silc-grid--align-top-1100 {
    align-items: flex-start;
  }
  .silc-grid--align-bottom-1100 {
    align-items: flex-end;
  }
  .silc-grid--align-center-1100 {
    align-items: center;
  }
  .silc-grid--reverse-1100 {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .silc-grid--justify-left-1200 {
    justify-content: flex-start;
  }
  .silc-grid--justify-right-1200 {
    justify-content: flex-end;
  }
  .silc-grid--justify-center-1200 {
    justify-content: center;
  }
  .silc-grid--justify-between-1200 {
    justify-content: space-between;
  }
  .silc-grid--align-top-1200 {
    align-items: flex-start;
  }
  .silc-grid--align-bottom-1200 {
    align-items: flex-end;
  }
  .silc-grid--align-center-1200 {
    align-items: center;
  }
  .silc-grid--reverse-1200 {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1400px) {
  .silc-grid--justify-left-1400 {
    justify-content: flex-start;
  }
  .silc-grid--justify-right-1400 {
    justify-content: flex-end;
  }
  .silc-grid--justify-center-1400 {
    justify-content: center;
  }
  .silc-grid--justify-between-1400 {
    justify-content: space-between;
  }
  .silc-grid--align-top-1400 {
    align-items: flex-start;
  }
  .silc-grid--align-bottom-1400 {
    align-items: flex-end;
  }
  .silc-grid--align-center-1400 {
    align-items: center;
  }
  .silc-grid--reverse-1400 {
    flex-direction: row-reverse;
  }
}

/* Grid columns
   ========================================================================== */
.silc-grid__col {
  flex: 0 1 auto;
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}
.silc-grid--no-gutters > .silc-grid__col {
  padding-left: 0;
}
.silc-grid--collapse > .silc-grid__col {
  margin-bottom: 0;
}
.silc-grid__col--auto {
  width: auto;
}
.silc-grid__col--1 {
  width: 8.3333333333%;
}
.silc-grid__col--2 {
  width: 16.6666666667%;
}
.silc-grid__col--3 {
  width: 25%;
}
.silc-grid__col--4 {
  width: 33.3333333333%;
}
.silc-grid__col--5 {
  width: 41.6666666667%;
}
.silc-grid__col--6 {
  width: 50%;
}
.silc-grid__col--7 {
  width: 58.3333333333%;
}
.silc-grid__col--8 {
  width: 66.6666666667%;
}
.silc-grid__col--9 {
  width: 75%;
}
.silc-grid__col--10 {
  width: 83.3333333333%;
}
.silc-grid__col--11 {
  width: 91.6666666667%;
}
.silc-grid__col--12 {
  width: 100%;
}
@media (min-width: 375px) {
  .silc-grid__col--auto-375 {
    width: auto;
  }
  .silc-grid__col--1-375 {
    width: 8.3333333333%;
  }
  .silc-grid__col--2-375 {
    width: 16.6666666667%;
  }
  .silc-grid__col--3-375 {
    width: 25%;
  }
  .silc-grid__col--4-375 {
    width: 33.3333333333%;
  }
  .silc-grid__col--5-375 {
    width: 41.6666666667%;
  }
  .silc-grid__col--6-375 {
    width: 50%;
  }
  .silc-grid__col--7-375 {
    width: 58.3333333333%;
  }
  .silc-grid__col--8-375 {
    width: 66.6666666667%;
  }
  .silc-grid__col--9-375 {
    width: 75%;
  }
  .silc-grid__col--10-375 {
    width: 83.3333333333%;
  }
  .silc-grid__col--11-375 {
    width: 91.6666666667%;
  }
  .silc-grid__col--12-375 {
    width: 100%;
  }
}
@media (min-width: 400px) {
  .silc-grid__col--auto-400 {
    width: auto;
  }
  .silc-grid__col--1-400 {
    width: 8.3333333333%;
  }
  .silc-grid__col--2-400 {
    width: 16.6666666667%;
  }
  .silc-grid__col--3-400 {
    width: 25%;
  }
  .silc-grid__col--4-400 {
    width: 33.3333333333%;
  }
  .silc-grid__col--5-400 {
    width: 41.6666666667%;
  }
  .silc-grid__col--6-400 {
    width: 50%;
  }
  .silc-grid__col--7-400 {
    width: 58.3333333333%;
  }
  .silc-grid__col--8-400 {
    width: 66.6666666667%;
  }
  .silc-grid__col--9-400 {
    width: 75%;
  }
  .silc-grid__col--10-400 {
    width: 83.3333333333%;
  }
  .silc-grid__col--11-400 {
    width: 91.6666666667%;
  }
  .silc-grid__col--12-400 {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .silc-grid__col--auto-480 {
    width: auto;
  }
  .silc-grid__col--1-480 {
    width: 8.3333333333%;
  }
  .silc-grid__col--2-480 {
    width: 16.6666666667%;
  }
  .silc-grid__col--3-480 {
    width: 25%;
  }
  .silc-grid__col--4-480 {
    width: 33.3333333333%;
  }
  .silc-grid__col--5-480 {
    width: 41.6666666667%;
  }
  .silc-grid__col--6-480 {
    width: 50%;
  }
  .silc-grid__col--7-480 {
    width: 58.3333333333%;
  }
  .silc-grid__col--8-480 {
    width: 66.6666666667%;
  }
  .silc-grid__col--9-480 {
    width: 75%;
  }
  .silc-grid__col--10-480 {
    width: 83.3333333333%;
  }
  .silc-grid__col--11-480 {
    width: 91.6666666667%;
  }
  .silc-grid__col--12-480 {
    width: 100%;
  }
}
@media (min-width: 500px) {
  .silc-grid__col--auto-500 {
    width: auto;
  }
  .silc-grid__col--1-500 {
    width: 8.3333333333%;
  }
  .silc-grid__col--2-500 {
    width: 16.6666666667%;
  }
  .silc-grid__col--3-500 {
    width: 25%;
  }
  .silc-grid__col--4-500 {
    width: 33.3333333333%;
  }
  .silc-grid__col--5-500 {
    width: 41.6666666667%;
  }
  .silc-grid__col--6-500 {
    width: 50%;
  }
  .silc-grid__col--7-500 {
    width: 58.3333333333%;
  }
  .silc-grid__col--8-500 {
    width: 66.6666666667%;
  }
  .silc-grid__col--9-500 {
    width: 75%;
  }
  .silc-grid__col--10-500 {
    width: 83.3333333333%;
  }
  .silc-grid__col--11-500 {
    width: 91.6666666667%;
  }
  .silc-grid__col--12-500 {
    width: 100%;
  }
}
@media (min-width: 550px) {
  .silc-grid__col--auto-550 {
    width: auto;
  }
  .silc-grid__col--1-550 {
    width: 8.3333333333%;
  }
  .silc-grid__col--2-550 {
    width: 16.6666666667%;
  }
  .silc-grid__col--3-550 {
    width: 25%;
  }
  .silc-grid__col--4-550 {
    width: 33.3333333333%;
  }
  .silc-grid__col--5-550 {
    width: 41.6666666667%;
  }
  .silc-grid__col--6-550 {
    width: 50%;
  }
  .silc-grid__col--7-550 {
    width: 58.3333333333%;
  }
  .silc-grid__col--8-550 {
    width: 66.6666666667%;
  }
  .silc-grid__col--9-550 {
    width: 75%;
  }
  .silc-grid__col--10-550 {
    width: 83.3333333333%;
  }
  .silc-grid__col--11-550 {
    width: 91.6666666667%;
  }
  .silc-grid__col--12-550 {
    width: 100%;
  }
}
@media (min-width: 600px) {
  .silc-grid__col--auto-600 {
    width: auto;
  }
  .silc-grid__col--1-600 {
    width: 8.3333333333%;
  }
  .silc-grid__col--2-600 {
    width: 16.6666666667%;
  }
  .silc-grid__col--3-600 {
    width: 25%;
  }
  .silc-grid__col--4-600 {
    width: 33.3333333333%;
  }
  .silc-grid__col--5-600 {
    width: 41.6666666667%;
  }
  .silc-grid__col--6-600 {
    width: 50%;
  }
  .silc-grid__col--7-600 {
    width: 58.3333333333%;
  }
  .silc-grid__col--8-600 {
    width: 66.6666666667%;
  }
  .silc-grid__col--9-600 {
    width: 75%;
  }
  .silc-grid__col--10-600 {
    width: 83.3333333333%;
  }
  .silc-grid__col--11-600 {
    width: 91.6666666667%;
  }
  .silc-grid__col--12-600 {
    width: 100%;
  }
}
@media (min-width: 700px) {
  .silc-grid__col--auto-700 {
    width: auto;
  }
  .silc-grid__col--1-700 {
    width: 8.3333333333%;
  }
  .silc-grid__col--2-700 {
    width: 16.6666666667%;
  }
  .silc-grid__col--3-700 {
    width: 25%;
  }
  .silc-grid__col--4-700 {
    width: 33.3333333333%;
  }
  .silc-grid__col--5-700 {
    width: 41.6666666667%;
  }
  .silc-grid__col--6-700 {
    width: 50%;
  }
  .silc-grid__col--7-700 {
    width: 58.3333333333%;
  }
  .silc-grid__col--8-700 {
    width: 66.6666666667%;
  }
  .silc-grid__col--9-700 {
    width: 75%;
  }
  .silc-grid__col--10-700 {
    width: 83.3333333333%;
  }
  .silc-grid__col--11-700 {
    width: 91.6666666667%;
  }
  .silc-grid__col--12-700 {
    width: 100%;
  }
}
@media (min-width: 800px) {
  .silc-grid__col--auto-800 {
    width: auto;
  }
  .silc-grid__col--1-800 {
    width: 8.3333333333%;
  }
  .silc-grid__col--2-800 {
    width: 16.6666666667%;
  }
  .silc-grid__col--3-800 {
    width: 25%;
  }
  .silc-grid__col--4-800 {
    width: 33.3333333333%;
  }
  .silc-grid__col--5-800 {
    width: 41.6666666667%;
  }
  .silc-grid__col--6-800 {
    width: 50%;
  }
  .silc-grid__col--7-800 {
    width: 58.3333333333%;
  }
  .silc-grid__col--8-800 {
    width: 66.6666666667%;
  }
  .silc-grid__col--9-800 {
    width: 75%;
  }
  .silc-grid__col--10-800 {
    width: 83.3333333333%;
  }
  .silc-grid__col--11-800 {
    width: 91.6666666667%;
  }
  .silc-grid__col--12-800 {
    width: 100%;
  }
}
@media (min-width: 900px) {
  .silc-grid__col--auto-900 {
    width: auto;
  }
  .silc-grid__col--1-900 {
    width: 8.3333333333%;
  }
  .silc-grid__col--2-900 {
    width: 16.6666666667%;
  }
  .silc-grid__col--3-900 {
    width: 25%;
  }
  .silc-grid__col--4-900 {
    width: 33.3333333333%;
  }
  .silc-grid__col--5-900 {
    width: 41.6666666667%;
  }
  .silc-grid__col--6-900 {
    width: 50%;
  }
  .silc-grid__col--7-900 {
    width: 58.3333333333%;
  }
  .silc-grid__col--8-900 {
    width: 66.6666666667%;
  }
  .silc-grid__col--9-900 {
    width: 75%;
  }
  .silc-grid__col--10-900 {
    width: 83.3333333333%;
  }
  .silc-grid__col--11-900 {
    width: 91.6666666667%;
  }
  .silc-grid__col--12-900 {
    width: 100%;
  }
}
@media (max-width: 999px) {
  .silc-grid__col--auto-999 {
    width: auto;
  }
  .silc-grid__col--1-999 {
    width: 8.3333333333%;
  }
  .silc-grid__col--2-999 {
    width: 16.6666666667%;
  }
  .silc-grid__col--3-999 {
    width: 25%;
  }
  .silc-grid__col--4-999 {
    width: 33.3333333333%;
  }
  .silc-grid__col--5-999 {
    width: 41.6666666667%;
  }
  .silc-grid__col--6-999 {
    width: 50%;
  }
  .silc-grid__col--7-999 {
    width: 58.3333333333%;
  }
  .silc-grid__col--8-999 {
    width: 66.6666666667%;
  }
  .silc-grid__col--9-999 {
    width: 75%;
  }
  .silc-grid__col--10-999 {
    width: 83.3333333333%;
  }
  .silc-grid__col--11-999 {
    width: 91.6666666667%;
  }
  .silc-grid__col--12-999 {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .silc-grid__col--auto-1000 {
    width: auto;
  }
  .silc-grid__col--1-1000 {
    width: 8.3333333333%;
  }
  .silc-grid__col--2-1000 {
    width: 16.6666666667%;
  }
  .silc-grid__col--3-1000 {
    width: 25%;
  }
  .silc-grid__col--4-1000 {
    width: 33.3333333333%;
  }
  .silc-grid__col--5-1000 {
    width: 41.6666666667%;
  }
  .silc-grid__col--6-1000 {
    width: 50%;
  }
  .silc-grid__col--7-1000 {
    width: 58.3333333333%;
  }
  .silc-grid__col--8-1000 {
    width: 66.6666666667%;
  }
  .silc-grid__col--9-1000 {
    width: 75%;
  }
  .silc-grid__col--10-1000 {
    width: 83.3333333333%;
  }
  .silc-grid__col--11-1000 {
    width: 91.6666666667%;
  }
  .silc-grid__col--12-1000 {
    width: 100%;
  }
}
@media (min-width: 1100px) {
  .silc-grid__col--auto-1100 {
    width: auto;
  }
  .silc-grid__col--1-1100 {
    width: 8.3333333333%;
  }
  .silc-grid__col--2-1100 {
    width: 16.6666666667%;
  }
  .silc-grid__col--3-1100 {
    width: 25%;
  }
  .silc-grid__col--4-1100 {
    width: 33.3333333333%;
  }
  .silc-grid__col--5-1100 {
    width: 41.6666666667%;
  }
  .silc-grid__col--6-1100 {
    width: 50%;
  }
  .silc-grid__col--7-1100 {
    width: 58.3333333333%;
  }
  .silc-grid__col--8-1100 {
    width: 66.6666666667%;
  }
  .silc-grid__col--9-1100 {
    width: 75%;
  }
  .silc-grid__col--10-1100 {
    width: 83.3333333333%;
  }
  .silc-grid__col--11-1100 {
    width: 91.6666666667%;
  }
  .silc-grid__col--12-1100 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .silc-grid__col--auto-1200 {
    width: auto;
  }
  .silc-grid__col--1-1200 {
    width: 8.3333333333%;
  }
  .silc-grid__col--2-1200 {
    width: 16.6666666667%;
  }
  .silc-grid__col--3-1200 {
    width: 25%;
  }
  .silc-grid__col--4-1200 {
    width: 33.3333333333%;
  }
  .silc-grid__col--5-1200 {
    width: 41.6666666667%;
  }
  .silc-grid__col--6-1200 {
    width: 50%;
  }
  .silc-grid__col--7-1200 {
    width: 58.3333333333%;
  }
  .silc-grid__col--8-1200 {
    width: 66.6666666667%;
  }
  .silc-grid__col--9-1200 {
    width: 75%;
  }
  .silc-grid__col--10-1200 {
    width: 83.3333333333%;
  }
  .silc-grid__col--11-1200 {
    width: 91.6666666667%;
  }
  .silc-grid__col--12-1200 {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .silc-grid__col--auto-1400 {
    width: auto;
  }
  .silc-grid__col--1-1400 {
    width: 8.3333333333%;
  }
  .silc-grid__col--2-1400 {
    width: 16.6666666667%;
  }
  .silc-grid__col--3-1400 {
    width: 25%;
  }
  .silc-grid__col--4-1400 {
    width: 33.3333333333%;
  }
  .silc-grid__col--5-1400 {
    width: 41.6666666667%;
  }
  .silc-grid__col--6-1400 {
    width: 50%;
  }
  .silc-grid__col--7-1400 {
    width: 58.3333333333%;
  }
  .silc-grid__col--8-1400 {
    width: 66.6666666667%;
  }
  .silc-grid__col--9-1400 {
    width: 75%;
  }
  .silc-grid__col--10-1400 {
    width: 83.3333333333%;
  }
  .silc-grid__col--11-1400 {
    width: 91.6666666667%;
  }
  .silc-grid__col--12-1400 {
    width: 100%;
  }
}

html {
  font-size: 16px;
}

/* Display
   ========================================================================== */
/* Display
   ========================================================================== */
/* Alignment
   ========================================================================== */
/* Color
   ========================================================================== */
/* Margin
   ========================================================================== */
/* Padding
   ========================================================================== */
.silc-display {
  display: block;
}
.silc-display--block {
  display: block !important;
}
.silc-display--inline {
  display: inline !important;
}
.silc-display--inline-block {
  display: inline-block !important;
}
.silc-display--flex {
  display: flex !important;
}
.silc-display--none {
  display: none !important;
}
@media (min-width: 375px) {
  .silc-display--block-375 {
    display: block !important;
  }
  .silc-display--inline-375 {
    display: inline !important;
  }
  .silc-display--inline-block-375 {
    display: inline-block !important;
  }
  .silc-display--flex-375 {
    display: flex !important;
  }
  .silc-display--none-375 {
    display: none !important;
  }
}
@media (min-width: 400px) {
  .silc-display--block-400 {
    display: block !important;
  }
  .silc-display--inline-400 {
    display: inline !important;
  }
  .silc-display--inline-block-400 {
    display: inline-block !important;
  }
  .silc-display--flex-400 {
    display: flex !important;
  }
  .silc-display--none-400 {
    display: none !important;
  }
}
@media (min-width: 480px) {
  .silc-display--block-480 {
    display: block !important;
  }
  .silc-display--inline-480 {
    display: inline !important;
  }
  .silc-display--inline-block-480 {
    display: inline-block !important;
  }
  .silc-display--flex-480 {
    display: flex !important;
  }
  .silc-display--none-480 {
    display: none !important;
  }
}
@media (min-width: 500px) {
  .silc-display--block-500 {
    display: block !important;
  }
  .silc-display--inline-500 {
    display: inline !important;
  }
  .silc-display--inline-block-500 {
    display: inline-block !important;
  }
  .silc-display--flex-500 {
    display: flex !important;
  }
  .silc-display--none-500 {
    display: none !important;
  }
}
@media (min-width: 550px) {
  .silc-display--block-550 {
    display: block !important;
  }
  .silc-display--inline-550 {
    display: inline !important;
  }
  .silc-display--inline-block-550 {
    display: inline-block !important;
  }
  .silc-display--flex-550 {
    display: flex !important;
  }
  .silc-display--none-550 {
    display: none !important;
  }
}
@media (min-width: 600px) {
  .silc-display--block-600 {
    display: block !important;
  }
  .silc-display--inline-600 {
    display: inline !important;
  }
  .silc-display--inline-block-600 {
    display: inline-block !important;
  }
  .silc-display--flex-600 {
    display: flex !important;
  }
  .silc-display--none-600 {
    display: none !important;
  }
}
@media (min-width: 700px) {
  .silc-display--block-700 {
    display: block !important;
  }
  .silc-display--inline-700 {
    display: inline !important;
  }
  .silc-display--inline-block-700 {
    display: inline-block !important;
  }
  .silc-display--flex-700 {
    display: flex !important;
  }
  .silc-display--none-700 {
    display: none !important;
  }
}
@media (min-width: 800px) {
  .silc-display--block-800 {
    display: block !important;
  }
  .silc-display--inline-800 {
    display: inline !important;
  }
  .silc-display--inline-block-800 {
    display: inline-block !important;
  }
  .silc-display--flex-800 {
    display: flex !important;
  }
  .silc-display--none-800 {
    display: none !important;
  }
}
@media (min-width: 900px) {
  .silc-display--block-900 {
    display: block !important;
  }
  .silc-display--inline-900 {
    display: inline !important;
  }
  .silc-display--inline-block-900 {
    display: inline-block !important;
  }
  .silc-display--flex-900 {
    display: flex !important;
  }
  .silc-display--none-900 {
    display: none !important;
  }
}
@media (max-width: 999px) {
  .silc-display--block-999 {
    display: block !important;
  }
  .silc-display--inline-999 {
    display: inline !important;
  }
  .silc-display--inline-block-999 {
    display: inline-block !important;
  }
  .silc-display--flex-999 {
    display: flex !important;
  }
  .silc-display--none-999 {
    display: none !important;
  }
}
@media (min-width: 1000px) {
  .silc-display--block-1000 {
    display: block !important;
  }
  .silc-display--inline-1000 {
    display: inline !important;
  }
  .silc-display--inline-block-1000 {
    display: inline-block !important;
  }
  .silc-display--flex-1000 {
    display: flex !important;
  }
  .silc-display--none-1000 {
    display: none !important;
  }
}
@media (min-width: 1100px) {
  .silc-display--block-1100 {
    display: block !important;
  }
  .silc-display--inline-1100 {
    display: inline !important;
  }
  .silc-display--inline-block-1100 {
    display: inline-block !important;
  }
  .silc-display--flex-1100 {
    display: flex !important;
  }
  .silc-display--none-1100 {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .silc-display--block-1200 {
    display: block !important;
  }
  .silc-display--inline-1200 {
    display: inline !important;
  }
  .silc-display--inline-block-1200 {
    display: inline-block !important;
  }
  .silc-display--flex-1200 {
    display: flex !important;
  }
  .silc-display--none-1200 {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .silc-display--block-1400 {
    display: block !important;
  }
  .silc-display--inline-1400 {
    display: inline !important;
  }
  .silc-display--inline-block-1400 {
    display: inline-block !important;
  }
  .silc-display--flex-1400 {
    display: flex !important;
  }
  .silc-display--none-1400 {
    display: none !important;
  }
}

.silc-align {
  text-align: initial;
}
.silc-align--left {
  text-align: left !important;
}
.silc-align--right {
  text-align: right !important;
}
.silc-align--center {
  text-align: center !important;
}
.silc-align--justify {
  text-align: justify !important;
}
@media (min-width: 375px) {
  .silc-align--left-375 {
    text-align: left !important;
  }
  .silc-align--right-375 {
    text-align: right !important;
  }
  .silc-align--center-375 {
    text-align: center !important;
  }
  .silc-align--justify-375 {
    text-align: justify !important;
  }
}
@media (min-width: 400px) {
  .silc-align--left-400 {
    text-align: left !important;
  }
  .silc-align--right-400 {
    text-align: right !important;
  }
  .silc-align--center-400 {
    text-align: center !important;
  }
  .silc-align--justify-400 {
    text-align: justify !important;
  }
}
@media (min-width: 480px) {
  .silc-align--left-480 {
    text-align: left !important;
  }
  .silc-align--right-480 {
    text-align: right !important;
  }
  .silc-align--center-480 {
    text-align: center !important;
  }
  .silc-align--justify-480 {
    text-align: justify !important;
  }
}
@media (min-width: 500px) {
  .silc-align--left-500 {
    text-align: left !important;
  }
  .silc-align--right-500 {
    text-align: right !important;
  }
  .silc-align--center-500 {
    text-align: center !important;
  }
  .silc-align--justify-500 {
    text-align: justify !important;
  }
}
@media (min-width: 550px) {
  .silc-align--left-550 {
    text-align: left !important;
  }
  .silc-align--right-550 {
    text-align: right !important;
  }
  .silc-align--center-550 {
    text-align: center !important;
  }
  .silc-align--justify-550 {
    text-align: justify !important;
  }
}
@media (min-width: 600px) {
  .silc-align--left-600 {
    text-align: left !important;
  }
  .silc-align--right-600 {
    text-align: right !important;
  }
  .silc-align--center-600 {
    text-align: center !important;
  }
  .silc-align--justify-600 {
    text-align: justify !important;
  }
}
@media (min-width: 700px) {
  .silc-align--left-700 {
    text-align: left !important;
  }
  .silc-align--right-700 {
    text-align: right !important;
  }
  .silc-align--center-700 {
    text-align: center !important;
  }
  .silc-align--justify-700 {
    text-align: justify !important;
  }
}
@media (min-width: 800px) {
  .silc-align--left-800 {
    text-align: left !important;
  }
  .silc-align--right-800 {
    text-align: right !important;
  }
  .silc-align--center-800 {
    text-align: center !important;
  }
  .silc-align--justify-800 {
    text-align: justify !important;
  }
}
@media (min-width: 900px) {
  .silc-align--left-900 {
    text-align: left !important;
  }
  .silc-align--right-900 {
    text-align: right !important;
  }
  .silc-align--center-900 {
    text-align: center !important;
  }
  .silc-align--justify-900 {
    text-align: justify !important;
  }
}
@media (max-width: 999px) {
  .silc-align--left-999 {
    text-align: left !important;
  }
  .silc-align--right-999 {
    text-align: right !important;
  }
  .silc-align--center-999 {
    text-align: center !important;
  }
  .silc-align--justify-999 {
    text-align: justify !important;
  }
}
@media (min-width: 1000px) {
  .silc-align--left-1000 {
    text-align: left !important;
  }
  .silc-align--right-1000 {
    text-align: right !important;
  }
  .silc-align--center-1000 {
    text-align: center !important;
  }
  .silc-align--justify-1000 {
    text-align: justify !important;
  }
}
@media (min-width: 1100px) {
  .silc-align--left-1100 {
    text-align: left !important;
  }
  .silc-align--right-1100 {
    text-align: right !important;
  }
  .silc-align--center-1100 {
    text-align: center !important;
  }
  .silc-align--justify-1100 {
    text-align: justify !important;
  }
}
@media (min-width: 1200px) {
  .silc-align--left-1200 {
    text-align: left !important;
  }
  .silc-align--right-1200 {
    text-align: right !important;
  }
  .silc-align--center-1200 {
    text-align: center !important;
  }
  .silc-align--justify-1200 {
    text-align: justify !important;
  }
}
@media (min-width: 1400px) {
  .silc-align--left-1400 {
    text-align: left !important;
  }
  .silc-align--right-1400 {
    text-align: right !important;
  }
  .silc-align--center-1400 {
    text-align: center !important;
  }
  .silc-align--justify-1400 {
    text-align: justify !important;
  }
}

.silc-color--primary {
  color: #369 !important;
}

.silc-bg--primary {
  background: #369 !important;
}

.silc-color--secondary {
  color: #4E7DAB !important;
}

.silc-bg--secondary {
  background: #4E7DAB !important;
}

.silc-color--tertiary {
  color: #7BA3CA !important;
}

.silc-bg--tertiary {
  background: #7BA3CA !important;
}

.silc-color--white {
  color: #fff !important;
}

.silc-bg--white {
  background: #fff !important;
}

.silc-color--black {
  color: #000 !important;
}

.silc-bg--black {
  background: #000 !important;
}

/* Global margin e.g. silc-m--1
   ========================================================================== */
.silc-m--0 {
  margin: 0 !important;
}

.silc-m--auto {
  margin: auto !important;
}

.silc-m--1 {
  margin: .25rem !important;
}

.silc-m--2 {
  margin: .5rem !important;
}

.silc-m--3 {
  margin: .75rem !important;
}

.silc-m--4 {
  margin: 1rem !important;
}

/* Specific margins e.g. silc-mtop--1
   ========================================================================== */
.silc-mtop--0 {
  margin-top: 0 !important;
}

.silc-mtop--auto {
  margin-top: auto !important;
}

.silc-mtop--1 {
  margin-top: .25rem !important;
}

.silc-mtop--2 {
  margin-top: .5rem !important;
}

.silc-mtop--3 {
  margin-top: .75rem !important;
}

.silc-mtop--4 {
  margin-top: 1rem !important;
}

.silc-mright--0 {
  margin-right: 0 !important;
}

.silc-mright--auto {
  margin-right: auto !important;
}

.silc-mright--1 {
  margin-right: .25rem !important;
}

.silc-mright--2 {
  margin-right: .5rem !important;
}

.silc-mright--3 {
  margin-right: .75rem !important;
}

.silc-mright--4 {
  margin-right: 1rem !important;
}

.silc-mbottom--0 {
  margin-bottom: 0 !important;
}

.silc-mbottom--auto {
  margin-bottom: auto !important;
}

.silc-mbottom--1 {
  margin-bottom: .25rem !important;
}

.silc-mbottom--2 {
  margin-bottom: .5rem !important;
}

.silc-mbottom--3 {
  margin-bottom: .75rem !important;
}

.silc-mbottom--4 {
  margin-bottom: 1rem !important;
}

.silc-mleft--0 {
  margin-left: 0 !important;
}

.silc-mleft--auto {
  margin-left: auto !important;
}

.silc-mleft--1 {
  margin-left: .25rem !important;
}

.silc-mleft--2 {
  margin-left: .5rem !important;
}

.silc-mleft--3 {
  margin-left: .75rem !important;
}

.silc-mleft--4 {
  margin-left: 1rem !important;
}

/* Global margin with breakpoint modifiers e.g. silc-m--1-large
   ========================================================================== */
@media (min-width: 375px) {
  .silc-m--0-375 {
    margin: 0 !important;
  }
}
@media (min-width: 375px) {
  .silc-m--auto-375 {
    margin: auto !important;
  }
}
@media (min-width: 375px) {
  .silc-m--1-375 {
    margin: .25rem !important;
  }
}
@media (min-width: 375px) {
  .silc-m--2-375 {
    margin: .5rem !important;
  }
}
@media (min-width: 375px) {
  .silc-m--3-375 {
    margin: .75rem !important;
  }
}
@media (min-width: 375px) {
  .silc-m--4-375 {
    margin: 1rem !important;
  }
}
@media (min-width: 400px) {
  .silc-m--0-400 {
    margin: 0 !important;
  }
}
@media (min-width: 400px) {
  .silc-m--auto-400 {
    margin: auto !important;
  }
}
@media (min-width: 400px) {
  .silc-m--1-400 {
    margin: .25rem !important;
  }
}
@media (min-width: 400px) {
  .silc-m--2-400 {
    margin: .5rem !important;
  }
}
@media (min-width: 400px) {
  .silc-m--3-400 {
    margin: .75rem !important;
  }
}
@media (min-width: 400px) {
  .silc-m--4-400 {
    margin: 1rem !important;
  }
}
@media (min-width: 480px) {
  .silc-m--0-480 {
    margin: 0 !important;
  }
}
@media (min-width: 480px) {
  .silc-m--auto-480 {
    margin: auto !important;
  }
}
@media (min-width: 480px) {
  .silc-m--1-480 {
    margin: .25rem !important;
  }
}
@media (min-width: 480px) {
  .silc-m--2-480 {
    margin: .5rem !important;
  }
}
@media (min-width: 480px) {
  .silc-m--3-480 {
    margin: .75rem !important;
  }
}
@media (min-width: 480px) {
  .silc-m--4-480 {
    margin: 1rem !important;
  }
}
@media (min-width: 500px) {
  .silc-m--0-500 {
    margin: 0 !important;
  }
}
@media (min-width: 500px) {
  .silc-m--auto-500 {
    margin: auto !important;
  }
}
@media (min-width: 500px) {
  .silc-m--1-500 {
    margin: .25rem !important;
  }
}
@media (min-width: 500px) {
  .silc-m--2-500 {
    margin: .5rem !important;
  }
}
@media (min-width: 500px) {
  .silc-m--3-500 {
    margin: .75rem !important;
  }
}
@media (min-width: 500px) {
  .silc-m--4-500 {
    margin: 1rem !important;
  }
}
@media (min-width: 550px) {
  .silc-m--0-550 {
    margin: 0 !important;
  }
}
@media (min-width: 550px) {
  .silc-m--auto-550 {
    margin: auto !important;
  }
}
@media (min-width: 550px) {
  .silc-m--1-550 {
    margin: .25rem !important;
  }
}
@media (min-width: 550px) {
  .silc-m--2-550 {
    margin: .5rem !important;
  }
}
@media (min-width: 550px) {
  .silc-m--3-550 {
    margin: .75rem !important;
  }
}
@media (min-width: 550px) {
  .silc-m--4-550 {
    margin: 1rem !important;
  }
}
@media (min-width: 600px) {
  .silc-m--0-600 {
    margin: 0 !important;
  }
}
@media (min-width: 600px) {
  .silc-m--auto-600 {
    margin: auto !important;
  }
}
@media (min-width: 600px) {
  .silc-m--1-600 {
    margin: .25rem !important;
  }
}
@media (min-width: 600px) {
  .silc-m--2-600 {
    margin: .5rem !important;
  }
}
@media (min-width: 600px) {
  .silc-m--3-600 {
    margin: .75rem !important;
  }
}
@media (min-width: 600px) {
  .silc-m--4-600 {
    margin: 1rem !important;
  }
}
@media (min-width: 700px) {
  .silc-m--0-700 {
    margin: 0 !important;
  }
}
@media (min-width: 700px) {
  .silc-m--auto-700 {
    margin: auto !important;
  }
}
@media (min-width: 700px) {
  .silc-m--1-700 {
    margin: .25rem !important;
  }
}
@media (min-width: 700px) {
  .silc-m--2-700 {
    margin: .5rem !important;
  }
}
@media (min-width: 700px) {
  .silc-m--3-700 {
    margin: .75rem !important;
  }
}
@media (min-width: 700px) {
  .silc-m--4-700 {
    margin: 1rem !important;
  }
}
@media (min-width: 800px) {
  .silc-m--0-800 {
    margin: 0 !important;
  }
}
@media (min-width: 800px) {
  .silc-m--auto-800 {
    margin: auto !important;
  }
}
@media (min-width: 800px) {
  .silc-m--1-800 {
    margin: .25rem !important;
  }
}
@media (min-width: 800px) {
  .silc-m--2-800 {
    margin: .5rem !important;
  }
}
@media (min-width: 800px) {
  .silc-m--3-800 {
    margin: .75rem !important;
  }
}
@media (min-width: 800px) {
  .silc-m--4-800 {
    margin: 1rem !important;
  }
}
@media (min-width: 900px) {
  .silc-m--0-900 {
    margin: 0 !important;
  }
}
@media (min-width: 900px) {
  .silc-m--auto-900 {
    margin: auto !important;
  }
}
@media (min-width: 900px) {
  .silc-m--1-900 {
    margin: .25rem !important;
  }
}
@media (min-width: 900px) {
  .silc-m--2-900 {
    margin: .5rem !important;
  }
}
@media (min-width: 900px) {
  .silc-m--3-900 {
    margin: .75rem !important;
  }
}
@media (min-width: 900px) {
  .silc-m--4-900 {
    margin: 1rem !important;
  }
}
@media (max-width: 999px) {
  .silc-m--0-999 {
    margin: 0 !important;
  }
}
@media (max-width: 999px) {
  .silc-m--auto-999 {
    margin: auto !important;
  }
}
@media (max-width: 999px) {
  .silc-m--1-999 {
    margin: .25rem !important;
  }
}
@media (max-width: 999px) {
  .silc-m--2-999 {
    margin: .5rem !important;
  }
}
@media (max-width: 999px) {
  .silc-m--3-999 {
    margin: .75rem !important;
  }
}
@media (max-width: 999px) {
  .silc-m--4-999 {
    margin: 1rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-m--0-1000 {
    margin: 0 !important;
  }
}
@media (min-width: 1000px) {
  .silc-m--auto-1000 {
    margin: auto !important;
  }
}
@media (min-width: 1000px) {
  .silc-m--1-1000 {
    margin: .25rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-m--2-1000 {
    margin: .5rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-m--3-1000 {
    margin: .75rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-m--4-1000 {
    margin: 1rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-m--0-1100 {
    margin: 0 !important;
  }
}
@media (min-width: 1100px) {
  .silc-m--auto-1100 {
    margin: auto !important;
  }
}
@media (min-width: 1100px) {
  .silc-m--1-1100 {
    margin: .25rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-m--2-1100 {
    margin: .5rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-m--3-1100 {
    margin: .75rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-m--4-1100 {
    margin: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-m--0-1200 {
    margin: 0 !important;
  }
}
@media (min-width: 1200px) {
  .silc-m--auto-1200 {
    margin: auto !important;
  }
}
@media (min-width: 1200px) {
  .silc-m--1-1200 {
    margin: .25rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-m--2-1200 {
    margin: .5rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-m--3-1200 {
    margin: .75rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-m--4-1200 {
    margin: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-m--0-1400 {
    margin: 0 !important;
  }
}
@media (min-width: 1400px) {
  .silc-m--auto-1400 {
    margin: auto !important;
  }
}
@media (min-width: 1400px) {
  .silc-m--1-1400 {
    margin: .25rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-m--2-1400 {
    margin: .5rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-m--3-1400 {
    margin: .75rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-m--4-1400 {
    margin: 1rem !important;
  }
}
/* Specific margins with breakpoint modifiers e.g. silc-mtop--1-large
   ========================================================================== */
@media (min-width: 375px) {
  .silc-mtop--0-375 {
    margin-top: 0 !important;
  }
}
@media (min-width: 375px) {
  .silc-mtop--auto-375 {
    margin-top: auto !important;
  }
}
@media (min-width: 375px) {
  .silc-mtop--1-375 {
    margin-top: .25rem !important;
  }
}
@media (min-width: 375px) {
  .silc-mtop--2-375 {
    margin-top: .5rem !important;
  }
}
@media (min-width: 375px) {
  .silc-mtop--3-375 {
    margin-top: .75rem !important;
  }
}
@media (min-width: 375px) {
  .silc-mtop--4-375 {
    margin-top: 1rem !important;
  }
}
@media (min-width: 375px) {
  .silc-mright--0-375 {
    margin-right: 0 !important;
  }
}
@media (min-width: 375px) {
  .silc-mright--auto-375 {
    margin-right: auto !important;
  }
}
@media (min-width: 375px) {
  .silc-mright--1-375 {
    margin-right: .25rem !important;
  }
}
@media (min-width: 375px) {
  .silc-mright--2-375 {
    margin-right: .5rem !important;
  }
}
@media (min-width: 375px) {
  .silc-mright--3-375 {
    margin-right: .75rem !important;
  }
}
@media (min-width: 375px) {
  .silc-mright--4-375 {
    margin-right: 1rem !important;
  }
}
@media (min-width: 375px) {
  .silc-mbottom--0-375 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 375px) {
  .silc-mbottom--auto-375 {
    margin-bottom: auto !important;
  }
}
@media (min-width: 375px) {
  .silc-mbottom--1-375 {
    margin-bottom: .25rem !important;
  }
}
@media (min-width: 375px) {
  .silc-mbottom--2-375 {
    margin-bottom: .5rem !important;
  }
}
@media (min-width: 375px) {
  .silc-mbottom--3-375 {
    margin-bottom: .75rem !important;
  }
}
@media (min-width: 375px) {
  .silc-mbottom--4-375 {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 375px) {
  .silc-mleft--0-375 {
    margin-left: 0 !important;
  }
}
@media (min-width: 375px) {
  .silc-mleft--auto-375 {
    margin-left: auto !important;
  }
}
@media (min-width: 375px) {
  .silc-mleft--1-375 {
    margin-left: .25rem !important;
  }
}
@media (min-width: 375px) {
  .silc-mleft--2-375 {
    margin-left: .5rem !important;
  }
}
@media (min-width: 375px) {
  .silc-mleft--3-375 {
    margin-left: .75rem !important;
  }
}
@media (min-width: 375px) {
  .silc-mleft--4-375 {
    margin-left: 1rem !important;
  }
}
@media (min-width: 400px) {
  .silc-mtop--0-400 {
    margin-top: 0 !important;
  }
}
@media (min-width: 400px) {
  .silc-mtop--auto-400 {
    margin-top: auto !important;
  }
}
@media (min-width: 400px) {
  .silc-mtop--1-400 {
    margin-top: .25rem !important;
  }
}
@media (min-width: 400px) {
  .silc-mtop--2-400 {
    margin-top: .5rem !important;
  }
}
@media (min-width: 400px) {
  .silc-mtop--3-400 {
    margin-top: .75rem !important;
  }
}
@media (min-width: 400px) {
  .silc-mtop--4-400 {
    margin-top: 1rem !important;
  }
}
@media (min-width: 400px) {
  .silc-mright--0-400 {
    margin-right: 0 !important;
  }
}
@media (min-width: 400px) {
  .silc-mright--auto-400 {
    margin-right: auto !important;
  }
}
@media (min-width: 400px) {
  .silc-mright--1-400 {
    margin-right: .25rem !important;
  }
}
@media (min-width: 400px) {
  .silc-mright--2-400 {
    margin-right: .5rem !important;
  }
}
@media (min-width: 400px) {
  .silc-mright--3-400 {
    margin-right: .75rem !important;
  }
}
@media (min-width: 400px) {
  .silc-mright--4-400 {
    margin-right: 1rem !important;
  }
}
@media (min-width: 400px) {
  .silc-mbottom--0-400 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 400px) {
  .silc-mbottom--auto-400 {
    margin-bottom: auto !important;
  }
}
@media (min-width: 400px) {
  .silc-mbottom--1-400 {
    margin-bottom: .25rem !important;
  }
}
@media (min-width: 400px) {
  .silc-mbottom--2-400 {
    margin-bottom: .5rem !important;
  }
}
@media (min-width: 400px) {
  .silc-mbottom--3-400 {
    margin-bottom: .75rem !important;
  }
}
@media (min-width: 400px) {
  .silc-mbottom--4-400 {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 400px) {
  .silc-mleft--0-400 {
    margin-left: 0 !important;
  }
}
@media (min-width: 400px) {
  .silc-mleft--auto-400 {
    margin-left: auto !important;
  }
}
@media (min-width: 400px) {
  .silc-mleft--1-400 {
    margin-left: .25rem !important;
  }
}
@media (min-width: 400px) {
  .silc-mleft--2-400 {
    margin-left: .5rem !important;
  }
}
@media (min-width: 400px) {
  .silc-mleft--3-400 {
    margin-left: .75rem !important;
  }
}
@media (min-width: 400px) {
  .silc-mleft--4-400 {
    margin-left: 1rem !important;
  }
}
@media (min-width: 480px) {
  .silc-mtop--0-480 {
    margin-top: 0 !important;
  }
}
@media (min-width: 480px) {
  .silc-mtop--auto-480 {
    margin-top: auto !important;
  }
}
@media (min-width: 480px) {
  .silc-mtop--1-480 {
    margin-top: .25rem !important;
  }
}
@media (min-width: 480px) {
  .silc-mtop--2-480 {
    margin-top: .5rem !important;
  }
}
@media (min-width: 480px) {
  .silc-mtop--3-480 {
    margin-top: .75rem !important;
  }
}
@media (min-width: 480px) {
  .silc-mtop--4-480 {
    margin-top: 1rem !important;
  }
}
@media (min-width: 480px) {
  .silc-mright--0-480 {
    margin-right: 0 !important;
  }
}
@media (min-width: 480px) {
  .silc-mright--auto-480 {
    margin-right: auto !important;
  }
}
@media (min-width: 480px) {
  .silc-mright--1-480 {
    margin-right: .25rem !important;
  }
}
@media (min-width: 480px) {
  .silc-mright--2-480 {
    margin-right: .5rem !important;
  }
}
@media (min-width: 480px) {
  .silc-mright--3-480 {
    margin-right: .75rem !important;
  }
}
@media (min-width: 480px) {
  .silc-mright--4-480 {
    margin-right: 1rem !important;
  }
}
@media (min-width: 480px) {
  .silc-mbottom--0-480 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 480px) {
  .silc-mbottom--auto-480 {
    margin-bottom: auto !important;
  }
}
@media (min-width: 480px) {
  .silc-mbottom--1-480 {
    margin-bottom: .25rem !important;
  }
}
@media (min-width: 480px) {
  .silc-mbottom--2-480 {
    margin-bottom: .5rem !important;
  }
}
@media (min-width: 480px) {
  .silc-mbottom--3-480 {
    margin-bottom: .75rem !important;
  }
}
@media (min-width: 480px) {
  .silc-mbottom--4-480 {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 480px) {
  .silc-mleft--0-480 {
    margin-left: 0 !important;
  }
}
@media (min-width: 480px) {
  .silc-mleft--auto-480 {
    margin-left: auto !important;
  }
}
@media (min-width: 480px) {
  .silc-mleft--1-480 {
    margin-left: .25rem !important;
  }
}
@media (min-width: 480px) {
  .silc-mleft--2-480 {
    margin-left: .5rem !important;
  }
}
@media (min-width: 480px) {
  .silc-mleft--3-480 {
    margin-left: .75rem !important;
  }
}
@media (min-width: 480px) {
  .silc-mleft--4-480 {
    margin-left: 1rem !important;
  }
}
@media (min-width: 500px) {
  .silc-mtop--0-500 {
    margin-top: 0 !important;
  }
}
@media (min-width: 500px) {
  .silc-mtop--auto-500 {
    margin-top: auto !important;
  }
}
@media (min-width: 500px) {
  .silc-mtop--1-500 {
    margin-top: .25rem !important;
  }
}
@media (min-width: 500px) {
  .silc-mtop--2-500 {
    margin-top: .5rem !important;
  }
}
@media (min-width: 500px) {
  .silc-mtop--3-500 {
    margin-top: .75rem !important;
  }
}
@media (min-width: 500px) {
  .silc-mtop--4-500 {
    margin-top: 1rem !important;
  }
}
@media (min-width: 500px) {
  .silc-mright--0-500 {
    margin-right: 0 !important;
  }
}
@media (min-width: 500px) {
  .silc-mright--auto-500 {
    margin-right: auto !important;
  }
}
@media (min-width: 500px) {
  .silc-mright--1-500 {
    margin-right: .25rem !important;
  }
}
@media (min-width: 500px) {
  .silc-mright--2-500 {
    margin-right: .5rem !important;
  }
}
@media (min-width: 500px) {
  .silc-mright--3-500 {
    margin-right: .75rem !important;
  }
}
@media (min-width: 500px) {
  .silc-mright--4-500 {
    margin-right: 1rem !important;
  }
}
@media (min-width: 500px) {
  .silc-mbottom--0-500 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 500px) {
  .silc-mbottom--auto-500 {
    margin-bottom: auto !important;
  }
}
@media (min-width: 500px) {
  .silc-mbottom--1-500 {
    margin-bottom: .25rem !important;
  }
}
@media (min-width: 500px) {
  .silc-mbottom--2-500 {
    margin-bottom: .5rem !important;
  }
}
@media (min-width: 500px) {
  .silc-mbottom--3-500 {
    margin-bottom: .75rem !important;
  }
}
@media (min-width: 500px) {
  .silc-mbottom--4-500 {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 500px) {
  .silc-mleft--0-500 {
    margin-left: 0 !important;
  }
}
@media (min-width: 500px) {
  .silc-mleft--auto-500 {
    margin-left: auto !important;
  }
}
@media (min-width: 500px) {
  .silc-mleft--1-500 {
    margin-left: .25rem !important;
  }
}
@media (min-width: 500px) {
  .silc-mleft--2-500 {
    margin-left: .5rem !important;
  }
}
@media (min-width: 500px) {
  .silc-mleft--3-500 {
    margin-left: .75rem !important;
  }
}
@media (min-width: 500px) {
  .silc-mleft--4-500 {
    margin-left: 1rem !important;
  }
}
@media (min-width: 550px) {
  .silc-mtop--0-550 {
    margin-top: 0 !important;
  }
}
@media (min-width: 550px) {
  .silc-mtop--auto-550 {
    margin-top: auto !important;
  }
}
@media (min-width: 550px) {
  .silc-mtop--1-550 {
    margin-top: .25rem !important;
  }
}
@media (min-width: 550px) {
  .silc-mtop--2-550 {
    margin-top: .5rem !important;
  }
}
@media (min-width: 550px) {
  .silc-mtop--3-550 {
    margin-top: .75rem !important;
  }
}
@media (min-width: 550px) {
  .silc-mtop--4-550 {
    margin-top: 1rem !important;
  }
}
@media (min-width: 550px) {
  .silc-mright--0-550 {
    margin-right: 0 !important;
  }
}
@media (min-width: 550px) {
  .silc-mright--auto-550 {
    margin-right: auto !important;
  }
}
@media (min-width: 550px) {
  .silc-mright--1-550 {
    margin-right: .25rem !important;
  }
}
@media (min-width: 550px) {
  .silc-mright--2-550 {
    margin-right: .5rem !important;
  }
}
@media (min-width: 550px) {
  .silc-mright--3-550 {
    margin-right: .75rem !important;
  }
}
@media (min-width: 550px) {
  .silc-mright--4-550 {
    margin-right: 1rem !important;
  }
}
@media (min-width: 550px) {
  .silc-mbottom--0-550 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 550px) {
  .silc-mbottom--auto-550 {
    margin-bottom: auto !important;
  }
}
@media (min-width: 550px) {
  .silc-mbottom--1-550 {
    margin-bottom: .25rem !important;
  }
}
@media (min-width: 550px) {
  .silc-mbottom--2-550 {
    margin-bottom: .5rem !important;
  }
}
@media (min-width: 550px) {
  .silc-mbottom--3-550 {
    margin-bottom: .75rem !important;
  }
}
@media (min-width: 550px) {
  .silc-mbottom--4-550 {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 550px) {
  .silc-mleft--0-550 {
    margin-left: 0 !important;
  }
}
@media (min-width: 550px) {
  .silc-mleft--auto-550 {
    margin-left: auto !important;
  }
}
@media (min-width: 550px) {
  .silc-mleft--1-550 {
    margin-left: .25rem !important;
  }
}
@media (min-width: 550px) {
  .silc-mleft--2-550 {
    margin-left: .5rem !important;
  }
}
@media (min-width: 550px) {
  .silc-mleft--3-550 {
    margin-left: .75rem !important;
  }
}
@media (min-width: 550px) {
  .silc-mleft--4-550 {
    margin-left: 1rem !important;
  }
}
@media (min-width: 600px) {
  .silc-mtop--0-600 {
    margin-top: 0 !important;
  }
}
@media (min-width: 600px) {
  .silc-mtop--auto-600 {
    margin-top: auto !important;
  }
}
@media (min-width: 600px) {
  .silc-mtop--1-600 {
    margin-top: .25rem !important;
  }
}
@media (min-width: 600px) {
  .silc-mtop--2-600 {
    margin-top: .5rem !important;
  }
}
@media (min-width: 600px) {
  .silc-mtop--3-600 {
    margin-top: .75rem !important;
  }
}
@media (min-width: 600px) {
  .silc-mtop--4-600 {
    margin-top: 1rem !important;
  }
}
@media (min-width: 600px) {
  .silc-mright--0-600 {
    margin-right: 0 !important;
  }
}
@media (min-width: 600px) {
  .silc-mright--auto-600 {
    margin-right: auto !important;
  }
}
@media (min-width: 600px) {
  .silc-mright--1-600 {
    margin-right: .25rem !important;
  }
}
@media (min-width: 600px) {
  .silc-mright--2-600 {
    margin-right: .5rem !important;
  }
}
@media (min-width: 600px) {
  .silc-mright--3-600 {
    margin-right: .75rem !important;
  }
}
@media (min-width: 600px) {
  .silc-mright--4-600 {
    margin-right: 1rem !important;
  }
}
@media (min-width: 600px) {
  .silc-mbottom--0-600 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 600px) {
  .silc-mbottom--auto-600 {
    margin-bottom: auto !important;
  }
}
@media (min-width: 600px) {
  .silc-mbottom--1-600 {
    margin-bottom: .25rem !important;
  }
}
@media (min-width: 600px) {
  .silc-mbottom--2-600 {
    margin-bottom: .5rem !important;
  }
}
@media (min-width: 600px) {
  .silc-mbottom--3-600 {
    margin-bottom: .75rem !important;
  }
}
@media (min-width: 600px) {
  .silc-mbottom--4-600 {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 600px) {
  .silc-mleft--0-600 {
    margin-left: 0 !important;
  }
}
@media (min-width: 600px) {
  .silc-mleft--auto-600 {
    margin-left: auto !important;
  }
}
@media (min-width: 600px) {
  .silc-mleft--1-600 {
    margin-left: .25rem !important;
  }
}
@media (min-width: 600px) {
  .silc-mleft--2-600 {
    margin-left: .5rem !important;
  }
}
@media (min-width: 600px) {
  .silc-mleft--3-600 {
    margin-left: .75rem !important;
  }
}
@media (min-width: 600px) {
  .silc-mleft--4-600 {
    margin-left: 1rem !important;
  }
}
@media (min-width: 700px) {
  .silc-mtop--0-700 {
    margin-top: 0 !important;
  }
}
@media (min-width: 700px) {
  .silc-mtop--auto-700 {
    margin-top: auto !important;
  }
}
@media (min-width: 700px) {
  .silc-mtop--1-700 {
    margin-top: .25rem !important;
  }
}
@media (min-width: 700px) {
  .silc-mtop--2-700 {
    margin-top: .5rem !important;
  }
}
@media (min-width: 700px) {
  .silc-mtop--3-700 {
    margin-top: .75rem !important;
  }
}
@media (min-width: 700px) {
  .silc-mtop--4-700 {
    margin-top: 1rem !important;
  }
}
@media (min-width: 700px) {
  .silc-mright--0-700 {
    margin-right: 0 !important;
  }
}
@media (min-width: 700px) {
  .silc-mright--auto-700 {
    margin-right: auto !important;
  }
}
@media (min-width: 700px) {
  .silc-mright--1-700 {
    margin-right: .25rem !important;
  }
}
@media (min-width: 700px) {
  .silc-mright--2-700 {
    margin-right: .5rem !important;
  }
}
@media (min-width: 700px) {
  .silc-mright--3-700 {
    margin-right: .75rem !important;
  }
}
@media (min-width: 700px) {
  .silc-mright--4-700 {
    margin-right: 1rem !important;
  }
}
@media (min-width: 700px) {
  .silc-mbottom--0-700 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 700px) {
  .silc-mbottom--auto-700 {
    margin-bottom: auto !important;
  }
}
@media (min-width: 700px) {
  .silc-mbottom--1-700 {
    margin-bottom: .25rem !important;
  }
}
@media (min-width: 700px) {
  .silc-mbottom--2-700 {
    margin-bottom: .5rem !important;
  }
}
@media (min-width: 700px) {
  .silc-mbottom--3-700 {
    margin-bottom: .75rem !important;
  }
}
@media (min-width: 700px) {
  .silc-mbottom--4-700 {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 700px) {
  .silc-mleft--0-700 {
    margin-left: 0 !important;
  }
}
@media (min-width: 700px) {
  .silc-mleft--auto-700 {
    margin-left: auto !important;
  }
}
@media (min-width: 700px) {
  .silc-mleft--1-700 {
    margin-left: .25rem !important;
  }
}
@media (min-width: 700px) {
  .silc-mleft--2-700 {
    margin-left: .5rem !important;
  }
}
@media (min-width: 700px) {
  .silc-mleft--3-700 {
    margin-left: .75rem !important;
  }
}
@media (min-width: 700px) {
  .silc-mleft--4-700 {
    margin-left: 1rem !important;
  }
}
@media (min-width: 800px) {
  .silc-mtop--0-800 {
    margin-top: 0 !important;
  }
}
@media (min-width: 800px) {
  .silc-mtop--auto-800 {
    margin-top: auto !important;
  }
}
@media (min-width: 800px) {
  .silc-mtop--1-800 {
    margin-top: .25rem !important;
  }
}
@media (min-width: 800px) {
  .silc-mtop--2-800 {
    margin-top: .5rem !important;
  }
}
@media (min-width: 800px) {
  .silc-mtop--3-800 {
    margin-top: .75rem !important;
  }
}
@media (min-width: 800px) {
  .silc-mtop--4-800 {
    margin-top: 1rem !important;
  }
}
@media (min-width: 800px) {
  .silc-mright--0-800 {
    margin-right: 0 !important;
  }
}
@media (min-width: 800px) {
  .silc-mright--auto-800 {
    margin-right: auto !important;
  }
}
@media (min-width: 800px) {
  .silc-mright--1-800 {
    margin-right: .25rem !important;
  }
}
@media (min-width: 800px) {
  .silc-mright--2-800 {
    margin-right: .5rem !important;
  }
}
@media (min-width: 800px) {
  .silc-mright--3-800 {
    margin-right: .75rem !important;
  }
}
@media (min-width: 800px) {
  .silc-mright--4-800 {
    margin-right: 1rem !important;
  }
}
@media (min-width: 800px) {
  .silc-mbottom--0-800 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 800px) {
  .silc-mbottom--auto-800 {
    margin-bottom: auto !important;
  }
}
@media (min-width: 800px) {
  .silc-mbottom--1-800 {
    margin-bottom: .25rem !important;
  }
}
@media (min-width: 800px) {
  .silc-mbottom--2-800 {
    margin-bottom: .5rem !important;
  }
}
@media (min-width: 800px) {
  .silc-mbottom--3-800 {
    margin-bottom: .75rem !important;
  }
}
@media (min-width: 800px) {
  .silc-mbottom--4-800 {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 800px) {
  .silc-mleft--0-800 {
    margin-left: 0 !important;
  }
}
@media (min-width: 800px) {
  .silc-mleft--auto-800 {
    margin-left: auto !important;
  }
}
@media (min-width: 800px) {
  .silc-mleft--1-800 {
    margin-left: .25rem !important;
  }
}
@media (min-width: 800px) {
  .silc-mleft--2-800 {
    margin-left: .5rem !important;
  }
}
@media (min-width: 800px) {
  .silc-mleft--3-800 {
    margin-left: .75rem !important;
  }
}
@media (min-width: 800px) {
  .silc-mleft--4-800 {
    margin-left: 1rem !important;
  }
}
@media (min-width: 900px) {
  .silc-mtop--0-900 {
    margin-top: 0 !important;
  }
}
@media (min-width: 900px) {
  .silc-mtop--auto-900 {
    margin-top: auto !important;
  }
}
@media (min-width: 900px) {
  .silc-mtop--1-900 {
    margin-top: .25rem !important;
  }
}
@media (min-width: 900px) {
  .silc-mtop--2-900 {
    margin-top: .5rem !important;
  }
}
@media (min-width: 900px) {
  .silc-mtop--3-900 {
    margin-top: .75rem !important;
  }
}
@media (min-width: 900px) {
  .silc-mtop--4-900 {
    margin-top: 1rem !important;
  }
}
@media (min-width: 900px) {
  .silc-mright--0-900 {
    margin-right: 0 !important;
  }
}
@media (min-width: 900px) {
  .silc-mright--auto-900 {
    margin-right: auto !important;
  }
}
@media (min-width: 900px) {
  .silc-mright--1-900 {
    margin-right: .25rem !important;
  }
}
@media (min-width: 900px) {
  .silc-mright--2-900 {
    margin-right: .5rem !important;
  }
}
@media (min-width: 900px) {
  .silc-mright--3-900 {
    margin-right: .75rem !important;
  }
}
@media (min-width: 900px) {
  .silc-mright--4-900 {
    margin-right: 1rem !important;
  }
}
@media (min-width: 900px) {
  .silc-mbottom--0-900 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 900px) {
  .silc-mbottom--auto-900 {
    margin-bottom: auto !important;
  }
}
@media (min-width: 900px) {
  .silc-mbottom--1-900 {
    margin-bottom: .25rem !important;
  }
}
@media (min-width: 900px) {
  .silc-mbottom--2-900 {
    margin-bottom: .5rem !important;
  }
}
@media (min-width: 900px) {
  .silc-mbottom--3-900 {
    margin-bottom: .75rem !important;
  }
}
@media (min-width: 900px) {
  .silc-mbottom--4-900 {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 900px) {
  .silc-mleft--0-900 {
    margin-left: 0 !important;
  }
}
@media (min-width: 900px) {
  .silc-mleft--auto-900 {
    margin-left: auto !important;
  }
}
@media (min-width: 900px) {
  .silc-mleft--1-900 {
    margin-left: .25rem !important;
  }
}
@media (min-width: 900px) {
  .silc-mleft--2-900 {
    margin-left: .5rem !important;
  }
}
@media (min-width: 900px) {
  .silc-mleft--3-900 {
    margin-left: .75rem !important;
  }
}
@media (min-width: 900px) {
  .silc-mleft--4-900 {
    margin-left: 1rem !important;
  }
}
@media (max-width: 999px) {
  .silc-mtop--0-999 {
    margin-top: 0 !important;
  }
}
@media (max-width: 999px) {
  .silc-mtop--auto-999 {
    margin-top: auto !important;
  }
}
@media (max-width: 999px) {
  .silc-mtop--1-999 {
    margin-top: .25rem !important;
  }
}
@media (max-width: 999px) {
  .silc-mtop--2-999 {
    margin-top: .5rem !important;
  }
}
@media (max-width: 999px) {
  .silc-mtop--3-999 {
    margin-top: .75rem !important;
  }
}
@media (max-width: 999px) {
  .silc-mtop--4-999 {
    margin-top: 1rem !important;
  }
}
@media (max-width: 999px) {
  .silc-mright--0-999 {
    margin-right: 0 !important;
  }
}
@media (max-width: 999px) {
  .silc-mright--auto-999 {
    margin-right: auto !important;
  }
}
@media (max-width: 999px) {
  .silc-mright--1-999 {
    margin-right: .25rem !important;
  }
}
@media (max-width: 999px) {
  .silc-mright--2-999 {
    margin-right: .5rem !important;
  }
}
@media (max-width: 999px) {
  .silc-mright--3-999 {
    margin-right: .75rem !important;
  }
}
@media (max-width: 999px) {
  .silc-mright--4-999 {
    margin-right: 1rem !important;
  }
}
@media (max-width: 999px) {
  .silc-mbottom--0-999 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 999px) {
  .silc-mbottom--auto-999 {
    margin-bottom: auto !important;
  }
}
@media (max-width: 999px) {
  .silc-mbottom--1-999 {
    margin-bottom: .25rem !important;
  }
}
@media (max-width: 999px) {
  .silc-mbottom--2-999 {
    margin-bottom: .5rem !important;
  }
}
@media (max-width: 999px) {
  .silc-mbottom--3-999 {
    margin-bottom: .75rem !important;
  }
}
@media (max-width: 999px) {
  .silc-mbottom--4-999 {
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 999px) {
  .silc-mleft--0-999 {
    margin-left: 0 !important;
  }
}
@media (max-width: 999px) {
  .silc-mleft--auto-999 {
    margin-left: auto !important;
  }
}
@media (max-width: 999px) {
  .silc-mleft--1-999 {
    margin-left: .25rem !important;
  }
}
@media (max-width: 999px) {
  .silc-mleft--2-999 {
    margin-left: .5rem !important;
  }
}
@media (max-width: 999px) {
  .silc-mleft--3-999 {
    margin-left: .75rem !important;
  }
}
@media (max-width: 999px) {
  .silc-mleft--4-999 {
    margin-left: 1rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-mtop--0-1000 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1000px) {
  .silc-mtop--auto-1000 {
    margin-top: auto !important;
  }
}
@media (min-width: 1000px) {
  .silc-mtop--1-1000 {
    margin-top: .25rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-mtop--2-1000 {
    margin-top: .5rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-mtop--3-1000 {
    margin-top: .75rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-mtop--4-1000 {
    margin-top: 1rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-mright--0-1000 {
    margin-right: 0 !important;
  }
}
@media (min-width: 1000px) {
  .silc-mright--auto-1000 {
    margin-right: auto !important;
  }
}
@media (min-width: 1000px) {
  .silc-mright--1-1000 {
    margin-right: .25rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-mright--2-1000 {
    margin-right: .5rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-mright--3-1000 {
    margin-right: .75rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-mright--4-1000 {
    margin-right: 1rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-mbottom--0-1000 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1000px) {
  .silc-mbottom--auto-1000 {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1000px) {
  .silc-mbottom--1-1000 {
    margin-bottom: .25rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-mbottom--2-1000 {
    margin-bottom: .5rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-mbottom--3-1000 {
    margin-bottom: .75rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-mbottom--4-1000 {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-mleft--0-1000 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1000px) {
  .silc-mleft--auto-1000 {
    margin-left: auto !important;
  }
}
@media (min-width: 1000px) {
  .silc-mleft--1-1000 {
    margin-left: .25rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-mleft--2-1000 {
    margin-left: .5rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-mleft--3-1000 {
    margin-left: .75rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-mleft--4-1000 {
    margin-left: 1rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-mtop--0-1100 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1100px) {
  .silc-mtop--auto-1100 {
    margin-top: auto !important;
  }
}
@media (min-width: 1100px) {
  .silc-mtop--1-1100 {
    margin-top: .25rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-mtop--2-1100 {
    margin-top: .5rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-mtop--3-1100 {
    margin-top: .75rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-mtop--4-1100 {
    margin-top: 1rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-mright--0-1100 {
    margin-right: 0 !important;
  }
}
@media (min-width: 1100px) {
  .silc-mright--auto-1100 {
    margin-right: auto !important;
  }
}
@media (min-width: 1100px) {
  .silc-mright--1-1100 {
    margin-right: .25rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-mright--2-1100 {
    margin-right: .5rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-mright--3-1100 {
    margin-right: .75rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-mright--4-1100 {
    margin-right: 1rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-mbottom--0-1100 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1100px) {
  .silc-mbottom--auto-1100 {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1100px) {
  .silc-mbottom--1-1100 {
    margin-bottom: .25rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-mbottom--2-1100 {
    margin-bottom: .5rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-mbottom--3-1100 {
    margin-bottom: .75rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-mbottom--4-1100 {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-mleft--0-1100 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1100px) {
  .silc-mleft--auto-1100 {
    margin-left: auto !important;
  }
}
@media (min-width: 1100px) {
  .silc-mleft--1-1100 {
    margin-left: .25rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-mleft--2-1100 {
    margin-left: .5rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-mleft--3-1100 {
    margin-left: .75rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-mleft--4-1100 {
    margin-left: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-mtop--0-1200 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .silc-mtop--auto-1200 {
    margin-top: auto !important;
  }
}
@media (min-width: 1200px) {
  .silc-mtop--1-1200 {
    margin-top: .25rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-mtop--2-1200 {
    margin-top: .5rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-mtop--3-1200 {
    margin-top: .75rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-mtop--4-1200 {
    margin-top: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-mright--0-1200 {
    margin-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .silc-mright--auto-1200 {
    margin-right: auto !important;
  }
}
@media (min-width: 1200px) {
  .silc-mright--1-1200 {
    margin-right: .25rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-mright--2-1200 {
    margin-right: .5rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-mright--3-1200 {
    margin-right: .75rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-mright--4-1200 {
    margin-right: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-mbottom--0-1200 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .silc-mbottom--auto-1200 {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .silc-mbottom--1-1200 {
    margin-bottom: .25rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-mbottom--2-1200 {
    margin-bottom: .5rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-mbottom--3-1200 {
    margin-bottom: .75rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-mbottom--4-1200 {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-mleft--0-1200 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .silc-mleft--auto-1200 {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .silc-mleft--1-1200 {
    margin-left: .25rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-mleft--2-1200 {
    margin-left: .5rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-mleft--3-1200 {
    margin-left: .75rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-mleft--4-1200 {
    margin-left: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-mtop--0-1400 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1400px) {
  .silc-mtop--auto-1400 {
    margin-top: auto !important;
  }
}
@media (min-width: 1400px) {
  .silc-mtop--1-1400 {
    margin-top: .25rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-mtop--2-1400 {
    margin-top: .5rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-mtop--3-1400 {
    margin-top: .75rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-mtop--4-1400 {
    margin-top: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-mright--0-1400 {
    margin-right: 0 !important;
  }
}
@media (min-width: 1400px) {
  .silc-mright--auto-1400 {
    margin-right: auto !important;
  }
}
@media (min-width: 1400px) {
  .silc-mright--1-1400 {
    margin-right: .25rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-mright--2-1400 {
    margin-right: .5rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-mright--3-1400 {
    margin-right: .75rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-mright--4-1400 {
    margin-right: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-mbottom--0-1400 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1400px) {
  .silc-mbottom--auto-1400 {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1400px) {
  .silc-mbottom--1-1400 {
    margin-bottom: .25rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-mbottom--2-1400 {
    margin-bottom: .5rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-mbottom--3-1400 {
    margin-bottom: .75rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-mbottom--4-1400 {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-mleft--0-1400 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1400px) {
  .silc-mleft--auto-1400 {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .silc-mleft--1-1400 {
    margin-left: .25rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-mleft--2-1400 {
    margin-left: .5rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-mleft--3-1400 {
    margin-left: .75rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-mleft--4-1400 {
    margin-left: 1rem !important;
  }
}
/* Global padding e.g. silc-p--1
   ========================================================================== */
.silc-p--0 {
  padding: 0 !important;
}

.silc-p--1 {
  padding: .25rem !important;
}

.silc-p--2 {
  padding: .5rem !important;
}

.silc-p--3 {
  padding: .75rem !important;
}

.silc-p--4 {
  padding: 1rem !important;
}

/* Specific paddings e.g. silc-ptop--1
   ========================================================================== */
.silc-ptop--0 {
  padding-top: 0 !important;
}

.silc-ptop--1 {
  padding-top: .25rem !important;
}

.silc-ptop--2 {
  padding-top: .5rem !important;
}

.silc-ptop--3 {
  padding-top: .75rem !important;
}

.silc-ptop--4 {
  padding-top: 1rem !important;
}

.silc-pright--0 {
  padding-right: 0 !important;
}

.silc-pright--1 {
  padding-right: .25rem !important;
}

.silc-pright--2 {
  padding-right: .5rem !important;
}

.silc-pright--3 {
  padding-right: .75rem !important;
}

.silc-pright--4 {
  padding-right: 1rem !important;
}

.silc-pbottom--0 {
  padding-bottom: 0 !important;
}

.silc-pbottom--1 {
  padding-bottom: .25rem !important;
}

.silc-pbottom--2 {
  padding-bottom: .5rem !important;
}

.silc-pbottom--3 {
  padding-bottom: .75rem !important;
}

.silc-pbottom--4 {
  padding-bottom: 1rem !important;
}

.silc-pleft--0 {
  padding-left: 0 !important;
}

.silc-pleft--1 {
  padding-left: .25rem !important;
}

.silc-pleft--2 {
  padding-left: .5rem !important;
}

.silc-pleft--3 {
  padding-left: .75rem !important;
}

.silc-pleft--4 {
  padding-left: 1rem !important;
}

/* Global padding with breakpoint modifiers e.g. silc-p--1-large
   ========================================================================== */
@media (min-width: 375px) {
  .silc-p--0-375 {
    padding: 0 !important;
  }
}
@media (min-width: 375px) {
  .silc-p--1-375 {
    padding: .25rem !important;
  }
}
@media (min-width: 375px) {
  .silc-p--2-375 {
    padding: .5rem !important;
  }
}
@media (min-width: 375px) {
  .silc-p--3-375 {
    padding: .75rem !important;
  }
}
@media (min-width: 375px) {
  .silc-p--4-375 {
    padding: 1rem !important;
  }
}
@media (min-width: 400px) {
  .silc-p--0-400 {
    padding: 0 !important;
  }
}
@media (min-width: 400px) {
  .silc-p--1-400 {
    padding: .25rem !important;
  }
}
@media (min-width: 400px) {
  .silc-p--2-400 {
    padding: .5rem !important;
  }
}
@media (min-width: 400px) {
  .silc-p--3-400 {
    padding: .75rem !important;
  }
}
@media (min-width: 400px) {
  .silc-p--4-400 {
    padding: 1rem !important;
  }
}
@media (min-width: 480px) {
  .silc-p--0-480 {
    padding: 0 !important;
  }
}
@media (min-width: 480px) {
  .silc-p--1-480 {
    padding: .25rem !important;
  }
}
@media (min-width: 480px) {
  .silc-p--2-480 {
    padding: .5rem !important;
  }
}
@media (min-width: 480px) {
  .silc-p--3-480 {
    padding: .75rem !important;
  }
}
@media (min-width: 480px) {
  .silc-p--4-480 {
    padding: 1rem !important;
  }
}
@media (min-width: 500px) {
  .silc-p--0-500 {
    padding: 0 !important;
  }
}
@media (min-width: 500px) {
  .silc-p--1-500 {
    padding: .25rem !important;
  }
}
@media (min-width: 500px) {
  .silc-p--2-500 {
    padding: .5rem !important;
  }
}
@media (min-width: 500px) {
  .silc-p--3-500 {
    padding: .75rem !important;
  }
}
@media (min-width: 500px) {
  .silc-p--4-500 {
    padding: 1rem !important;
  }
}
@media (min-width: 550px) {
  .silc-p--0-550 {
    padding: 0 !important;
  }
}
@media (min-width: 550px) {
  .silc-p--1-550 {
    padding: .25rem !important;
  }
}
@media (min-width: 550px) {
  .silc-p--2-550 {
    padding: .5rem !important;
  }
}
@media (min-width: 550px) {
  .silc-p--3-550 {
    padding: .75rem !important;
  }
}
@media (min-width: 550px) {
  .silc-p--4-550 {
    padding: 1rem !important;
  }
}
@media (min-width: 600px) {
  .silc-p--0-600 {
    padding: 0 !important;
  }
}
@media (min-width: 600px) {
  .silc-p--1-600 {
    padding: .25rem !important;
  }
}
@media (min-width: 600px) {
  .silc-p--2-600 {
    padding: .5rem !important;
  }
}
@media (min-width: 600px) {
  .silc-p--3-600 {
    padding: .75rem !important;
  }
}
@media (min-width: 600px) {
  .silc-p--4-600 {
    padding: 1rem !important;
  }
}
@media (min-width: 700px) {
  .silc-p--0-700 {
    padding: 0 !important;
  }
}
@media (min-width: 700px) {
  .silc-p--1-700 {
    padding: .25rem !important;
  }
}
@media (min-width: 700px) {
  .silc-p--2-700 {
    padding: .5rem !important;
  }
}
@media (min-width: 700px) {
  .silc-p--3-700 {
    padding: .75rem !important;
  }
}
@media (min-width: 700px) {
  .silc-p--4-700 {
    padding: 1rem !important;
  }
}
@media (min-width: 800px) {
  .silc-p--0-800 {
    padding: 0 !important;
  }
}
@media (min-width: 800px) {
  .silc-p--1-800 {
    padding: .25rem !important;
  }
}
@media (min-width: 800px) {
  .silc-p--2-800 {
    padding: .5rem !important;
  }
}
@media (min-width: 800px) {
  .silc-p--3-800 {
    padding: .75rem !important;
  }
}
@media (min-width: 800px) {
  .silc-p--4-800 {
    padding: 1rem !important;
  }
}
@media (min-width: 900px) {
  .silc-p--0-900 {
    padding: 0 !important;
  }
}
@media (min-width: 900px) {
  .silc-p--1-900 {
    padding: .25rem !important;
  }
}
@media (min-width: 900px) {
  .silc-p--2-900 {
    padding: .5rem !important;
  }
}
@media (min-width: 900px) {
  .silc-p--3-900 {
    padding: .75rem !important;
  }
}
@media (min-width: 900px) {
  .silc-p--4-900 {
    padding: 1rem !important;
  }
}
@media (max-width: 999px) {
  .silc-p--0-999 {
    padding: 0 !important;
  }
}
@media (max-width: 999px) {
  .silc-p--1-999 {
    padding: .25rem !important;
  }
}
@media (max-width: 999px) {
  .silc-p--2-999 {
    padding: .5rem !important;
  }
}
@media (max-width: 999px) {
  .silc-p--3-999 {
    padding: .75rem !important;
  }
}
@media (max-width: 999px) {
  .silc-p--4-999 {
    padding: 1rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-p--0-1000 {
    padding: 0 !important;
  }
}
@media (min-width: 1000px) {
  .silc-p--1-1000 {
    padding: .25rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-p--2-1000 {
    padding: .5rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-p--3-1000 {
    padding: .75rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-p--4-1000 {
    padding: 1rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-p--0-1100 {
    padding: 0 !important;
  }
}
@media (min-width: 1100px) {
  .silc-p--1-1100 {
    padding: .25rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-p--2-1100 {
    padding: .5rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-p--3-1100 {
    padding: .75rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-p--4-1100 {
    padding: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-p--0-1200 {
    padding: 0 !important;
  }
}
@media (min-width: 1200px) {
  .silc-p--1-1200 {
    padding: .25rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-p--2-1200 {
    padding: .5rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-p--3-1200 {
    padding: .75rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-p--4-1200 {
    padding: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-p--0-1400 {
    padding: 0 !important;
  }
}
@media (min-width: 1400px) {
  .silc-p--1-1400 {
    padding: .25rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-p--2-1400 {
    padding: .5rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-p--3-1400 {
    padding: .75rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-p--4-1400 {
    padding: 1rem !important;
  }
}
/* Specific paddings with breakpoint modifiers e.g. silc-ptop--1-large
   ========================================================================== */
@media (min-width: 375px) {
  .silc-ptop--0-375 {
    padding-top: 0 !important;
  }
}
@media (min-width: 375px) {
  .silc-ptop--1-375 {
    padding-top: .25rem !important;
  }
}
@media (min-width: 375px) {
  .silc-ptop--2-375 {
    padding-top: .5rem !important;
  }
}
@media (min-width: 375px) {
  .silc-ptop--3-375 {
    padding-top: .75rem !important;
  }
}
@media (min-width: 375px) {
  .silc-ptop--4-375 {
    padding-top: 1rem !important;
  }
}
@media (min-width: 375px) {
  .silc-pright--0-375 {
    padding-right: 0 !important;
  }
}
@media (min-width: 375px) {
  .silc-pright--1-375 {
    padding-right: .25rem !important;
  }
}
@media (min-width: 375px) {
  .silc-pright--2-375 {
    padding-right: .5rem !important;
  }
}
@media (min-width: 375px) {
  .silc-pright--3-375 {
    padding-right: .75rem !important;
  }
}
@media (min-width: 375px) {
  .silc-pright--4-375 {
    padding-right: 1rem !important;
  }
}
@media (min-width: 375px) {
  .silc-pbottom--0-375 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 375px) {
  .silc-pbottom--1-375 {
    padding-bottom: .25rem !important;
  }
}
@media (min-width: 375px) {
  .silc-pbottom--2-375 {
    padding-bottom: .5rem !important;
  }
}
@media (min-width: 375px) {
  .silc-pbottom--3-375 {
    padding-bottom: .75rem !important;
  }
}
@media (min-width: 375px) {
  .silc-pbottom--4-375 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 375px) {
  .silc-pleft--0-375 {
    padding-left: 0 !important;
  }
}
@media (min-width: 375px) {
  .silc-pleft--1-375 {
    padding-left: .25rem !important;
  }
}
@media (min-width: 375px) {
  .silc-pleft--2-375 {
    padding-left: .5rem !important;
  }
}
@media (min-width: 375px) {
  .silc-pleft--3-375 {
    padding-left: .75rem !important;
  }
}
@media (min-width: 375px) {
  .silc-pleft--4-375 {
    padding-left: 1rem !important;
  }
}
@media (min-width: 400px) {
  .silc-ptop--0-400 {
    padding-top: 0 !important;
  }
}
@media (min-width: 400px) {
  .silc-ptop--1-400 {
    padding-top: .25rem !important;
  }
}
@media (min-width: 400px) {
  .silc-ptop--2-400 {
    padding-top: .5rem !important;
  }
}
@media (min-width: 400px) {
  .silc-ptop--3-400 {
    padding-top: .75rem !important;
  }
}
@media (min-width: 400px) {
  .silc-ptop--4-400 {
    padding-top: 1rem !important;
  }
}
@media (min-width: 400px) {
  .silc-pright--0-400 {
    padding-right: 0 !important;
  }
}
@media (min-width: 400px) {
  .silc-pright--1-400 {
    padding-right: .25rem !important;
  }
}
@media (min-width: 400px) {
  .silc-pright--2-400 {
    padding-right: .5rem !important;
  }
}
@media (min-width: 400px) {
  .silc-pright--3-400 {
    padding-right: .75rem !important;
  }
}
@media (min-width: 400px) {
  .silc-pright--4-400 {
    padding-right: 1rem !important;
  }
}
@media (min-width: 400px) {
  .silc-pbottom--0-400 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 400px) {
  .silc-pbottom--1-400 {
    padding-bottom: .25rem !important;
  }
}
@media (min-width: 400px) {
  .silc-pbottom--2-400 {
    padding-bottom: .5rem !important;
  }
}
@media (min-width: 400px) {
  .silc-pbottom--3-400 {
    padding-bottom: .75rem !important;
  }
}
@media (min-width: 400px) {
  .silc-pbottom--4-400 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 400px) {
  .silc-pleft--0-400 {
    padding-left: 0 !important;
  }
}
@media (min-width: 400px) {
  .silc-pleft--1-400 {
    padding-left: .25rem !important;
  }
}
@media (min-width: 400px) {
  .silc-pleft--2-400 {
    padding-left: .5rem !important;
  }
}
@media (min-width: 400px) {
  .silc-pleft--3-400 {
    padding-left: .75rem !important;
  }
}
@media (min-width: 400px) {
  .silc-pleft--4-400 {
    padding-left: 1rem !important;
  }
}
@media (min-width: 480px) {
  .silc-ptop--0-480 {
    padding-top: 0 !important;
  }
}
@media (min-width: 480px) {
  .silc-ptop--1-480 {
    padding-top: .25rem !important;
  }
}
@media (min-width: 480px) {
  .silc-ptop--2-480 {
    padding-top: .5rem !important;
  }
}
@media (min-width: 480px) {
  .silc-ptop--3-480 {
    padding-top: .75rem !important;
  }
}
@media (min-width: 480px) {
  .silc-ptop--4-480 {
    padding-top: 1rem !important;
  }
}
@media (min-width: 480px) {
  .silc-pright--0-480 {
    padding-right: 0 !important;
  }
}
@media (min-width: 480px) {
  .silc-pright--1-480 {
    padding-right: .25rem !important;
  }
}
@media (min-width: 480px) {
  .silc-pright--2-480 {
    padding-right: .5rem !important;
  }
}
@media (min-width: 480px) {
  .silc-pright--3-480 {
    padding-right: .75rem !important;
  }
}
@media (min-width: 480px) {
  .silc-pright--4-480 {
    padding-right: 1rem !important;
  }
}
@media (min-width: 480px) {
  .silc-pbottom--0-480 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 480px) {
  .silc-pbottom--1-480 {
    padding-bottom: .25rem !important;
  }
}
@media (min-width: 480px) {
  .silc-pbottom--2-480 {
    padding-bottom: .5rem !important;
  }
}
@media (min-width: 480px) {
  .silc-pbottom--3-480 {
    padding-bottom: .75rem !important;
  }
}
@media (min-width: 480px) {
  .silc-pbottom--4-480 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 480px) {
  .silc-pleft--0-480 {
    padding-left: 0 !important;
  }
}
@media (min-width: 480px) {
  .silc-pleft--1-480 {
    padding-left: .25rem !important;
  }
}
@media (min-width: 480px) {
  .silc-pleft--2-480 {
    padding-left: .5rem !important;
  }
}
@media (min-width: 480px) {
  .silc-pleft--3-480 {
    padding-left: .75rem !important;
  }
}
@media (min-width: 480px) {
  .silc-pleft--4-480 {
    padding-left: 1rem !important;
  }
}
@media (min-width: 500px) {
  .silc-ptop--0-500 {
    padding-top: 0 !important;
  }
}
@media (min-width: 500px) {
  .silc-ptop--1-500 {
    padding-top: .25rem !important;
  }
}
@media (min-width: 500px) {
  .silc-ptop--2-500 {
    padding-top: .5rem !important;
  }
}
@media (min-width: 500px) {
  .silc-ptop--3-500 {
    padding-top: .75rem !important;
  }
}
@media (min-width: 500px) {
  .silc-ptop--4-500 {
    padding-top: 1rem !important;
  }
}
@media (min-width: 500px) {
  .silc-pright--0-500 {
    padding-right: 0 !important;
  }
}
@media (min-width: 500px) {
  .silc-pright--1-500 {
    padding-right: .25rem !important;
  }
}
@media (min-width: 500px) {
  .silc-pright--2-500 {
    padding-right: .5rem !important;
  }
}
@media (min-width: 500px) {
  .silc-pright--3-500 {
    padding-right: .75rem !important;
  }
}
@media (min-width: 500px) {
  .silc-pright--4-500 {
    padding-right: 1rem !important;
  }
}
@media (min-width: 500px) {
  .silc-pbottom--0-500 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 500px) {
  .silc-pbottom--1-500 {
    padding-bottom: .25rem !important;
  }
}
@media (min-width: 500px) {
  .silc-pbottom--2-500 {
    padding-bottom: .5rem !important;
  }
}
@media (min-width: 500px) {
  .silc-pbottom--3-500 {
    padding-bottom: .75rem !important;
  }
}
@media (min-width: 500px) {
  .silc-pbottom--4-500 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 500px) {
  .silc-pleft--0-500 {
    padding-left: 0 !important;
  }
}
@media (min-width: 500px) {
  .silc-pleft--1-500 {
    padding-left: .25rem !important;
  }
}
@media (min-width: 500px) {
  .silc-pleft--2-500 {
    padding-left: .5rem !important;
  }
}
@media (min-width: 500px) {
  .silc-pleft--3-500 {
    padding-left: .75rem !important;
  }
}
@media (min-width: 500px) {
  .silc-pleft--4-500 {
    padding-left: 1rem !important;
  }
}
@media (min-width: 550px) {
  .silc-ptop--0-550 {
    padding-top: 0 !important;
  }
}
@media (min-width: 550px) {
  .silc-ptop--1-550 {
    padding-top: .25rem !important;
  }
}
@media (min-width: 550px) {
  .silc-ptop--2-550 {
    padding-top: .5rem !important;
  }
}
@media (min-width: 550px) {
  .silc-ptop--3-550 {
    padding-top: .75rem !important;
  }
}
@media (min-width: 550px) {
  .silc-ptop--4-550 {
    padding-top: 1rem !important;
  }
}
@media (min-width: 550px) {
  .silc-pright--0-550 {
    padding-right: 0 !important;
  }
}
@media (min-width: 550px) {
  .silc-pright--1-550 {
    padding-right: .25rem !important;
  }
}
@media (min-width: 550px) {
  .silc-pright--2-550 {
    padding-right: .5rem !important;
  }
}
@media (min-width: 550px) {
  .silc-pright--3-550 {
    padding-right: .75rem !important;
  }
}
@media (min-width: 550px) {
  .silc-pright--4-550 {
    padding-right: 1rem !important;
  }
}
@media (min-width: 550px) {
  .silc-pbottom--0-550 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 550px) {
  .silc-pbottom--1-550 {
    padding-bottom: .25rem !important;
  }
}
@media (min-width: 550px) {
  .silc-pbottom--2-550 {
    padding-bottom: .5rem !important;
  }
}
@media (min-width: 550px) {
  .silc-pbottom--3-550 {
    padding-bottom: .75rem !important;
  }
}
@media (min-width: 550px) {
  .silc-pbottom--4-550 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 550px) {
  .silc-pleft--0-550 {
    padding-left: 0 !important;
  }
}
@media (min-width: 550px) {
  .silc-pleft--1-550 {
    padding-left: .25rem !important;
  }
}
@media (min-width: 550px) {
  .silc-pleft--2-550 {
    padding-left: .5rem !important;
  }
}
@media (min-width: 550px) {
  .silc-pleft--3-550 {
    padding-left: .75rem !important;
  }
}
@media (min-width: 550px) {
  .silc-pleft--4-550 {
    padding-left: 1rem !important;
  }
}
@media (min-width: 600px) {
  .silc-ptop--0-600 {
    padding-top: 0 !important;
  }
}
@media (min-width: 600px) {
  .silc-ptop--1-600 {
    padding-top: .25rem !important;
  }
}
@media (min-width: 600px) {
  .silc-ptop--2-600 {
    padding-top: .5rem !important;
  }
}
@media (min-width: 600px) {
  .silc-ptop--3-600 {
    padding-top: .75rem !important;
  }
}
@media (min-width: 600px) {
  .silc-ptop--4-600 {
    padding-top: 1rem !important;
  }
}
@media (min-width: 600px) {
  .silc-pright--0-600 {
    padding-right: 0 !important;
  }
}
@media (min-width: 600px) {
  .silc-pright--1-600 {
    padding-right: .25rem !important;
  }
}
@media (min-width: 600px) {
  .silc-pright--2-600 {
    padding-right: .5rem !important;
  }
}
@media (min-width: 600px) {
  .silc-pright--3-600 {
    padding-right: .75rem !important;
  }
}
@media (min-width: 600px) {
  .silc-pright--4-600 {
    padding-right: 1rem !important;
  }
}
@media (min-width: 600px) {
  .silc-pbottom--0-600 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 600px) {
  .silc-pbottom--1-600 {
    padding-bottom: .25rem !important;
  }
}
@media (min-width: 600px) {
  .silc-pbottom--2-600 {
    padding-bottom: .5rem !important;
  }
}
@media (min-width: 600px) {
  .silc-pbottom--3-600 {
    padding-bottom: .75rem !important;
  }
}
@media (min-width: 600px) {
  .silc-pbottom--4-600 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 600px) {
  .silc-pleft--0-600 {
    padding-left: 0 !important;
  }
}
@media (min-width: 600px) {
  .silc-pleft--1-600 {
    padding-left: .25rem !important;
  }
}
@media (min-width: 600px) {
  .silc-pleft--2-600 {
    padding-left: .5rem !important;
  }
}
@media (min-width: 600px) {
  .silc-pleft--3-600 {
    padding-left: .75rem !important;
  }
}
@media (min-width: 600px) {
  .silc-pleft--4-600 {
    padding-left: 1rem !important;
  }
}
@media (min-width: 700px) {
  .silc-ptop--0-700 {
    padding-top: 0 !important;
  }
}
@media (min-width: 700px) {
  .silc-ptop--1-700 {
    padding-top: .25rem !important;
  }
}
@media (min-width: 700px) {
  .silc-ptop--2-700 {
    padding-top: .5rem !important;
  }
}
@media (min-width: 700px) {
  .silc-ptop--3-700 {
    padding-top: .75rem !important;
  }
}
@media (min-width: 700px) {
  .silc-ptop--4-700 {
    padding-top: 1rem !important;
  }
}
@media (min-width: 700px) {
  .silc-pright--0-700 {
    padding-right: 0 !important;
  }
}
@media (min-width: 700px) {
  .silc-pright--1-700 {
    padding-right: .25rem !important;
  }
}
@media (min-width: 700px) {
  .silc-pright--2-700 {
    padding-right: .5rem !important;
  }
}
@media (min-width: 700px) {
  .silc-pright--3-700 {
    padding-right: .75rem !important;
  }
}
@media (min-width: 700px) {
  .silc-pright--4-700 {
    padding-right: 1rem !important;
  }
}
@media (min-width: 700px) {
  .silc-pbottom--0-700 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 700px) {
  .silc-pbottom--1-700 {
    padding-bottom: .25rem !important;
  }
}
@media (min-width: 700px) {
  .silc-pbottom--2-700 {
    padding-bottom: .5rem !important;
  }
}
@media (min-width: 700px) {
  .silc-pbottom--3-700 {
    padding-bottom: .75rem !important;
  }
}
@media (min-width: 700px) {
  .silc-pbottom--4-700 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 700px) {
  .silc-pleft--0-700 {
    padding-left: 0 !important;
  }
}
@media (min-width: 700px) {
  .silc-pleft--1-700 {
    padding-left: .25rem !important;
  }
}
@media (min-width: 700px) {
  .silc-pleft--2-700 {
    padding-left: .5rem !important;
  }
}
@media (min-width: 700px) {
  .silc-pleft--3-700 {
    padding-left: .75rem !important;
  }
}
@media (min-width: 700px) {
  .silc-pleft--4-700 {
    padding-left: 1rem !important;
  }
}
@media (min-width: 800px) {
  .silc-ptop--0-800 {
    padding-top: 0 !important;
  }
}
@media (min-width: 800px) {
  .silc-ptop--1-800 {
    padding-top: .25rem !important;
  }
}
@media (min-width: 800px) {
  .silc-ptop--2-800 {
    padding-top: .5rem !important;
  }
}
@media (min-width: 800px) {
  .silc-ptop--3-800 {
    padding-top: .75rem !important;
  }
}
@media (min-width: 800px) {
  .silc-ptop--4-800 {
    padding-top: 1rem !important;
  }
}
@media (min-width: 800px) {
  .silc-pright--0-800 {
    padding-right: 0 !important;
  }
}
@media (min-width: 800px) {
  .silc-pright--1-800 {
    padding-right: .25rem !important;
  }
}
@media (min-width: 800px) {
  .silc-pright--2-800 {
    padding-right: .5rem !important;
  }
}
@media (min-width: 800px) {
  .silc-pright--3-800 {
    padding-right: .75rem !important;
  }
}
@media (min-width: 800px) {
  .silc-pright--4-800 {
    padding-right: 1rem !important;
  }
}
@media (min-width: 800px) {
  .silc-pbottom--0-800 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 800px) {
  .silc-pbottom--1-800 {
    padding-bottom: .25rem !important;
  }
}
@media (min-width: 800px) {
  .silc-pbottom--2-800 {
    padding-bottom: .5rem !important;
  }
}
@media (min-width: 800px) {
  .silc-pbottom--3-800 {
    padding-bottom: .75rem !important;
  }
}
@media (min-width: 800px) {
  .silc-pbottom--4-800 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 800px) {
  .silc-pleft--0-800 {
    padding-left: 0 !important;
  }
}
@media (min-width: 800px) {
  .silc-pleft--1-800 {
    padding-left: .25rem !important;
  }
}
@media (min-width: 800px) {
  .silc-pleft--2-800 {
    padding-left: .5rem !important;
  }
}
@media (min-width: 800px) {
  .silc-pleft--3-800 {
    padding-left: .75rem !important;
  }
}
@media (min-width: 800px) {
  .silc-pleft--4-800 {
    padding-left: 1rem !important;
  }
}
@media (min-width: 900px) {
  .silc-ptop--0-900 {
    padding-top: 0 !important;
  }
}
@media (min-width: 900px) {
  .silc-ptop--1-900 {
    padding-top: .25rem !important;
  }
}
@media (min-width: 900px) {
  .silc-ptop--2-900 {
    padding-top: .5rem !important;
  }
}
@media (min-width: 900px) {
  .silc-ptop--3-900 {
    padding-top: .75rem !important;
  }
}
@media (min-width: 900px) {
  .silc-ptop--4-900 {
    padding-top: 1rem !important;
  }
}
@media (min-width: 900px) {
  .silc-pright--0-900 {
    padding-right: 0 !important;
  }
}
@media (min-width: 900px) {
  .silc-pright--1-900 {
    padding-right: .25rem !important;
  }
}
@media (min-width: 900px) {
  .silc-pright--2-900 {
    padding-right: .5rem !important;
  }
}
@media (min-width: 900px) {
  .silc-pright--3-900 {
    padding-right: .75rem !important;
  }
}
@media (min-width: 900px) {
  .silc-pright--4-900 {
    padding-right: 1rem !important;
  }
}
@media (min-width: 900px) {
  .silc-pbottom--0-900 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 900px) {
  .silc-pbottom--1-900 {
    padding-bottom: .25rem !important;
  }
}
@media (min-width: 900px) {
  .silc-pbottom--2-900 {
    padding-bottom: .5rem !important;
  }
}
@media (min-width: 900px) {
  .silc-pbottom--3-900 {
    padding-bottom: .75rem !important;
  }
}
@media (min-width: 900px) {
  .silc-pbottom--4-900 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 900px) {
  .silc-pleft--0-900 {
    padding-left: 0 !important;
  }
}
@media (min-width: 900px) {
  .silc-pleft--1-900 {
    padding-left: .25rem !important;
  }
}
@media (min-width: 900px) {
  .silc-pleft--2-900 {
    padding-left: .5rem !important;
  }
}
@media (min-width: 900px) {
  .silc-pleft--3-900 {
    padding-left: .75rem !important;
  }
}
@media (min-width: 900px) {
  .silc-pleft--4-900 {
    padding-left: 1rem !important;
  }
}
@media (max-width: 999px) {
  .silc-ptop--0-999 {
    padding-top: 0 !important;
  }
}
@media (max-width: 999px) {
  .silc-ptop--1-999 {
    padding-top: .25rem !important;
  }
}
@media (max-width: 999px) {
  .silc-ptop--2-999 {
    padding-top: .5rem !important;
  }
}
@media (max-width: 999px) {
  .silc-ptop--3-999 {
    padding-top: .75rem !important;
  }
}
@media (max-width: 999px) {
  .silc-ptop--4-999 {
    padding-top: 1rem !important;
  }
}
@media (max-width: 999px) {
  .silc-pright--0-999 {
    padding-right: 0 !important;
  }
}
@media (max-width: 999px) {
  .silc-pright--1-999 {
    padding-right: .25rem !important;
  }
}
@media (max-width: 999px) {
  .silc-pright--2-999 {
    padding-right: .5rem !important;
  }
}
@media (max-width: 999px) {
  .silc-pright--3-999 {
    padding-right: .75rem !important;
  }
}
@media (max-width: 999px) {
  .silc-pright--4-999 {
    padding-right: 1rem !important;
  }
}
@media (max-width: 999px) {
  .silc-pbottom--0-999 {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 999px) {
  .silc-pbottom--1-999 {
    padding-bottom: .25rem !important;
  }
}
@media (max-width: 999px) {
  .silc-pbottom--2-999 {
    padding-bottom: .5rem !important;
  }
}
@media (max-width: 999px) {
  .silc-pbottom--3-999 {
    padding-bottom: .75rem !important;
  }
}
@media (max-width: 999px) {
  .silc-pbottom--4-999 {
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 999px) {
  .silc-pleft--0-999 {
    padding-left: 0 !important;
  }
}
@media (max-width: 999px) {
  .silc-pleft--1-999 {
    padding-left: .25rem !important;
  }
}
@media (max-width: 999px) {
  .silc-pleft--2-999 {
    padding-left: .5rem !important;
  }
}
@media (max-width: 999px) {
  .silc-pleft--3-999 {
    padding-left: .75rem !important;
  }
}
@media (max-width: 999px) {
  .silc-pleft--4-999 {
    padding-left: 1rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-ptop--0-1000 {
    padding-top: 0 !important;
  }
}
@media (min-width: 1000px) {
  .silc-ptop--1-1000 {
    padding-top: .25rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-ptop--2-1000 {
    padding-top: .5rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-ptop--3-1000 {
    padding-top: .75rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-ptop--4-1000 {
    padding-top: 1rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-pright--0-1000 {
    padding-right: 0 !important;
  }
}
@media (min-width: 1000px) {
  .silc-pright--1-1000 {
    padding-right: .25rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-pright--2-1000 {
    padding-right: .5rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-pright--3-1000 {
    padding-right: .75rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-pright--4-1000 {
    padding-right: 1rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-pbottom--0-1000 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1000px) {
  .silc-pbottom--1-1000 {
    padding-bottom: .25rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-pbottom--2-1000 {
    padding-bottom: .5rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-pbottom--3-1000 {
    padding-bottom: .75rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-pbottom--4-1000 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-pleft--0-1000 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1000px) {
  .silc-pleft--1-1000 {
    padding-left: .25rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-pleft--2-1000 {
    padding-left: .5rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-pleft--3-1000 {
    padding-left: .75rem !important;
  }
}
@media (min-width: 1000px) {
  .silc-pleft--4-1000 {
    padding-left: 1rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-ptop--0-1100 {
    padding-top: 0 !important;
  }
}
@media (min-width: 1100px) {
  .silc-ptop--1-1100 {
    padding-top: .25rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-ptop--2-1100 {
    padding-top: .5rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-ptop--3-1100 {
    padding-top: .75rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-ptop--4-1100 {
    padding-top: 1rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-pright--0-1100 {
    padding-right: 0 !important;
  }
}
@media (min-width: 1100px) {
  .silc-pright--1-1100 {
    padding-right: .25rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-pright--2-1100 {
    padding-right: .5rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-pright--3-1100 {
    padding-right: .75rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-pright--4-1100 {
    padding-right: 1rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-pbottom--0-1100 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1100px) {
  .silc-pbottom--1-1100 {
    padding-bottom: .25rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-pbottom--2-1100 {
    padding-bottom: .5rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-pbottom--3-1100 {
    padding-bottom: .75rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-pbottom--4-1100 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-pleft--0-1100 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1100px) {
  .silc-pleft--1-1100 {
    padding-left: .25rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-pleft--2-1100 {
    padding-left: .5rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-pleft--3-1100 {
    padding-left: .75rem !important;
  }
}
@media (min-width: 1100px) {
  .silc-pleft--4-1100 {
    padding-left: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-ptop--0-1200 {
    padding-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .silc-ptop--1-1200 {
    padding-top: .25rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-ptop--2-1200 {
    padding-top: .5rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-ptop--3-1200 {
    padding-top: .75rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-ptop--4-1200 {
    padding-top: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-pright--0-1200 {
    padding-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .silc-pright--1-1200 {
    padding-right: .25rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-pright--2-1200 {
    padding-right: .5rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-pright--3-1200 {
    padding-right: .75rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-pright--4-1200 {
    padding-right: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-pbottom--0-1200 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .silc-pbottom--1-1200 {
    padding-bottom: .25rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-pbottom--2-1200 {
    padding-bottom: .5rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-pbottom--3-1200 {
    padding-bottom: .75rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-pbottom--4-1200 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-pleft--0-1200 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .silc-pleft--1-1200 {
    padding-left: .25rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-pleft--2-1200 {
    padding-left: .5rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-pleft--3-1200 {
    padding-left: .75rem !important;
  }
}
@media (min-width: 1200px) {
  .silc-pleft--4-1200 {
    padding-left: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-ptop--0-1400 {
    padding-top: 0 !important;
  }
}
@media (min-width: 1400px) {
  .silc-ptop--1-1400 {
    padding-top: .25rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-ptop--2-1400 {
    padding-top: .5rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-ptop--3-1400 {
    padding-top: .75rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-ptop--4-1400 {
    padding-top: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-pright--0-1400 {
    padding-right: 0 !important;
  }
}
@media (min-width: 1400px) {
  .silc-pright--1-1400 {
    padding-right: .25rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-pright--2-1400 {
    padding-right: .5rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-pright--3-1400 {
    padding-right: .75rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-pright--4-1400 {
    padding-right: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-pbottom--0-1400 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1400px) {
  .silc-pbottom--1-1400 {
    padding-bottom: .25rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-pbottom--2-1400 {
    padding-bottom: .5rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-pbottom--3-1400 {
    padding-bottom: .75rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-pbottom--4-1400 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-pleft--0-1400 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1400px) {
  .silc-pleft--1-1400 {
    padding-left: .25rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-pleft--2-1400 {
    padding-left: .5rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-pleft--3-1400 {
    padding-left: .75rem !important;
  }
}
@media (min-width: 1400px) {
  .silc-pleft--4-1400 {
    padding-left: 1rem !important;
  }
}
/* Fonts
   ========================================================================== */
/* Colors
	========================================================================== */
/* Base
   ========================================================================== */
.search-wrap__form-wrap .form-item-search-api-fulltext label,
.visible-for-screen-readers,
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

body {
  background-color: #ffffff;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

#views-exposed-form-site-search-page-1 {
  background-color: #ffd200;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 1.25rem;
}
@media (min-width: 600px) {
  #views-exposed-form-site-search-page-1 {
    flex-direction: row;
    padding: 0.4375rem;
  }
}
#views-exposed-form-site-search-page-1 .form-item-keys {
  width: 100%;
  padding-right: 0.625rem;
}
#views-exposed-form-site-search-page-1 .form-item-keys label {
  display: none;
}
#views-exposed-form-site-search-page-1 .form-item-keys input {
  padding: 0.9375rem 0.9375rem 1rem 0.9375rem;
  margin-bottom: 1.25rem;
  font-size: inherit;
  font-family: "Source Sans Pro", sans-serif;
  border: none;
  width: 100%;
  background: #fff;
}
@media (min-width: 600px) {
  #views-exposed-form-site-search-page-1 .form-item-keys input {
    flex: 1;
    margin: 0rem 0.4375rem 0rem 0rem;
  }
}
#views-exposed-form-site-search-page-1 .form-item-keys input:active, #views-exposed-form-site-search-page-1 .form-item-keys input:focus {
  outline: 2px solid #5897fb;
}
#views-exposed-form-site-search-page-1 .form-submit {
  padding: 0.8125rem;
  margin-bottom: 0;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
  background: #ffffff;
  border-color: #e21833;
  color: #000000;
}
#views-exposed-form-site-search-page-1 .form-submit:hover {
  background: #e21833;
  color: #ffffff;
}

.old-search-form {
  font-family: "Source Sans Pro", sans-serif;
}
.old-search-form .search-help-link {
  display: none;
}
.old-search-form .form-wrapper {
  background-color: #ffd200;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  font-family: "Source Sans Pro", sans-serif;
}
@media (min-width: 600px) {
  .old-search-form .form-wrapper {
    flex-direction: row;
    padding: 0.4375rem;
  }
}
.old-search-form .search-advanced {
  display: none;
}
.old-search-form .form-item-keys {
  width: 100%;
  padding-right: 0.625rem;
}
.old-search-form .form-item-keys label {
  display: none;
}
.old-search-form input.form-search {
  padding: 0.9375rem 0.9375rem 1rem 0.9375rem;
  margin-bottom: 1.25rem;
  font-size: inherit;
  font-family: "Source Sans Pro", sans-serif;
  border: none;
  width: 100%;
}
@media (min-width: 600px) {
  .old-search-form input.form-search {
    flex: 1;
    margin-right: 0.4375rem;
    margin-bottom: 0;
  }
}
.old-search-form input.form-search:active, .old-search-form input.form-search:focus {
  outline: 2px solid #5897fb;
}
.old-search-form .button {
  padding: 0.625rem;
  margin-bottom: 0;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
}

h1:not(.post-header__title):first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
  margin-top: 0;
}
h1:not(.post-header__title):last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1,
.h1 {
  color: #000000;
  font-style: italic;
  font-weight: 600;
  font-size: 2.125rem;
  line-height: 1.2352941176;
  letter-spacing: 0.0376470588em;
}
@media (min-width: 800px) {
  h1,
  .h1 {
    font-size: 2.875rem;
    line-height: 3.625rem;
  }
}

h2,
.h2 {
  color: #000000;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.0378571429em;
  line-height: 1.2857142857;
}
@media (min-width: 800px) {
  h2,
  .h2 {
    font-size: 2.125rem;
  }
}

h3,
.h3,
.subheading--section {
  color: #000000;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: normal;
  line-height: 1.2916666667;
}
@media (min-width: 800px) {
  h3,
  .h3,
  .subheading--section {
    font-size: 2rem;
  }
}

h4,
.h4 {
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.4375rem;
  letter-spacing: 0.14em;
}
@media (min-width: 800px) {
  h4,
  .h4 {
    font-size: 1.625rem;
    line-height: 2rem;
    letter-spacing: 1.4px;
  }
}

h5,
.h5 {
  color: #000000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.0375em;
  margin-bottom: 0.9375rem;
}
@media (min-width: 800px) {
  h5,
  .h5 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    letter-spacing: 1.13px;
  }
}

h6,
.h6 {
  color: #000000;
  font-weight: 900;
  font-style: italic;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0px;
}
@media (min-width: 800px) {
  h6,
  .h6 {
    font-size: 1.25rem;
    line-height: 1.375rem;
    letter-spacing: 0px;
  }
}

.subheading--section {
  font-style: normal;
  margin: 2rem 0 1.5rem;
}
@media (min-width: 800px) {
  .subheading--section {
    margin: 3rem 0 2rem;
  }
}

.widget-subheading,
.taxonomy-callout__title,
.news-events-callout__subheading {
  color: #000000;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.0434615385em;
  line-height: 1.4615384615;
  margin: 0 0 0.625rem;
}

.external-link {
  display: inline-block;
  padding-bottom: 0.125rem;
  line-height: 1.5;
  margin-right: 2rem;
  position: relative;
}
.external-link:before {
  content: "";
  background-image: url(../img/external-link-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  height: 1.1875em;
  width: 1.1875em;
  position: absolute;
  right: 0;
  bottom: 0.25em;
  transform: translateX(1.75em);
}

.back-to-parent-link {
  align-items: center;
  border-bottom: 0.0625rem solid #e3e0e0;
  color: #000000;
  display: flex;
  font-size: 1.1875rem;
  font-weight: 600;
  margin: 0 -1.25rem;
  padding: 0.625rem 0.9375rem;
  transition: 0.3s color ease-out;
}
@media (min-width: 800px) {
  .back-to-parent-link {
    margin: 0 -1.25rem;
  }
}
@media (min-width: 1000px) {
  .back-to-parent-link {
    background-color: #f9f9f9;
    border-top: 0.0625rem solid #e3e0e0;
    box-shadow: none;
    margin: 0;
    padding: 1.625rem 1.25rem;
  }
}
.back-to-parent-link:hover, .back-to-parent-link:focus {
  color: #e21833;
  text-decoration: none;
}
.back-to-parent-link:hover:before, .back-to-parent-link:focus:before {
  color: #e21833;
}
.back-to-parent-link:before {
  content: "\e901";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 600;
  transition: 0.3s color ease-out;
}

.home .section.section--padded {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 800px) {
  .home .section.section--padded {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1100px) {
  .home .section.section--padded {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.layout-container,
.content-wrapper {
  overflow: hidden;
}

.box--accented {
  overflow: hidden;
  padding: 3.5rem 2rem 2.25rem;
  position: relative;
}
.box--accented:before {
  content: "";
  background-image: linear-gradient(46deg, #ef6a1d 0%, #e21833 100%);
  display: block;
  height: 3.125rem;
  width: 3.125rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.box__heading {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.015625em;
  line-height: 1.1875;
  margin: 0 0 0.875rem;
}
@media (min-width: 800px) {
  .box__heading {
    font-size: 2rem;
  }
}

.highlight-section {
  padding-left: 5.25rem;
}
.highlight-section:not(:last-child) {
  margin-bottom: 2.625rem;
}

.highlight-section__heading {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.32;
  margin: 0 0 0.75rem;
  padding-top: 0.625rem;
  position: relative;
}
@media (min-width: 800px) {
  .highlight-section__heading {
    font-size: 1.5625rem;
  }
}

.highlight-section__heading-icon {
  align-items: center;
  background-color: #ffd200;
  background: #ffd200;
  border: 0.0625rem solid #d5d7da;
  box-shadow: 0.125rem 0.1875rem 1.9375rem -0.1875rem rgba(55, 74, 74, 0.28);
  border-radius: 50%;
  display: flex;
  height: 3.75rem;
  width: 3.75rem;
  justify-content: center;
  position: absolute;
  top: 0;
  left: -5.25rem;
}

.highlight-section__feature {
  background-color: #ffffff;
  margin: 1rem 0 1.5rem;
  padding: 1.25rem 1.5rem;
}
.highlight-section__feature a {
  color: #000000;
  font-size: 1rem;
  transition: 0.3s color ease-in-out;
}
@media (min-width: 800px) {
  .highlight-section__feature a {
    font-size: 1.125rem;
  }
}
.highlight-section__feature a:hover, .highlight-section__feature a:focus {
  color: #e21833;
}

.highlight-section__feature-heading {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1071428571em;
  line-height: 1.1428571429;
  margin: 0 0 0.625rem;
  padding: 0;
  text-transform: uppercase;
}

input[type=checkbox] {
  cursor: pointer;
}

.bef-exposed-form fieldset {
  margin: 3.125rem 0;
}

.bef-exposed-form fieldset legend {
  float: left;
  font-size: 1.125rem;
  font-weight: 900;
  margin-right: 0.75rem;
}

.bef-exposed-form fieldset .form-radios {
  display: flex;
}

.bef-exposed-form fieldset label {
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.125rem;
}

/* Sorting options */
.bef-exposed-form fieldset .form-item-sort-by label {
  padding: 0.5rem 1.125rem;
  margin-right: 0.125rem;
  background: #e3e0e0;
  font-weight: 900;
}

.bef-exposed-form [type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.bef-exposed-form [type=radio]:checked + label {
  background-color: #e21833;
  color: #fff;
}

.search-view-wrap {
  position: relative;
}

.search-wrap {
  font-family: "Source Sans Pro", sans-serif;
  padding-bottom: 1rem;
  position: static;
}
@media (min-width: 1000px) {
  .search-wrap {
    border-bottom: 0.0625rem solid #dcdcdc;
  }
}

.search-wrap__inner {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1000px) {
  .search-wrap__inner {
    display: block;
  }
}

.search-wrap__form-wrap {
  background-color: #ffd200;
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  font-family: "Source Sans Pro", sans-serif;
  padding: 0.3125rem;
  margin-bottom: 1rem;
}
@media (min-width: 600px) {
  .search-wrap__form-wrap {
    flex-direction: row;
    padding: 0.4375rem;
  }
}
@media (min-width: 1000px) {
  .search-wrap__form-wrap {
    margin-bottom: 0;
  }
}
.search-wrap__form-wrap .form-item-search-api-fulltext {
  padding-right: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .search-wrap__form-wrap .form-item-search-api-fulltext {
    padding-right: 0.3125rem;
  }
}
.search-wrap__form-wrap .form-item-search-api-fulltext .form-text {
  background-color: #ffffff;
  padding: 0.625rem 0.875rem 0.6875rem;
  margin-bottom: 0.625rem;
  font-size: inherit;
  font-family: "Source Sans Pro", sans-serif;
  border: none;
  width: 100%;
  margin-top: 0;
}
@media (min-width: 600px) {
  .search-wrap__form-wrap .form-item-search-api-fulltext .form-text {
    flex: 1;
    margin-right: 0.4375rem;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.search-wrap__form-wrap .form-item-search-api-fulltext .form-text:active, .search-wrap__form-wrap .form-item-search-api-fulltext .form-text:focus {
  outline: 2px solid #5897fb;
}
.search-wrap__form-wrap .button {
  padding: 0.4375rem 0.625rem 0.5rem;
  margin-bottom: 0;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
  background-color: #ffffff;
  color: #000000;
  border-color: #e21833;
  opacity: 1;
  width: 100%;
}
.search-wrap__form-wrap .button:hover {
  background-color: #e21833;
  border-color: #e21833;
  color: #ffffff;
}
.search-wrap__form-wrap:not(:last-child) {
  margin-bottom: 1.75rem;
}

.search-form:not(:last-child) {
  margin-bottom: 1.75rem;
}
.search-form .form-wrapper {
  padding: 0.3125rem;
}
.search-form input.form-search {
  padding: 0.625rem 0.875rem 0.6875rem;
}
.search-form .button {
  padding: 0.4375rem 0.625rem 0.5rem;
}

@media (min-width: 1000px) {
  .search-wrap__filters {
    padding-left: 2.5rem;
    position: absolute;
    top: 0;
    right: 0;
    width: 33.333%;
  }
}
.search-wrap__filters .fieldgroup {
  border-bottom: 0.125rem solid #e21833;
  margin: 0 0 2rem;
  padding: 0 0 1.25rem;
}
@media (min-width: 1000px) {
  .search-wrap__filters .fieldgroup {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1000px) {
  .search-wrap__filters .fieldgroup:last-child {
    margin-bottom: 0;
  }
}
.search-wrap__filters .fieldgroup legend {
  margin: 0 0 1.25rem;
  width: 100%;
}
@media (min-width: 1000px) {
  .search-wrap__filters .fieldgroup legend {
    border-top: 0.125rem solid #e21833;
    padding-top: 1.25rem;
  }
}
.search-wrap__filters .fieldgroup legend span {
  font-size: 1.375rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.0136363636em;
  line-height: 1.2727272727 !important;
  padding-top: 0;
}
@media (min-width: 1000px) {
  .search-wrap__filters .fieldgroup legend span {
    padding-top: 0.625rem;
  }
}
.search-wrap__filters .fieldgroup .form-type-checkbox:not(:last-child) {
  margin-bottom: 0.75rem;
}

.search-results-count.caption {
  margin: 0;
}
.search-results .search-results-count.caption:first-child {
  margin: 0 0 1.5rem;
}
@media (min-width: 1000px) {
  .search-results .search-results-count.caption:first-child {
    margin: 1.5rem 0;
  }
}

#masquerade-block-form {
  margin: 1.25rem 0;
}
#masquerade-block-form .container-inline {
  display: flex;
}
#masquerade-block-form .form-item {
  margin-right: 0.625rem;
}
#masquerade-block-form input {
  margin: 0;
  height: 3.125rem;
}

/* ==========================================================================
   Button
   ========================================================================== */
/* ==========================================================================
   Card
   ========================================================================== */
/* ==========================================================================
   Hero
   ========================================================================== */
.silc-accordion__label {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  width: 100%;
}

.silc-accordion--inner .silc-accordion__label {
  text-align: left;
}

.alert {
  background-color: #ffffff;
  border: 0.375rem solid #ffd200;
  border-left-width: 1.125rem;
  box-shadow: 0.125rem 0.5625rem 1.9375rem -0.1875rem rgba(55, 74, 74, 0.28);
  padding: 1.5rem;
}
@media (min-width: 800px) {
  .alert {
    border-left-width: 1.875rem;
  }
}

.alert__title {
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.0434615385em;
  line-height: 1.2692307692;
  margin: 0 0 0.5rem;
}

.announcement {
  background-color: #ffffff;
  border: 0.0625rem solid #d5d7da;
  box-shadow: 0.125rem 0.1875rem 1rem -0.125rem rgba(68, 125, 124, 0.2);
  overflow: hidden;
  padding: 1.875rem;
  position: relative;
}
@media (min-width: 700px) {
  .announcement {
    align-items: flex-start;
    display: flex;
  }
}
.announcement:before {
  content: "";
  background-image: linear-gradient(46deg, #ef6a1d 0%, #e21833 100%);
  display: block;
  height: 3rem;
  width: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.announcement__image {
  margin-bottom: 1.5rem;
  position: relative;
}
@media (min-width: 700px) {
  .announcement__image {
    flex: 0 1 auto;
    margin-bottom: 0;
    min-width: 15.625rem;
    width: 27%;
  }
}
.announcement__image:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.announcement__image img {
  display: block;
  height: 100%;
  width: 100%;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 700px) {
  .announcement__content {
    flex: 1 1 0px;
    padding-left: 1.75rem;
  }
}

.announcement__heading {
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.0064em;
  line-height: 1.28;
  margin: 0 0 0.625rem;
}

.announcement__body {
  margin-bottom: 0.75rem;
}

.article-hero {
  border-bottom: 0.0625rem solid #e3e0e0;
  margin-bottom: 1.875rem;
  padding-bottom: 2.25rem;
}

.article-hero__image {
  margin: 0 0 1.5rem;
  position: relative;
}
.article-hero__image:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.article-hero__image img {
  display: block;
  height: 100%;
  width: 100%;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.article-hero__caption {
  margin: 0rem 0rem 0.625rem;
}

.article-hero__date {
  margin: 0 0 0.375rem;
}

.article-hero__authors {
  margin: 0 0 1.5rem;
}

.article-related {
  border-top: 0.0625rem solid #e3e0e0;
  padding-top: 2.5rem;
}
@media (min-width: 1000px) {
  .article-related {
    border-top: none;
    margin-top: 2.5rem;
    padding: 0 1.25rem;
  }
}
.article-related a:not(.tag-list__link) {
  text-decoration: underline;
}

.article-related__subheading {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.1428571429;
  margin: 0 0 0.625rem;
  text-transform: uppercase;
}

.article-related__taxonomy-terms:not(:last-child) {
  border-bottom: 0.0625rem solid #e3e0e0;
  margin-bottom: 1.75rem;
  padding-bottom: 1.75rem;
}

.article-related__programs-list li {
  margin-bottom: 0.9375rem;
}
.article-related__programs-list li:last-child {
  margin-bottom: 0;
}

.search-visible {
  position: relative;
}
.search-visible:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.75);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.autocomplete-search-root {
  margin-left: 0.75rem;
  width: 11.5625rem;
  z-index: 100;
}
@media (min-width: 375px) {
  .autocomplete-search-root {
    margin-left: 0;
  }
}
@media (min-width: 480px) {
  .autocomplete-search-root {
    width: 18.75rem;
  }
}
@media (min-width: 1000px) {
  .autocomplete-search-root {
    flex: 0 0 auto;
    margin-left: 1.25rem;
    width: 23.125rem;
  }
}

.autocomplete-search {
  position: relative;
  z-index: 101;
}

.autocomplete-search__wrap {
  height: 2.875rem;
  position: relative;
  width: 100%;
  z-index: 2;
}

.autocomplete-search__form {
  border: 0.125rem solid #000000;
  border-radius: 0.4375rem;
  display: flex;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 100%;
}
.autocomplete-search__form:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 999px) {
  .search-visible .autocomplete-search__form {
    width: calc(100vw - 6.5rem);
  }
}

.autocomplete-search__input {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  color: #171717;
  font-size: 1rem;
  line-height: 1.5;
  height: 2.625rem;
  padding: 0 0.75rem;
  outline: none;
  width: 100%;
}
.autocomplete-search__input::-moz-placeholder {
  color: #171717;
  opacity: 1;
}
.autocomplete-search__input:-ms-input-placeholder {
  color: #171717;
  opacity: 1;
}
.autocomplete-search__input::placeholder {
  color: #171717;
  opacity: 1;
}

.autocomplete-search__clear {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  height: 2.625rem;
  width: 2.625rem;
  justify-content: center;
  padding: 0;
}
.autocomplete-search__clear svg {
  pointer-events: none;
}

.autocomplete-search__submit {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffd200;
  border: none;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  height: 2.625rem;
  width: 2.625rem;
  justify-content: center;
  padding: 0;
  transition: 0.3s background-color ease-in-out;
}
.autocomplete-search__submit svg {
  fill: #000000;
  pointer-events: none;
  transition: 0.3s fill ease-in-out;
}
.autocomplete-search__submit:hover, .user-tabbing .autocomplete-search__submit:focus {
  background-color: #e21833;
}
.autocomplete-search__submit:hover svg, .user-tabbing .autocomplete-search__submit:focus svg {
  fill: #ffffff;
}

.autocomplete-search__results {
  background-color: #ffffff;
  border: 0.125rem solid #000000;
  border-top: none;
  border-bottom-right-radius: 0.4375rem;
  border-bottom-left-radius: 0.4375rem;
  overflow: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
}
@media (max-width: 999px) {
  .autocomplete-search__results {
    width: calc(100vw - 6.5rem);
  }
}
.autocomplete-search__results a {
  display: block;
}

.autocomplete-search__results-scroller {
  max-height: 10.625rem;
  overflow-y: auto;
}
@media (min-width: 480px) {
  .autocomplete-search__results-scroller {
    max-height: 16.875rem;
  }
}
@media (min-width: 1200px) {
  .autocomplete-search__results-scroller {
    max-height: 22.5rem;
  }
}

.autocomplete-search__results-list {
  display: block;
  overflow: hidden;
}
.autocomplete-search__results-list li:not(:last-child) {
  border-bottom: 0.0625rem solid #e9e9e9;
}
.autocomplete-search__results-list a {
  color: #000000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  padding: 0.90625rem 0.71875rem;
  transition: 0.25s background-color ease-in-out;
}
.autocomplete-search__results-list a:hover, .autocomplete-search__results-list a:focus {
  background-color: #ffd200;
  text-decoration: none;
}
.autocomplete-search__results-list a span {
  color: #676767;
  font-size: 0.875rem;
  margin-left: 0.25rem;
}
.autocomplete-search__results-list a span span {
  margin-left: 0rem;
}
.autocomplete-search__results-list a span span:before {
  position: relative;
  top: 0.125rem;
}

.autocomplete-search__all-results-link {
  background-color: #ffffff;
  box-shadow: 0 -0.125rem 0.75rem 0 rgba(0, 0, 0, 0.22);
  color: #000000;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.8125rem 2.5rem 0.6875rem;
  position: relative;
  transition: 0.25s background-color ease-in-out;
}
.autocomplete-search__all-results-link:hover, .autocomplete-search__all-results-link:focus {
  background-color: #ffd200;
  text-decoration: none;
}
.autocomplete-search__all-results-link:hover:before, .autocomplete-search__all-results-link:focus:before {
  opacity: 1;
}
.autocomplete-search__all-results-link span {
  font-weight: 600;
}
.autocomplete-search__all-results-link:before {
  content: "";
  background-image: url(../img/search-icon-black.svg);
  background-size: 100% 100%;
  display: block;
  height: 0.875rem;
  width: 0.875rem;
  opacity: 0.333;
  position: absolute;
  top: 52.5%;
  left: 0.875rem;
  transform: translateY(-50%);
  transition: 0.25s opacity ease-in-out;
}
.autocomplete-search__all-results-link:after {
  content: "";
  background-image: url(../img/black-chevron-right.svg);
  background-size: 100% 100%;
  display: block;
  height: 0.8125rem;
  width: 0.46875rem;
  position: absolute;
  top: 50%;
  right: 0.875rem;
  transform: translateY(-50%);
}

.blog-callout {
  background-color: #f9f9f9;
  border: 0.0625rem solid #d5d5d5;
  padding: 1.5rem 1.875rem 2.25rem;
}
@media (min-width: 800px) {
  .blog-callout {
    padding: 2.5rem 3rem 3.5rem;
  }
}
.blog-callout .silc-grid {
  margin-left: -2.8125rem;
}
.blog-callout .silc-grid__col {
  padding-left: 2.8125rem;
}
@media (min-width: 1000px) {
  .blog-callout .silc-grid__col {
    margin-bottom: 0;
  }
}

.blog-callout__name {
  align-items: center;
  display: flex;
}

.blog-callout__name-logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  flex: 0 0 auto;
  height: 3.5rem;
  width: 3.5rem;
  margin-right: 0.625rem;
}
@media (min-width: 800px) {
  .blog-callout__name-logo {
    height: 3.75rem;
    width: 3.75rem;
  }
}

.blog-callout__description:not(:last-child) {
  margin-bottom: 1.5rem;
}

.blog-callout__feed-item:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media (min-width: 800px) {
  .breadcrumb:not(:first-child) {
    margin-top: 0.625rem;
  }
}
.breadcrumb__items {
  flex-wrap: wrap;
}
.breadcrumb__item {
  white-space: nowrap;
}
.breadcrumb__item a {
  color: inherit;
}
.breadcrumb__item--active a {
  pointer-events: none;
}

.card {
  background-color: #ffffff;
  border: 0.0625rem solid #d5d7da;
  box-shadow: 0.125rem 0.1875rem 1rem -0.125rem rgba(68, 125, 124, 0.2);
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  width: 100%;
  padding: 1.5rem 1.5rem;
  position: relative;
}
.card.card--clickable {
  cursor: pointer;
  transition: 0.3s border-color ease-in-out, 0.3s box-shadow ease-in-out;
}
.card.card--clickable:hover {
  border-color: #e21833;
  box-shadow: 0.125rem 0.1875rem 1.9375rem -0.1875rem rgba(55, 74, 74, 0.28);
}
.card.card--clickable:hover .card__title,
.card.card--clickable:hover .card__date,
.card.card--clickable:hover .card__body,
.card.card--clickable:hover .card__title span {
  color: #e21833;
}
.card.card--clickable:hover .card__image-sizer img {
  transform: scale(1.05);
}
.card.card--clickable a {
  color: #000000;
}
.card.card--clickable a:hover {
  text-decoration: none;
}
.card.card--clickable[focus-within] {
  border-color: #e21833;
  box-shadow: 0.125rem 0.1875rem 1.9375rem -0.1875rem rgba(55, 74, 74, 0.28);
}
.card.card--clickable:focus-within {
  border-color: #e21833;
  box-shadow: 0.125rem 0.1875rem 1.9375rem -0.1875rem rgba(55, 74, 74, 0.28);
}
.card.card--clickable[focus-within] .card__title,
.card.card--clickable[focus-within] .card__date,
.card.card--clickable[focus-within] .card__body {
  color: #e21833;
}
.card.card--clickable:focus-within .card__title,
.card.card--clickable:focus-within .card__date,
.card.card--clickable:focus-within .card__body {
  color: #e21833;
}
.card.card--clickable[focus-within] .card__image-sizer img {
  transform: scale(1.05);
}
.card.card--clickable:focus-within .card__image-sizer img {
  transform: scale(1.05);
}
.card.card--clickable.card--featured:hover .card__image:after {
  background-color: #e21833;
  color: #ffffff;
}
.card.card--clickable.card--featured[focus-within] .card__image:after {
  background-color: #e21833;
  color: #ffffff;
}
.card.card--clickable.card--featured:focus-within .card__image:after {
  background-color: #e21833;
  color: #ffffff;
}
.card.card--clickable.card--program:hover {
  border-color: #d5d7da;
}
.card.card--clickable.card--program[focus-within] {
  border-color: #d5d7da;
}
.card.card--clickable.card--program:focus-within {
  border-color: #d5d7da;
}
.card.card--minimal {
  flex-direction: column;
  padding: 1.25rem 3rem 1.25rem 1.5rem;
  position: relative;
}
.card.card--minimal:before {
  content: "";
  background-image: url(../img/resource-card-chevron.svg);
  background-size: cover;
  display: block;
  height: 1rem;
  width: 0.5625rem;
  pointer-events: none;
  position: absolute;
  right: 0.9375rem;
  bottom: 0.9375rem;
}
.card.card--feed {
  margin-bottom: 1.875rem;
}
@media (min-width: 600px) {
  .card.card--feed {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 800px) {
  .card.card--feed {
    margin-bottom: 2.25rem;
  }
}
.card.card--feed + .page-navigation {
  margin-top: 4.375rem;
}
.card.card--sticky:after {
  content: "Featured";
  background-color: #ffd200;
  right: 0;
  top: 0;
  font-size: 0.875rem;
  letter-spacing: 1px;
  padding: 0.25rem 0.75rem;
  font-weight: bold;
  position: absolute;
  text-transform: uppercase;
}
@media (min-width: 500px) {
  .card-group__item .card:not(.card--minimal) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 900px) {
  .card-group__item .card:not(.card--minimal) {
    flex-direction: column-reverse;
  }
}
@media (min-width: 800px) {
  .l-two-column--main .card-group__item .card:not(.card--minimal) {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1000px) {
  .l-two-column--main .card-group__item .card:not(.card--minimal) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .l-two-column--main .card-group__item .card:not(.card--minimal) {
    flex-direction: column-reverse;
  }
}

.card__image {
  flex: 0 0 auto;
  margin-bottom: 0.875rem;
  position: relative;
}
.card--featured .card__image:after {
  content: "Featured";
  background-color: #ffd200;
  color: #000000;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1071428571em;
  padding: 0.3125rem 0.625rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  text-transform: uppercase;
  transform: translate(-50%, 50%);
}
.card--clickable.card--featured .card__image:after {
  transition: 0.3s background-color ease-in-out, 0.3s color ease-in-out;
}
.card--program .card__image {
  margin-bottom: 1.5rem;
}
@media (min-width: 600px) {
  .card--feed .card__image {
    align-self: flex-start;
    margin-left: 1.5rem;
    width: 10rem;
  }
}
@media (min-width: 800px) {
  .card--feed .card__image {
    width: 14rem;
  }
}
@media (min-width: 500px) {
  .card-group__item .card__image {
    margin: 0 1.5rem 0 0;
    width: 37%;
  }
}
@media (min-width: 900px) {
  .card-group__item .card__image {
    margin: 0 0 0.875rem;
    width: 100%;
  }
}
@media (min-width: 800px) {
  .l-two-column--main .card-group__item .card__image {
    margin: 0 0 0.875rem;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .l-two-column--main .card-group__item .card__image {
    margin: 0 1.5rem 0 0;
    width: 11.875rem;
  }
}
@media (min-width: 1200px) {
  .l-two-column--main .card-group__item .card__image {
    margin: 0 0 0.875rem;
    width: 100%;
  }
}

.card__image-sizer {
  overflow: hidden;
  position: relative;
}
.card__image-sizer:before {
  content: "";
  display: block;
  padding-top: 63%;
}
.card__image-sizer img {
  backface-visibility: hidden;
  display: block;
  height: 100%;
  width: 100%;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.card--clickable .card__image-sizer img {
  transition: 0.3s transform ease-in-out;
}
.card--feed .card__image-sizer:before {
  padding-top: 56.25%;
}

.card__content {
  margin-bottom: auto;
  width: 100%;
}
.card--program .card__content {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex: 1 1 0px;
  justify-content: center;
}
.card--minimal .card__content {
  align-items: center;
  display: flex;
  height: 100%;
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .card-group__item .card__content {
    margin-top: auto;
  }
}
@media (min-width: 1200px) {
  .card-group__item .card__content {
    margin-top: 0;
  }
}

.card__title {
  color: #000000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.006em;
  line-height: 1.3;
  margin-bottom: 0.3125rem;
}
.card__title a {
  color: inherit;
}
.card__title a:hover, .card__title a:focus {
  text-decoration: none;
}
.card--clickable .card__title {
  transition: 0.2s color ease-in-out;
}
.card--program .card__title {
  padding: 0.875rem 0;
  text-align: center;
}
.card--minimal .card__title {
  flex: 1 1 0px;
  padding: 0;
}
.card--minimal .card__title:first-child {
  align-self: flex-start;
}
.card--feed .card__title {
  margin-bottom: 0.625rem;
}
@media (min-width: 800px) {
  .card--feed .card__title {
    font-size: 1.625rem;
  }
}

.card--clickable .card__date {
  transition: 0.2s color ease-in-out;
}
.card--minimal .card__date {
  font-size: 1.1875rem;
  font-style: italic;
  font-weight: 600;
  flex: 0 0 auto;
  letter-spacing: 0.0526315789em;
  line-height: 1.1052631579;
  margin-right: 1.875rem;
  text-align: center;
}
.card--minimal .card__date span {
  display: block;
}
.card--feed .card__date {
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2857142857;
  margin-bottom: 0.4375rem;
}

.card__body {
  font-size: 1rem;
  line-height: 1.5;
}
.card--clickable .card__body {
  transition: 0.2s color ease-in-out;
}

.card-group__list {
  margin: 0 0 -1.875rem -1.875rem;
}
@media (min-width: 600px) {
  .card-group__list {
    display: flex;
    flex-wrap: wrap;
  }
}

.card-group__item {
  margin-bottom: 1.875rem;
  padding-left: 1.875rem;
  width: 100%;
}
@media (min-width: 900px) {
  .card-group__item {
    flex: 0 1 auto;
    width: 33.333%;
  }
}
@media (min-width: 800px) {
  .card-group__item:first-child:nth-last-child(2), .card-group__item:last-child:nth-child(2) {
    width: 50%;
  }
}
@media (min-width: 800px) {
  .l-two-column--main .card-group__item {
    flex: 0 1 auto;
    width: 33.333%;
  }
}
@media (min-width: 1000px) {
  .l-two-column--main .card-group__item {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .l-two-column--main .card-group__item {
    width: 33.333%;
  }
}
@media (min-width: 800px) {
  .l-two-column--main .card-group__item:first-child:nth-last-child(2), .l-two-column--main .card-group__item:last-child:nth-child(2) {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .l-two-column--main .card-group__item:first-child:nth-last-child(2), .l-two-column--main .card-group__item:last-child:nth-child(2) {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .l-two-column--main .card-group__item:first-child:nth-last-child(2), .l-two-column--main .card-group__item:last-child:nth-child(2) {
    width: 50%;
  }
}

.divider {
  background-color: #d5d5d5;
  height: 0.0625rem;
  margin: 1.5rem auto;
  position: relative;
}
.divider--explore:before {
  content: "";
  background-color: #ffffff;
  background-image: url(../img/divider-explore-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: block;
  height: 3rem;
  width: 6.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.featured-image .featured-image__media img {
  display: block;
  height: auto;
}

.funding-statement {
  border-top: 1px solid #d5d5d5;
  padding-top: 1.75rem;
  margin-top: 5px;
  display: flex;
}
.funding-statement__image {
  padding-right: 1.875rem;
}
.funding-statement__image img {
  width: 20rem;
}
.funding-statement__content p {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5rem;
}

.footer-contact-cta {
  background-image: linear-gradient(180deg, #f6f4f4 0%, #fcfcfc 100%);
  overflow: hidden;
  position: relative;
}
.footer-contact-cta:before {
  content: "";
  background-image: linear-gradient(46deg, #ef6a1d 0%, #e21833 100%);
  display: block;
  height: 3.75rem;
  width: 3.75rem;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%) rotate(-45deg);
  transform-origin: center;
}
@media (min-width: 800px) {
  .footer-contact-cta:before {
    height: 5.3125rem;
    width: 5.3125rem;
  }
}
.footer-contact-cta p {
  font-size: 1rem;
  line-height: 1.5;
}
.footer-contact-cta a {
  text-decoration: underline;
}
.page-content + .footer-contact-cta {
  margin-top: 2.5rem;
}
@media (min-width: 800px) {
  .page-content + .footer-contact-cta {
    margin-top: 0;
  }
}

.footer-contact-cta__title {
  font-size: 2.25rem;
}
@media (min-width: 800px) {
  .footer-contact-cta__title {
    font-size: 2.875rem;
  }
}
.footer-contact-cta__title:last-child {
  margin-bottom: 1rem;
}
.footer-contact-cta__title p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.footer-contact-cta__inner {
  margin: 0 auto;
  max-width: 87.5rem;
  padding: 1.25rem 1.25rem 1.5rem;
  position: relative;
}
@media (min-width: 800px) {
  .footer-contact-cta__inner {
    padding: 2.25rem 5rem 2.5rem;
  }
}

.footer-contact-cta__directions {
  margin: 0.75rem 0;
}

.footer-contact-cta__social {
  display: flex;
  flex-wrap: wrap;
  margin: 1.5rem 0 -0.625rem;
}
.footer-contact-cta__social li {
  flex: 0 0 auto;
  margin: 0 1rem 0.625rem 0;
}
.footer-contact-cta__social a {
  align-items: center;
  backface-visibility: hidden;
  border: 0.0625rem solid #e21833;
  border-radius: 50%;
  display: flex;
  height: 2.0625rem;
  width: 2.0625rem;
  justify-content: center;
  transition: 0.2s ease-out;
}
.footer-contact-cta__social a:hover, .footer-contact-cta__social a:focus {
  animation: flip 0.3s ease-in-out forwards;
  perspective: 1000px;
}
.footer-contact-cta__social svg {
  backface-visibility: hidden;
  display: block;
  fill: #e21833;
}

.modal {
  display: none;
}
.modal.is-open {
  display: block;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 0;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__content {
  padding: 1rem 0;
}

.modal__title {
  margin: 0;
}

.modal__close:before {
  content: "✕";
}

.news-events-callout {
  background-color: #f9f9f9;
  border: 0.0625rem solid #d5d5d5;
}

.news-events-callout__header {
  background-color: #ffd200;
  padding: 0.625rem 1.875rem 0.8125rem;
}
@media (min-width: 800px) {
  .news-events-callout__header {
    padding: 0.75rem 3rem 1.125rem;
  }
}

.news-events-callout__content {
  padding: 1.5rem 1.875rem 2.25rem;
}
@media (min-width: 800px) {
  .news-events-callout__content {
    padding: 2.5rem 3rem 3.5rem;
  }
}

.news-events-callout__section:not(:last-child) {
  margin-bottom: 3rem;
}

.news-events-callout__subheading {
  padding-top: 0;
}

.news-events-callout__card-group .card-group__item {
  width: 100% !important;
}
@media (min-width: 1100px) {
  .news-events-callout__card-group .card-group__item {
    width: 33.333% !important;
  }
}

.nutrition-facts {
  margin: 0;
  float: left;
  width: 100%;
  padding: 0.5rem;
  font-size: small;
  border: 2px solid #000;
  min-width: 400px;
}
.nutrition-facts table {
  border-collapse: collapse;
  overflow-x: inherit;
  max-width: 100%;
  display: table;
}
.nutrition-facts__title {
  font-weight: bold;
  font-style: normal;
  font-size: 2rem;
  line-height: initial;
  margin: 0 0 0.25rem 0;
  border-bottom: 1px solid #000;
}
.nutrition-facts__header {
  border-bottom: 10px solid black;
  padding: 0 0 0.25rem 0;
  margin: 0 0 0.5rem 0;
}
.nutrition-facts__header p {
  margin: 0;
}

.nutrition-facts__table, .nutrition-facts__table--grid, .nutrition-facts__table--small {
  width: 100%;
}
.nutrition-facts__table thead tr th, .nutrition-facts__table--grid thead tr th, .nutrition-facts__table--small thead tr th,
.nutrition-facts__table thead tr td,
.nutrition-facts__table--grid thead tr td,
.nutrition-facts__table--small thead tr td {
  border: 0;
  color: inherit;
  background: #fff;
}
.nutrition-facts__table th, .nutrition-facts__table--grid th, .nutrition-facts__table--small th,
.nutrition-facts__table td,
.nutrition-facts__table--grid td,
.nutrition-facts__table--small td {
  font-weight: normal;
  text-align: left;
  padding: 0.25rem 0;
  border-bottom: 1px solid #000000;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  white-space: nowrap;
  background-color: #fff !important;
  vertical-align: inherit;
  color: inherit;
  font-size: inherit;
}
.nutrition-facts__table td:last-child, .nutrition-facts__table--grid td:last-child, .nutrition-facts__table--small td:last-child {
  text-align: right;
}
.nutrition-facts__table .blank-cell, .nutrition-facts__table--grid .blank-cell, .nutrition-facts__table--small .blank-cell {
  width: 1rem;
  border-top: 0;
}
.nutrition-facts__table .thick-row th, .nutrition-facts__table--grid .thick-row th, .nutrition-facts__table--small .thick-row th,
.nutrition-facts__table .thick-row td,
.nutrition-facts__table--grid .thick-row td,
.nutrition-facts__table--small .thick-row td {
  border-top-width: 5px;
}
.nutrition-facts__table .left-padded, .nutrition-facts__table--grid .left-padded, .nutrition-facts__table--small .left-padded {
  padding-left: 15px;
}
.nutrition-facts__table--small {
  border-bottom: 1px solid #999;
  margin: 0 0 0.5rem 0;
}
.nutrition-facts__table--small thead tr {
  border-bottom: 1px solid black;
}
.nutrition-facts__table--small td:last-child {
  text-align: left;
}
.nutrition-facts__table--small th,
.nutrition-facts__table--small td {
  border: 0;
  padding: 0;
}
.nutrition-facts__table--grid {
  margin: 0 0 0.5rem 0;
}
.nutrition-facts__table--grid td:last-child {
  text-align: right;
}

.small-info {
  font-size: 0.7rem;
  line-height: inherit;
}

.medium-info {
  font-size: 1.2rem;
  line-height: inherit;
}

.large-info {
  font-size: 2rem;
  line-height: inherit;
}

.footnote {
  font-size: 0.7rem;
  line-height: inherit;
  display: block;
  padding-left: 10px;
}
.footnote::before {
  content: "*";
  margin: 0 5px 0 -10px;
}

.float-right {
  float: right;
}

.text-center {
  text-align: center;
}

.thick-end {
  border-bottom: 10px solid black;
}

.thin-end {
  border-bottom: 1px solid black;
}

#nutrition-facts-modal {
  background: #fff;
  position: relative;
  z-index: 100;
}
#nutrition-facts-modal .modal__container {
  position: relative;
  padding: 3.125rem;
}
#nutrition-facts-modal .modal__content {
  padding: 0;
}
#nutrition-facts-modal .modal__close {
  position: absolute;
  top: 1.25rem;
  right: 1rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: ease-in-out 0.2s;
}
#nutrition-facts-modal .modal__close:hover {
  scale: 1.1;
}
#nutrition-facts-modal .modal__close:before {
  display: none;
}
#nutrition-facts-modal .modal__close svg {
  pointer-events: none;
}

.page-navigation__page-item {
  margin: 0 0.4375rem;
}

@media (min-width: 800px) {
  .post-header {
    justify-content: center;
    min-height: 8.125rem;
  }
}
.post-header--minimal {
  background-image: none;
  margin: 0 auto;
  max-width: 87.5rem;
  padding: 1.5rem 1.25rem 1.375rem;
}
@media (min-width: 800px) {
  .post-header--minimal {
    padding: 2.8125rem 1.25rem 2.5rem;
  }
}
@media (min-width: 1200px) {
  .post-header--minimal {
    padding: 2.8125rem 3.75rem 2.5rem;
  }
}
.post-header--minimal:after {
  display: none;
}
.post-header--minimal .post-header__title {
  margin: 0;
  padding-left: 1.875rem;
  position: relative;
}
@media (min-width: 800px) {
  .post-header--minimal .post-header__title {
    padding-left: 2.5rem;
  }
}
.post-header--minimal .post-header__title:before {
  content: "";
  display: block;
  height: 2.1875rem;
  width: 0.34375rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 800px) {
  .post-header--minimal .post-header__title:before {
    height: 3.125rem;
    width: 0.5rem;
  }
}
.post-header__title:last-child {
  margin-bottom: 0;
}

.resource-finder {
  margin: 0 -1.25rem;
}
@media (min-width: 700px) {
  .resource-finder {
    margin: 0 calc((100vw - 41.25rem) / 2 * -1);
  }
}
@media (min-width: 800px) {
  .resource-finder {
    margin: 0 -5rem;
  }
}
@media (min-width: 1000px) {
  .resource-finder {
    margin-left: -1.25rem;
  }
}

.resource-finder__loader,
.resource-finder__error {
  font-size: 1.125rem;
  padding-bottom: 1.5rem;
}

.resource-finder__list {
  display: flex;
  flex-direction: column;
}

.resource-finder__list-heading {
  align-items: center;
  color: #000000;
  display: flex;
  flex: 0 0 auto;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.25;
  margin: 2.5rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 800px) {
  .resource-finder__list-heading {
    font-size: 2rem;
    margin: 1.75rem 2.5rem 4rem;
  }
}
@media (min-width: 1000px) {
  .resource-finder__list-heading {
    margin-bottom: 3rem;
    text-align: left;
  }
}
.resource-finder__list-heading:first-child {
  margin-top: 1.75rem;
}

.resource-finder__list-heading-icon {
  display: block;
  flex: 0 0 auto;
  height: 2rem;
  width: 2rem;
  margin-right: 0.75rem;
}
@media (min-width: 800px) {
  .resource-finder__list-heading-icon {
    height: 2.5rem;
    width: 2.5rem;
    margin-right: 1rem;
  }
}
@media (min-width: 1000px) {
  .resource-finder__list-heading-icon {
    height: 3rem;
    width: 3rem;
    margin-right: 1.25rem;
  }
}
.resource-finder__list-heading-icon svg {
  fill: #000000;
}
.resource-finder__list-heading-icon svg path,
.resource-finder__list-heading-icon svg rect,
.resource-finder__list-heading-icon svg circle {
  fill: none;
  stroke: #000000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.resource-finder__list-inner {
  flex: 1 1 0px;
  padding: 2.25rem 1.25rem 4rem;
  position: relative;
}
@media (min-width: 700px) {
  .resource-finder__list-inner {
    padding: 3rem 2.5rem 4rem;
  }
}
@media (min-width: 1000px) {
  .resource-finder__list-inner {
    padding-top: 2.5rem;
    padding-right: 6.25rem;
  }
}
@media (min-width: 1000px) {
  .resource-finder__list--subcategories .resource-finder__list-inner, .resource-finder__list--terms .resource-finder__list-inner {
    padding-left: 15.625rem;
  }
}
.resource-finder__list-inner:before {
  content: "";
  background-image: linear-gradient(180deg, rgba(240, 244, 247, 0.96) 10%, rgba(237, 249, 241, 0.57) 100%);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 1400px) {
  .resource-finder__list-inner:before {
    right: calc((100vw - 87.5rem) / 2 * -1);
    left: calc((100vw - 87.5rem) / 2 * -1);
  }
}

.resource-finder__back-link {
  background-color: #e21833;
  border: 0.125rem solid #e21833;
  color: #ffffff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.0131578947em;
  line-height: 1.1578947368;
  padding: 0.625rem 1.125rem 0.625rem 2.25rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s background-color ease-in-out, 0.2s color ease-in-out, 0.35s opacity ease-in-out, 0.35s transform cubic-bezier(0, 1.05, 1, 1);
}
@media (min-width: 800px) {
  .resource-finder__back-link {
    font-size: 1.1875rem;
    padding: 1.125rem 1.125rem 1.125rem 2.75rem;
  }
}
@media (min-width: 1000px) {
  .resource-finder__back-link {
    left: -0.5rem;
    transform: none;
    width: 13.125rem;
  }
}
@media (min-width: 1400px) {
  .resource-finder__back-link {
    left: calc((100vw - 87.5rem) / -2 - 0.5rem);
  }
}
.resource-finder__back-link:hover, .resource-finder__back-link:focus {
  background-color: #ffffff;
  color: #e21833;
  text-decoration: none;
}
.resource-finder__back-link:hover:before, .resource-finder__back-link:hover:after, .resource-finder__back-link:focus:before, .resource-finder__back-link:focus:after {
  transform: translate(-0.1875rem, -50%);
}
.resource-finder__back-link:hover:before, .resource-finder__back-link:focus:before {
  opacity: 0;
}
.resource-finder__back-link:hover:after, .resource-finder__back-link:focus:after {
  opacity: 1;
}
.resource-finder__back-link:before, .resource-finder__back-link:after {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  height: 1.0625rem;
  width: 0.625rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0.875rem;
  transform: translateY(-50%);
  transition: 0.2s opacity ease-in-out, 0.2s transform ease-in-out;
}
@media (min-width: 1000px) {
  .resource-finder__back-link:before, .resource-finder__back-link:after {
    height: 1.1875rem;
    width: 0.6875rem;
    left: 1.28125rem;
  }
}
.resource-finder__back-link:before {
  background-image: url(../img/white-chevron-left.svg);
  opacity: 1;
}
.resource-finder__back-link:after {
  background-image: url(../img/red-chevron-left.svg);
  opacity: 0;
}

.resource-finder__list-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -1.25rem -1.25rem;
}
@media (min-width: 1000px) {
  .resource-finder__list--categories .resource-finder__list-items, .resource-finder__list--subcategories .resource-finder__list-items {
    margin: 0 0 -2rem -2rem;
  }
}
@media (min-width: 1200px) {
  .resource-finder__list--categories .resource-finder__list-items, .resource-finder__list--subcategories .resource-finder__list-items {
    margin: 0 0 -2.5rem -2.5rem;
  }
}

.resource-finder__list-heading,
.resource-finder__list-item {
  transition: 0.35s opacity ease-in-out, 0.35s transform cubic-bezier(0, 1.05, 1, 1);
}

.resource-finder__list-item {
  flex: 0 1 auto;
  margin: 0 auto 1.25rem;
  max-width: 35.625rem;
  padding-left: 1.25rem;
  width: 100%;
}
@media (min-width: 700px) {
  .resource-finder__list-item {
    margin: 0 0 1.25rem;
    max-width: none;
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .resource-finder__list--categories .resource-finder__list-item, .resource-finder__list--subcategories .resource-finder__list-item {
    margin-bottom: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1200px) {
  .resource-finder__list--categories .resource-finder__list-item, .resource-finder__list--subcategories .resource-finder__list-item {
    margin-bottom: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .resource-finder__list--terms .resource-finder__list-item {
    width: 33.333%;
  }
}

.resource-finder__link {
  align-items: center;
  background-color: #ffffff;
  border: 0.0625rem solid #d5d7da;
  box-shadow: 0.125rem 0.1875rem 1rem -0.125rem rgba(55, 74, 74, 0.2);
  color: #000000;
  display: flex;
  height: 100%;
  padding: 1.25rem 2.875rem 1.25rem 1.5rem;
  position: relative;
  transition: 0.3s border-color ease-in-out, 0.2s color ease-in-out;
}
.resource-finder__link:hover, .resource-finder__link:focus {
  border-color: #e21833;
  color: #e21833;
  text-decoration: none;
}
.resource-finder__link:hover .resource-finder__link-icon svg, .resource-finder__link:focus .resource-finder__link-icon svg {
  fill: #e21833;
}
.resource-finder__link:hover .resource-finder__link-icon svg path,
.resource-finder__link:hover .resource-finder__link-icon svg rect,
.resource-finder__link:hover .resource-finder__link-icon svg circle, .resource-finder__link:focus .resource-finder__link-icon svg path,
.resource-finder__link:focus .resource-finder__link-icon svg rect,
.resource-finder__link:focus .resource-finder__link-icon svg circle {
  stroke: #e21833;
}
.resource-finder__link:after {
  content: "";
  background-image: url(../img/red-chevron-right.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  height: 1rem;
  width: 0.5625rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0.90625rem;
  transform: translate3d(0, -50%, 0);
}
.resource-finder__link.resource-finder__link--category, .resource-finder__link.resource-finder__link--subcategory {
  padding: 1.5rem 3.5rem 1.5rem 1.25rem;
}
@media (min-width: 800px) {
  .resource-finder__link.resource-finder__link--category, .resource-finder__link.resource-finder__link--subcategory {
    padding: 2rem 3.5rem 2rem 1.25rem;
  }
}
@media (min-width: 1000px) {
  .resource-finder__link.resource-finder__link--category, .resource-finder__link.resource-finder__link--subcategory {
    padding: 1.25rem 3.5rem 1.25rem 1.25rem;
  }
}
@media (min-width: 1200px) {
  .resource-finder__link.resource-finder__link--category, .resource-finder__link.resource-finder__link--subcategory {
    padding: 2.5rem 4.625rem 2.5rem 1.875rem;
  }
}
.resource-finder__link.resource-finder__link--category:after, .resource-finder__link.resource-finder__link--subcategory:after {
  height: 1.375rem;
  width: 0.8125rem;
  right: 1.25rem;
}
@media (min-width: 700px) {
  .resource-finder__link.resource-finder__link--category:after, .resource-finder__link.resource-finder__link--subcategory:after {
    height: 1.625rem;
    width: 0.9375rem;
    right: 1.4375rem;
  }
}

.resource-finder__link-icon {
  display: block;
  flex: 0 0 auto;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 1rem;
}
@media (min-width: 800px) {
  .resource-finder__link-icon {
    height: 3rem;
    width: 3rem;
    margin-right: 1.5rem;
  }
}
@media (min-width: 1000px) {
  .resource-finder__link-icon {
    height: 3.75rem;
    width: 3.75rem;
    margin-right: 1.875rem;
  }
}
.resource-finder__link-icon svg {
  fill: #000000;
  transition: 0.3s fill ease-in-out;
}
.resource-finder__link-icon svg path,
.resource-finder__link-icon svg rect,
.resource-finder__link-icon svg circle {
  fill: none;
  stroke: #000000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  transition: 0.3s stroke ease-in-out;
}

.resource-finder__link-text {
  display: block;
  flex: 1 1 0px;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.3;
}
.resource-finder__link--category .resource-finder__link-text {
  font-size: 1.5rem;
  line-height: 1.1875;
}
@media (min-width: 700px) {
  .resource-finder__link--category .resource-finder__link-text {
    font-size: 1.75rem;
  }
}
@media (min-width: 1000px) {
  .resource-finder__link--category .resource-finder__link-text {
    font-size: 2rem;
  }
}
.resource-finder__link--subcategory .resource-finder__link-text {
  font-size: 1.375rem;
  line-height: 1.1538461538;
}
@media (min-width: 700px) {
  .resource-finder__link--subcategory .resource-finder__link-text {
    font-size: 1.5rem;
  }
}
@media (min-width: 1000px) {
  .resource-finder__link--subcategory .resource-finder__link-text {
    font-size: 1.625rem;
  }
}
.resource-finder__link--term .resource-finder__link-text {
  font-size: 1.125rem;
}
@media (min-width: 700px) {
  .resource-finder__link--term .resource-finder__link-text {
    font-size: 1.25rem;
  }
}

/* Transitions */
.view-fade-enter-active,
.view-fade-leave-active {
  transition: 0.35s height ease-in-out;
}

.view-fade-leave-active .resource-finder__list-item {
  transition: 0.35s opacity ease-out;
  transition-delay: 0s !important;
}

.view-fade-enter .resource-finder__list-heading,
.view-fade-enter .resource-finder__list-item,
.view-fade-enter .resource-finder__back-link,
.view-fade-leave-to .resource-finder__list-heading,
.view-fade-leave-to .resource-finder__list-item,
.view-fade-leave-to .resource-finder__back-link,
.view-fade-appear .resource-finder__list-heading,
.view-fade-appear .resource-finder__list-item,
.view-fade-appear .resource-finder__back-link {
  opacity: 0;
}
.view-fade-enter .resource-finder__list-heading,
.view-fade-leave-to .resource-finder__list-heading,
.view-fade-appear .resource-finder__list-heading {
  transform: translate3d(-6.25rem, 0, 0);
}
.view-fade-enter .resource-finder__back-link,
.view-fade-leave-to .resource-finder__back-link,
.view-fade-appear .resource-finder__back-link {
  transform: translate3d(-6.25rem, -50%, 0);
}
@media (min-width: 1000px) {
  .view-fade-enter .resource-finder__back-link,
  .view-fade-leave-to .resource-finder__back-link,
  .view-fade-appear .resource-finder__back-link {
    transform: translate3d(-6.25rem, 0, 0);
  }
}

.view-fade-enter .resource-finder__list-item,
.view-fade-appear .resource-finder__list-item {
  transform: translate3d(-6.25rem, 0, 0);
}

.section-nav {
  min-width: 100%;
}
@media (min-width: 800px) {
  .section-nav {
    margin: 0 -1.25rem;
  }
}

.section-nav__hero {
  margin: 0 0.625rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 800px) {
  .section-nav__hero {
    margin: 0 1.25rem;
  }
}

.section-nav__hero-image {
  position: relative;
}
.section-nav__hero-image:before {
  content: "";
  display: block;
  padding-top: 50%;
}
@media (min-width: 800px) {
  .section-nav__hero-image:before {
    padding-top: 33.333%;
  }
}
.section-nav__hero-image img {
  display: block;
  height: 100%;
  width: 100%;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.section-nav__hero-logo {
  align-items: center;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  padding: 0.75rem;
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  z-index: 1;
}
@media (min-width: 600px) {
  .section-nav__hero-logo {
    padding: 1.25rem;
  }
}
.section-nav__hero-logo img {
  display: block;
  flex: 0 0 auto;
  max-width: 7rem;
}
@media (min-width: 600px) {
  .section-nav__hero-logo img {
    max-width: 9rem;
  }
}
@media (min-width: 1000px) {
  .section-nav__hero-logo img {
    max-width: 11.25rem;
  }
}

.section-nav__content {
  border-top: 0.3125rem solid #000000;
}
@media (min-width: 480px) {
  .section-nav__content {
    display: flex;
  }
}

.section-nav__title {
  background-color: #000000;
  color: #ffffff;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.0142857143em;
  line-height: 1.3571428571;
  margin: 0;
  padding: 0.25rem 0.5rem 0.5rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .section-nav__title {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    max-width: 5.625rem;
  }
}
@media (min-width: 600px) {
  .section-nav__title {
    max-width: 7.5rem;
    padding: 0.625rem 0.9375rem 0.9375rem;
  }
}
@media (min-width: 1000px) {
  .section-nav__title {
    max-width: 9.375rem;
    padding: 0.9375rem 1.875rem;
  }
}

.section-nav__items {
  box-shadow: 0.125rem 0.625rem 1.25rem -0.25rem rgba(55, 74, 74, 0.3);
  flex: 1 1 0px;
  overflow: hidden;
  padding: 1.25rem 1.875rem 0 1.25rem;
  position: relative;
}
@media (min-width: 480px) {
  .section-nav__items {
    padding-left: 1.875rem;
  }
}
@media (min-width: 1000px) {
  .section-nav__items {
    align-items: center;
    display: flex;
    flex: 1 1 0px;
    min-height: 6.125rem;
    padding-bottom: 1.25rem;
  }
}
.section-nav__items:before, .section-nav__items:after {
  content: "";
  display: block;
  height: 100%;
  width: 6.5625rem;
  pointer-events: none;
  position: absolute;
  top: 0;
}
@media (min-width: 1000px) {
  .section-nav__items:before, .section-nav__items:after {
    display: none;
  }
}
.section-nav__items:before {
  visibility: hidden;
  left: 0;
}
.section-nav__items:after {
  right: 0;
}
.section-nav__items ul {
  display: flex;
  overflow-x: auto;
  padding-bottom: 1.25rem;
}
@media (min-width: 1000px) {
  .section-nav__items ul {
    flex-wrap: wrap;
    margin-bottom: -1rem;
    padding-bottom: 0;
  }
}
.section-nav__items li:not(:last-child) {
  margin-right: 1.25rem;
}
@media (min-width: 1000px) {
  .section-nav__items li:not(:last-child) {
    margin-right: 2.25rem;
  }
}
@media (min-width: 1000px) {
  .section-nav__items li {
    margin-bottom: 1rem;
  }
}
.section-nav__items a {
  color: #000000;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2142857143;
  text-decoration: underline;
  transition: 0.3s color ease-in-out;
  white-space: nowrap;
}
.section-nav__items a:hover, .section-nav__items a:focus {
  color: #e21833;
}
.section-nav__items.end-reached:before {
  visibility: visible;
}
.section-nav__items.end-reached:after {
  visibility: hidden;
}

.footer__name img {
  margin: 0 auto;
  width: 12.5rem;
}
@media (min-width: 800px) {
  .footer__name img {
    margin: 0;
    width: auto;
  }
}

.site-header {
  background-color: #ffffff;
  position: relative;
}

.site-header__bar {
  align-items: center;
  display: flex;
  height: 3.1875rem;
  margin: 0 auto;
  padding-left: 0.75rem;
  position: relative;
}
@media (min-width: 375px) {
  .site-header__bar {
    padding-left: 1.5625rem;
  }
}
@media (min-width: 1000px) {
  .site-header__bar {
    height: auto;
  }
}
.site-header__bar:before {
  content: "";
  background-color: #ffffff;
  display: block;
  height: 0.25rem;
  width: 100%;
  position: absolute;
  bottom: 0.125rem;
  left: 0;
  z-index: 11;
}
.site-header__bar:after {
  content: "";
  box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.4);
  display: block;
  height: 0.25rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.site-header__logo {
  flex: 0 1 auto;
  margin-right: auto;
  width: 5.9375rem;
}
@media (min-width: 1000px) {
  .site-header__logo {
    width: 12.5rem;
  }
}

.site-header__nav-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
  height: 2.75rem;
  width: 2.75rem;
  margin: 0 0.25rem;
  padding: 0;
  position: relative;
}
@media (min-width: 1000px) {
  .site-header__nav-toggle {
    display: none;
  }
}

.site-header__nav-toggle-icon {
  display: block;
  height: 1rem;
  width: 1.3125rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.site-header__nav-toggle-icon-line {
  background-color: #000000;
  border-radius: 0.0625rem;
  display: block;
  height: 0.125rem;
  width: 100%;
  position: absolute;
}
.site-header__nav-toggle-icon-line:nth-child(1), .site-header__nav-toggle-icon-line:nth-child(4) {
  transition: 0.3s opacity ease-in-out;
}
.site-header__nav-toggle[aria-expanded=true] .site-header__nav-toggle-icon-line:nth-child(1), .site-header__nav-toggle[aria-expanded=true] .site-header__nav-toggle-icon-line:nth-child(4) {
  opacity: 0;
}
.site-header__nav-toggle-icon-line:nth-child(2), .site-header__nav-toggle-icon-line:nth-child(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s transform ease-in-out;
}
.site-header__nav-toggle-icon-line:nth-child(1) {
  top: 0;
  left: 0;
}
.site-header__nav-toggle[aria-expanded=true] .site-header__nav-toggle-icon-line:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.site-header__nav-toggle[aria-expanded=true] .site-header__nav-toggle-icon-line:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.site-header__nav-toggle-icon-line:nth-child(4) {
  bottom: 0;
  left: 0;
}

.site-header__nav {
  background-color: #f7f7f7;
  display: flex;
  height: calc(100vh - 5.8125rem);
  flex-direction: column;
  opacity: 0;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  left: 0;
  transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 12;
}
@media (min-width: 1000px) {
  .site-header__nav {
    background-color: transparent;
    display: block;
    flex: 0 0 auto;
    height: auto;
    justify-content: flex-start;
    margin-left: 2.25rem;
    opacity: 1;
    overflow-y: visible;
    position: relative;
    top: auto;
    left: auto;
    transition: none;
    visibility: visible;
    width: auto;
    z-index: initial;
  }
}
.site-header__nav[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}

@keyframes arrowBounce {
  0%, 85% {
    transform: translate3d(0, -50%, 0);
  }
  20% {
    transform: translate3d(0, -35%, 0);
  }
  50% {
    transform: translate3d(0, -65%, 0);
  }
}
@media (min-width: 1000px) {
  .site-header__nav-primary > ul {
    display: flex;
    justify-content: flex-end;
  }
}
.site-header__nav-primary > ul > li {
  border-bottom: 0.0625rem solid #f7f7f7;
  position: relative;
  width: 100%;
}
@media (min-width: 1000px) {
  .site-header__nav-primary > ul > li {
    flex: 0 0 auto;
    width: auto;
  }
}
.site-header__nav-primary > ul > li > a,
.site-header__nav-primary > ul > li .site-header__nav-dropdown-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  backface-visibility: hidden;
  border: none;
  color: #000000;
  cursor: pointer;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2631578947;
  padding: 0.75rem 2.625rem;
  position: relative;
  text-align: left;
  transition: 0.3s color ease-in-out;
  width: 100%;
}
@media (min-width: 1000px) {
  .site-header__nav-primary > ul > li > a,
  .site-header__nav-primary > ul > li .site-header__nav-dropdown-toggle {
    font-size: 1.0625rem;
    padding: 1.25rem 0.9375rem 1rem;
  }
}
@media (min-width: 1100px) {
  .site-header__nav-primary > ul > li > a,
  .site-header__nav-primary > ul > li .site-header__nav-dropdown-toggle {
    font-size: 1.1875rem;
  }
}
.site-header__nav-primary > ul > li > a:not(:last-child),
.site-header__nav-primary > ul > li .site-header__nav-dropdown-toggle:not(:last-child) {
  padding-right: 2.3125rem;
}
.site-header__nav-primary > ul > li > a:not(:last-child):after,
.site-header__nav-primary > ul > li .site-header__nav-dropdown-toggle:not(:last-child):after {
  content: "";
  backface-visibility: hidden;
  background-image: url(../img/nav-dropdown-caret.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 0.4375rem;
  width: 0.875rem;
  position: absolute;
  top: 55%;
  right: 1.25rem;
  transform: translate3d(0, -50%, 0);
  will-change: transform;
}
@media (min-width: 1000px) {
  .site-header__nav-primary > ul > li > a:not(:last-child):after,
  .site-header__nav-primary > ul > li .site-header__nav-dropdown-toggle:not(:last-child):after {
    right: 0.9375rem;
  }
}
.site-header__nav-primary > ul > li > a:hover, .user-tabbing .site-header__nav-primary > ul > li > a:focus,
.site-header__nav-primary > ul > li .site-header__nav-dropdown-toggle:hover,
.user-tabbing .site-header__nav-primary > ul > li .site-header__nav-dropdown-toggle:focus {
  color: #e21833;
  text-decoration: none;
}
.site-header__nav-primary > ul > li > a:hover:after, .user-tabbing .site-header__nav-primary > ul > li > a:focus:after,
.site-header__nav-primary > ul > li .site-header__nav-dropdown-toggle:hover:after,
.user-tabbing .site-header__nav-primary > ul > li .site-header__nav-dropdown-toggle:focus:after {
  animation: 0.65s arrowBounce ease-in-out;
}
.site-header__nav-primary > ul > li > a[aria-expanded=true]:after,
.site-header__nav-primary > ul > li .site-header__nav-dropdown-toggle[aria-expanded=true]:after {
  animation: none;
  transform: translate3d(0, -50%, 0) rotate(180deg);
}
.site-header__nav-primary > ul > li[focus-within] > a {
  color: #e21833;
  text-decoration: none;
}
.site-header__nav-primary > ul > li:focus-within > a {
  color: #e21833;
  text-decoration: none;
}
@media (min-width: 1000px) {
  .site-header__nav-primary > ul > li:last-child ul {
    left: auto;
    right: 0;
  }
}
.site-header__nav-primary > ul ul {
  background: #ffffff;
  display: none;
  width: 100%;
}
@media (min-width: 1000px) {
  .site-header__nav-primary > ul ul {
    box-shadow: 0 0.3125rem 0.375rem 0 rgba(0, 0, 0, 0.4);
    display: block;
    opacity: 0;
    padding: 0.75rem 1.875rem 1.875rem;
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
    width: 18.125rem;
    z-index: 11;
  }
}
@media (min-width: 1000px) {
  .site-header__nav-primary > ul ul.site-header__nav-dropdown--resources {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 34.375rem;
  }
}
@media (min-width: 1000px) {
  .site-header__nav-primary > ul ul.site-header__nav-dropdown--resources li {
    flex: 0 0 auto;
    width: 14.375rem;
  }
}
.site-header__nav-primary > ul ul.site-header__nav-dropdown--resources li.site-header__nav-parent-link {
  width: 100%;
}
.site-header__nav-primary > ul ul[aria-hidden=false] {
  display: block;
}
@media (min-width: 1000px) {
  .site-header__nav-primary > ul ul[aria-hidden=false].site-header__nav-dropdown--resources {
    display: flex;
  }
}
@media (min-width: 1000px) {
  .site-header__nav-primary > ul ul[aria-hidden=false] {
    opacity: 1;
    visibility: visible;
  }
}
.site-header__nav-primary > ul ul li {
  border-top: 0.0625rem solid #f7f7f7;
}
@media (min-width: 1000px) {
  .site-header__nav-primary > ul ul li {
    border-top: none;
  }
}
@media (min-width: 1000px) {
  .site-header__nav-primary > ul ul li:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 1000px) {
  .site-header__nav-primary > ul ul li.site-header__nav-parent-link {
    border-top: 0.0625rem solid #e3e0e0;
    margin-top: 0.625rem;
    padding-top: 1.5rem;
  }
}
.site-header__nav-primary > ul ul li.site-header__nav-parent-link a {
  color: #e21833;
  font-size: 1.1875rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.0789473684em;
  position: relative;
}
@media (min-width: 1000px) {
  .site-header__nav-primary > ul ul li.site-header__nav-parent-link a {
    padding: 0;
  }
}
.site-header__nav-primary > ul ul li.site-header__nav-parent-link a:hover, .site-header__nav-primary > ul ul li.site-header__nav-parent-link a:focus {
  text-decoration: none;
}
.site-header__nav-primary > ul ul li.site-header__nav-parent-link a:hover:after, .site-header__nav-primary > ul ul li.site-header__nav-parent-link a:focus:after {
  transform: translateX(0.875rem);
}
@media (min-width: 1000px) {
  .site-header__nav-primary > ul ul li.site-header__nav-parent-link a:hover:after, .site-header__nav-primary > ul ul li.site-header__nav-parent-link a:focus:after {
    transform: translateX(1.5rem);
  }
}
.site-header__nav-primary > ul ul li.site-header__nav-parent-link a:after {
  content: "";
  background-image: url(../img/red-chevron-right.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 1rem;
  width: 0.5625rem;
  position: absolute;
  bottom: 0.875rem;
  transform: translateX(0.625rem);
  transition: 0.3s transform ease-in-out;
}
@media (min-width: 1000px) {
  .site-header__nav-primary > ul ul li.site-header__nav-parent-link a:after {
    bottom: 0.125rem;
    right: 0;
    transform: translateX(1.25rem);
  }
}
.site-header__nav-primary > ul ul a {
  color: #000000;
  display: block;
  font-size: 1.0625rem;
  font-weight: 500;
  padding: 0.75rem 2.625rem;
  transition: 0.3s color ease-in-out;
}
@media (min-width: 1000px) {
  .site-header__nav-primary > ul ul a {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 0;
  }
}
.site-header__nav-primary > ul ul a:hover, .site-header__nav-primary > ul ul a:focus {
  color: #e21833;
}
html:not(.js) .site-header__nav-primary > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
}
html:not(.js) .site-header__nav-primary > ul > li[focus-within] ul {
  opacity: 1;
  visibility: visible;
}
html:not(.js) .site-header__nav-primary > ul > li:focus-within ul {
  opacity: 1;
  visibility: visible;
}

.site-header__nav-secondary {
  background-color: #f7f7f7;
  flex: 1 1 0px;
  order: 2;
  padding: 1.25rem 2.625rem;
}
@media (min-width: 1000px) {
  .site-header__nav-secondary {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    order: initial;
    height: 4rem;
    padding: 0.625rem 0.5rem 0.625rem 1.25rem;
  }
}

@media (min-width: 1000px) {
  .site-header__nav-utility ul {
    display: flex;
  }
}
.site-header__nav-utility li {
  margin-bottom: 0.875rem;
}
@media (min-width: 1000px) {
  .site-header__nav-utility li {
    margin: 0 0.625rem 0;
  }
}
@media (min-width: 1000px) {
  .site-header__nav-utility li:first-child {
    margin-left: 0;
  }
}
.site-header__nav-utility li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .site-header__nav-utility li:last-child {
    margin-right: 0;
  }
}
.site-header__nav-utility a {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1071428571em;
  line-height: 1.1428571429;
  text-transform: uppercase;
}
.site-header__nav-utility a:hover, .site-header__nav-utility a:focus {
  text-decoration: underline;
}

.slideshow {
  margin-bottom: 0;
}

.tag-list {
  margin: 0 0 -1rem;
  padding: 0;
}

.tag-list__item {
  display: inline-block;
  margin: 0 1rem 1rem 0;
}

.tag-list__link {
  background-color: #ffffff;
  border: 0.0625rem solid #e21833;
  border-radius: 0.375rem;
  color: #000000;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.0142857143em;
  line-height: 1.8571428571;
  padding: 0.4375rem 0.9375rem;
  transition: background-color 0.15s ease-in-out, color 0.1s ease-in-out;
}
.tag-list__link:hover, .tag-list__link:focus {
  background-color: #e21833;
  color: #ffffff;
  text-decoration: none;
}

.taxonomy-callout {
  background-color: #f9f9f9;
  border: 0.0625rem solid #d5d7da;
  overflow: hidden;
  padding: 1.875rem;
  position: relative;
}
@media (min-width: 800px) {
  .taxonomy-callout {
    padding: 1.875rem 1.875rem 1.875rem 3rem;
  }
}
.taxonomy-callout:before {
  content: "";
  background-image: linear-gradient(46deg, #ef6a1d 0%, #e21833 100%);
  display: block;
  height: 3.125rem;
  width: 3.125rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.taxonomy-callout__description {
  margin: 0 0 1.25rem;
}

.home-hero {
  background-color: #000000;
  padding: 3rem 0 5.5rem;
  position: relative;
}
@media (min-width: 800px) {
  .home-hero {
    padding-top: 4rem;
  }
}
@media (min-width: 1100px) {
  .home-hero {
    padding-top: 6.875rem;
  }
}
.home-hero:before {
  content: "";
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.13) 0%, rgba(0, 0, 0, 0.6) 20%);
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 800px) {
  .home-hero:before {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.13) 0%, rgba(0, 0, 0, 0.6) 30%);
  }
}
@media (min-width: 1100px) {
  .home-hero:before {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.13) 21%, rgba(0, 0, 0, 0.6) 51%);
  }
}

.home-hero__media {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.js .home-hero__media {
  opacity: 0;
  transition: 0.5s opacity ease-in;
}
.js .animate-in .home-hero__media {
  opacity: 1;
}

.home-hero__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 90rem;
  padding: 0 1.5625rem;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (min-width: 800px) {
  .home-hero__inner {
    padding: 0 3rem;
  }
}
@media (min-width: 1100px) {
  .home-hero__inner {
    padding: 0 4rem;
  }
}

.home-hero__heading {
  color: #ffffff;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.015625em;
  line-height: 1.28125;
  max-width: 31.875rem;
  margin: 0 auto 2rem;
  text-align: center;
  text-shadow: 0 0 0.375rem #000000;
}
@media (min-width: 1100px) {
  .home-hero__heading {
    font-size: 2rem;
  }
}
.js .home-hero__heading {
  opacity: 0;
  transition: 0.5s opacity ease-in 0.6s;
}
.js .animate-in .home-hero__heading {
  opacity: 1;
}

.home-hero__resources-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 -0.375rem -2.25rem;
  max-width: 25rem;
  width: 100%;
}
@media (min-width: 550px) {
  .home-hero__resources-list {
    max-width: 36rem;
  }
}
@media (min-width: 800px) {
  .home-hero__resources-list {
    max-width: 68.75rem;
  }
}

.home-hero__resources-item {
  flex: 0 1 50%;
  margin-bottom: 0.375rem;
  padding-left: 2.25rem;
}
@media (min-width: 550px) {
  .home-hero__resources-item {
    flex: 0 1 33.333%;
  }
}
@media (min-width: 800px) {
  .home-hero__resources-item {
    flex: 0 1 25%;
  }
}
@media (min-width: 1100px) {
  .home-hero__resources-item {
    flex: 0 1 20%;
  }
}
.js .home-hero__resources-item {
  opacity: 0;
  transition: 0.2s opacity ease-in;
}
.js .animate-in .home-hero__resources-item {
  opacity: 1;
}

.home-hero__resource {
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: 0.2s background-color ease-in-out, 0.2s box-shadow ease-in-out;
}
.home-hero__resource:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.home-hero__resource:after {
  content: "";
  background-image: linear-gradient(180deg, #ef6a1d 0%, #e21833 100%);
  display: block;
  height: 23%;
  width: 23%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, -100%, 0) rotate(-135deg);
  transition: 0.2s opacity ease-in-out, 0.2s transform ease-in-out;
}
.home-hero__resource:hover, .home-hero__resource:focus {
  background-color: #ffffff;
  box-shadow: 0 0 1.375rem 0 rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
.home-hero__resource:hover:after, .home-hero__resource:focus:after {
  opacity: 1;
  transform: translate3d(-50%, -75%, 0) rotate(-135deg);
}
.home-hero__resource:hover .home-hero__resource-icon svg, .home-hero__resource:focus .home-hero__resource-icon svg {
  fill: #000000;
}
.home-hero__resource:hover .home-hero__resource-icon svg path,
.home-hero__resource:hover .home-hero__resource-icon svg rect,
.home-hero__resource:hover .home-hero__resource-icon svg circle, .home-hero__resource:focus .home-hero__resource-icon svg path,
.home-hero__resource:focus .home-hero__resource-icon svg rect,
.home-hero__resource:focus .home-hero__resource-icon svg circle {
  stroke: #000000;
}
.home-hero__resource:hover .home-hero__resource-name, .home-hero__resource:focus .home-hero__resource-name {
  color: #000000;
  text-shadow: none;
}

.home-hero__resource-icon {
  display: block;
}
.home-hero__resource-icon svg {
  fill: #ffffff;
  width: 33.333%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s fill ease-in-out;
}
.home-hero__resource-icon svg path,
.home-hero__resource-icon svg rect,
.home-hero__resource-icon svg circle {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  transition: 0.2s stroke ease-in-out;
}

.home-hero__resource-name {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.2;
  letter-spacing: -0.0133333333em;
  max-width: 80%;
  min-height: 2.25rem;
  position: absolute;
  top: 60%;
  left: 50%;
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  transform: translateX(-50%);
  transition: 0.2s color ease-in-out, 0.2s text-shadow ease-in-out;
  width: 100%;
}
@media (min-width: 1100px) {
  .home-hero__resource-name {
    font-size: 0.9375rem;
  }
}

.js .home-announcement {
  opacity: 0;
  transform: translate3d(0, 40%, 0);
  transition: 0.5s opacity ease-in, 0.5s transform cubic-bezier(0, 1.05, 1, 1);
}
.js .home-announcement.animate-in {
  opacity: 1;
  transform: none;
}

.js .home-explore .heading--section {
  opacity: 0;
  transform: translate3d(0, 60%, 0);
  transition: 0.5s opacity ease-in, 0.5s transform cubic-bezier(0, 1.05, 1, 1);
}
.js .home-explore .home-explore__intro {
  opacity: 0;
  transform: translate3d(0, 60%, 0);
  transition: 0.5s opacity ease-in 0.3s, 0.5s transform cubic-bezier(0, 1.05, 1, 1) 0.3s;
}
.js .home-explore.animate-in .heading--section,
.js .home-explore.animate-in .home-explore__intro {
  opacity: 1;
  transform: none;
}

.home-programs {
  margin: 0 auto;
}
.js .home-programs .subheading--section {
  opacity: 0;
  transform: translate3d(0, 60%, 0);
  transition: 0.5s opacity ease-in, 0.5s transform cubic-bezier(0, 1.05, 1, 1);
}
.js .home-programs.animate-in .subheading--section {
  opacity: 1;
  transform: none;
}

.js .home-programs__list-item {
  opacity: 0;
  transform: translate3d(0, 60%, 0);
  transition: 0.5s opacity ease-in, 0.5s transform cubic-bezier(0, 1.05, 1, 1);
}
.js .home-programs.animate-in .home-programs__list-item {
  opacity: 1;
  transform: none;
}
.home-programs__list-item .card {
  margin: 0 auto;
  max-width: 25rem;
}

.js .home-programs__view-all {
  opacity: 0;
  transform: translate3d(0, 60%, 0);
  transition: 0.2s background-color ease-in-out, 0.2s color ease-in-out, 0.5s opacity ease-in 1.1s, 0.5s transform cubic-bezier(0, 1.05, 1, 1) 1.1s;
}
.js .home-programs.animate-in .home-programs__view-all {
  opacity: 1;
  transform: none;
}

.js .home-resources .heading--section {
  opacity: 0;
  transform: translate3d(0, 60%, 0);
  transition: 0.5s opacity ease-in, 0.5s transform cubic-bezier(0, 1.05, 1, 1);
}
.js .home-resources .highlight-section {
  opacity: 0;
  transform: translate3d(30%, 0, 0);
  transition: 0.5s opacity ease-in, 0.5s transform cubic-bezier(0, 1.05, 1, 1);
}
.js .home-resources.animate-in .heading--section,
.js .home-resources.animate-in .highlight-section {
  opacity: 1;
  transform: none;
}

.home-resources__box {
  background-color: #ffffff;
  box-shadow: 3px 2px 41px 0 rgba(68, 125, 124, 0.2);
  margin-bottom: 1.375rem;
  padding-bottom: 0.75rem;
  text-align: center;
}
@media (min-width: 900px) {
  .home-resources__box {
    margin-bottom: 0;
    text-align: left;
  }
}
.js .home-resources__box {
  opacity: 0;
  transform: translate3d(-30%, 0, 0);
  transition: 0.5s opacity ease-in 0.5s, 0.5s transform cubic-bezier(0, 1.05, 1, 1) 0.5s;
}
.js .animate-in .home-resources__box {
  opacity: 1;
  transform: none;
}
.home-resources__box .box__heading {
  font-size: 1.375rem;
}
@media (min-width: 900px) {
  .home-resources__box .box__heading {
    font-size: 1.75rem;
  }
}

.js .home-news-events__news .heading--section,
.js .home-news-events__events .heading--section {
  opacity: 0;
  transform: translate3d(0, 60%, 0);
}
.js .home-news-events__news .feature-list,
.js .home-news-events__events .feature-list {
  box-shadow: none;
}
.js .home-news-events__news .feature-list__item,
.js .home-news-events__events .feature-list__item {
  opacity: 0;
  transform: translate3d(-30%, 0, 0);
  transition: 0.5s opacity ease-in, 0.5s transform cubic-bezier(0, 1.05, 1, 1);
}
.js .home-news-events__news .news-events-feed__view-all,
.js .home-news-events__events .news-events-feed__view-all {
  opacity: 0;
  transform: translate3d(0, 40%, 0);
}
.home-news-events__news.animate-in .heading--section,
.home-news-events__news.animate-in .feature-list__item,
.home-news-events__news.animate-in .news-events-feed__view-all,
.home-news-events__events.animate-in .heading--section,
.home-news-events__events.animate-in .feature-list__item,
.home-news-events__events.animate-in .news-events-feed__view-all {
  opacity: 1;
  transform: none;
}
.home-news-events__news.animate-in .feature-list,
.home-news-events__events.animate-in .feature-list {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.19);
}

.js .home-news-events__news .heading--section {
  transition: 0.5s opacity ease-in, 0.5s transform cubic-bezier(0, 1.05, 1, 1);
}
.js .home-news-events__news .feature-list {
  transition: 0.5s box-shadow ease-in 1.1s;
}
.js .home-news-events__news .news-events-feed__view-all {
  transition: 0.2s background-color ease-in-out, 0.2s color ease-in-out, 0.5s opacity ease-in 1.25s, 0.5s transform cubic-bezier(0, 1.05, 1, 1) 1.25s;
}

.js .home-news-events__events .heading--section {
  transition: 0.5s opacity ease-in 0.25s, 0.5s transform cubic-bezier(0, 1.05, 1, 1) 0.25s;
}
.js .home-news-events__events .feature-list {
  transition: 0.5s box-shadow ease-in 1.7s;
}
.js .home-news-events__events .news-events-feed__view-all {
  transition: 0.5s opacity ease-in 1.85s, 0.5s transform cubic-bezier(0, 1.05, 1, 1) 1.85s;
}

.page-node-type-location .post-header__title:before {
  background-color: #ddebe7;
}
.page-node-type-location .section-nav__items {
  background-image: linear-gradient(-45deg, #eaf3f1 0%, #e1e8ee 100%);
}
.page-node-type-location .section-nav__items:before {
  background-image: linear-gradient(90deg, #e1e8ee 0%, rgba(255, 255, 255, 0) 77%);
}
.page-node-type-location .section-nav__items:after {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #e1e8ee 77%);
}

.page-node-type-program .post-header__title:before {
  background-color: #ffd200;
}
.page-node-type-program .section-nav__items {
  background-image: linear-gradient(-45deg, #fcbc06 0%, #ffd200 100%);
}
.page-node-type-program .section-nav__items:before {
  background-image: linear-gradient(90deg, #fcbc06 0%, rgba(255, 255, 255, 0) 77%);
}
.page-node-type-program .section-nav__items:after {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fcbc06 77%);
}

.blog__links li {
  margin-bottom: 1.0625rem;
}
.blog__links li a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  text-decoration: underline;
}
.blog__links li svg {
  margin-left: 0.625rem;
}

.view-blog-entries header,
.view-blog-entries-spanish header {
  font-size: 0.875rem;
  color: #000000;
  line-height: 1.125rem;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
.view-blog-entries .views-exposed-form,
.view-blog-entries-spanish .views-exposed-form {
  display: flex;
  flex-direction: column;
  background: #ffd200;
  padding: 1.25rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 800px) {
  .view-blog-entries .views-exposed-form,
  .view-blog-entries-spanish .views-exposed-form {
    flex-direction: row;
  }
}
.view-blog-entries .views-exposed-form .form-item,
.view-blog-entries-spanish .views-exposed-form .form-item {
  margin-bottom: 0.9375rem;
}
@media (min-width: 800px) {
  .view-blog-entries .views-exposed-form .form-item,
  .view-blog-entries-spanish .views-exposed-form .form-item {
    margin-bottom: 0;
  }
}
.view-blog-entries .views-exposed-form label,
.view-blog-entries-spanish .views-exposed-form label {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 16.1px;
  letter-spacing: 0;
}
.view-blog-entries .views-exposed-form .form-type-textfield,
.view-blog-entries-spanish .views-exposed-form .form-type-textfield {
  width: 100%;
}
@media (min-width: 800px) {
  .view-blog-entries .views-exposed-form .form-type-textfield,
  .view-blog-entries-spanish .views-exposed-form .form-type-textfield {
    padding-right: 0.625rem;
  }
}
.view-blog-entries .views-exposed-form .form-type-textfield input,
.view-blog-entries-spanish .views-exposed-form .form-type-textfield input {
  background: #fff;
  padding: 0.875rem;
  border: 0;
}
.view-blog-entries .views-exposed-form .form-actions,
.view-blog-entries-spanish .views-exposed-form .form-actions {
  display: flex;
  align-self: flex-end;
}
.view-blog-entries .views-exposed-form .form-actions input,
.view-blog-entries-spanish .views-exposed-form .form-actions input {
  background: #ffffff;
  border-color: #e21833;
  color: #000000;
  cursor: pointer;
  margin: 0;
}
.view-blog-entries .views-exposed-form .form-actions input:first-child,
.view-blog-entries-spanish .views-exposed-form .form-actions input:first-child {
  margin-right: 0.625rem;
}
.view-blog-entries .views-exposed-form .form-actions input:hover,
.view-blog-entries-spanish .views-exposed-form .form-actions input:hover {
  background: #e21833;
  color: #ffffff;
}
.view-blog-entries .item-list ul li,
.view-blog-entries-spanish .item-list ul li {
  border-top: 0.0625rem solid #dcdcdc;
}
@media (min-width: 800px) {
  .view-blog-entries .item-list ul li:last-of-type,
  .view-blog-entries-spanish .item-list ul li:last-of-type {
    border-bottom: 0.0625rem solid #dcdcdc;
  }
}
.view-blog-entries .page-navigation__pagination,
.view-blog-entries-spanish .page-navigation__pagination {
  justify-content: center;
}

.blog-entry__image {
  background-size: cover;
  background-position: center;
  min-height: 14.6875rem;
}
@media (min-width: 800px) {
  .blog-entry__image {
    min-height: 33.125rem;
  }
}
.blog-entry__info {
  display: flex;
  margin: 1.25rem 0;
  flex-direction: column;
}
@media (min-width: 800px) {
  .blog-entry__info {
    flex-direction: row;
  }
}
.blog-entry__meta {
  width: 100%;
}
.blog-entry__meta .caption {
  display: block;
  margin-top: 0;
}
.blog-entry__date {
  margin: 1.25rem 0;
  font-style: italic;
  font-weight: 600;
  display: block;
  margin: 0.3125rem auto;
}
@media (min-width: 800px) {
  .blog-entry__date {
    font-size: 0.875rem;
  }
}
.blog-entry__author {
  margin: 0.3125rem auto;
  display: block;
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: 0.175rem;
  line-height: 1.4375rem;
}
.blog-entry__social {
  display: flex;
  justify-content: flex-start;
  margin: 0;
}
.blog-entry__social .social-icons__item:first-of-type {
  margin-left: 0;
}
.blog-entry__social .social-icons__item:hover i {
  transition: 0.3s background ease-out;
}
.blog-entry__social .social-icons__item:hover i {
  animation: none;
  background: #000000;
}
.blog-entry__social .a2a_svg,
.blog-entry__social .a2a_count {
  border-radius: 0.25rem !important;
}
.blog-entry__links {
  margin-top: 1.25rem;
}
@media (min-width: 800px) {
  .blog-entry__links {
    margin-top: 0;
  }
}
.blog-entry__links ul {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-top: 0.3125rem;
}
.blog-entry__links ul li svg {
  flex: 0 0 auto;
  margin-right: 0.625rem;
}
.blog-entry__links ul li:not(:last-child) {
  border-right: 1px solid #e3e0e0;
  padding-right: 0.75rem;
  margin-right: 0.75rem;
}
.blog-entry__links ul li a {
  white-space: nowrap;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.75rem;
  display: flex;
  align-items: center;
  text-decoration: underline;
}

.blog-entry-teaser {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  background: #f9f9f9;
  align-items: flex-start;
}
@media (min-width: 800px) {
  .blog-entry-teaser {
    flex-direction: row;
  }
}
.blog-entry-teaser p {
  color: #000000;
  margin: 0.625rem 0 0 0;
}
.blog-entry-teaser:hover {
  text-decoration: none;
}
.blog-entry-teaser:hover .btn {
  background: #e21833;
  color: #ffffff;
}
.blog-entry-teaser:hover h3 {
  transition: transform ease 0.2s;
  text-decoration: underline;
  color: #e21833;
}
.blog-entry-teaser h3 {
  color: #000000;
  font-style: normal;
  font-size: 1.25rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 900;
  margin: 0;
}
.blog-entry-teaser .btn {
  align-self: flex-start;
  margin-top: auto;
  width: 100%;
}
@media (min-width: 600px) {
  .blog-entry-teaser .btn {
    width: auto;
  }
}
.blog-entry-teaser__image {
  background-position: center;
  background-size: cover;
  flex: 0 0 auto;
  width: 100%;
}
.blog-entry-teaser__image:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media (min-width: 800px) {
  .blog-entry-teaser__image {
    margin-right: 1.875rem;
    width: 16.25rem;
  }
}
.blog-entry-teaser__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 0px;
}
@media (min-width: 800px) {
  .blog-entry-teaser--featured .blog-entry-teaser__image {
    width: 25.75rem;
  }
}

.recipe-print {
  display: none;
}
.recipe__image {
  background-size: cover;
  background-position: center;
  min-height: 14.6875rem;
}
@media (min-width: 800px) {
  .recipe__image {
    min-height: 33.125rem;
  }
}
.recipe__info {
  display: flex;
  margin: 1.25rem 0;
  flex-direction: column;
}
@media (min-width: 800px) {
  .recipe__info {
    flex-direction: row;
  }
}
.recipe__meta {
  width: 100%;
}
.recipe__meta .caption {
  display: block;
  margin-top: 0;
}
.recipe__date {
  margin: 1.25rem 0;
  font-style: italic;
  font-weight: 600;
  display: block;
  margin: 0.3125rem auto;
}
@media (min-width: 800px) {
  .recipe__date {
    font-size: 0.875rem;
  }
}
.recipe__author {
  margin: 0.3125rem auto;
  display: block;
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: 0.175rem;
  line-height: 1.4375rem;
}
.recipe__social {
  display: flex;
  justify-content: flex-start;
  margin: 0;
}
.recipe__social .social-icons__item:first-of-type {
  margin-left: 0;
}
.recipe__social .social-icons__item:hover i {
  transition: 0.3s background ease-out;
}
.recipe__social .social-icons__item:hover i {
  animation: none;
  background: #000000;
}
.recipe__social .a2a_svg,
.recipe__social .a2a_count {
  border-radius: 0.25rem !important;
}
.recipe__links {
  margin-top: 1.25rem;
}
@media (min-width: 800px) {
  .recipe__links {
    margin-top: 0;
  }
}
.recipe__links ul {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-top: 0.3125rem;
}
.recipe__links ul li svg {
  flex: 0 0 auto;
  margin-right: 0.625rem;
}
.recipe__links ul li:not(:last-child) {
  border-right: 1px solid #e3e0e0;
  padding-right: 0.75rem;
  margin-right: 0.75rem;
}
.recipe__links ul li a {
  white-space: nowrap;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.75rem;
  display: flex;
  align-items: center;
  text-decoration: underline;
}
.recipe__title {
  border-top: 1px solid #e3e0e0;
  border-bottom: 1px solid #e3e0e0;
  font-size: 2rem;
  letter-spacing: 0;
  text-align: center;
  line-height: 2.3125rem;
  padding: 1.5rem 0rem;
  font-style: normal;
  font-weight: bold;
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.recipe-categories {
  display: flex;
  background: #f9f9f9;
  margin-top: 1.25rem;
}
.recipe-categories__icon {
  padding: 1.25rem;
}
.recipe-categories__content {
  padding: 1.25rem 1.25rem 1.25rem 0rem;
  width: 100%;
}
.recipe-categories__content h3 {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.00625rem;
  padding: 0;
  margin: 0.3125rem 0rem 0rem 0rem;
  text-transform: uppercase;
}
.recipe-categories__content p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0;
}

.recipe-teaser a {
  position: relative;
  padding-right: 1.25rem;
  display: flex;
  width: 100%;
  color: #000000;
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  transition: 0.3s all ease-in-out;
  align-items: center;
}
@media (min-width: 800px) {
  .recipe-teaser a {
    font-size: 1.625rem;
    line-height: 2.0625rem;
  }
}
@media (min-width: 800px) {
  .recipe-teaser a span:before {
    transition: 0.2s all ease-in-out;
    position: relative;
    opacity: 0;
    font-size: 1.75rem;
    line-height: 1.25rem;
    color: #000000;
  }
}
.recipe-teaser a:hover {
  color: #e21833;
  text-decoration: none;
}
.recipe-teaser a:hover:after {
  color: #e21833;
}
@media (min-width: 800px) {
  .recipe-teaser a:hover span:before {
    color: #e21833;
    transition: 0.3s all ease-in-out;
    opacity: 1;
  }
}

.recipes-page__links li {
  margin-bottom: 1.0625rem;
}
.recipes-page__links li a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  text-decoration: underline;
}
.recipes-page__links li svg {
  margin-left: 0.625rem;
}

.view-recipes-page-search header,
.view-recipes-page-search-spanish header {
  font-size: 0.875rem;
  color: #000000;
  line-height: 1.125rem;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
.view-recipes-page-search .views-exposed-form,
.view-recipes-page-search-spanish .views-exposed-form {
  display: flex;
  flex-direction: column;
  background: #ffd200;
  padding: 1.25rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 800px) {
  .view-recipes-page-search .views-exposed-form,
  .view-recipes-page-search-spanish .views-exposed-form {
    flex-direction: row;
  }
}
.view-recipes-page-search .views-exposed-form .form-item,
.view-recipes-page-search-spanish .views-exposed-form .form-item {
  margin-bottom: 0.9375rem;
}
@media (min-width: 800px) {
  .view-recipes-page-search .views-exposed-form .form-item,
  .view-recipes-page-search-spanish .views-exposed-form .form-item {
    margin-bottom: 0;
  }
}
.view-recipes-page-search .views-exposed-form label,
.view-recipes-page-search-spanish .views-exposed-form label {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 16.1px;
  letter-spacing: 0;
}
.view-recipes-page-search .views-exposed-form .form-type-textfield,
.view-recipes-page-search-spanish .views-exposed-form .form-type-textfield {
  width: 100%;
}
@media (min-width: 800px) {
  .view-recipes-page-search .views-exposed-form .form-type-textfield,
  .view-recipes-page-search-spanish .views-exposed-form .form-type-textfield {
    padding-right: 0.625rem;
  }
}
.view-recipes-page-search .views-exposed-form .form-type-textfield input,
.view-recipes-page-search-spanish .views-exposed-form .form-type-textfield input {
  background: #fff;
  padding: 0.875rem;
  border: 0;
}
.view-recipes-page-search .views-exposed-form .select-wrapper,
.view-recipes-page-search-spanish .views-exposed-form .select-wrapper {
  width: 100%;
  background: #fff;
}
.view-recipes-page-search .views-exposed-form .select-wrapper:after,
.view-recipes-page-search-spanish .views-exposed-form .select-wrapper:after {
  line-height: 3.125rem;
}
@media (min-width: 800px) {
  .view-recipes-page-search .views-exposed-form .select-wrapper,
  .view-recipes-page-search-spanish .views-exposed-form .select-wrapper {
    width: auto;
  }
}
.view-recipes-page-search .views-exposed-form .select-wrapper select,
.view-recipes-page-search-spanish .views-exposed-form .select-wrapper select {
  border: 0;
}
@media (min-width: 800px) {
  .view-recipes-page-search .views-exposed-form .form-type-select,
  .view-recipes-page-search-spanish .views-exposed-form .form-type-select {
    padding-right: 0.625rem;
  }
}
.view-recipes-page-search .views-exposed-form .form-type-select select,
.view-recipes-page-search-spanish .views-exposed-form .form-type-select select {
  padding: 0.875rem;
}
.view-recipes-page-search .views-exposed-form .form-type-select select:after,
.view-recipes-page-search-spanish .views-exposed-form .form-type-select select:after {
  color: #000;
  font-size: 1.875rem;
}
.view-recipes-page-search .views-exposed-form .form-actions,
.view-recipes-page-search-spanish .views-exposed-form .form-actions {
  display: flex;
  align-self: flex-end;
}
.view-recipes-page-search .views-exposed-form .form-actions input,
.view-recipes-page-search-spanish .views-exposed-form .form-actions input {
  background: #ffffff;
  border-color: #e21833;
  color: #000000;
  cursor: pointer;
  margin: 0;
}
.view-recipes-page-search .views-exposed-form .form-actions input:first-child,
.view-recipes-page-search-spanish .views-exposed-form .form-actions input:first-child {
  margin-right: 0.625rem;
}
.view-recipes-page-search .views-exposed-form .form-actions input:hover,
.view-recipes-page-search-spanish .views-exposed-form .form-actions input:hover {
  background: #e21833;
  color: #ffffff;
}
.view-recipes-page-search .item-list,
.view-recipes-page-search-spanish .item-list {
  margin-bottom: 1.875rem;
}
.view-recipes-page-search .item-list ul li,
.view-recipes-page-search-spanish .item-list ul li {
  border-top: 0.0625rem solid #dcdcdc;
  padding: 1.25rem 0rem;
}
@media (min-width: 800px) {
  .view-recipes-page-search .item-list ul li:last-of-type,
  .view-recipes-page-search-spanish .item-list ul li:last-of-type {
    border-bottom: 0.0625rem solid #dcdcdc;
  }
}
.view-recipes-page-search .page-navigation__pagination,
.view-recipes-page-search-spanish .page-navigation__pagination {
  justify-content: center;
}

.text-content a:not([class]) {
  color: #CC1C2F;
  text-decoration-color: #CC1C2F;
}
