@font-face {
  font-family: "Wicked Grit";
  src: url("fontfaces/WickedGrit/WickedGrit.ttf");
  font-weight: normal;
  font-style: normal;
}
.container {
  max-width: 1140px;
  margin: 0 45px;
  padding: 15px;
}
@media (max-width: 768px) {
  .container {
    margin: 0;
  }
}

.entry-content {
  padding: 0;
}

.goalsProgress {
  background: #e6e9ee;
  padding: 40px;
  margin-bottom: 20px;
  padding: 10px;
}

.goalsProgress__title {
  color: #5469a3;
  font-family: "Wicked Grit", sans-serif;
  font-size: 42px;
  letter-spacing: 0;
  line-height: 38px;
  margin: 0 0 20px 0;
}

.goalsProgress__leadText {
  height: 26px;
  color: #000000;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0 !important;
}

.goalsProgress__goalContent {
  height: 26px;
  width: 292px;
  color: #f58034;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0 !important;
}

.goalsProgress__progressBarWrap {
  position: relative;
  margin: 30px 0 0;
}

.goalsProgress__progressBarOuter {
  height: 6px;
  width: 100%;
  border-radius: 5.5px;
  background-color: #ffffff;
  position: absolute;
  top: 30px;
}

.goalsProgress__progressBarInner {
  height: 6px;
  border-top-left-radius: 5.5px;
  border-bottom-left-radius: 5.5px;
  position: absolute;
  top: 30px;
}

.goalsProgress__progressBarIcon {
  height: 44px;
  width: auto;
  display: block;
}

.goalsProgress__progressBarIconNumber {
  height: 26px;
  width: 48px;
  color: #f58034;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  margin-left: -10px;
  position: relative;
}

.goalsProgress__progressBarIcon {
  position: relative;
  margin-left: -10px;
}

.iconsAndLinks .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.iconsAndLinks__title {
  color: #000000;
  font-family: "Wicked Grit", sans-serif;
  font-size: 36px;
  letter-spacing: 0;
  text-align: center;
  line-height: 34px;
  margin: 24px 0;
}

.iconsAndLinks__icon {
  display: block;
  width: 49px;
}

.iconsAndLinks__icon {
  display: block;
  margin: 12px;
}

.generalContent :last-child {
  margin-bottom: 0 !important;
}
.generalContent .text-right {
  text-align: right;
}
@media (max-width: 768px) {
  .generalContent .text-right {
    text-align: center;
  }
}
.generalContent .container--withOutline {
  border: 2px solid #5469a3;
}
.generalContent p {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 32px;
  margin: 0 0 40px 0;
}
.generalContent ul {
  padding: 0;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 32px;
  color: #5469a3;
  list-style: disc inside;
}
.generalContent ul p {
  margin: 0;
}
.generalContent li::marker {
  margin-right: 10px;
}
.generalContent h1,
.generalContent h2,
.generalContent h3 h4,
.generalContent h5,
.generalContent h6 {
  font-family: "Wicked Grit", sans-serif;
}
@media (max-width: 768px) {
  .generalContent h1,
.generalContent h2,
.generalContent h3 h4,
.generalContent h5,
.generalContent h6 {
    line-height: 1;
  }
}
.generalContent .btn--orange {
  background-color: #f58034;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  padding: 8px 20px;
  border-radius: 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .generalContent .btn--orange {
    display: inline-block;
  }
}
.generalContent table {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 38px;
  table-layout: fixed;
}
@media (max-width: 768px) {
  .generalContent table {
    min-width: 100%;
    table-layout: initial;
  }
}
.generalContent td {
  padding: 24px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .generalContent td {
    padding: 8px 4px;
  }
}
.generalContent td .btn--orange {
  margin-left: 10px;
}
.generalContent thead th {
  background-color: rgba(245, 128, 52, 0.18) !important;
  background-image: none;
  text-align: center;
  background-image: none !important;
}
.generalContent .orange {
  color: #f58034;
}
.generalContent .purple {
  color: #5469a3;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .generalContent {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */
  }
  .generalContent table,
.generalContent thead,
.generalContent tbody,
.generalContent th,
.generalContent td,
.generalContent tr {
    display: block;
  }
  .generalContent thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .generalContent tr {
    border: 1px solid #ccc;
  }
  .generalContent td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  .generalContent td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .generalContent td:nth-of-type(1):before {
    content: "No. of Boxes";
  }
  .generalContent td:nth-of-type(2):before {
    content: "People";
  }
  .generalContent td:nth-of-type(3):before {
    content: "Meals";
  }
}

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