/*----------  Products & Recipes Highlighted Section  ----------*/
.page-views.section-products .region-sidebar-first,
.page-views.section-recipes .region-sidebar-first,
.page-views.section-all-products .region-sidebar-first{
  margin-top: 0;
}

.page-views.section-products .outer-wrapper,
.page-views.section-recipes .outer-wrapper,
.page-views.section-all-products .outer-wrapper {
  background-image: none;
  padding-top: 0;
}

.page-views.section-products .highlighted-wrapper,
.page-views.section-recipes .highlighted-wrapper,
.page-views.section-all-products .highlighted-wrapper {
  padding-top: 188px;
}

@media (min-width: 992px) {
  .page-views.section-products .highlighted-wrapper,
  .page-views.section-recipes .highlighted-wrapper,
  .page-views.section-all-products .highlighted-wrapper {
    padding-top: 229px;
  }
}

@media (max-width: 1199px) {
  .page-views.section-products .highlighted-wrapper .block,
  .page-views.section-recipes .highlighted-wrapper .block,
  .page-views.section-all-products .highlighted-wrapper .block {
    padding-left: 10%;
  }
  .page-views.section-products .highlighted-wrapper .block img,
  .page-views.section-recipes .highlighted-wrapper .block img,
  .page-views.section-all-products .highlighted-wrapper .block img {
    max-width: 65%;
  }
}

.page-views.section-products #page,
.page-views.section-recipes #page,
.page-views.section-all-products #page {
  padding-top: 27px;
}

/*----------  Products & Recipes Menu Dialog  ----------*/
@media (max-width: 991px) {
  .menu-dialog-toggles {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 2em;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 1.8em;
  }

  .menu-dialog-toggle {
    background: #ffffff;
    border: 1px solid #3f2104;
    border-radius: 5px;
    padding: 0.25em 1.15em 0.25em 0.9em;
    display: inline-block;
    margin: 0 0.4em 0.4em;
    cursor: pointer;
    letter-spacing: 0.9px;
    font-weight: 500;
  }

  .menu-dialog-toggle i {
    margin-right: 12px;
  }

  .menu-dialog-dialog {
    background: #ffffff;
    border-radius: 10px;
    border: 0;
    padding: 0;
    -webkit-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.75);
  }

  /* during animtation, remove box shadow */
  .ui-effects-wrapper .menu-dialog-dialog {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .menu-dialog-dialog .ui-widget-header {
    background: none;
    border: 0;
    color: #3f2104;
  }

  .menu-dialog-dialog .ui-widget-header .ui-dialog-title {
    font-family: 'Oswald', sans-serif;
    font-size: 3em;
    font-weight: normal;
    text-transform: uppercase;
  }

  .menu-dialog-dialog .ui-widget-header .ui-dialog-title i {
    margin-right: 17px;
    font-size: 0.7em;
    vertical-align: top;
    line-height: 2.2;
  }

  .menu-dialog-dialog .ui-dialog-titlebar-close {
    background: none;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    right: 1.3em;
    top: 1.3em;
    width: auto;
    height: auto;
  }

  .menu-dialog-dialog .ui-icon-closethick {
    display: none;
  }

  .menu-dialog-dialog .ui-button-text {
    text-indent: 0;
    color: #ff6500;
    font-size: 2.5em;
    padding: 0;
  }

  .menu-dialog-dialog.ui-dialog .ui-dialog-content {
    padding: 0 13%;
  }

  .menu-dialog-dialog ul.menu,
  .menu-dialog-dialog ul.menu li {
    list-style: none;
  }

  .menu-dialog-dialog ul.menu {
    font-family: 'Raleway', sans-serif;
    font-size: 1.75em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 0.5em;
  }

  .menu-dialog-dialog ul.menu li {
    padding: 0.75em 9.17%;
    border-bottom: 1px solid #e8c9a3;
  }

  .menu-dialog-dialog ul.menu li.last {
    border-bottom: 0;
  }

  .menu-dialog-dialog.ui-dialog a {
    text-decoration: none;
    color: #3f2104;
  }
}

@media (max-width: 620px) {
  .menu-dialog-toggles {
    font-size: 1.5em;
  }

  .menu-dialog-dialog .ui-widget-header .ui-dialog-title {
    font-size: 1.5em;
  }

  .menu-dialog-dialog .ui-button-text {
    font-size: 1.5em;
  }

  .menu-dialog-dialog ul.menu {
    font-size: 1.15em;
  }
}

@media (max-width: 500px) {
  .menu-dialog-toggle {
    width: 140px;
  }
}

