.table-of-contents .container {
  max-width: 740px;
}
.table-of-contents .container h2 {
  font-size: 55px;
  color: white;
  line-height: 1.1;
  margin-bottom: 40px;
}
.table-of-contents .container ol li {
  margin-bottom: 20px;
}
.table-of-contents .container ol li::marker {
  color: #FFBE49;
  font-size: 28px;
  font-family: "Bourton Hand Base";
}
.table-of-contents .container ol a {
  color: white;
  font-size: 28px;
  font-family: "Bourton Hand Base";
}
.table-of-contents .container ol a:hover, .table-of-contents .container ol a:focus {
  color: black;
}

.faqs .container {
  max-width: 800px;
}
.faqs h2 {
  font-size: 55px;
  color: white;
  line-height: 1.1;
}
.faqs .accordion {
  margin-top: 55px;
}
.faqs .accordion .panel-title {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.faqs .accordion .panel-title:first-child {
  border-top: none;
}
.faqs .accordion .panel-content p {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.faqs .panel-title button {
  border: none !important;
  position: relative;
  font-size: 24px;
  line-height: 1.3;
}
.faqs .panel-title button:before {
  content: "+";
  position: absolute;
  font-size: 43px;
  left: -37px;
  font-family: arial;
  line-height: 32px;
}
.faqs .panel-title button.active::before {
  content: "-";
}

@media (max-width: 1230px) {
  .table-of-contents .container h2 {
    font-size: 44px;
  }
  .table-of-contents .container ol li::marker {
    font-size: 18px;
  }
  .table-of-contents .container ol a {
    font-size: 20px;
  }
  .faqs h2 {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .faqs h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .table-of-contents .container h2 {
    font-size: 28px;
  }
  .table-of-contents .container ol li::marker {
    font-size: 18px;
  }
  .table-of-contents .container ol a {
    font-size: 18px;
  }
  .faqs .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .faqs h2 {
    font-size: 28px;
  }
  .faqs .panel-content p {
    font-size: 16px !important;
  }
  .faqs .panel-title button {
    font-size: 18px;
  }
  .faqs .panel-title button:before {
    font-size: 30px;
    left: -33px;
  }
}
.two-col-section h3,
.normal-content h3 {
  color: white;
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.two-col-section h3 strong,
.two-col-section h3 b,
.normal-content h3 strong,
.normal-content h3 b {
  font-weight: 400;
}
.two-col-section h4,
.normal-content h4 {
  color: white;
  font-size: 24px;
  line-height: 1.1;
  font-family: "Bourton Hand Base";
}
.two-col-section h4 strong,
.two-col-section h4 b,
.normal-content h4 strong,
.normal-content h4 b {
  font-weight: 400;
}
.two-col-section strong,
.normal-content strong {
  font-weight: 700;
}

.normal-content h2 {
  font-size: 55px;
  color: white;
  line-height: 1.1;
}
.normal-content h2 b,
.normal-content h2 strong {
  font-weight: 400;
}

@media (max-width: 1230px) {
  .two-col-section h3,
.normal-content h3 {
    font-size: 33px;
  }
  .normal-content h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .two-col-section h3,
.normal-content h3 {
    font-size: 21px;
  }
  .two-col-section h4,
.normal-content h4 {
    font-size: 18px;
  }
  .normal-content h2 {
    font-size: 28px;
  }
}
.normal-content.table-content .container {
  max-width: 1050px;
}
.normal-content.table-content .table-container {
  padding-top: 35px;
}
.normal-content.table-content table thead {
  border: none;
}
.normal-content.table-content table thead th {
  font-size: 22px;
}
.normal-content.table-content table thead th.first-th {
  width: 250px;
}
.normal-content.table-content table thead th.second-th {
  width: 330px;
}
.normal-content.table-content table tbody tr td {
  padding-right: 15px;
}
.normal-content.table-content table tbody tr td > span {
  float: right;
  margin-top: -4px;
}

@media (max-width: 991px) {
  .normal-content.table-content table thead {
    border: none;
  }
  .normal-content.table-content table thead th {
    font-size: 18px;
  }
  .normal-content.table-content table thead th.first-th {
    width: 165px;
  }
  .normal-content.table-content table thead th.second-th {
    width: 232px;
  }
  .normal-content.table-content table tbody tr td {
    font-size: 15px;
  }
  .normal-content.table-content table tbody tr td > span span {
    display: none;
  }
}
@media (max-width: 700px) {
  .normal-content.table-content table thead {
    border: none;
  }
  .normal-content.table-content table thead th {
    font-size: 15px;
  }
  .normal-content.table-content table thead th.first-th {
    width: auto;
  }
  .normal-content.table-content table thead th.second-th {
    width: auto;
  }
  .normal-content.table-content table tbody tr td {
    font-size: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .normal-content.table-content table tbody tr td > span {
    display: none;
  }
  .normal-content.table-content table tbody tr td > span span {
    display: none;
  }
}
.normal-content hr {
  border-color: rgba(255, 255, 255, 0.5);
}

.products-featured.four-column-products h3 {
  color: black;
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 25px;
  text-align: center;
}
.products-featured.four-column-products h3 strong,
.products-featured.four-column-products h3 b {
  font-weight: 400;
}
.products-featured.four-column-products .product-name {
  color: white;
  font-size: 28px;
  line-height: 1.05;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Bourton Hand Base";
  letter-spacing: -0.3px;
  margin-top: 15px;
}
.products-featured.four-column-products .product-box > div a:first-child:hover + a *, .products-featured.four-column-products .product-box > div a:first-child:focus + a * {
  color: black;
}
.products-featured.four-column-products a:hover *, .products-featured.four-column-products a:focus * {
  color: black;
}

@media (max-width: 1230px) {
  .featured-products.four-column-products h3 {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  .featured-products.four-column-products h3 {
    font-size: 21px;
  }
  .featured-products.four-column-products .product-name {
    font-size: 23px;
  }
}
.featured-recipes .container {
  max-width: 800px;
}
.featured-recipes .recipe-list .recipe-flex {
  display: flex;
  align-items: center;
  border-bottom: 1px solid white;
  margin-bottom: 15px;
  padding-bottom: 6px;
}
.featured-recipes .recipe-list .recipe-flex:last-child {
  border-bottom: 0;
}
.featured-recipes .recipe-list .recipe-flex .recipe-image {
  width: 200px;
  flex-shrink: 0;
}
.featured-recipes .recipe-list .recipe-flex .recipe-image > div img {
  width: 100%;
}
.featured-recipes .recipe-list .recipe-flex .recipe-content {
  flex-grow: 1;
}
.featured-recipes .recipe-list .recipe-flex .recipe-content > div {
  padding-left: 9%;
}
.featured-recipes .recipe-list .recipe-flex .recipe-content > div h3 {
  color: white;
  font-size: 24px;
  line-height: 1.1;
  font-family: "Bourton Hand Base";
  margin-bottom: 5px;
  margin-top: 0;
}
.featured-recipes .recipe-list .recipe-flex .recipe-content > div p {
  font-size: 16px;
  margin-top: 0;
  padding-top: 0;
  line-height: 1.5;
}
.featured-recipes .recipe-list .recipe-flex .recipe-content > div .link span {
  color: white;
  font-weight: 600;
  font-size: 16px;
}
.featured-recipes .recipe-list .recipe-flex .recipe-content > div .link a {
  color: white;
  text-decoration: underline;
  font-size: 16px;
}

@media (max-width: 1230px) {
  .featured-recipes .recipe-list .recipe-flex {
    display: flex;
  }
  .featured-recipes .recipe-list .recipe-flex .recipe-content > div h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .featured-recipes .recipe-list .recipe-flex {
    display: flex;
  }
}
@media (max-width: 600px) {
  .featured-recipes .recipe-list .recipe-flex {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .featured-recipes .recipe-list .recipe-flex .recipe-image {
    width: 100%;
    margin-bottom: 25px;
  }
  .featured-recipes .recipe-list .recipe-flex .recipe-content > div {
    padding-left: 0;
  }
}
.page-template-template-page-builder .two-col-section.small-two-col .container {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  width: 90% !important;
}
.page-template-template-page-builder .two-col-section.small-two-col .flex {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}
.page-template-template-page-builder .two-col-section.small-two-col .flex .flex-content {
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-template-template-page-builder .two-col-section.small-two-col .flex .flex-content p {
  font-size: 18px;
}
.page-template-template-page-builder .two-col-section.small-two-col .flex .flex-image {
  width: 50%;
}
.page-template-template-page-builder .two-col-section.small-two-col .flex .flex-image > div {
  padding-right: 10%;
}
.page-template-template-page-builder .two-col-section.small-two-col .flex.flex--reverse .flex-image > div {
  padding-right: 0;
  padding-left: 10%;
}
.page-template-template-page-builder .two-col-section.small-two-col h2 {
  font-size: 40px !important;
}
.page-template-template-page-builder .two-col-section.small-two-col h3 {
  margin-top: 0;
}

@media (max-width: 1230px) {
  .page-template-template-page-builder .two-col-section.small-two-col h2 {
    font-size: 33px !important;
  }
}
@media (max-width: 992px) {
  .page-template-template-page-builder .two-col-section.small-two-col {
    padding-bottom: 0;
  }
  .page-template-template-page-builder .two-col-section.small-two-col .flex .flex-content {
    width: 100% !important;
  }
  .page-template-template-page-builder .two-col-section.small-two-col .flex .flex-content > div {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-template-page-builder .two-col-section.small-two-col .flex .flex-image {
    width: 100%;
  }
  .page-template-template-page-builder .two-col-section.small-two-col .flex .flex-image > div {
    padding: 0 !important;
  }
  .page-template-template-page-builder .two-col-section.small-two-col .flex.flex--reverse .flex-image {
    margin-top: 25px;
  }
  .page-template-template-page-builder .two-col-section.small-two-col .flex.flex--reverse .flex-image > div {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .page-template-template-page-builder .two-col-section.small-two-col h3 {
    font-size: 28px !important;
  }
  .page-template-template-page-builder .two-col-section.small-two-col h2 {
    font-size: 28px !important;
  }
}
@media (max-width: 600px) {
  .page-template-template-page-builder .two-col-section.small-two-col .flex .flex-content p {
    font-size: 16px;
  }
}

/*# sourceMappingURL=updated-pagebuilder.css.map */
