@import url("https://use.typekit.net/npz8mvf.css");
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

article, aside, footer, header, hgroup, main, menu, nav, section {
  display: block;
  clear: both;
}

audio, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 1em;
}

@media screen and (min-width: 1024px) {
  html {
    font-size: 1.125em;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 1.125vw;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: border-box;
}

/** Grid **/
.container {
  margin: 0 auto;
  width: calc(90vw - 20px);
  max-width: calc(64rem - 20px);
}

.container-narrow {
  width: 60%;
  max-width: 40rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container-narrow {
    width: 90%;
    max-width: 66rem;
  }
}

.container-wide {
  width: 90%;
  max-width: 66rem;
  margin: 0 auto;
}

.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  flex: 1;
  padding-left: 25px;
  padding-right: 25px;
}

.flex-grid {
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  flex-wrap: wrap;
  width: calc(90vw - 20px);
  max-width: calc(64rem - 20px);
  margin: 0 auto;
}
@media (max-width: 640px) {
  .flex-grid {
    padding: 0 10px;
  }
}
.flex-grid__full {
  flex: 1 0 100%;
}
.flex-grid__split {
  flex: 1 0 42%;
}
@media (min-width: 768px) {
  .flex-grid__split {
    flex: 1 0 21%;
  }
}
.flex-grid__third {
  flex: 1 0 32%;
}
@media (max-width: 640px) {
  .flex-grid__third.mobile {
    flex-basis: 100%;
  }
}
.flex-grid__two-thirds {
  flex: 1 0 68%;
}
@media (max-width: 640px) {
  .flex-grid__two-thirds.mobile {
    flex-basis: 100%;
  }
}
.flex-grid__fourth {
  flex-basis: 25%;
}
@media (max-width: 640px) {
  .flex-grid__fourth.mobile {
    flex-basis: 100%;
  }
}
.flex-grid .gap {
  padding-right: 20px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-stretch: normal;
}

.no-mobile {
  display: block !important;
}

.mobile-only {
  display: none !important;
}

.hide {
  display: none !important;
}

.hidden {
  display: none;
}

a.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

h1.elementor-heading-title {
  font-family: "utopia-std-headline", serif !important;
}

#article-banner h1.elementor-heading-title {
  font-family: "canada-type-gibson", sans-serif !important;
  font-size: 44px;
}

.t-style-underline-center {
  position: relative;
  font-family: "canada-type-gibson", sans-serif !important;
  font-size: 2.3rem;
  font-weight: 600;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.t-style-underline-center:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 1.25rem);
  width: 2.5rem;
  height: 3px;
  background: #ffba49;
}

.t-style-underline-left {
  position: relative;
  font-size: 2.3rem;
  font-weight: 600;
  text-align: left;
  margin: 0;
}
.t-style-underline-left:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 2.5rem;
  height: 3px;
  background: #ffba49;
}

.btn.load-more {
  background-color: #a62b23;
  font-family: "canada-type-gibson", sans-serif !important;
  color: #fff;
  text-transform: lowercase;
  text-align: center;
  display: block;
  margin: 35px auto;
  padding: 15px 25px;
  width: 30%;
  border: 2px solid #a62b23;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.btn.load-more:hover {
  background-color: transparent;
  color: #a62b23;
}
@media (max-width: 640px) {
  .btn.load-more {
    width: 100%;
  }
}

#main_header_wrapper li.menu-item {
  cursor: pointer;
}

#main_header_wrapper .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.sub-menu.elementor-nav-menu--dropdown {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  background-color: #a62b23;
  border-color: transparent;
  color: #fff;
  min-width: 12em;
  border-radius: 4px 4px 4px 4px;
  padding: 15px 35px 15px 35px;
  font-weight: 600;
  width: 20%;
  display: block;
  text-align: center;
  margin-top: 35px;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
  border-color: #a62b23;
}

.gform_title {
  display: none;
}

.brand-footer {
  padding: 15px 0;
  background-color: #4e4c4d;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #fff;
}
.brand-footer .brand-footer__description {
  border-bottom: 1px solid rgba(166, 165, 166, 0.5);
  margin: 0 auto;
}
.brand-footer .brand-footer__description a {
  color: #fff;
  font-weight: 400;
}
.brand-footer .brand-footer__description a:hover {
  color: #fff;
}

.elementor-widget-tabs .elementor-tab-content {
  padding: 0 !important;
}

@media (max-width: 767px) {
  .elementor-tabs .elementor-tabs-wrapper {
    display: block !important;
  }
}
@media (max-width: 640px) {
  .no-mobile {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }
}
.elementor-shortcode .owl-carousel .owl-stage .owl-item:last-child {
  display: none !important;
}

button:focus {
  outline: 0 !important;
}

.checklist-container {
  width: calc(56rem - 20px) !important;
  margin: 0 auto 20px;
}

.checkbox-list {
  list-style: none;
}

.checkbox-list li {
  padding: 0em 0em 1em 20px;
  position: relative;
  font-weight: 600;
}

.checkbox-list li::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0.0625rem;
  width: 0.5rem;
  height: 0.875rem;
  border: solid #34d13d;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #333;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  margin: 20px auto;
}

.explore-ab-hm-link .elementor-button-icon {
  line-height: 1.7;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.menu-item .elementor-item {
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 20px;
}

#home_recipe_wrapper .featured-posts__card .featured-posts__card-title {
  text-align: center;
  font-weight: 800;
}
#home_recipe_wrapper .featured-posts__card a:hover .featured-posts__img {
  position: relative;
}
#home_recipe_wrapper .featured-posts__card a:hover .featured-posts__img:after {
  background: rgba(11, 7, 4, 0.65);
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home_recipe_wrapper .featured-posts__card a:hover .featured-posts__card-title {
  color: #e82013 !important;
}

#gform_submit_button_1 {
  background: #e82013;
  border-color: #e82013;
  color: white;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 5px;
  padding: 20px 30px !important;
}

#gform_submit_button_1:hover {
  background: #ffba49;
}

.current-menu-ancestor.current-menu-parent {
  position: relative;
}
.current-menu-ancestor.current-menu-parent:after {
  content: "";
  border-bottom: 4px solid #ffba49;
  position: absolute;
  top: 0;
  left: 50%;
  width: 80%;
  margin-left: -40%;
}
@media (max-width: 640px) {
  .current-menu-ancestor.current-menu-parent:after {
    display: none;
  }
}

/* Search section */
.products-search-filter .wpgb-facet-title {
  width: 100%;
}

#main_header_wrapper li.menu-item {
  text-align: center;
}

#main_header_wrapper .eicon-menu-bar::before {
  color: #000;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  position: absolute;
  top: 42% !important;
  font-size: 64px !important;
  color: #000 !important;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block !important;
}

.owl-nav i {
  font-size: 32px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  color: #ccc !important;
}

@media screen and (max-width: 640px) {
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    top: 38%;
  }

  .owl-nav .owl-prev {
    left: -5px;
  }

  .owl-nav .owl-next {
    right: -5px;
  }
}
.owl-stage {
  display: flex;
}

.owl-item {
  display: flex;
  flex: 1;
}