/*----------  Products Landing Page  ----------*/
.page-views.section-products .highlighted-wrapper,
.page-views.section-all-products .highlighted-wrapper {
  background-image: url('/sites/all/themes/foodforlife/images/bg_products.jpg');
}

.page-views.section-products #page-title,
.page-views.section-all-products #page-title {
  display: none;
}

.page-views.section-products.page-taxonomy #page-title ,
.page-views.section-all-products.page-taxonomy #page-title {
  display: block;
  margin-bottom: 18px;
}

.view-products-main .col .taxonomy-term {
  position: relative;
  margin-bottom: 43px;
}

.view-products-main .col .taxonomy-term h2 {
  font-size: 1.75em;
  letter-spacing: -1px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;
  margin-bottom: 0.3em;
}

@media (min-width: 1200px) {
  .view-products-main .col .taxonomy-term h2 {
    font-size: 2.15em;
  }
}

@media (max-width: 767px) {
  .view-products-main .col .taxonomy-term h2 {
    font-size: 2em;
  }
}

@media (max-width: 540px) {
  .view-products-main .col .taxonomy-term h2 {
    font-size: 1.5em;
  }
}

.view-products-main .col .field-type-image img {
  border-radius: 10px;
  display: block;
  width: 100%;
}

@media (min-width: 1200px) {
  .view-products-main .col .field-type-image img {
    min-height: 136px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .view-products-main .col .taxonomy-term {
    margin-bottom: 61px;
  }

  .view-products-main .col .field-type-image img {
    min-height: 112px;
  }
}

.view-products-main a {
  display: block;
}

.view-products-main .col .more-link {
  position: absolute;
  color: #ffffff;
  text-transform: uppercase;
  bottom: 0px;
  right: 0;
  left: 0;
  padding: 20px 0 11px;
  line-height: 1;
  font-size: 1.5em;
  font-family: 'Oswald', sans-serif;
  border-radius: 0 0 10px 10px;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media (min-width: 992px) and (max-width: 1199px) {
  .view-products-main .col .more-link {
    font-size: 1.25em;
  }
}

@media (max-width: 479px) {
  .view-products-main .col .more-link {
    font-size: 1.25em;
  }
}

.view-products-main .more-link a {
  text-shadow: 0px 0px 46px rgba(0, 0, 0, 1);
  padding-left: 25%;
  position: relative;
  right: 22px;
}

.view-products-main .more-link a:after {
  content: ">";
  display: inline;
  position: absolute;
  right: -12px;
  bottom: 0px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .view-products-main .more-link a {
    padding-left: 0;
  }
}

.view-products-main a:hover,
.view-products-main a:focus {
  color: inherit;
}

/*---------- Ezekiel 4:9 Story page & Genesis 1:29 Story Page ----------*/
/* This is for the product views links at the bottom of these about us pages */
.views-bootstrap-grid-plugin-style .col {
  margin-bottom: 1.5em;
  text-align: center;
}

@media (min-width: 991px) {
  .views-bootstrap-grid-plugin-style .col{
    font-size: 0.8125em;
  }
}

.views-bootstrap-grid-plugin-style .col:hover a {
  color: #a8cd31;
}

.views-bootstrap-grid-plugin-style .field-type-image {
  margin-bottom: 6px;
}

/*----------  Products Category Page  ----------*/
.view-taxonomy-term .col {
  margin-bottom: 1.5em;
  text-align: center;
}

@media (min-width: 991px) {
  .view-taxonomy-term .col {
    font-size: 0.8125em;
  }
}

.view-taxonomy-term .col:hover a {
  color: #a8cd31;
}

.view-taxonomy-term .field-type-image {
  margin-bottom: 6px;
}

/*----------  Recipes Landing Page ----------*/
.page-views.section-recipes .highlighted-wrapper {
  /*background-image: url('/sites/all/themes/foodforlife/images/bg_recipes.jpg');*/
  background-image: url('/sites/all/themes/foodforlife/images/FFL-2021-Banner-Recipes-Landing_Page-iv11.jpg');
}
@media (max-width: 768px) {
  .page-views.section-recipes .highlighted-wrapper {
    background-image: url("/sites/all/themes/foodforlife/images/FFL-2021-Recipes-Mobile_Banner-iv1.jpg");
  }
}

.page-views.section-recipes #page-title {
  display: none;
}

.view-recipes-2017 h2 {
  margin-top: 0;
  margin-bottom: 0.35em;
  line-height: 1;
  font-size: 2.2em;
  letter-spacing: 0.2px;
}

.view-recipes-2017 .view-content {
  font-size: 0.8125em;
}

.view-recipes-2017 .views-field-title {
  text-transform: uppercase;
}

.view-recipes-2017 .views-field-field-recipe-image {
  position: relative;
}

.view-recipes-2017 .views-field-field-recipe-image .icon-video {
  position: absolute;
  top: 4px;
  left: 4px;
}

.view-recipes-2017 .attachment .views-field-field-recipe-image .icon-video {
  top: 9px;
  left: 10px;
}

/* Featured (attachment) */
@media (min-width: 768px) {
  .view-recipes-2017 .attachment .views-field-field-recipe-image {
    width: 52.6%;
    float: right;
    margin-left: 1%;
    margin-right: 2.8%;
  }
}

@media (max-width: 767px) {
  .view-recipes-2017 .attachment .views-field-field-recipe-image .icon-video {
    width: 29px;
    height: auto;
  }

  .view-recipes-2017 .attachment .views-field-field-recipe-image {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }

  .view-recipes-2017 .views-field-field-recipe-image .icon-video {
    left: 10px;
    top: 10px;
  }
}

@media (min-width: 580px) and (max-width: 767px) {
  .view-recipes-2017 .views-field-field-recipe-image .icon-video {
    left: 40px;
  }
}

.view-recipes-2017 .attachment .views-field-title,
.view-recipes-2017 .attachment .views-field-field-recipe-author {
  font-size: 1.231em;
  font-weight: bold;
  line-height: 1;
}

.view-recipes-2017 .attachment .views-field-field-recipe-ingredients {
  margin-top: 1.5em;
}

.view-recipes-2017 .attachment .views-field-field-recipe-ingredients ul {
  list-style: none;
  padding-left: 2.6em;
  margin-top: 0em;
  margin-bottom: 0.45em;
}

.view-recipes-2017 .attachment .views-field-view-node {
  padding-left: 2em;
}

.view-recipes-2017 .attachment .views-field-view-node a {
  color: #779118;
  text-decoration: underline;
  margin-left: 1em;
  text-transform: uppercase;
}


@media (max-width: 767px) {
  .view-recipes-2017 .attachment .views-field-field-recipe-ingredients,
  .view-recipes-2017 .attachment .views-field-view-node {
    font-size: 1.25em;
  }
}

.view-recipes-2017 .attachment .view-footer {
  margin-top: 4.9em;
  margin-bottom: 1.6em;
}

.view-recipes-2017 .attachment .view-footer h2 {
  font-size: 1.7em;
  letter-spacing: 1px;
}

@media (min-width: 992px) {
  .view-recipes-2017 .view-content .row {
    margin-right: 17px;
  }
}

/* More Recipes */
.view-recipes-2017 .col {
  text-align: center;
  margin-bottom: 2.1em;
}

.view-recipes-2017 .col:hover a {
  color: #a8cd31;
}

.view-recipes-2017 .col .views-field-title {
  margin-top: 6px;
  letter-spacing: -0.5px;
  line-height: 1;
}

.view-recipes-2017 .col .views-field-field-recipe-author {
  letter-spacing: 0.3px;
}

.view-recipes-2017 img {
  border-radius: 4px;
}

@media (max-width: 767px) {
  .view-recipes-2017 .col .views-field-title,
  .view-recipes-2017 .col .views-field-field-recipe-author {
    font-size: 1.25em;
  }
}

/*----------  Dietary Needs Finder  ----------*/
#dietary-finder {
  max-width: 737px;
  margin-left: auto;
  margin-right: auto;
}

#dietary-finder .row {
  background: #ffffff;
  margin: 0;
}

#dietary-finder .row:nth-child(even) {
  background: #d6e1e6;
}

#dietary-finder .col {
  padding: 0;
  /* width: 12.5%; */
  width: 11.1111%;
  max-width: 89px;
  text-align: center;
}

#dietary-finder .col.item-type {
  max-width: 114px;
}

#dietary-finder .col img {
  width: 100%;
  display: block;
}

#dietary-finder .col img.checkmark {
  width: auto;
  margin: 1em auto 0;
}

@media (max-width: 768px) {
  #dietary-finder .col img.checkmark {
    max-width: 15px;
    margin: 0.5em auto 0;
  }
}

@media (max-width: 480px) {
  #dietary-finder .col img.checkmark {
    margin: 0.2em auto 0;
    max-height: 11px;
  }
}

/*----------  Contact Us  ----------*/
.webform-client-form input[type=text],
.webform-client-form input[type=email],
.webform-client-form select,
.webform-client-form textarea {
  border: 1px solid #d0cfcd;
}


.webform-client-form select {
  padding: 0.45em 0.1em;
}

.webform-client-form #edit-submitted-help {
  width: 100%;
}

.webform-client-form #webform-component-upc-code- input {
  width: 50%;
}