.custom-component .btn-link {
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #a62b23;
  padding: 0;
}
.custom-component .btn-link:hover {
  color: #a62b23;
}
.custom-component .btn-link img {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -6px;
}
.custom-component .t-style-underline-center {
  font-size: 44px;
}
.custom-component .flex-grid {
  width: 100%;
}
.custom-component button[type=submit] {
  /* use $red in scss partial - already matches this color */
  background: #a62b23;
  color: white;
  font-weight: 600;
  width: 100%;
}
.custom-component .intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
.custom-component .intrinsic-container.intrinsic-container-const-height {
  padding-bottom: 615px;
}
.custom-component .intrinsic-container.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
.custom-component .intrinsic-container.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
.custom-component .intrinsic-container.intrinsic-container-1x1 {
  padding-bottom: 100%;
}
.custom-component .intrinsic-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-component.home-brand-preview .tile {
  transition: all 0.375s ease-in-out;
}
.custom-component.home-brand-preview .is-swapping {
  transform: scale(0, 0);
}
.custom-component.investors-email-alerts .intrinsic-container-const-height {
  padding-bottom: 543px;
}
.custom-component.investors-events-full .flex-grid {
  max-width: 100%;
}
.custom-component.investors-events-full .event-item-wrapper .event {
  margin-bottom: 15px;
  text-align: center;
}
.custom-component.investors-events-full .event-item-wrapper a h4 {
  color: #a62b23 !important;
}
.custom-component.investors-events-full h2 {
  font-size: 2.3rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.custom-component.investors-events-full .past-events {
  padding-top: 50px;
  background-color: #F6F6F6;
}
.custom-component.investors-events-full .event-date {
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}
.custom-component.investors-events-full .event-date h4 {
  margin: 0;
}
.custom-component.investors-events-full .event-title {
  color: #000;
  font-weight: bold;
}
.custom-component.investors-events-full .upcoming-events {
  padding-bottom: 50px;
}
.custom-component.investors-events-full .no-results-message {
  text-align: center;
}
.custom-component.investors-events-preview .event {
  padding: 0;
  margin-bottom: 25px;
}
.custom-component.investors-events-preview .event-date {
  color: #4e4c4d;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.custom-component.investors-events-preview .event-title {
  color: #000;
  font-weight: 600;
}
.custom-component.investors-events-preview a.view-all {
  background-color: #a62b23;
  border-color: transparent;
  color: #fff;
  min-width: 12em;
  border-radius: 4px 4px 4px 4px;
  padding: 15px 35px 15px 35px;
  font-weight: 600;
  width: 20%;
  display: block;
  text-align: center;
  margin-top: 35px;
}
.custom-component.investors-events-preview no-results-message {
  margin-bottom: 50px;
}
.custom-component.investors-financials-annual-reports .flex-grid__split {
  flex: 1 50%;
  padding: 5px;
}
@media (max-width: 640px) {
  .custom-component.investors-financials-annual-reports .flex-grid__split {
    flex: 1 100%;
  }
}
.custom-component.investors-financials-annual-reports .document-item-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.custom-component.investors-financials-annual-reports .document-item-wrapper .document .pdf-link {
  border: 1px solid #dcdbdb;
  background: white;
  padding: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.custom-component.investors-financials-annual-reports .document-container {
  max-width: 768px;
  margin: 0 auto;
}
.custom-component.investors-financials-annual-reports .document-container .document {
  display: none;
  width: 100%;
  margin-bottom: 15px;
  max-height: 55px;
}
.custom-component.investors-financials-annual-reports .document-container .document-title {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  padding: 0 0 0 10px;
  margin: 0;
}
.custom-component.investors-financials-annual-reports .document-container .document-item-wrapper .document img {
  width: 31px;
  height: 36px;
}
.custom-component.investors-governance-executives, .custom-component.investors-governance-board-directors {
  margin: 0 auto;
  max-width: calc(64rem - 20px);
}
@media (min-width: 768px) {
  .custom-component.investors-governance-executives, .custom-component.investors-governance-board-directors {
    width: calc(90vw - 20px);
  }
}
.custom-component.investors-governance-executives .flex-grid, .custom-component.investors-governance-board-directors .flex-grid {
  justify-content: center;
}
@media (max-width: 767px) {
  .custom-component.investors-governance-executives .flex-grid, .custom-component.investors-governance-board-directors .flex-grid {
    padding: 5px;
  }
}
.custom-component.investors-governance-executives .exec-tile-container .violator__content h3 + .exec-tile-title, .custom-component.investors-governance-board-directors .exec-tile-container .violator__content h3 + .exec-tile-title {
  padding-left: 0;
}
.custom-component.investors-governance-executives .exec-tile-container, .custom-component.investors-governance-board-directors .exec-tile-container {
  justify-content: center;
}
.custom-component.investors-governance-executives .exec-tile-container .tile .tile-image, .custom-component.investors-governance-board-directors .exec-tile-container .tile .tile-image {
  transform: scale(0.9);
  transition: all 0.4s ease-in-out;
}
.custom-component.investors-governance-executives .exec-tile-container .tile.active .tile-image, .custom-component.investors-governance-board-directors .exec-tile-container .tile.active .tile-image {
  transform: scale(1);
}
.custom-component.investors-governance-executives .exec-tile-container .tile .flex-grid, .custom-component.investors-governance-board-directors .exec-tile-container .tile .flex-grid {
  justify-content: space-between;
}
@media (max-width: 640px) {
  .custom-component.investors-governance-executives .flex-grid, .custom-component.investors-governance-board-directors .flex-grid {
    padding: 0px;
  }
}
.custom-component.investors-governance-executives .flex-grid__split, .custom-component.investors-governance-board-directors .flex-grid__split {
  flex: 0 0 0%;
  margin-bottom: 20px;
  flex-basis: 100%;
  width: 100%;
}
@media (min-width: 640px) {
  .custom-component.investors-governance-executives .flex-grid__split, .custom-component.investors-governance-board-directors .flex-grid__split {
    width: calc(50% - 20px / 2);
    -webkit-flex-basis: calc(50% - 20px / 2);
    -ms-flex-preferred-size: calc(50% - 20px / 2);
    flex-basis: calc(50% - 20px / 2);
  }
}
.custom-component.investors-governance-executives .violator__spacer, .custom-component.investors-governance-board-directors .violator__spacer {
  background: #fff;
}
@media (min-width: 480px) {
  .custom-component.investors-governance-executives .violator__content li, .custom-component.investors-governance-board-directors .violator__content li {
    display: inline-block;
  }
}
@media (min-width: 640px) {
  .custom-component.investors-governance-executives .violator__image div, .custom-component.investors-governance-board-directors .violator__image div {
    padding: 20px 0 0 20px;
  }
}
.custom-component.investors-governance-executives .violator__content > div, .custom-component.investors-governance-board-directors .violator__content > div {
  padding: 0px 20px;
}
@media (min-width: 640px) {
  .custom-component.investors-governance-executives .violator__content > div, .custom-component.investors-governance-board-directors .violator__content > div {
    padding: 20px 20px 0 0;
  }
}
.custom-component.investors-governance-executives .violator__content li:not(:last-child), .custom-component.investors-governance-board-directors .violator__content li:not(:last-child) {
  padding-bottom: 0.25em;
}
.custom-component.investors-governance-executives .violator__content ul, .custom-component.investors-governance-board-directors .violator__content ul {
  padding-left: 0px;
  list-style: none;
}
.custom-component.investors-governance-executives .violator__content h3, .custom-component.investors-governance-board-directors .violator__content h3 {
  font-size: 2.369rem;
  line-height: 1.125;
  padding-left: 0 !important;
}
@media (min-width: 640px) {
  .custom-component.investors-governance-executives .violator__content h3, .custom-component.investors-governance-board-directors .violator__content h3 {
    margin-right: calc(2rem + 20px);
  }
}
.custom-component.investors-governance-executives .violator a.violator__close svg, .custom-component.investors-governance-board-directors .violator a.violator__close svg {
  width: 2em !important;
  height: 2em !important;
  fill: #fff;
  opacity: 0.5;
}
@media (min-width: 640px) {
  .custom-component.investors-governance-executives .violator a.violator__close svg, .custom-component.investors-governance-board-directors .violator a.violator__close svg {
    fill: #a62b23;
  }
}
.custom-component.investors-governance-executives .exec-tile .tile-link, .custom-component.investors-governance-board-directors .exec-tile .tile-link {
  text-align: center;
}
.custom-component.investors-governance-executives .exec-tile .tile-link:hover, .custom-component.investors-governance-board-directors .exec-tile .tile-link:hover {
  color: inherit;
}
.custom-component.investors-governance-executives .exec-tile .tile-link .exec-tile-profile, .custom-component.investors-governance-board-directors .exec-tile .tile-link .exec-tile-profile {
  padding: 7px;
  border-radius: 50%;
}
.custom-component.investors-governance-executives .exec-tile .tile-link img, .custom-component.investors-governance-board-directors .exec-tile .tile-link img {
  transform: scale(0.8);
}
.custom-component.investors-governance-executives .exec-tile .violator, .custom-component.investors-governance-board-directors .exec-tile .violator {
  padding-top: 35px;
}
.custom-component.investors-governance-executives .exec-tile-open-bio, .custom-component.investors-governance-board-directors .exec-tile-open-bio {
  color: #4e4c4d;
}
.custom-component.investors-governance-executives .exec-tile-open-bio:hover, .custom-component.investors-governance-board-directors .exec-tile-open-bio:hover {
  color: #4e4c4d;
}
.custom-component.investors-governance-executives .exec-tile-name, .custom-component.investors-governance-board-directors .exec-tile-name {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #a62b23;
}
.custom-component.investors-governance-executives .exec-tile-title, .custom-component.investors-governance-board-directors .exec-tile-title {
  font-size: 1rem;
  font-weight: 500;
  color: #4e4c4d;
  padding: 0 12px 1em;
}
@media (min-width: 768px) {
  .custom-component.investors-governance-executives .exec-tile-title, .custom-component.investors-governance-board-directors .exec-tile-title {
    padding: 0 20px 1em;
  }
}
.custom-component.investors-news-full .flex-grid {
  max-width: 100%;
}
.custom-component.investors-news-full .flex-grid__split {
  flex: 1 0 100%;
}
@media (min-width: 768px) {
  .custom-component.investors-news-full .flex-grid__split {
    flex: 1 0 42%;
  }
}
.custom-component.investors-news-full h2 {
  font-size: 2.3rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.custom-component.investors-news-full h2:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 1.25rem);
  width: 2.5rem;
  height: 3px;
  background: #ffba49;
}
.custom-component.investors-news-full .story-date {
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}
.custom-component.investors-news-full .story-title {
  color: #000;
  font-weight: bold;
}
.custom-component.investors-news-full .news-filter-wrapper {
  margin-bottom: 2em;
  text-align: center;
}
.custom-component.investors-news-full .news-item-wrapper .event {
  margin-bottom: 1em;
}
.custom-component.investors-news-full .news-item-wrapper .story {
  display: none;
  padding: 2em 0;
  text-align: center;
  background: #efefef;
}
.custom-component.investors-news-full .news-item-wrapper .story:nth-child(even) {
  background: #f6f6f6;
}
.custom-component.investors-news-preview .flex-grid__split {
  flex: 1 0 100%;
}
@media (min-width: 768px) {
  .custom-component.investors-news-preview .flex-grid__split {
    flex: 1 0 42%;
  }
}
.custom-component.investors-news-preview .news-item-wrapper .story {
  padding: 0;
  margin-bottom: 25px;
}
.custom-component.investors-news-preview .story-date {
  color: #4e4c4d;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.custom-component.investors-news-preview .story-title {
  color: #000;
  font-weight: 600;
}
.custom-component.investors-news-preview a.view-all {
  background-color: #a62b23;
  border-color: transparent;
  color: #fff;
  min-width: 12em;
  border-radius: 4px 4px 4px 4px;
  padding: 15px 35px 15px 35px;
  font-weight: 600;
  width: 20%;
  display: block;
  text-align: center;
  margin-top: 35px;
}
.custom-component.investors-stock-key-figures {
  display: flex;
  justify-content: center;
}
.custom-component.investors-stock-key-figures .flex-grid__split {
  flex: 1 0 100%;
}
@media (min-width: 768px) {
  .custom-component.investors-stock-key-figures .flex-grid__split {
    flex: 1 0 42%;
  }
}
.custom-component.investors-stock-key-figures.is-positive {
  color: #34d13d;
}
.custom-component.investors-stock-key-figures.is-negative {
  color: #d82331;
}
.custom-component.investors-stock-key-figures .stock-details {
  max-width: 75%;
}
@media (max-width: 768px) {
  .custom-component.investors-stock-key-figures .flex-grid__full {
    text-align: center;
  }
}
.custom-component.investors-stock-key-figures .stock-details span.i-exchange {
  font-weight: 400;
  color: #4e4c4d;
}
.custom-component.investors-stock-key-figures .stock-details span.i-symbol {
  font-weight: 600;
}
.custom-component.investors-stock-key-figures .stock-details span.i-currency.large {
  font-size: 67px;
  font-weight: 600;
  line-height: 67px;
}
.custom-component.investors-stock-key-figures .stock-details span.i-lastTrade {
  font-size: 67px;
  font-weight: 600;
  line-height: 67px;
}
.custom-component.investors-stock-key-figures .stock-details span.i-changeNumber {
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}
.custom-component.investors-stock-key-figures .stock-details span.i-changePercent {
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 25px;
}
.custom-component.investors-stock-key-figures .stock-details h4 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #4e4c4d;
}
.custom-component.investors-stock-key-figures .stock-details p {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
}
.custom-component.investors-stock-key-figures .last-trade {
  margin-bottom: 0;
}
.custom-component.investors-stock-key-figures .is-positive {
  position: relative;
  padding-left: 22px;
}
.custom-component.investors-stock-key-figures .is-positive:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/is-positive.png");
  background-repeat: no-repeat;
  top: -4px;
  left: -3px;
  position: absolute;
  display: inline-block;
}
.custom-component.investors-stock-key-figures .is-positive .fill-in {
  color: #34d13d;
}
.custom-component.investors-stock-key-figures .is-neutral {
  position: relative;
}
.custom-component.investors-stock-key-figures .is-neutral .fill-in {
  color: #000;
}
.custom-component.investors-stock-key-figures .is-negative {
  position: relative;
  padding-left: 22px;
}
.custom-component.investors-stock-key-figures .is-negative:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/is-negative.png");
  background-repeat: no-repeat;
  top: -4;
  left: -3px;
  position: absolute;
  display: inline-block;
}
.custom-component.investors-stock-key-figures .is-negative .fill-in {
  color: #d82331;
}
.custom-component.investors-stock-key-figures-quote .quote-row {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #efefef;
  padding: 15px 10px;
}
.custom-component.investors-stock-key-figures-quote .quote-row:nth-child(odd) {
  background: #f6f6f6;
}
.custom-component.investors-stock-key-figures-quote .quote-row .is-positive {
  position: relative;
}
.custom-component.investors-stock-key-figures-quote .quote-row .is-positive:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/is-positive.png");
  background-repeat: no-repeat;
  top: 0;
  left: -28px;
  position: absolute;
  display: inline-block;
}
.custom-component.investors-stock-key-figures-quote .quote-row .is-positive .fill-in {
  color: #34d13d;
}
.custom-component.investors-stock-key-figures-quote .quote-row .is-neutral {
  position: relative;
}
.custom-component.investors-stock-key-figures-quote .quote-row .is-neutral .fill-in {
  color: #000;
}
.custom-component.investors-stock-key-figures-quote .quote-row .is-negative {
  position: relative;
}
.custom-component.investors-stock-key-figures-quote .quote-row .is-negative:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/is-negative.png");
  background-repeat: no-repeat;
  top: 0;
  left: -28px;
  position: absolute;
  display: inline-block;
}
.custom-component.investors-stock-key-figures-quote .quote-row .is-negative .fill-in {
  color: #d82331;
}
.custom-component.investors-stock-key-figures-quote .quote-row h4, .custom-component.investors-stock-key-figures-quote .quote-row p {
  margin: 0;
}
.custom-component.investors-stock-key-figures-historical-lookup .quote-row {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #efefef;
  padding: 15px 10px;
}
.custom-component.investors-stock-key-figures-historical-lookup .quote-row:nth-child(odd) {
  background: #f6f6f6;
}
.custom-component.investors-stock-key-figures-historical-lookup .quote-row h4, .custom-component.investors-stock-key-figures-historical-lookup .quote-row p {
  margin: 0;
}
.custom-component.investors-stock-key-figures-historical-lookup .i-container-symbol {
  text-align: center;
  margin-top: 50px;
}
.custom-component.investors-stock-key-figures-historical-lookup .i-container-symbol label {
  color: #4e4c4d;
}
.custom-component.investors-stock-key-figures-historical-lookup .i-container-symbol h4 {
  margin: 0 0 25px 0;
}
.custom-component.investors-stock-key-figures-historical-lookup .date-picker-heading {
  text-align: center;
  color: #4e4c4d;
}
.custom-component.investors-stock-key-figures-historical-lookup .investment-date-flatpickr {
  margin-bottom: 25px;
}
.custom-component.investors-stock-key-figures-historical-lookup .btn--primary.retrieve-stock-data {
  width: 50%;
  display: block;
  margin: 0 auto 35px auto;
  border-color: #a62b23;
}
@media (max-width: 640px) {
  .custom-component.investors-stock-key-figures-historical-lookup .btn--primary.retrieve-stock-data {
    width: 100%;
  }
}
.custom-component.investors-stock-key-figures-historical-lookup .results-date {
  text-align: center;
  width: 100%;
  font-weight: bold;
  margin: 20px 0;
}
.custom-component.investors-investment-calculator .investors-investment-calculator__iframe {
  margin-top: 50px;
  position: relative;
}
.custom-component.investors-dividends .investors-dividends__iframe {
  margin-top: 50px;
  position: relative;
}
.custom-component.investors-stock-chart .investors-stock-chart__iframe {
  margin-top: 50px;
  position: relative;
}
.custom-component.investors-analyst-coverage .quote-row {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #efefef;
  padding: 15px 10px;
}
.custom-component.investors-analyst-coverage .quote-row:nth-child(odd) {
  background: #f6f6f6;
}
.custom-component.investors-analyst-coverage .quote-row h4, .custom-component.investors-analyst-coverage .quote-row p {
  margin: 0;
}
.custom-component.investors-analyst-coverage .quote-row h4 {
  font-size: 21px;
}
.custom-component.investors-analyst-coverage .analyst-error {
  text-align: center;
  width: 100%;
}
.custom-component.investors-analyst-coverage .sub-header {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.custom-component.investors-analyst-coverage .margin-top {
  margin-top: 50px;
}
.custom-component.investors-analyst-coverage .table-header {
  background-color: #221f20;
  color: #fff;
  text-align: center;
}
.custom-component.investors-analyst-coverage .table-header p {
  font-size: 14px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.custom-component.investors-financials-sec-filings {
  /* search filters styles */
}
.custom-component.investors-financials-sec-filings .spacer {
  display: none;
}
@media (max-width: 640px) {
  .custom-component.investors-financials-sec-filings .spacer {
    display: block;
    margin-bottom: 35px;
  }
}
.custom-component.investors-financials-sec-filings table thead {
  width: 100%;
  background: #221f20;
}
.custom-component.investors-financials-sec-filings table thead th {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  color: white !important;
  padding: 0.5rem 1rem;
}
.custom-component.investors-financials-sec-filings table th, .custom-component.investors-financials-sec-filings table td {
  vertical-align: middle;
  text-align: center;
}
.custom-component.investors-financials-sec-filings table .sec-row {
  display: none;
}
.custom-component.investors-financials-sec-filings table .filetype-holder {
  display: flex;
  min-width: max-content;
}
.custom-component.investors-financials-sec-filings table .filetype-holder a.file-type-icon {
  margin: 2px;
}
.custom-component.investors-financials-sec-filings .tablesaw-cell-label {
  display: none;
}
.custom-component.investors-financials-sec-filings .filetype-holder {
  width: 140px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .custom-component.investors-financials-sec-filings .filetype-holder {
    width: 70px;
  }
}
@media screen and (min-width: 768px) {
  .custom-component.investors-financials-sec-filings .filetype-holder {
    width: 140px;
  }
}
.custom-component.investors-financials-sec-filings .filetype-holder a {
  display: inline-block;
}
@media screen and (max-width: 639px) {
  .custom-component.investors-financials-sec-filings .tablesaw-stack thead {
    display: none;
  }
  .custom-component.investors-financials-sec-filings .tablesaw-stack th,
.custom-component.investors-financials-sec-filings .tablesaw-stack td,
.custom-component.investors-financials-sec-filings .tablesaw-stack .tablesaw-cell-label,
.custom-component.investors-financials-sec-filings .tablesaw-stack .tablesaw-cell-content {
    display: block;
  }
  .custom-component.investors-financials-sec-filings .tablesaw-stack th:empty,
.custom-component.investors-financials-sec-filings .tablesaw-stack td:empty {
    display: none !important;
  }
  .custom-component.investors-financials-sec-filings .tablesaw-stack .tablesaw-cell-label {
    text-transform: uppercase;
    font-weight: 400;
    color: #4e4c4d;
    letter-spacing: 3px;
  }
  .custom-component.investors-financials-sec-filings .tablesaw-stack .tablesaw-cell-content {
    padding-top: 0.25em;
  }
  .custom-component.investors-financials-sec-filings .tablesaw-stack tr {
    background: #f6f6f6;
    margin-bottom: 2em;
  }
  .custom-component.investors-financials-sec-filings .tablesaw-stack tbody th {
    padding: 0;
  }
  .custom-component.investors-financials-sec-filings .tablesaw-stack tbody th .tablesaw-cell-label {
    display: none;
  }
  .custom-component.investors-financials-sec-filings .tablesaw-stack tbody th .tablesaw-cell-content {
    text-transform: uppercase;
    font-weight: 400;
    color: #4e4c4d;
    letter-spacing: 3px;
    padding: 0.5rem 1rem;
    background: #221f20;
    color: white;
  }
  .custom-component.investors-financials-sec-filings .tablesaw-stack tbody th:not(:empty),
.custom-component.investors-financials-sec-filings .tablesaw-stack tbody td:not(:empty) {
    border-bottom: 2px solid white;
  }
}
.custom-component.investors-financials-sec-filings .sec-document-search-criteria {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .custom-component.investors-financials-sec-filings .sec-document-search-criteria {
    flex-wrap: nowrap;
  }
}
.custom-component.investors-financials-sec-filings .sec-document-search-criteria a[type=submit] {
  padding: 0.625rem;
  line-height: 0.9em;
  transform: translateY(1.375rem);
}
.custom-component.investors-financials-sec-filings .sec-document-search-criteria button[type=submit] {
  margin-top: 24px;
}
.custom-component.investors-financials-sec-filings .sec-document-search-criteria .form-field {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  padding: 0 7px;
  flex: 1 0 46%;
}
@media (min-width: 1025px) {
  .custom-component.investors-financials-sec-filings .sec-document-search-criteria .form-field {
    flex: 1 0 23%;
  }
}
.custom-component.investors-financials-sec-filings .sec-document-search-criteria .form-field a.clear-input {
  position: absolute !important;
  bottom: 0;
  right: 0;
  display: block;
  width: 2.5em;
  height: 2em;
  padding: 0.275em;
  opacity: 0;
}
.custom-component.component-not-found h1 {
  display: inline-block;
  font-size: 1.4rem !important;
}
.custom-component.investors-governence-documents .flex-grid__split {
  flex: 1 50%;
  padding: 5px;
}
@media (max-width: 640px) {
  .custom-component.investors-governence-documents .flex-grid__split {
    flex: 1 100%;
  }
}
.custom-component.investors-governence-documents .document-item-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.custom-component.investors-governence-documents .document-item-wrapper .document .pdf-link {
  border: 1px solid #dcdbdb;
  background: white;
  padding: 0.25em 0.75em;
  display: flex;
  width: 100%;
  height: 100%;
}
.custom-component.investors-governence-documents .document-title {
  color: #000;
  padding: 10px;
  margin: 0;
}
.custom-component.investors-governence-documents .document-item-wrapper .document img {
  width: 31px;
  height: 36px;
  margin-top: 8px;
}
.custom-component.investors-investor-kit .flex-grid__split {
  flex: 1 50%;
  padding: 5px;
}
@media (max-width: 640px) {
  .custom-component.investors-investor-kit .flex-grid__split {
    flex: 1 100%;
  }
}
.custom-component.investors-investor-kit .document-item-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.custom-component.investors-investor-kit .document-item-wrapper .document:nth-child(1) {
  order: 4;
}
.custom-component.investors-investor-kit .document-item-wrapper .document:nth-child(2) {
  order: 3;
}
.custom-component.investors-investor-kit .document-item-wrapper .document:nth-child(3) {
  order: 2;
}
.custom-component.investors-investor-kit .document-item-wrapper .document:nth-child(4) {
  order: 1;
}
.custom-component.investors-investor-kit .document-item-wrapper .document .pdf-link {
  border: 1px solid #dcdbdb;
  background: white;
  padding: 7px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.custom-component.investors-investor-kit .document-title {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding: 0 0 0 5px;
  margin: 0;
}
.custom-component.investors-investor-kit .document-item-wrapper .document img {
  width: 31px;
  height: 36px;
}
.custom-component.investors-investor-kit .investors-investor-kit__cta {
  margin-top: 35px;
}
.custom-component.investors-investor-kit .download-btn {
  background-color: #a62b23;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.custom-component.investors-investor-kit .download-btn p {
  margin-bottom: 0;
}
.custom-component.investors-investor-kit .document-item-wrapper .document-download .download-btn img {
  width: 20px;
  height: auto;
  margin: 0 0 -5px 0;
}
.custom-component.investors-sec-filings-preview .flex-grid__split {
  flex: 1 0 100%;
}
@media (min-width: 768px) {
  .custom-component.investors-sec-filings-preview .flex-grid__split {
    flex: 1 0 42%;
  }
}
.custom-component.investors-sec-filings-preview .sec-item-wrapper .sec-filing {
  padding: 0;
  margin-bottom: 25px;
}
.custom-component.investors-sec-filings-preview .sec-date {
  color: #4e4c4d;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.custom-component.investors-sec-filings-preview .sec-title {
  color: #000;
  font-weight: 600;
}
.custom-component.investors-sec-filings-preview a.view-all {
  background-color: #a62b23;
  border-color: transparent;
  color: #fff;
  min-width: 12em;
  border-radius: 4px 4px 4px 4px;
  padding: 15px 35px 15px 35px;
  font-weight: 600;
  width: 20%;
  display: block;
  text-align: center;
  margin-top: 35px;
}
.custom-component.investors-faqs .investors-faqs__iframe {
  position: relative;
}
.custom-component.investors-email-alerts .investors-email-alerts__iframe {
  position: relative;
}

.page-banner {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .page-banner {
    padding: 35px 0;
  }
}
.page-banner__bg-image {
  background-image: url(../img/search-banner-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-banner__title {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  color: #FFFFFF !important;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  margin: 0 0 1rem 0;
}
.page-banner__content {
  position: relative;
  z-index: 2;
}
.page-banner__intro {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #EDEDED;
  max-width: 700px;
  display: block;
  margin: 0 auto;
}
.page-banner__intro p {
  margin: 0;
}

.recipes.page-banner {
  padding: 120px 0 30px;
}
@media screen and (max-width: 640px) {
  .recipes.page-banner {
    padding: 35px 0 5px;
  }
}

/** Social Share Buttons**/
.share-buttons {
  padding-left: 0;
  margin: 20px 0 0 0;
}
.share-buttons ul {
  list-style-type: none;
}
.share-buttons li {
  display: inline-block !important;
  padding-right: 15px !important;
}
.share-buttons .btn-social {
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
}
.share-buttons .btn-social--facebook {
  background-color: #3b5998;
}
.share-buttons .btn-social--twitter {
  background-color: #1da1f2;
}
.share-buttons .btn-social--email {
  background-color: #a6a5a6;
}
.share-buttons svg {
  width: 1.25em;
  height: 1.25em;
  fill: #fff;
}

@media print {
  .noprint {
    display: none !important;
  }
}
/** Related Posts Shortcode **/
.related-posts {
  padding: 60px 0;
}
.related-posts__heading {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 44px !important;
  font-weight: bold;
  color: #16151c !important;
  text-align: center;
  padding: 0;
  margin: 0 0 40px;
}
.related-posts__card {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 35px;
  background-color: #fff;
  flex: 1;
}
.related-posts__card:hover .related-posts__card-title {
  color: #e82013;
}
.related-posts__card img {
  display: block;
  width: 100%;
}
.related-posts__card-content {
  background-color: #fff;
  padding: 8%;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
.related-posts__card-content a {
  color: #16151c;
}
.related-posts__card-title {
  font-size: 1.3em;
  color: #16151c;
  text-align: center;
  font-weight: bold;
  line-height: initial;
}

.related-posts__card:hover .related-posts__img {
  position: relative;
}
.related-posts__card:hover .related-posts__img:after {
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.cta-wrapper {
  text-align: center;
  padding: 35px 0;
  display: none;
}

.view-all-btn {
  background-color: #000;
  border: 2px solid #fff;
  color: #fff !important;
  padding: 15px 45px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  transition: all 200ms linear;
}

.btn:hover {
  background-color: transparent;
}

/** Custom Recipe Template Styles **/
.custom-recipes .container {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
@media (max-width: 640px) {
  .custom-recipes__description {
    padding: 0 !important;
  }
}
.custom-recipes__image {
  margin-bottom: 60px;
}
@media (max-width: 640px) {
  .custom-recipes__image {
    margin-bottom: 15px;
  }
}
.custom-recipes__title {
  font-family: "canada-type-gibson", sans-serif !important;
  font-size: 56px !important;
  line-height: 60px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 25px;
}
@media (max-width: 640px) {
  .custom-recipes__title {
    text-align: center;
    font-size: 1.4em !important;
    line-height: 1.6em !important;
  }
}
.custom-recipes__details--top {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 640px) {
  .custom-recipes__details--top {
    margin-bottom: 35px;
  }
}
.custom-recipes__details--top li {
  margin: 0;
  padding: 1em;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .custom-recipes__details--top li {
    justify-content: center;
    padding-bottom: 5px;
    line-height: 20px;
    font-size: 14px;
  }
}
.custom-recipes__details--top li:not(:last-child) {
  padding-bottom: 0.5rem;
}
.custom-recipes__details--top li.recipe-description {
  background: white;
}
.custom-recipes__details--top li svg {
  width: 1.375em;
  height: 1.375em;
  margin-right: 0.25rem;
  fill: #FFF !important;
}
.custom-recipes__details--top li svg * {
  width: 1.375em;
  height: 1.375em;
  margin-right: 0.25rem;
  fill: #000 !important;
}
.custom-recipes__details--top .share-buttons li svg * {
  width: 1.375em;
  height: 1.375em;
  margin-right: 0.25rem;
  fill: #FFF !important;
}
.custom-recipes__details--top .share-buttons .btn-social {
  padding: 10px 13px 3px 15px !important;
}
.custom-recipes__details--bottom {
  background-color: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 60px;
}
.custom-recipes__details--bottom h3 {
  font-family: "canada-type-gibson", sans-serif !important;
  font-weight: 600;
  font-size: 28px !important;
  margin: 0 0 20px;
}
.custom-recipes__details--bottom h4 {
  font-family: "canada-type-gibson", sans-serif !important;
  font-weight: 600;
  font-size: 24px !important;
  margin: 0 0 20px;
}
.custom-recipes__details--bottom ol {
  margin: 0;
  padding-left: 20px;
}
.custom-recipes__details--bottom li {
  margin-bottom: 15px;
  padding-left: 25px;
}
.custom-recipes__details--bottom p {
  margin-bottom: 10px;
}
.custom-recipes__details--bottom .ingredients {
  margin-bottom: 35px;
}
.custom-recipes__details--bottom .ingredients ul {
  list-style-type: none;
}
.custom-recipes__details--bottom .ingredients h3 {
  font-family: "canada-type-gibson", sans-serif !important;
  font-size: 19px;
  line-height: 24px;
  color: #333;
}

@media (max-width: 640px) {
  .custom-recipes__details--top li.recipe-description {
    font-size: 16px;
    text-align: center;
  }
}
/** Recipe Search Page **/
.search-only .select2wpupg-container {
  display: none;
}

.filter-only .wpupg-filter-text-input {
  display: none;
}

.search-filters {
  background-color: #a9241d;
  width: 100%;
  padding: 30px 0;
}

.wpgb-facet > fieldset:last-child {
  margin-bottom: 10px !important;
}

.wpupg-choices__placeholder {
  opacity: 1 !important;
}

.search-filters__heading {
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
  .search-filters__heading {
    margin-top: 20px;
    font-size: 16px;
  }
}
#wpupg-grid-custom-recipes-grid-filter {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 15px;
  text-align: center;
}

.select2wpupg-container {
  width: 48% !important;
  padding-right: 15px;
}

.select2wpupg-container:last-child {
  padding-right: 0;
}

.search-results {
  padding: 60px 0;
  background-color: #F2F2F2;
}

.search-results__grid {
  margin-left: 10px;
  margin-right: 10px;
}

.container-header {
  display: flex;
  justify-content: space-between;
}
.container-header .share-buttons {
  float: right;
}
.container-header .share-buttons li:last-child {
  padding-left: 25px;
  border-left: 1px solid grey;
}
.container-header .ah-breadcrumb {
  padding: 25px;
  border-bottom: 0;
  justify-content: flex-start;
}
.container-header .col-md-6 {
  display: inline-block;
  width: 50%;
}
.container-header li svg {
  width: 1.375em;
  height: 1.375em;
  margin-right: 0.25rem;
  fill: #a6a5a6 !important;
}
.container-header li svg * {
  width: 1.375em;
  height: 1.375em;
  margin-right: 0.25rem;
  fill: #a6a5a6 !important;
}

.page-template-page-recipe-search .page-banner__bg-image {
  background-image: url("../img/recipes-header-desktop.jpg");
}
.page-template-page-recipe-search .page-banner__bg-image:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 7, 4, 0.6);
  mix-blend-mode: multiply;
}
.page-template-page-recipe-search .wpgb-search-facet {
  display: none;
}
.page-template-page-recipe-search .search-filters {
  display: none !important;
}
.page-template-page-recipe-search #featuredRecipes {
  display: none;
}
.page-template-page-recipe-search .wpgb-card {
  text-align: center;
}
.page-template-page-recipe-search .wpgb-card h3 {
  color: #16151c !important;
  text-align: center !important;
  font-weight: 700 !important;
}
.page-template-page-recipe-search .wpgb-card:hover .wpgb-card-media {
  position: relative;
}
.page-template-page-recipe-search .wpgb-card:hover .wpgb-card-media :after {
  background: rgba(11, 7, 4, 0.65);
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.page-template-page-recipe-search .wpgb-card:hover h3 {
  color: #e82013 !important;
}

/** Related Recipes Shortcode **/
.related-recipes {
  background-color: #ffba49;
  padding: 60px 0;
}
.related-recipes__heading {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 44px;
  font-weight: bold;
  color: #fff !important;
  text-align: center;
  padding: 0;
  margin: 0 0 40px 0;
}
.related-recipes__recipe-card {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 35px;
  background-color: #fff;
  flex: 1;
}
.related-recipes__recipe-card:hover .related-recipes__card-title {
  color: #e82013;
}
.related-recipes__recipe-card img {
  display: block;
  width: 100%;
}
.related-recipes__card-content {
  background-color: #fff;
  padding: 8%;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
.related-recipes__card-content a {
  color: #16151c;
}
.related-recipes__card-title {
  font-size: 1.3em;
  color: #16151c;
  text-align: center;
}

.recipes-btn {
  background-color: #000;
  border: 2px solid #fff;
  color: #fff !important;
  padding: 15px 45px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  transition: all 200ms linear;
}

/** Featured Posts Shortcode **/
.featured-posts {
  background-color: #e9a729;
  padding: 60px 0;
}
.featured-posts__heading {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  color: #fff !important;
  padding: 0;
  margin: 0 0 35px 0;
}
.featured-posts__card {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 35px;
  background-color: #fff;
  flex: 1 1 auto;
  width: 100%;
}
@media (max-width: 640px) {
  .featured-posts__card {
    margin-left: 0;
    margin-right: 0;
  }
}
.featured-posts__card:hover .featured-posts__card-title {
  color: #a9241d;
}
.featured-posts__img img {
  display: block;
  width: 100%;
}
.featured-posts__card-content {
  background-color: #fff;
  padding: 8%;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
.featured-posts__card-content a {
  color: #000;
}
.featured-posts__card-title {
  font-size: 1.3em;
  color: #000;
}

.products-isotope-filter {
  margin-bottom: 27px !important;
}

.products-search-filter .wpgb-facet .wpgb-search-facet input[type=search] {
  background-color: #fff !important;
  color: #000 !important;
  border: none !important;
  border-radius: 0 !important;
  padding-left: 15px !important;
}

.products-search-filter .wpgb-facet .wpgb-search-facet input[type=search]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000 !important;
  opacity: 1 !important;
}

.products-search-filter .wpgb-facet .wpgb-search-facet input[type=search]::-moz-placeholder {
  /* Firefox 19+ */
  color: #000 !important;
  opacity: 1 !important;
}

.products-search-filter .wpgb-facet .wpgb-search-facet input[type=search]:-ms-input-placeholder {
  /* IE 10+ */
  color: #000 !important;
  opacity: 1 !important;
}

.products-search-filter .wpgb-facet .wpgb-search-facet input[type=search]:-moz-placeholder {
  /* Firefox 18- */
  color: #000 !important;
  opacity: 1 !important;
}

.products .wpgb-facet .wpgb-button[aria-pressed=true] {
  color: #000 !important;
}

.products .wpgb-facet .wpgb-button {
  background-color: #e9a729 !important;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}
.products .wpgb-facet .wpgb-button:hover {
  color: #000 !important;
}

.wpgb-facet .wpgb-radio-label, .wpgb-facet .wpgb-button-label, .wpgb-facet .wpgb-rating-label, .wpgb-facet .wpgb-checkbox-label, .wpgb-facet .wpgb-hierarchy-label {
  font-size: 20px !important;
  line-height: 24px !important;
  padding: 10px 20px !important;
}

@media screen and (max-width: 640px) {
  .wpgb-facet .wpgb-radio-label, .wpgb-facet .wpgb-button-label, .wpgb-facet .wpgb-rating-label, .wpgb-facet .wpgb-checkbox-label, .wpgb-facet .wpgb-hierarchy-label {
    font-size: 18px !important;
  }
}
.products-search-filter .wpgb-facet-title {
  font-family: "canada-type-gibson", sans-serif !important;
  color: #fff !important;
  display: inline-block;
}

.products-search-filter .wpgb-facet > fieldset {
  display: inline-block;
  width: 80%;
  margin-left: 15px;
  margin-bottom: 15px !important;
}

.wpgb-facet .wpgb-facet-title {
  float: left;
  padding-top: 8px !important;
}
@media screen and (max-width: 640px) {
  .wpgb-facet .wpgb-facet-title {
    float: none;
  }
}

@media screen and (max-width: 640px) {
  .products-search-filter .wpgb-facet-title {
    display: block;
    text-align: center;
  }

  .products-search-filter .wpgb-facet > fieldset {
    display: block;
    width: 100%;
  }

  .products-search-filter .wpgb-facet > fieldset {
    margin-left: 0;
  }
}
.products-search-filter {
  max-width: 800px !important;
  margin: 15px auto 10px auto !important;
}

.search-btn {
  display: none;
  background-color: #e9a729;
  color: #fff !important;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  padding: 5px;
  width: 100px;
  margin: 0 auto;
}

.search-btn:hover {
  color: #000 !important;
  background-color: #e9a729;
}

.products-isotope-filter {
  padding-bottom: 10px;
}

/** Product Card Animation **/
.products .wpgb-card, .featured_products .wpgb-card {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.products .wpgb-card:hover .wpgb-card-media, .featured_products .wpgb-card:hover .wpgb-card-media {
  transform: translateY(-0.65rem);
  -webkit-transform: translateY(-0.65rem);
  transition: transform 0.3s ease;
}

.products .wpgb-card:hover h3, .featured_products .wpgb-card:hover h3 {
  color: #a9241d;
}

.products .flex-grid {
  max-width: 100%;
}

.wpgb-facet .wpgb-button:focus, .wpgb-facet .wpgb-rating:focus, .wpgb-facet .wpgb-hierarchy:focus, .wpgb-facet .wpgb-toggle-hidden:focus, .wpgb-facet .wpgb-range-clear:focus, .wpgb-facet .wpgb-range-thumb:focus, .wpgb-facet .wpgb-pagination li a:focus, .wpgb-facet .wpgb-radio:focus .wpgb-radio-control, .wpgb-facet .wpgb-checkbox:focus .wpgb-checkbox-control {
  outline-style: none !important;
}

.claims-icon {
  display: block;
  float: left;
  text-align: center;
  width: 100%;
  max-width: 60px;
  margin-right: 20px;
}
.claims-icon span {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #221f20;
  display: inline-block;
}

.claims-wrapper {
  clear: both;
  padding-top: 35px;
}

.disclaimer-wrapper {
  clear: both;
  padding-top: 35px;
}

.allergens-wrapper {
  clear: both;
}

.product-details__share.share-buttons .btn-social {
  padding: 10px 15px 3px 15px;
}

@media (max-width: 640px) {
  .featured-products {
    margin-top: 35px;
  }
}
.featured-products__card {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 35px;
  flex: 1 1 auto;
  width: 100%;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
@media (max-width: 640px) {
  .featured-products__card {
    margin-left: 0;
    margin-right: 0;
  }
}
.featured-products__card:hover .featured-products__img {
  transform: translateY(-0.65rem);
  -webkit-transform: translateY(-0.65rem);
  transition: transform 0.3s ease;
}
.featured-products__card .featured-products__card-title {
  color: #000;
  text-align: center;
  font-size: 23px;
  line-height: 28px;
  font-weight: 600;
  margin-top: 35px;
}
.featured-products__card:hover .featured-products__card-title {
  color: #a9241d;
}
@media (max-width: 1000px) {
  .featured-products__heading {
    font-size: 2rem;
  }
}
@media (max-width: 640px) {
  .featured-products__heading {
    font-size: 1.4rem;
  }
}

.featured-products-carousel.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.featured_products .wpgb-prev-button:hover, .featured_products .wpgb-next-button:hover {
  background-color: transparent !important;
  color: #4e8167 !important;
}

.featured_products .wpgb-prev-button:focus, .featured_products .wpgb-next-button:focus {
  outline: 0 !important;
}

.featured-products-carousel.owl-carousel .owl-item {
  padding-top: 35px !important;
}

/* nutrition label */
.nutrition-label table {
  margin: 0;
}

.nutrition-label table td,
.nutrition-label table th {
  border: none;
  line-height: 1;
  padding: 0;
}

.nutrition-label table caption + thead tr:first-child td,
.nutrition-label table caption + thead tr:first-child th,
.nutrition-label table colgroup + thead tr:first-child td,
.nutrition-label table colgroup + thead tr:first-child th,
.nutrition-label table thead:first-child tr:first-child td,
.nutrition-label table thead:first-child tr:first-child th {
  border-top: none;
}

.nutrition-label table tbody > tr:nth-child(odd) > td,
.nutrition-label table tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}

.nutrition-label table tbody tr:hover > td,
.nutrition-label table tbody tr:hover > th {
  background-color: transparent;
}

.nutrition-label table tbody + tbody {
  border-top: none;
}

.nutrition-label h1, .nutrition-label h2, .nutrition-label h3, .nutrition-label h4, .nutrition-label h5, .nutrition-label h6 {
  line-height: 1;
  margin: 0 0 0 0;
}

.nutrition-label {
  font: 16px/1 Arial, Helvetica, sans-serif;
  border: 2px solid black;
  padding: 0.25em;
  width: 100%;
  max-width: 20em;
  margin: 0 auto 1rem;
  background: white;
  color: #000 !important;
}

.nutrition-label * {
  font-family: Arial, Helvetica, sans-serif !important;
}

.nutrition-label h2 {
  font-size: 1.6em !important;
  padding-bottom: 0.125em !important;
  text-align: center;
  border-bottom: 1px solid black;
  margin-bottom: 0.125em;
  color: #5d5751 !important;
}

.nutrition-label h6 {
  font-size: 0.625em;
  padding-top: 0.4em;
}

.nutrition-label table {
  width: 100%;
  border-collapse: collapse;
}

.nutrition-label th {
  text-align: left;
}

.nutrition-label th, .nutrition-label td {
  padding: 0px;
}

.nutrition-label th span {
  font-weight: normal;
}

.nutrition-label th + td {
  text-align: right;
}

.nutrition-label .small-info {
  font-size: 0.7em;
  padding: 0.5em 0;
}

.nutrition-label .small-info p {
  line-height: 1.425;
}

.nutrition-label__serving-size {
  margin-bottom: 0.25em;
}

.nutrition-label__serving-size td[colspan="2"] {
  padding-bottom: 0.125em;
}

.nutrition-label__serving-size tr {
  vertical-align: top;
}

.nutrition-label__serving-size th + td {
  font-weight: 700;
}

.nutrition-label__table--small {
  margin: 0 0 0.5em 0;
  font-size: 0.7em;
}

.nutrition-label__table--small tbody tr.row-indent th {
  padding-left: 1em;
  font-weight: normal;
}

.nutrition-label__table--small thead tr {
  border-bottom: 1px solid black;
}

.nutrition-label__table--small td:last-child {
  text-align: left;
}

.nutrition-label__table--small th,
.nutrition-label__table--small td {
  border: 0;
  padding: 0;
}

.nutrition-label__table--small th {
  font-weight: 400;
}

.nutrition-label__table--small th + td {
  text-align: left;
}

.nutrition-label__amount-per-serving {
  border-top: 8px solid black;
  border-bottom: 4px solid black;
}

.nutrition-label__amount-per-serving th,
.nutrition-label__amount-per-serving td {
  font-weight: 700;
}

.nutrition-label__amount-per-serving th {
  font-size: 1.5em;
}

.nutrition-label__amount-per-serving td {
  font-size: 0.75em;
  padding-top: 0.125em;
}

.nutrition-label__amount-per-serving td + td {
  font-size: 2em;
  text-align: right;
  padding: 0.125em 0;
}

.nutrition-label__stats {
  font-size: 0.75em;
  border-top: 5px solid black;
  border-bottom: 6px solid black;
}

.nutrition-label__stats thead th {
  text-align: right;
}

.nutrition-label__stats tbody tr {
  border-top: 1px solid black;
}

.nutrition-label__stats tbody tr.row-indent th,
.nutrition-label__stats tbody tr.row-double-indent th,
.nutrition-label__stats tbody tr.row-triple-indent th {
  padding-left: 1em;
  font-weight: normal;
}

.nutrition-label__stats tbody tr.row-double-indent th {
  padding-left: 2em;
}

.nutrition-label__stats tbody tr.row-triple-indent th {
  padding-left: 3em;
}

.nutrition-label__stats tbody tr.row-giant-border {
  border-width: 6px;
}

.nutrition-label__stats th,
.nutrition-label__stats td {
  padding: 0.1666em 0;
}

.nutrition-label__vitamins th {
  font-weight: normal;
}

.nutrition-label--v1 h1 {
  text-align: left;
  border-bottom: none;
}

.nutrition-label--v1 .nutrition-label__amount-per-serving thead {
  border-bottom: 1px solid black;
}

.nutrition-label--v1 .nutrition-label__amount-per-serving tbody tr {
  padding: 0.5em 0;
}

.nutrition-label--v1 .nutrition-label__amount-per-serving td {
  font-size: 0.75em;
  padding: 0.25em 0;
  font-weight: 400;
}

.nutrition-label--v1 .nutrition-label__amount-per-serving td + td {
  font-size: 0.75em;
  text-align: right;
  padding: 0.125em 0;
}

.nutrition-label .vitamin-block th {
  font-weight: normal;
}

/* nutrition label */
.nutrition-label-v2 table {
  margin: 0;
}

.nutrition-label-v2 table td,
.nutrition-label-v2 table th {
  border: none;
  line-height: 1;
  padding: 0;
}

.nutrition-label-v2 table caption + thead tr:first-child td,
.nutrition-label-v2 table caption + thead tr:first-child th,
.nutrition-label-v2 table colgroup + thead tr:first-child td,
.nutrition-label-v2 table colgroup + thead tr:first-child th,
.nutrition-label-v2 table thead:first-child tr:first-child td,
.nutrition-label-v2 table thead:first-child tr:first-child th {
  border-top: none;
}

.nutrition-label-v2 table tbody > tr:nth-child(odd) > td,
.nutrition-label-v2 table tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}

.nutrition-label-v2 table tbody tr:hover > td,
.nutrition-label-v2 table tbody tr:hover > th {
  background-color: transparent;
}

.nutrition-label-v2 table tbody + tbody {
  border-top: none;
}

.nutrition-label-v2 h1, .nutrition-label-v2 h2, .nutrition-label-v2 h3, .nutrition-label-v2 h4, .nutrition-label-v2 h5, .nutrition-label-v2 h6 {
  line-height: 1;
  margin: 0 0 0 0;
  color: black !important;
}

.nutrition-label-v2 {
  font: 16px/1 Arial, Helvetica, sans-serif;
  border: 2px solid black;
  padding: 0.25em;
  width: 100%;
  max-width: 30em;
  margin: 0 auto 1rem;
  background: white;
  color: #000 !important;
}

.nutrition-label-v2 * {
  font-family: Arial, Helvetica, sans-serif !important;
}

.nutrition-label-v2 h1 {
  font-size: 2em !important;
  padding-bottom: 0.125em !important;
  text-align: center;
  border-bottom: 1px solid black;
  margin-bottom: 0.125em;
}

.nutrition-label-v2 h6 {
  font-size: 0.625em;
  padding-top: 0.4em;
}

.nutrition-label-v2 table {
  width: 100%;
  border-collapse: collapse;
}

.nutrition-label-v2 th {
  text-align: left;
}

.nutrition-label-v2 th span {
  font-weight: normal;
}

.nutrition-label-v2 th + td {
  text-align: right;
}

.nutrition-label-v2 .small-info {
  font-size: 0.7em;
  padding: 0.5em 0;
}

.nutrition-label-v2 .small-info p {
  line-height: 1.425;
}

.nutrition-label-v2__serving-size {
  margin-bottom: 0.25em;
}

.nutrition-label-v2__serving-size td[colspan="2"] {
  padding-bottom: 0.125em;
}

.nutrition-label-v2__serving-size th + td {
  font-weight: 700;
}

.nutrition-label-v2__table--small {
  margin: 0 0 0.5em 0;
  font-size: 0.7em;
}

.nutrition-label-v2__table--small tbody tr.row-indent th {
  padding-left: 1em;
  font-weight: normal;
}

.nutrition-label-v2__table--small thead tr {
  border-bottom: 1px solid black;
}

.nutrition-label-v2__table--small td:last-child {
  text-align: left;
}

.nutrition-label-v2__table--small th,
.nutrition-label-v2__table--small td {
  border: 0;
  padding: 0;
}

.nutrition-label-v2__table--small th {
  font-weight: 400;
}

.nutrition-label-v2__table--small th + td {
  text-align: left;
}

.nutrition-label-v2__calories-per-serving {
  border-bottom: 6px solid black;
}

.nutrition-label-v2__calories-per-serving-label {
  font-size: 0.75em;
  text-align: right;
}

.nutrition-label-v2__calories-per-serving-calories {
  font-size: 2em;
  text-align: right;
}

.nutrition-label-v2__calories-per-serving-heading {
  font-size: 2em;
}

.nutrition-label-v2__calories-per-serving tr {
  vertical-align: bottom;
}

.nutrition-label-v2__calories-per-serving span {
  display: block;
  padding: 0.125em;
  font-weight: bold !important;
}

.nutrition-label-v2__daily-value {
  font-size: 0.75em;
  float: right;
}

.nutrition-label-v2__amount-per-serving {
  border-top: 8px solid black;
  border-bottom: 4px solid black;
}

.nutrition-label-v2__amount-per-serving th,
.nutrition-label-v2__amount-per-serving td {
  font-weight: 700;
}

.nutrition-label-v2__amount-per-serving th {
  font-size: 1.5em;
}

.nutrition-label-v2__amount-per-serving td {
  font-size: 0.75em;
  padding-top: 0.125em;
}

.nutrition-label-v2__amount-per-serving td + td {
  font-size: 2em;
  text-align: right;
  padding: 0.125em 0;
}

.nutrition-label-v2__calories {
  font-weight: bold;
  font-size: 1.625em;
}

.nutrition-label-v2__stats {
  font-size: 0.75em;
  border-top: 5px solid black;
  border-bottom: 6px solid black;
}

.nutrition-label-v2__stats thead th {
  text-align: left;
}

.nutrition-label-v2__stats thead th:not(:first-child) {
  border-left: 1px solid black;
}

.nutrition-label-v2__stats tbody tr td {
  padding: 0.125rem 0.2rem;
}

.nutrition-label-v2__stats tbody tr td span:first-child {
  float: left;
}

.nutrition-label-v2__stats tbody tr td span:not(:first-child) {
  float: right;
  font-weight: bold;
}

.nutrition-label-v2__stats tbody tr td span::before,
.nutrition-label-v2__stats tbody tr td span::after {
  content: "";
  display: table;
}

.nutrition-label-v2__stats tbody tr td span::after {
  clear: both;
}

.nutrition-label-v2__stats tbody tr td,
.nutrition-label-v2__stats tbody tr th {
  padding: 0.125rem 0.2rem;
  position: relative;
}

.nutrition-label-v2__stats tbody tr td:not(:first-child),
.nutrition-label-v2__stats tbody tr th:not(:first-child) {
  border-left: 1px solid black;
}

.nutrition-label-v2__stats tbody tr td:after,
.nutrition-label-v2__stats tbody tr th:after {
  content: "";
  position: absolute;
  border-left: 2px solid white;
  top: 0;
  right: 0;
  height: 140%;
}

.nutrition-label-v2__stats tbody tr td:before,
.nutrition-label-v2__stats tbody tr th:before {
  content: "";
  position: absolute;
  border-left: 2px solid white;
  top: 0;
  left: 0;
  height: 140%;
}

.nutrition-label-v2__stats tbody tr {
  border-top: 1px solid black;
}

.nutrition-label-v2__stats tbody tr.row-indent th,
.nutrition-label-v2__stats tbody tr.row-double-indent th,
.nutrition-label-v2__stats tbody tr.row-triple-indent th {
  padding-left: 1em;
  font-weight: normal;
}

.nutrition-label-v2__stats tbody tr.row-double-indent th {
  padding-left: 2em;
}

.nutrition-label-v2__stats tbody tr.row-triple-indent th {
  padding-left: 3em;
}

.nutrition-label-v2__stats tbody tr.row-giant-border {
  border-width: 6px;
}

.nutrition-label-v2__stats th,
.nutrition-label-v2__stats td {
  padding: 0.1666em 0;
}

.nutrition-label-v2__vitamins th {
  font-weight: normal;
}

.nutrition-label-v2--v1 h1 {
  text-align: left;
  border-bottom: none;
}

.nutrition-label-v2--v1 .nutrition-label-v2__amount-per-serving thead {
  border-bottom: 1px solid black;
}

.nutrition-label-v2--v1 .nutrition-label-v2__amount-per-serving tbody tr {
  padding: 0.5em 0;
}

.nutrition-label-v2--v1 .nutrition-label-v2__amount-per-serving td {
  font-size: 0.75em;
  padding: 0.25em 0;
  font-weight: 400;
}

.nutrition-label-v2--v1 .nutrition-label-v2__amount-per-serving td + td {
  font-size: 0.75em;
  text-align: right;
  padding: 0.125em 0;
}

.nutrition-label-v2 .vitamin-block th {
  font-weight: normal;
}

.wpgb-facet .wpgb-search-facet label > svg {
  color: #ffffff !important;
}

.wpgb-facet select.wpgb-select {
  background-color: #fff !important;
}

.wpgb-facet select.wpgb-select {
  border-radius: 0 !important;
}

.wpgb-facet .wpgb-search-facet input[type=search] {
  background: rgba(0, 0, 0, 0.3) !important;
  border-radius: 0 !important;
  color: white !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding-left: 2.5em !important;
  text-transform: none !important;
}

.wpgb-facet .wpgb-autocomplete-facet input[type=search] {
  background: rgba(0, 0, 0, 0.3) !important;
  border-radius: 0 !important;
  color: white !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding-left: 2.5em !important;
  text-transform: none !important;
}

.wpgb-facet .wpgb-clear-button {
  color: #ffffff !important;
}

.wpgb-facet input.wpgb-date:focus, .wpgb-facet .wpgb-select.wpgb-select-focused, .wpgb-facet .wpgb-sort-facet select:focus, .wpgb-facet .wpgb-select-facet select:focus, .wpgb-facet .wpgb-search-facet input[type=search]:focus, .wpgb-facet .wpgb-autocomplete-facet input[type=search]:focus {
  border-color: #ccc !important;
}

.wpgb-facet .wpgb-button:hover, .wpgb-facet .wpgb-select:hover, .wpgb-facet input.wpgb-date:hover, .wpgb-facet .wpgb-radio:hover .wpgb-radio-control, .wpgb-facet .wpgb-checkbox:hover .wpgb-checkbox-control, .wpgb-facet .wpgb-sort-facet select:hover, .wpgb-facet .wpgb-select-facet select:hover, .wpgb-facet .wpgb-search-facet input[type=search]:hover, .wpgb-facet .wpgb-autocomplete-facet input[type=search]:hover {
  border-color: #ccc !important;
}

.wpgb-result-count {
  display: block;
  font-size: 36px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 35px;
}

.wpgb-facet .wpgb-reset {
  background-color: transparent !important;
  padding: 0 !important;
  color: #fff !important;
  text-align: center !important;
  display: block !important;
  margin: 20px auto 0 auto !important;
}

.recipe-search-title {
  font-family: "canada-type-gibson", sans-serif !important;
  font-weight: 300 !important;
  font-size: 56px !important;
  font-weight: bold !important;
  text-align: center !important;
  margin: 0 0 1rem 0 !important;
  color: #FFF !important;
}

.wpgb-button {
  margin-top: 25px !important;
}

.wpgb-facet .wpgb-button[aria-pressed=true] {
  background-color: #e9a729 !important;
  border-radius: 0 !important;
  text-transform: uppercase;
}

.wpgb-facet .wpgb-button:hover .wpgb-button-label {
  color: #000;
}

.wpgb-facet .wpgb-selection-facet {
  display: block !important;
}

.wpgb-facet .wpgb-inline-list {
  justify-content: center !important;
}

.cat-filter .wpgb-facet > fieldset:last-child {
  margin-bottom: 0 !important;
}

.cat-filter .wpgb-facet .wpgb-button {
  border: none !important;
}

.cat-filter .wpgb-facet .wpgb-button:hover, .cat-filter .wpgb-facet .wpgb-button:focus {
  border: none !important;
}

.wpgb-facet .wpgb-pagination {
  display: block !important;
  text-align: center;
  padding-top: 35px !important;
}

.wpgb-facet .wpgb-pagination li a[aria-current], .wpgb-facet .wpgb-pagination li a[aria-current]:hover {
  color: #e82013 !important;
  border-radius: 50px !important;
}

.wpgb-facet .wpgb-pagination li a {
  color: #000;
}

.wpgb-facet .wpgb-pagination li a:hover {
  color: #e82013 !important;
  border-radius: 50px !important;
}

.wpgb-facet .wpgb-search-facet input[type=search]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff !important;
  opacity: 1 !important;
}

.wpgb-facet .wpgb-search-facet input[type=search]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
  opacity: 1 !important;
}

.wpgb-facet .wpgb-search-facet input[type=search]::-ms-input-placeholder {
  /* IE 10+ */
  color: #fff !important;
  opacity: 1 !important;
}

.wpgb-facet .wpgb-search-facet input[type=search]::-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
  opacity: 1 !important;
}

.wpgb-facet select.wpgb-select:not([multiple]) {
  text-transform: initial;
}

@media screen and (max-width: 600px) {
  .wpgb-facet {
    margin-bottom: 35px;
  }
}
.products input[type=checkbox] {
  display: none;
}

.search-filters input[type=checkbox] {
  display: none;
}

.lbl-toggle {
  display: block;
  padding: 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease-out;
}

.lbl-toggle::after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9Imljb25zL1VJL2NoZXZyb24tQ29weSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8cGF0aCBkPSJNNCwxMC41IEwxMSwxMC41IEwxMSwxMi41IEw0LDEyLjUgTDIsMTIuNSBMMiwzLjUgTDQsMy41IEw0LDEwLjUgWiIgaWQ9Ik1hc2siIGZpbGw9IiMyMzEwMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYuNTAwMDAwLCA4LjAwMDAwMCkgcm90YXRlKC0xMzUuMDAwMDAwKSB0cmFuc2xhdGUoLTYuNTAwMDAwLCAtOC4wMDAwMDApICI+PC9wYXRoPiAgICA8L2c+PC9zdmc+);
  background-size: cover;
  height: 1em;
  width: 1em;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 16px;
  margin-left: 8px;
  transform: rotate(90deg) translateX(-2px);
  transition: transform 0.2s ease-out;
}

.toggle:checked + .lbl-toggle::after {
  transform: rotate(270deg) translateX(0);
}

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 450px;
}

.collapsible-content .content-inner {
  padding: 0 1rem;
}

@media screen and (max-width: 640px) {
  .wpgb-facet .wpgb-inline-list li {
    width: 100% !important;
    text-align: center !important;
  }

  .search-filters {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .search-results {
    padding-top: 35px;
  }

  .recipe-filter-label {
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .lbl-toggle {
    padding-bottom: 25px;
  }
}
/** Recipe Post Breadcrumb nav **/
.ah-breadcrumb {
  list-style-type: none;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  margin-left: -15%;
}
@media (max-width: 768px) {
  .ah-breadcrumb {
    margin-left: 0;
  }
}

.ah-breadcrumb li {
  display: inline;
  margin: 0 0 0 0;
  font-size: 1rem;
}

.ah-breadcrumb .text-label {
  color: #4e4c4d;
  text-transform: uppercase;
}

.ah-breadcrumb a {
  color: #a62b23 !important;
  font-weight: 400 !important;
}

@media screen and (max-width: 640px) {
  .ah-breadcrumb {
    text-align: center;
    margin-bottom: 35px;
  }

  .ah-breadcrumb li {
    margin-left: 0;
  }
}
/* Gravity Form Fields */
.elementor input, .elementor select {
  padding: 0.5em 0.5em 0.5em 0.5em !important;
  line-height: normal !important;
}

.elementor select {
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #CCCCCC;
  border-radius: 0px 0px 0px 0px;
}

.elementor select {
  background-color: #ffffff;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.elementor select:focus {
  background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: gray;
  outline: 0;
}

.investors-sub-menu {
  width: 100%;
  margin: 0 auto;
  background-color: #a62b23;
  color: #fff;
  text-align: center;
}
.investors-sub-menu .menu-item {
  position: relative !important;
}
.investors-sub-menu .menu-item.current-menu-item:after {
  display: block !important;
  position: absolute !important;
  content: " ";
  bottom: -5px !important;
  left: 50% !important;
  margin-left: -13px;
  width: 25px !important;
  height: 25px !important;
  border: 13px solid transparent !important;
  border-bottom-color: white !important;
  z-index: 1 !important;
  opacity: 1 !important;
}
.investors-sub-menu .menu-item.current-menu-item a {
  color: #fff !important;
  opacity: 1 !important;
}

.single-template.all-brands {
  background: #f6f6f6;
}
.single-template.all-brands #brands-banner {
  background-image: url("../../../../wp-content/uploads/brands_header_Ortega_mobile.jpg");
  background-position: center;
  background-size: contain;
  margin-bottom: 0em;
}
@media (min-width: 768px) {
  .single-template.all-brands #brands-banner {
    background-image: url("../../../../wp-content/uploads/brands_header_Ortega_2X-scaled.jpg");
  }
}
.single-template.all-brands #brands-banner #gradient-area {
  padding-top: 4em;
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 31, 32, 0)), color-stop(41%, rgba(34, 31, 32, 0.2)), color-stop(60%, rgba(34, 31, 32, 0.65)), to(rgba(34, 31, 32, 0.8)));
}
@media (min-width: 768px) {
  .single-template.all-brands #brands-banner #gradient-area {
    padding-top: 8em;
    padding-bottom: 3em;
  }
}
.single-template.all-brands #brands-banner #gradient-area h1, .single-template.all-brands #brands-banner #gradient-area h2, .single-template.all-brands #brands-banner #gradient-area h3, .single-template.all-brands #brands-banner #gradient-area h4,
.single-template.all-brands #brands-banner #gradient-area p, .single-template.all-brands #brands-banner #gradient-area span, .single-template.all-brands #brands-banner #gradient-area div {
  text-align: center;
  color: white;
}
.single-template.all-brands #brands-banner #gradient-area h1 {
  font-size: 4.209rem;
}
.single-template.all-brands .brand-tile-container {
  justify-content: center;
}
.single-template.all-brands .brand-tile-container .tile .tile-image {
  transform: scale(0.9);
  transition: all 0.4s ease-in-out;
}
.single-template.all-brands .brand-tile-container .tile.active .tile-image {
  transform: scale(1);
}
.single-template.all-brands .brand-tile-container .tile .flex-grid {
  justify-content: space-between;
}
.single-template.all-brands .violator__spacer {
  background: #fff;
}
@media (min-width: 480px) {
  .single-template.all-brands .violator__content li {
    display: inline-block;
  }
}
@media (min-width: 640px) {
  .single-template.all-brands .violator__image div {
    padding: 20px 0 0 20px;
  }
}
.single-template.all-brands .violator__content > div {
  padding: 0px 20px;
}
@media (min-width: 640px) {
  .single-template.all-brands .violator__content > div {
    padding: 20px 20px 0 0;
  }
}
.single-template.all-brands .violator__content li:not(:last-child) {
  padding-bottom: 0.25em;
}
.single-template.all-brands .violator__content ul {
  padding-left: 0px;
  list-style: none;
}
.single-template.all-brands .violator__content h3 {
  font-size: 2.369rem;
  line-height: 1.125;
  padding-left: 0 !important;
}
@media (min-width: 640px) {
  .single-template.all-brands .violator__content h3 {
    margin-right: calc(2rem + 20px);
  }
}
.single-template.all-brands .violator a.violator__close svg {
  width: 2em !important;
  height: 2em !important;
  fill: #fff;
  opacity: 0.5;
}
@media (min-width: 640px) {
  .single-template.all-brands .violator a.violator__close svg {
    fill: #a62b23;
  }
}
@media (max-width: 640px) {
  .single-template.all-brands .flex-grid {
    padding: 0px;
  }
}
.single-template.all-brands .flex-grid__split {
  flex: 0 0 0%;
  margin-bottom: 20px;
  flex-basis: 100%;
  width: 100%;
}
@media (min-width: 640px) {
  .single-template.all-brands .flex-grid__split {
    width: calc(50% - 20px / 2);
    -webkit-flex-basis: calc(50% - 20px / 2);
    -ms-flex-preferred-size: calc(50% - 20px / 2);
    flex-basis: calc(50% - 20px / 2);
  }
}
.single-template.all-brands .btn--primary:hover {
  background: #f6f6f6;
  color: #221f20 !important;
  -webkit-box-shadow: #dcdbdb 0 0 2px inset;
  box-shadow: #dcdbdb 0 0 2px inset;
}
.single-template.all-brands .btn--primary img {
  height: 1em;
  width: 1em;
  margin-right: 0.25em;
  display: inline-block;
  margin-bottom: 0.25em;
}
.single-template.all-brands .brands-filter-section {
  display: block;
}
@media (min-width: 768px) {
  .single-template.all-brands .brands-filter-section {
    display: none;
  }
}
.single-template.all-brands .filter-section {
  background: #fff;
  padding: 3rem 0 calc(3rem - 20px);
  text-align: center;
  width: 100%;
  max-width: 100%;
}
.single-template.all-brands .filter-header {
  text-transform: uppercase;
  font-weight: 400 !important;
  color: #4e4c4d !important;
  letter-spacing: 3px;
  padding-bottom: 1em;
  margin-bottom: 0px;
}
.single-template.all-brands .subtext {
  display: none;
}
@media (min-width: 768px) {
  .single-template.all-brands .subtext {
    display: block;
  }
}
.single-template.all-brands .subtext-mobile {
  display: block;
  margin: 0 auto 20px;
  margin-bottom: 0px;
  width: calc(78.75vw - 20px);
  -webkit-flex-basis: calc(78.75vw - 20px);
  -ms-flex-preferred-size: calc(78.75vw - 20px);
  flex-basis: calc(78.75vw - 20px);
}
@media (min-width: 768px) {
  .single-template.all-brands .subtext-mobile {
    display: none;
  }
}
.single-template.all-brands .subtext-mobile p {
  text-align: center;
  font-size: 1.333rem;
  line-height: 1.25;
  padding: 20px 0px;
}
.single-template.all-brands .brand-tiles-static {
  padding-bottom: 1em;
}
.single-template.all-brands .brand-info-error {
  text-align: center;
  margin-bottom: 0px;
}
.single-template.all-brands .brand-tiles-static {
  padding-top: 100px;
  padding-bottom: 100px;
}
.single-template.brands-all-products .flex-grid__split {
  flex: 1 0 12%;
}
.single-template.brands-all-products .brands-all-products__section-header h2 {
  font-size: 38px;
  line-height: 43px;
  text-align: center;
  font-weight: 600;
  margin: 50px 0;
}
.single-template.brands-all-products .brands-all-products__banner {
  margin-bottom: 20px;
}
.single-template.brands-all-products .brands-all-products__logo {
  background-color: #F6F6F6;
}
.single-template.brands-all-products .brands-all-products__logo img {
  transform: scale(0.8);
}
.single-template.brands-all-products .brands-all-products__banner-img {
  height: 100%;
}
.single-template.brands-all-products .brands-all-products__banner-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.single-template.brands-all-products .brands-all-products__description {
  background-color: #F6F6F6;
  padding: 3rem 0;
  text-align: center;
}
.single-template.brands-all-products .brands-all-products__description .flex-grid {
  max-width: 650px;
}
.single-template.brands-all-products .brands-all-products__related-products {
  background-color: #F6F6F6;
  padding: 80px 0;
}
.single-template.brands-all-products .brands-all-products__card {
  margin-bottom: 35px;
  padding-left: 15px;
  padding-right: 15px;
}
.single-template.brands-all-products .brands-all-products__card-title {
  color: #221f20;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
.single-template.brands-all-products .brand-tile-container {
  margin-bottom: 50px;
}
.single-template.brands-all-products .brand-tile-container .tile {
  max-width: 10%;
}
.single-template.brands-all-products .brand-tile-container .tile .tile-image {
  transform: scale(0.9);
  transition: all 0.4s ease-in-out;
}
.single-template.brands-all-products .brand-tile-container .tile .tile-image:hover {
  transform: scale(1);
}
.single-template.brands-product-single #product_detail_bottom {
  display: none;
}
.single-template.brands-product-single .brands-product-single__section-header h2 {
  font-size: 38px;
  line-height: 43px;
  text-align: center;
  font-weight: 600;
  margin: 50px 0;
}
.single-template.brands-product-single .brands-product-single__banner {
  margin-bottom: 20px;
}
.single-template.brands-product-single .brands-product-single__logo {
  background-color: #F6F6F6;
}
.single-template.brands-product-single .brands-product-single__logo img {
  transform: scale(0.8);
}
.single-template.brands-product-single .brands-product-single__banner-img {
  height: 100%;
}
.single-template.brands-product-single .brands-product-single__banner-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.single-template.brands-product-single .brands-product-single__product {
  padding-bottom: 50px;
}
.single-template.brands-product-single .brands-product-single__product-img {
  padding-top: 78px;
}
@media (max-width: 640px) {
  .single-template.brands-product-single .brands-product-single__product-img {
    padding-top: 0;
  }
}
.single-template.brands-product-single .brands-product-single__product-title {
  font-size: 58px;
  line-height: 62px;
  margin-bottom: 10px;
}
.single-template.brands-product-single .brands-product-single__product-description {
  margin-bottom: 35px;
}
@media (max-width: 640px) {
  .single-template.brands-product-single .brands-product-single__nutrional-label {
    margin-bottom: 35px;
  }
}
.single-template.brands-product-single .brands-product-single__nutrional-facts {
  background-color: #F6F6F6;
  padding: 80px 0;
}
.single-template.brands-product-single .brands-product-single__product-details h2 {
  font-size: 22px;
  margin-top: 35px;
}
.single-template.brands-product-single .brands-product-single__section-header {
  font-size: 22px;
  margin-bottom: 5px;
}
.single-template.brands-product-single .woocommerce #content div.product div.images, .single-template.brands-product-single .woocommerce div.product div.images, .single-template.brands-product-single .woocommerce-page #content div.product div.images, .single-template.brands-product-single .woocommerce-page div.product div.images {
  width: 100% !important;
}
.single-template.brands-product-single table tbody > tr:nth-child(odd) > td, .single-template.brands-product-single table tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}
.single-template.brands-product-single table tbody > tr:hover:nth-child(odd) > td, .single-template.brands-product-single table tbody > tr:hover:nth-child(odd) > th {
  background-color: transparent;
}
.single-template.brands-product-single .value div {
  width: 21%;
  float: left;
  margin-right: 20px;
}
.single-template.brands-product-single .value div label {
  background-color: #F6F6F6;
  border-radius: 25px;
  padding: 13px;
  color: #000;
  font-weight: 400;
  text-align: center;
  width: 100%;
  height: 100%;
}
.single-template.brands-product-single .value div input:not([type=button]):not([type=submit]) {
  display: none;
}
.single-template.brands-product-single .value div input[type=radio]:checked + label {
  background-color: #a62b23;
  color: #fff;
}
.single-template.brands-product-single .brand-tile-container {
  margin-bottom: 50px;
}
.single-template.brands-product-single .brand-tile-container .tile {
  max-width: 10%;
}
.single-template.brands-product-single .brand-tile-container .tile .tile-image {
  transform: scale(0.9);
  transition: all 0.4s ease-in-out;
}
.single-template.brands-product-single .brand-tile-container .tile .tile-image:hover {
  transform: scale(1);
}
.single-template.investors-news-article section#article-banner {
  background: #f6f6f6;
  text-align: center;
  padding: 3rem 0;
}
.single-template.investors-news-article .article-date {
  color: #4e4c4d;
  text-transform: uppercase;
}
.single-template.investors-news-article .article-breadcrumb-nav {
  margin: 50px 0;
  text-align: center;
}
.single-template.investors-news-article .article-breadcrumb-nav a {
  color: #a62b23;
  font-weight: 400;
}
.single-template.investors-news-article .article-breadcrumb-nav a:hover {
  color: #a62b23;
}
.single-template.investors-news-article ul {
  padding-left: 20px;
  margin: 20px 0;
}
.single-template.investors-news-article .bwtablemarginb.bwblockalignl {
  table-layout: auto;
  border-collapse: separate;
  empty-cells: show;
}
.single-template.investors-news-article .bwtablemarginb.bwblockalignl tbody > tr:nth-child(odd) > td, .single-template.investors-news-article .bwtablemarginb.bwblockalignl table tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}
.single-template.investors-news-article .bwtablemarginb.bwblockalignl tbody {
  width: 100%;
}
.single-template.investors-news-article .bwtablemarginb.bwblockalignl td, .single-template.investors-news-article .bwtablemarginb.bwblockalignl th {
  border: none;
}
.single-template.investors-news-article .bwtablemarginb {
  table-layout: auto;
  border-collapse: separate;
}
.single-template.investors-news-article table {
  margin-bottom: 35px;
  width: 100%;
}
.single-template.investors-news-article .bwtablemarginb tbody td, .single-template.investors-news-article .bwtablemarginb tbody p {
  text-align: left;
  padding: 0;
}
.single-template.investors-news-article .bwcellpmargin.bwalignc {
  text-align: center;
}
.single-template.investors-news-article .bwtablemarginb tbody td.bwsinglebottom, .single-template.investors-news-article .bwtablemarginb tbody p.bwsinglebottom {
  border-bottom: 1px solid #a6a5a6;
}
.single-template.investors-news-article .bwtablemarginb tbody td.bwalignc, .single-template.investors-news-article .bwtablemarginb tbody p.bwalignc {
  text-align: center;
}
.single-template.investors-news-article .bwtablemarginb tbody td.bwvertalignb, .single-template.investors-news-article .bwtablemarginb tbody p.bwvertalignb {
  vertical-align: bottom;
}
.single-template.investors-news-article .bwtablemarginb tbody td, .single-template.investors-news-article .bwtablemarginb tbody p {
  padding: 0 !important;
  margin: 0;
}
.single-template.investors-news-article .bwtablemarginb tbody td.bwdoublebottom, .single-template.investors-news-article .bwtablemarginb tbody p.bwdoublebottom {
  border-bottom: 3px double #a6a5a6;
  padding: 0;
}
.single-template.investors-financials-filing section#filing-doc-banner {
  background: #f6f6f6;
  text-align: center;
  padding: 3rem 0;
}
.single-template.investors-financials-filing .filing-doc-date {
  color: #4e4c4d;
  text-transform: uppercase;
  margin-bottom: 0;
}
.single-template.investors-financials-filing .filing-doc-breadcrumb-nav {
  margin: 50px 0;
  text-align: center;
}
.single-template.investors-financials-filing .filing-doc-breadcrumb-nav a {
  color: #a62b23;
  font-weight: 400;
}
.single-template.investors-financials-filing .filing-doc-breadcrumb-nav a:hover {
  color: #a62b23;
}
.single-template.investors-financials-filing h1 {
  font-family: "canada-type-gibson", sans-serif !important;
}
@media (max-width: 768px) {
  .single-template.investors-financials-filing .filing-buttons-label-column {
    order: 8 !important;
  }
}
@media (max-width: 768px) {
  .single-template.investors-financials-filing .filing-doc-html-column {
    order: 10 !important;
  }
}
.single-template.investors-financials-filing .filing-buttons-label {
  margin-bottom: 0.375rem;
  font-weight: 600;
  color: #221f20;
}
.single-template.investors-financials-filing .filing-doc-html h2 {
  font-size: 1.777rem;
  line-height: 1.125;
  text-align: center;
  color: #221f20;
}
.single-template.investors-financials-filing .btn {
  width: auto;
  min-width: 9em;
  padding: 0.75em;
  font-size: 1em !important;
  font-weight: 600;
  line-height: 1;
  border-radius: 3px;
}
.single-template.investors-financials-filing .btn svg {
  margin-right: 0.25em;
  fill: currentColor;
  -webkit-transition: -webkit-transform 0.125s linear;
  transition: -webkit-transform 0.125s linear;
  transition: transform 0.125s linear;
  transition: transform 0.125s linear, -webkit-transform 0.125s linear;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
}
.single-template.investors-financials-filing .download-form {
  background: #a62b23;
  color: white;
}
.single-template.investors-financials-filing .download-form:hover {
  background: #ee3e33;
  color: white;
  border-color: #ee3e33;
  border-radius: 3px;
}
.single-template.investors-financials-filing .show-full-form {
  background: #efefef;
  color: #221f20;
  border: none;
}
.single-template.investors-financials-filing .show-full-form:hover {
  background: #f6f6f6;
  color: #221f20;
  -webkit-box-shadow: #dcdbdb 0 0 2px inset;
  box-shadow: #dcdbdb 0 0 2px inset;
}
.single-template.investors-financials-filing .iframe-wrapper {
  position: relative;
  margin-bottom: 50px;
}
.single-template.investors-financials-filing .iframe-wrapper iframe {
  width: 100%;
  height: calc(100vh - 20px);
  border: 2px solid #efefef;
}
.single-template.investors-financials-filing .sec-buttons {
  margin-bottom: 50px;
}
.single-template.brands-recipe-single {
  margin: 50px 0 80px 0;
}
.single-template.brands-recipe-single .breadcrumb-nav-wrapper {
  margin-left: 50px;
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  .single-template.brands-recipe-single .breadcrumb-nav-wrapper {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.single-template.brands-recipe-single .ah-breadcrumb {
  display: block;
  text-align: left;
  margin-left: 0;
}
@media (max-width: 640px) {
  .single-template.brands-recipe-single .ah-breadcrumb {
    display: flex;
  }
}
.single-template .btn--primary {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #efefef;
  color: #221f20;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0.75em;
  font-size: 1em !important;
  text-transform: lowercase;
  width: 100%;
}
@media (min-width: 480px) {
  .single-template .btn--primary {
    width: auto;
    min-width: 9em;
  }
}
.single-template .product_title {
  display: none;
}
.single-template .price {
  display: none;
}
.single-template .single_variation_wrap {
  display: none !important;
}
.single-template .woocommerce-variation-availability {
  display: none;
}
.single-template .woocommerce-variation-nutrition-label {
  display: none;
}
.single-template .woocommerce-variation-add-to-car {
  display: none;
}
.single-template .product_meta {
  display: none;
}

.flex-grid.has-violator-tiles .tile {
  max-width: 25%;
}
.flex-grid.has-violator-tiles .tile .violator {
  display: none;
}
.flex-grid.has-violator-tiles .tile .violator .violator__spacer {
  position: relative;
  width: 200%;
}
@media (min-width: 768px) {
  .flex-grid.has-violator-tiles .tile .violator .violator__spacer {
    width: 400%;
  }
}
.flex-grid.has-violator-tiles .tile .violator a.violator__close {
  position: absolute !important;
  top: 0;
  right: 0;
  padding: 20px;
  display: block;
}
.flex-grid.has-violator-tiles .tile .violator a.violator__close svg {
  width: 25px;
  height: 25px;
}
.flex-grid.has-violator-tiles .tile.active .violator {
  display: block;
}
.flex-grid.has-violator-tiles[data-cols="4"] {
  flex: 1 1 0px;
}
.flex-grid.has-violator-tiles[data-cols="4"] .tile {
  max-width: 25%;
}
.flex-grid.has-violator-tiles[data-cols="4"] [data-col="2"][data-cols-in-row="4"] .violator__spacer {
  transform: translateX(-25%);
}
.flex-grid.has-violator-tiles[data-cols="4"] [data-col="3"][data-cols-in-row="4"] .violator__spacer {
  transform: translateX(-50%);
}
.flex-grid.has-violator-tiles[data-cols="4"] [data-col="4"][data-cols-in-row="4"] .violator__spacer {
  transform: translateX(-75%);
}
.flex-grid.has-violator-tiles[data-cols="4"] [data-col="1"][data-cols-in-row="3"] .violator__spacer {
  transform: translateX(-16.5%);
}
.flex-grid.has-violator-tiles[data-cols="4"] [data-col="2"][data-cols-in-row="3"] .violator__spacer {
  transform: translateX(-41.5%);
}
.flex-grid.has-violator-tiles[data-cols="4"] [data-col="3"][data-cols-in-row="3"] .violator__spacer {
  transform: translateX(-66.5%);
}
.flex-grid.has-violator-tiles[data-cols="4"] [data-col="1"][data-cols-in-row="2"] .violator__spacer {
  transform: translateX(-25%);
}
.flex-grid.has-violator-tiles[data-cols="4"] [data-col="2"][data-cols-in-row="2"] .violator__spacer {
  transform: translateX(-50%);
}
.flex-grid.has-violator-tiles[data-cols="4"] [data-col="1"][data-cols-in-row="1"] .violator__spacer {
  transform: translateX(-37.5%);
}
.flex-grid.has-violator-tiles[data-cols="2"] {
  flex: 1 0 42%;
}
.flex-grid.has-violator-tiles[data-cols="2"] .tile {
  max-width: 50%;
}
.flex-grid.has-violator-tiles[data-cols="2"] [data-col="1"][data-cols-in-row="1"] .violator__spacer {
  transform: translateX(-25%);
}
.flex-grid.has-violator-tiles[data-cols="2"] [data-col="2"][data-cols-in-row="2"] .violator__spacer {
  transform: translateX(-50%);
}

.brand-category-container {
  list-style: none;
  margin: 0 auto;
  width: calc(90vw - 20px);
  max-width: calc(64rem - 20px);
  justify-content: center;
}

.button-filter {
  margin: 0.5em 0.25em 0;
  display: inline-block;
}
.button-filter a {
  border-radius: 2em;
  padding: 0 1em;
  display: block;
  color: #4e4c4d !important;
  background: #efefef;
  line-height: 2 !important;
  -webkit-transition: all 0.125s linear;
  transition: all 0.125s linear;
  text-transform: lowercase;
  outline: 0.25em solid transparent;
  font-weight: 400 !important;
}
.button-filter a:hover {
  background: #dcdbdb;
  color: inherit;
}
.button-filter.active a {
  background: #a62b23;
  color: white !important;
}

.exec-tile-container .flex-grid {
  justify-content: space-between;
}
.exec-tile-container .violator__spacer {
  background: #fff;
}
@media (min-width: 480px) {
  .exec-tile-container .violator__content li {
    display: inline-block;
  }
}
@media (min-width: 640px) {
  .exec-tile-container .violator__image div {
    padding: 20px 0 0 20px;
  }
}
@media (min-width: 640px) {
  .exec-tile-container .violator__content > div {
    padding: 20px 20px 0 0;
  }
}
.exec-tile-container .violator__content li:not(:last-child) {
  padding-bottom: 0.25em;
}
.exec-tile-container .violator__content ul {
  padding-left: 0px;
}
.exec-tile-container .violator__content h3 {
  font-size: 2.369rem !important;
  line-height: 1.125;
  color: #221f20 !important;
  font-weight: 600;
  padding-bottom: 0.5rem;
  margin-right: calc(2rem + 20px);
}
.exec-tile-container .violator__content .exec-tile-title {
  font-size: 1.333rem;
  line-height: 1.25;
}
.exec-tile-container .violator__content h3 + .exec-tile-title {
  margin-top: -0.25rem;
  padding-bottom: 0.75rem;
  font-weight: normal;
}
.exec-tile-container .violator a.violator__close svg {
  width: 2em !important;
  height: 2em !important;
  fill: #fff;
  opacity: 0.5;
}
@media (min-width: 640px) {
  .exec-tile-container .violator a.violator__close svg {
    fill: #a62b23;
  }
}
.exec-tile-container .exec-tile.flex-grid__split {
  flex: 0 0 50%;
  margin-bottom: 20px;
}
.exec-tile-container .flex-grid__split {
  flex: 0 0 0%;
  margin-bottom: 20px;
  flex-basis: 100%;
  width: 100%;
}
@media (min-width: 640px) {
  .exec-tile-container .flex-grid__split {
    width: calc(50% - 20px / 2);
    -webkit-flex-basis: calc(50% - 20px / 2);
    -ms-flex-preferred-size: calc(50% - 20px / 2);
    flex-basis: calc(50% - 20px / 2);
  }
}
.exec-tile-container .btn--primary img {
  height: 1em;
  width: 1em;
  margin-right: 0.25em;
  display: inline-block;
  margin-bottom: 0.25em;
}
.exec-tile-container.flex-grid.has-violator-tiles[data-cols="4"] .tile {
  max-width: 50%;
}
@media (min-width: 768px) {
  .exec-tile-container.flex-grid.has-violator-tiles[data-cols="4"] .tile {
    max-width: 25%;
  }
}

/** ie11 Specific Styles **/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .products-search-filter {
    max-width: 100% !important;
  }

  .wpgb-facet .wpgb-facet-title {
    display: block;
    text-align: center;
  }

  .products-search-filter .wpgb-facet > fieldset {
    width: 100%;
    margin-left: 0;
    display: block;
  }

  .featured-recipes__recipe-card {
    flex: 1 1 0;
  }

  .search-btn {
    display: block;
  }
}
/*
   user defined override styles
*/
.ken-burns-breathing-bg {
  animation: ken-burns 30s infinite ease;
}

@keyframes ken-burns {
  0%, 100% {
    background-size: 110%;
  }
  50% {
    background-size: 100%;
  }
}
p.bwalignr.bwcellpmargin {
  text-align: right !important;
}