.webform-component[id^="webform-component-complaint-fields--"],
.webform-component[id^="webform-component-general-information--"] {
  padding: 0 10px;
}

#webform-component-general-information--email,
#webform-component-general-information--telephone {
  margin-bottom: 0;
}

#webform-component-general-information--please-add-me-to-the-mailing-list {
  margin-bottom: 0;
  margin-top: 0;
}

#webform-component-general-information--please-add-me-to-the-mailing-list .form-checkboxes {
  padding-left: 0;
}

.webform-client-form .form-actions {
  background: #ffffff;
  padding: 0 1em 2em;
}

.webform-client-form .form-actions input {
  margin-right: 10px;
}

.webform-client-form .what-is-lot-number {
  padding: 0 1em;
}

@media (min-width: 992px) {
  .webform-component[id^="webform-component-complaint-fields--"],
  .webform-component[id^="webform-component-general-information--"] {
    float: left;
    width: 50%;
    padding: 0 10px;
  }

  #webform-component-general-information--required-fields {
    float: none;
    width: 100%;
  }

  #webform-component-general-information--countries,
  #webform-component-general-information--state,
  #webform-component-general-information--zip-postal-code {
    width: 33%;
  }

  #webform-component-general-information--please-add-me-to-the-mailing-list,
  #webform-component-general-information--how-did-you-find-us,
  #webform-component-general-information--please-specify-if-other,
  #webform-component-general-information--any-specific-questions {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .webform-client-form input[type=text],
  .webform-client-form input[type=email],
  .webform-client-form select,
  .webform-client-form textarea {
    /*max-width: 80%;*/
  }
}

/*----------  Submit a Recipe  ----------*/
#webform-component-please-add-me-to-the-mailing-list,
#webform-component-i-agree-to-the-terms-and-conditions {
  margin-top: -1em;
}

#webform-component-please-add-me-to-the-mailing-list .form-checkboxes,
#webform-component-i-agree-to-the-terms-and-conditions .form-checkboxes {
  background: none;
  padding: 0;
}

@media (min-width: 992px) {
  .webform-client-form-41191 #webform-component-first-name,
  .webform-client-form-41191 #webform-component-last-name {
    display: inline-block;
    width: 48%;
  }

  .webform-client-form-41191 #webform-component-first-name {
    margin-right: 3%;
  }
}

@media (max-width: 767px) {
  .webform-client-form-41191 input[type=file] {
    max-width: 50%;
  }
}

/*----------  FAQ  ----------*/
#prod_code {
  width: 150px;
  height: 40px;
  margin-right: 10px;
}

#prod_calc_btn {
  display: inline-block;
  width: 150px;
  height: 40px;
}

#prod_date {
  font-size: 0.9em;
  font-weight: bold;
}

.calc_code,
.calc_date {
  border-bottom: 1px solid #00c4c9;
  color: #00c4c9;
}

table.faq {
  margin-left: auto;
  margin-right: auto;
}

table.faq td {
  font-family: 'Inconsolata', monospace;
}

/*----------  Store Locator  ----------*/
#store-locator-container .form-container > div,
#store-locator-container #sidebar,
#store-locator-container #map-container {
  margin-bottom: 1em;
}

#store-locator-container .form-container {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  #store-locator-container #sidebar {
    padding-right: 0;
  }

  #store-locator-container #map-container {
    padding-left: 0;
  }
}

#store-locator-container #sidebar .results,
#store-locator-container #map {
  background: #ffffff;
  padding: 1em;
  height: 400px;
  overflow-y: auto;
}

#store-locator-container #sidebar .results div {
  cursor: pointer;
}

#store-locator-container #sidebar .results hr {
  margin-top: 1em;
  margin-bottom: 1em;
}

#store-locator-container #coords,
#store-locator-container #city {
  display: none;
}

@media (max-width: 767px) {
  #store-locator-container #sidebar .results {
    height: auto;
  }

  #store-locator-container #map {
    height: 300px;
  }
}

.gm-style-iw {
  font-size: 1.3em !important;
  line-height: 1.6 !important;
  font-family: Merriweather !important;
}

/*----------  Grain & Seed Guide  ----------*/
.view-grain-seed-guide {
  margin-top: 2em;
}

.view-grain-seed-guide .views-row {
  margin-bottom: 10px;
}

.view-grain-seed-guide .views-field-title {
  font-size: 1.875em;
  color: #aa5800;
  font-style: italic;
  display: table;
  cursor: pointer;
}

.view-grain-seed-guide .views-field-title > div {
  display: table-cell;
  vertical-align: middle;
}

.view-grain-seed-guide .views-field-image {
  width: 106px;
}

.view-grain-seed-guide .views-field-image img {
  margin-right: 0.75em;
  display: block; /* get rid the extra spacing around */
}

.view-grain-seed-guide .content-title {
  padding-left: 0.75em;
}

.view-grain-seed-guide .content-title i.fa {
  padding-left: 0.5em;
  display: inline;
  font-size: 0.7em;
}

.view-grain-seed-guide .views-field-body {
  padding: 15px;
}

.view-grain-seed-guide .views-field-body p {
  margin: 0; /* prevent jumping during the slideToggle */
}

@media (max-width: 992px) {
  .view-grain-seed-guide .views-field-title {
    font-size: 1.5em;
  }
}

@media (max-width: 480px) {
  .view-grain-seed-guide .views-field-title {
    font-size: 1.15em;
  }

  .view-grain-seed-guide .views-field-image {
    width: 75px;
  }
}


/*----------  Video Landing Page ----------*/
.page-views.section-videos #page-title {
  display: none;
}

.view-videos h2 {
  margin-top: 0;
  margin-bottom: 0.35em;
  line-height: 1;
  font-size: 2.2em;
  letter-spacing: 0.2px;
}

.view-videos .view-content {
  /*font-size: 0.8125em;*/
}

.view-videos .views-field-title {
  text-transform: uppercase;
}

.view-videos .views-field-field-video {
  position: relative;
}

.view-videos .views-field-field-video .icon-video {
  position: absolute;
  top: 4px;
  left: 4px;
}

.view-videos .attachment .views-field-field-video .icon-video {
  top: 9px;
  left: 10px;
}

/* Featured (attachment) */
@media (min-width: 768px) {
  .view-videos .attachment .views-field-field-video {
    width: 45%;
    float: right;
    margin-left: 1%;
    margin-right: 2.8%;
    margin-top: 3em;
  }
}

@media (max-width: 767px) {
  .view-videos .attachment .views-field-field-video .icon-video {
    width: 29px;
    height: auto;
  }

  .view-videos .attachment .views-field-field-video {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }

  .view-videos .views-field-field-video .icon-video {
    left: 10px;
    top: 10px;
  }
}

@media (min-width: 580px) and (max-width: 767px) {
  .view-videos .views-field-field-video .icon-video {
    left: 40px;
  }
}

.view-videos .attachment .views-field-title {
  font-size: 1.231em;
  font-weight: bold;
  line-height: 1;
}

.view-videos .attachment .views-field-body {
  margin-top: 1.5em;
  margin-right: 52%;
  margin-bottom: 3.5em;
}

@media (max-width: 767px) {
  .view-videos .attachment .views-field-body {
    /*font-size: 1.25em;*/
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .view-videos .view-content .row {
    margin-right: 17px;
  }
}

/* Main Listing */
.view-videos .col {
  text-align: center;
  margin-bottom: 2.1em;
}

.view-videos .col:hover a {
  color: #a8cd31;
}

.view-videos .col .views-field-title {
  margin-top: 6px;
  letter-spacing: -0.5px;
  line-height: 1;
}

.view-videos img {
  border-radius: 4px;
}

@media (max-width: 767px) {
  .view-videos .col .views-field-title {
    font-size: 1.25em;
  }
}

/* All Products page specific */
.section-all-products #views-exposed-form-all-products-page {
  display:none;
}

/*----------  Pro pH Page  ----------*/
.sidebar ul.menu li.pro-ph,
.block.block-superfish li.sf-depth-2.pro-ph a {
  text-transform: none;
}

.node.pro-ph.view-mode-full .field .field-items .field-item p img {
  /*float: right;*/
  display: block;
  margin: 20px auto;
}
@media (min-width: 768px) {
  .node.pro-ph.view-mode-full .field .field-items .field-item p img {
    float: right;
    margin-left: 20px;
  }
}


/*----------  Certifications Page  ----------*/
.node.certifications .cert-container .cert-logo {
  padding: 1em 1em 0 0;
}

.node.certifications .cert-container .cert-logo img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .node.certifications .cert-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .node.certifications .cert-container > * {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .node.certifications .cert-container .cert-logo {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-bottom: 1em;
  }

  #nsf-non-gmo-logo {
    margin: 0 37px;
  }
}
