/**
 * @file
 * Subtheme specific CSS.
 */
/* Google Font Import */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

body {
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, p, a, li, span {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
h1 {
  font-family: 'Source Serif Pro', serif;
  font-size: 55px;
  line-height: 65px;
  color: #333;
  font-weight: 400;
}
h2 {
  color: #00679e;
  font-family: 'Source Serif Pro', serif;
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 25px;
}
h3 {
  font-family: 'Source Serif Pro', serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}
p {
  font-size: 1.3rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  letter-spacing: 0.015rem;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
}
p:empty {
  display: none;
}
.color-bg-blue {
  background-color: #00679e;
}
.color-txt-blue {
  color: #00679e;
}
.color-bg-green {
  background-color: #5c8131;
}
.color-txt-green {
  color: #5c8131;
}
.color-bg-orange {
  background-color: #e07a29;
}
.color-txt-orange {
  color: #e07a29;
}
.color-bg-red {
  background-color: #d8402f;
}
.color-txt-red {
  color: #d8402f;
}
.color-bg-brown {
  background-color: #624337;
}
.color-txt-brown {
  color: #624337;
}
a,
.link {
  color: #00679e;
}
a:hover,
a:active,
.link {
  color: #01527e;
}
bold,
.bold,
strong,
.strong {
  font-weight: 700;
}
.italic {
  font-style: italic;
  font-family: 'Source Serif Pro', serif;
}
a.bold-spaced {
  font-weight: 700;
  letter-spacing: 3px;
}
.font_source_pro {
  font-family: 'Source Serif Pro', serif;
}
.font_nunito {
  font-family: 'Nunito', sans-serif;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
/* Preloader Animation */
#preloader_animation {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999999999;
  background: #f5f4e9;
  background: -moz-linear-gradient(top, #f5f4e9 0%, #f4f4f4 100%);
  background: -webkit-linear-gradient(top, #f5f4e9 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #f5f4e9 0%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f4e9', endColorstr='#f4f4f4', GradientType=0);
  display: block;
  width: 100%;
  height: 100%;
}
.ribbon_link,
.btn-green-ribbon,
.field--name-field-buy-on-amazon a {
  background: #00679e;
  color: #fff;
  padding: 9px 32px 8px 32px;
  position: relative;
  width: 100%;
  min-width: 250px;
  max-width: 400px;
  display: block;
  margin: 40px auto;
  clip-path: polygon(100% 0, 98% 50%, 100% 100%, 0% 100%, 2% 50%, 0 0);
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 1.2em;
}
.ribbon_link:hover,
.btn-green-ribbon:hover,
.field--name-field-buy-on-amazon a:hover {
  color: #fff;
  background: #01527e;
  text-decoration: none;
}
.btn-green-ribbon,
.field--name-field-buy-on-amazon a {
  background: #669237;
  float: left;
  text-align: center;
  max-width: 330px;
  margin: 20px auto 30px auto;
  clip-path: polygon(100% 0, 96% 50%, 100% 100%, 0% 100%, 4% 50%, 0 0);
}
.paragraph--type--buy-on-amazon.paragraph--view-mode--default {
  content: "";
  display: table;
  clear: both;
}
.symbol-double-chevron {
  text-indent: -999999999px;
  display: inline-block;
  position: relative;
  width: 17px;
  height: 14.5px;
}
.symbol-double-chevron:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 14.5px;
  background-size: cover;
  display: inline-block;
  z-index: 1;
  left: 0;
  top: 4px;
}
.symbol-double-chevron.sdc-blue:before {
  background-image: url('/sites/default/files/2021-02/symbol-double-chevron_blue.png');
  top: 8px;
}
.symbol-double-chevron.sdc-white:before {
  background-image: url('/sites/default/files/2021-02/symbol-double-chevron_white.png');
  top: 8px;
}
.symbol-double-chevron.sdc-charcoal:before {
  background-image: url('/sites/default/files/2021-02/symbol-double-chevron_charcoal.png');
}
.txt-blue {
  color: #00679e;
}
/* Hide Elements */
nav#navbar-top,
a.nav-link--contact::before {
  display: none;
}
.main-content.col {
  overflow: hidden;
}
/* Interior Content */
body:not(.page-node-10) #main-wrapper,
body:not(.page-node-10) #main {
  background: #f5f4e9;
}
body:not(.page-node-10) #main {
  padding-top: 90px;
  margin-bottom:90px;
  position: relative;
  z-index: 999;
}
body:not(.page-node-10).has-featured-carousel #main {
  margin-top: -90px;
  position: relative;
  z-index: 999;
}
body:not(.page-node-10) .interior_page_content_wrapper h1,
body.node--type-news h1,
body.node--type-article h1,
body.node--type-page-custom h1 {
  font-size: 45px;
  line-height: 50px;
  color: #00679e;
  font-weight: 400;
  font-family: 'Source Serif Pro', serif;
  margin-bottom: 15px;
}
body:not(.page-node-10) .interior_page_content_wrapper h2,
body.node--type-news h2,
body.node--type-article h2 {
  font-size: 25px;
  letter-spacing: 1.5px;
  color: #333;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}
body:not(.page-node-10) .interior_page_content_wrapper h3,
body.node--type-news h3,
body.node--type-article h3 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  font-family: 'Source Serif Pro', serif;
  color: #00679e;
  margin-bottom: 10px;
}
body:not(.page-node-10) .interior_page_content_wrapper .views-row {
  width:100%;
}
body:not(.page-node-10) .interior_page_content_wrapper p,
body.node--type-news p,
body.node--type-article p {
  font-size: 1.1rem;
  overflow-wrap: break-word;
  line-height: 1.5;
  letter-spacing: 0.015rem;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
  width:100%;
}
/* Header - Hamburger Icon */
button.navbar-toggler.navbar-toggler-right {
  color: #00679e;
  position: relative;
  border: none !important;
  outline: none !important;
}
button.navbar-toggler.navbar-toggler-right[aria-expanded*="false"]:before {
  position: absolute;
  left: 3px;
  top: 0;
  display: inline-block;
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
  line-height: 30px;
  font-size: 45px;
  color: #fff;
  text-rendering: auto;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
button.navbar-toggler.navbar-toggler-right[aria-expanded*="true"]:before {
  position: absolute;
  left: 3px;
  top: 0;
  display: inline-block;
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
  line-height: 30px;
  font-size: 45px;
  color: #222;
  text-rendering: auto;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.navbar-collapse {
  flex-grow: 0;
}
.navbar-collapse.collapsing {
  -webkit-transition: height 0.01s;
  -moz-transition: height 0.01s;
  -o-transition: height 0.01s;
  transition: height 0.01s;
}
div#CollapsingNavbar.show {
  background: #fbfbf6;
  margin-top: -8px;
  margin-left: -16px;
  margin-right: -18px;
  padding: 25px;
  -webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
  animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
  box-shadow: 0 4px 20px -2px rgb(12 46 59 / 20%);
}
@-webkit-keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}
@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}
/* Content */
.page-node-10 #main .node__content.clearfix {
  margin-top: 0;
}
/* Carousel - Fix Fullwidth */
.carousel-pp {
  overflow: hidden;
}
.slideshow_item {
  padding-right: 40%;
}
#views-bootstrap-view-hero-carousel-block-1.carousel.slide,
#views-bootstrap-view-hero-carousel-interior-block-1.carousel.slide{
  width: 100% !important;
}
#views-bootstrap-view-hero-carousel-block-1 .carousel-item,
#views-bootstrap-view-hero-carousel-interior-block-1 .carousel-item {
  display: flex !important;
  position: relative;
  z-index: 1;
  background: #4c4c4c;
  align-items: center;
  justify-content: center;
}
#views-bootstrap-view-hero-carousel-block-1 .carousel-item:before,
#views-bootstrap-view-hero-carousel-interior-block-1 .carousel-item:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 184px;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-image: url('/sites/default/files/2021-02/pp_wave_opaque.png');
  background-size: cover;
}
#views-bootstrap-view-hero-carousel-block-1 .carousel-item:after,
#views-bootstrap-view-hero-carousel-interior-block-1 .carousel-item:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 184px;
  right: 0;
  bottom: 0;
  z-index: 5;
  background-image: url('/sites/default/files/2021-02/pp_wave_transparent.png');
  background-size: cover;
}
#views-bootstrap-view-hero-carousel-block-1 .carousel-item img,
#views-bootstrap-view-hero-carousel-interior-block-1 .carousel-item img {
  opacity: .80;
}
#views-bootstrap-view-hero-carousel-block-1 .carousel-caption,
#views-bootstrap-view-hero-carousel-interior-block-1 .carousel-caption {
  width: 100%;
  height: 250px;
  text-align: left;
  right: 0;
  bottom: 42%;
  left: 16px;
  align-self: center;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px;
}
#views-bootstrap-view-hero-carousel-block-1 .carousel-caption > p,
#views-bootstrap-view-hero-carousel-interior-block-1 .carousel-caption > p {
  display: none !important;
}
#views-bootstrap-view-hero-carousel-block-1 .carousel-caption h2 a,
#views-bootstrap-view-hero-carousel-interior-block-1 .carousel-caption h2 a {
  font-family: 'Source Serif Pro', serif;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 112%;
  color: #fff;
  text-decoration: none;
  max-width: 41.6666666667px;
}
#views-bootstrap-view-hero-carousel-block-1 .carousel-caption h2 a span.double-chevron-giant,
#views-bootstrap-view-hero-carousel-interior-block-1 .carousel-caption h2 a span.double-chevron-giant {
  position: relative;
}
#views-bootstrap-view-hero-carousel-block-1 .carousel-caption h2 a span.double-chevron-giant:after,
#views-bootstrap-view-hero-carousel-interior-block-1 .carousel-caption h2 a span.double-chevron-giant:after {
  position: absolute;
  content: "";
  background: url('/sites/default/files/2021-02/double-chevro-giant.png');
  background-size: cover;
  width: 28px;
  height: 22px;
  display: block;
  right: -45px;
  bottom: 24px;
}
#views-bootstrap-view-hero-carousel-block-1 .carousel-caption .slideshow_item h3,
#views-bootstrap-view-hero-carousel-interior-block-1 .carousel-caption .slideshow_item h3 {
  font-size: 45px;
  line-height: 50px;
}
#views-bootstrap-view-hero-carousel-block-1 .carousel-indicators,
#views-bootstrap-view-hero-carousel-interior-block-1 .carousel-indicators {
  list-style: none;
  z-index: 15;
  justify-content: left;
  width: 100%;
  right: 0;
  bottom: 29%;
  left: 16px;
  align-self: center;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px;
}
#views-bootstrap-view-hero-carousel-block-1 .carousel-indicators li.active,
#views-bootstrap-view-hero-carousel-interior-block-1 .carousel-indicators li.active {
  border-radius: 100%;
  width: 15px;
  height: 15px;
}
/* Header */
#navbar-main.sticky-top {
  z-index: 9!important;
}
#navbar-main.sticky-top.affix {
  z-index: 9999999 !important;
}
.region.region-primary-menu {
  display: flex;
}
.region.region-primary-menu .contextual-region.block.block-menu.navigation.menu--main,
.region.region-primary-menu #block-iconsearchtool,
.region.region-primary-menu #block-iconcallpp,
.region.region-primary-menu #block-iconemailpp {
  display: inline-flex;
}
.region.region-primary-menu #block-iconsearchtool,
.region.region-primary-menu #block-iconcallpp,
.region.region-primary-menu #block-iconemailpp {
  height: 44px;
  position: relative;
  top: 14px;
  margin-right: 15px;
}
.region.region-primary-menu #block-iconemailpp {
  top: 10px;
}
.region.region-primary-menu #block-iconsearchtool .fas,
.region.region-primary-menu #block-iconcallpp .fas,
.region.region-primary-menu #block-iconemailpp .fas {
  color: #00679e;
  font-size: 1.4em;
}
#pp_search_trigger {
  position:relative;
  top:-2px;
}
#navbar-main.navbar {
  background-color: #fbfbf6;
  height: 105px;
  position: relative;
  top: 0;
}
#navbar-main.navbar .container {
  padding-left: 0;
}
#navbar-main.navbar.affix {
  box-shadow: 0 4px 20px -2px rgb(12 46 59 / 20%);
  position: fixed;
  height: 105px;
  -webkit-animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
  animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}
@-webkit-keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}
@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}
#navbar-main.navbar.affix .container {
  height: 105px;
  padding-left: 0;
}
#block-bootstrap-barrio-subtheme-main-menu li a {
  font-size: 1.4em;
  margin-right: 50px;
  font-weight: 700;
  letter-spacing: 1px;
}
#block-bootstrap-barrio-subtheme-main-menu .nav-item.active a {
  background: #edece4;
  color: #4e4e4e;
}
#block-bootstrap-barrio-subtheme-main-menu .nav-item:hover a {
  background: #edece4;
  color: #4e4e4e;
}
.pp_brand_logo_header_top,
.pp_brand_logo_header_bottom,
.pp_brand_logo_header {
  text-indent: -99999999px;
}
.pp_brand_logo_header_bottom {
  display: none !important;
}
.navbar.sticky-top .pp_brand_logo_header_wrapper {
  width: 312px;
  height: auto;
  position: relative;
  top: -53px;
  display: block;
}
.navbar.sticky-top.affix .pp_brand_logo_header_wrapper {
  width: 312px;
  height: auto;
  position: relative;
  top: 0;
  display: block;
}
.navbar.sticky-top .pp_brand_logo_header {
  background: transparent url('/sites/default/files/2021-02/preferred-popcorn-logo_not-sticky_0.png');
  background-size: cover;
  width: 312px;
  height: 196px;
  display: block;
  position: absolute;
  top: 12px;
  z-index: 5;
}
.navbar.sticky-top .pp_brand_logo_header_top {
  position: absolute;
  display: block;
  background: url('/sites/default/files/2021-02/pp-sticky-ribbon-vertical_2_0.png');
  background-size: cover;
  width: 312px;
  height: 294px;
  z-index: 2;
}
.navbar.sticky-top.affix .pp_brand_logo_header {
  background: #00679e url('/sites/default/files/2021-02/preferred-popcorn-logo_sticky.png');
  background-size: cover;
  width: 237px;
  height: 105px;
  display: block;
  position: relative;
  top: 0;
  border-top: 10px solid #00679e;
  border-bottom: 13px solid #00679e;
  border-left: 50px solid #00679e;
  border-right: 50px solid #00679e;
}
.navbar.sticky-top.affix .pp_brand_logo_header_top {
  display: none;
}
/* Homepage - Our Story */
#block-views-block-homepage-content-block-1 {
  background: #f5f4e9;
  padding-bottom: 60px;
}
#block-views-block-homepage-content-block-1 img.our_story_img {
  position: absolute;
  top: -120px;
  display: block;
  width: 95%;
  z-index: 2;
}
#block-views-block-homepage-content-block-1 .col-lg-6.col-md-6.col-sm-12.col-xs-12:nth-of-type(2) {
  padding-left: 45px;
}
/* Homepage - Product Category */
#block-views-block-homepage-product-categories-block-1 .cols-5 .row .col {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
#block-views-block-homepage-product-categories-block-1 .cols-5 .row .col h3 {
  color: #fff;
  text-transform: uppercase;
  padding-top: 30px;
  max-width: 60%;
  margin: auto;
  display: block;
  font-size: 22px;
  font-weight: 700;
}
.pop_kernel_img {
  display: block;
  width: 8rem;
  height: 8rem;
  background: rgba(0, 0, 0, .1);
  margin: auto;
  border-radius: 100%;
  position: relative;
}
.pop_kernel_img:before {
  position: absolute;
  content: "";
  display: block;
  top: -1rem;
  left: -1rem;
  right: 0;
  margin: auto;
  width: 10rem;
  height: 10rem;
  background-image: url('/sites/default/files/2021-02/Preferred-Popcorn-Seed-Centered.png');
  background-size: cover;
  z-index: 10;
}
#block-views-block-homepage-product-categories-block-1 .cols-5 .row .col:hover .pop_kernel_img:before {
  position: absolute;
  content: "";
  display: block;
  top: -3rem;
  left: -3.5rem;
  right: 0;
  margin: auto;
  width: 14rem;
  height: 14rem;
  background-image: url('/sites/default/files/2021-02/kernel-corn.png');
  background-size: cover;
  z-index: 10;
}
#block-views-block-homepage-product-categories-block-1 .cols-5 .row .col:nth-of-type(1) {
  background-color: #00679e;
}
#block-views-block-homepage-product-categories-block-1 .cols-5 .row .col:nth-of-type(2) {
  background-color: #5c8131;
}
#block-views-block-homepage-product-categories-block-1 .cols-5 .row .col:nth-of-type(3) {
  background-color: #e07a29;
}
#block-views-block-homepage-product-categories-block-1 .cols-5 .row .col:nth-of-type(4) {
  background-color: #d8402f;
}
#block-views-block-homepage-product-categories-block-1 .cols-5 .row .col:nth-of-type(5) {
  background-color: #624337;
}
.field--name-field-icon-strip-popcorn-benefit img {
  margin: 15px 0 40px 0;
  display: block;
  width: 100%;
  height: auto;
  padding-right: 40px;
}
.node--type-product #block-views-block-taxonomy-popcorn-block-1 {
  display: none;
}
/* Homepage - Sustainability Farming */
#block-views-block-homepage-sustainable-farming-block-1 {
  padding: 80px 0 160px 0;
  background: #4c4c4c url('/sites/default/files/2021-02/Preferred-Popcorn-Cornstalks.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
@keyframes parrallax-bg-forward {
  from {
    background-position: 0 -180px;
  }
  to {
    background-position: 0 -380px;
  }
}
@keyframes parrallax-bg-reverse {
  from {
    background-position: 0 -480px;
  }
  to {
    background-position: 0 -280px;
  }
}
#block-views-block-homepage-sustainable-farming-block-1 .view-footer {
  height: 0;
}
#block-views-block-homepage-sustainable-farming-block-1 .wrapper-sustainability {
  text-align: center;
}
.wrapper-sustainability ul {
  max-width: 70%;
  margin: auto;
}
.dedicated_logos_wrapper {
  position: relative;
  bottom: -108px;
  z-index: 9;
  max-width: 1000px !important;
}
.dedicated_logos_wrapper > .row {
  max-width: 100% !important;
}
.dedicated_logos_wrapper ul {
  padding-left: 0;
}
.dedicated_logos_wrapper ul li {
  list-style-type: none;
}
/* Homepage - Numbers That Pop */
#block-views-block-homepage-numbers-that-pop-block-1 {
  background-color: #f5f4e9;
  padding: 180px 0 100px 0;
}
#block-views-block-homepage-numbers-that-pop-block-1 .number-pop-wrapper h2 {
  text-align: center;
}
#block-views-block-homepage-numbers-that-pop-block-1 .number-pop-wrapper span.number_digit {
  background: #00679e;
  color: #f5f4e9;
  display: block;
  font-size: 4.5em;
  text-align: center;
  line-height: 100%;
  padding: 14px 0 11px 0;
}
#block-views-block-homepage-numbers-that-pop-block-1 .number-pop-wrapper span.number_digit .nd_value,
#block-views-block-homepage-numbers-that-pop-block-1 .number-pop-wrapper span.number_digit .nd_symbol {
  font-weight: 100;
}
#block-views-block-homepage-numbers-that-pop-block-1 .number-pop-wrapper span.number_label {
  display: block;
  text-align: center;
  font-size: .9em;
  margin-bottom: 8px;
  margin-top: 3px;
  letter-spacing: 2px;
  font-weight: 700;
}
#block-views-block-homepage-numbers-that-pop-block-1 .number-pop-wrapper .col-xs-6 ul {
  border-top: 3px dotted #9c9b9f;
  border-bottom: 3px dotted #9c9b9f;
  padding-top: 12px;
  padding-bottom: 2px;
  margin-top: -8px;
  margin-bottom: 20px;
}
#block-views-block-homepage-numbers-that-pop-block-1 .number-pop-wrapper .col-xs-6 ul li {
  padding-right: 0;
}
#block-views-block-homepage-numbers-that-pop-block-1 .number-pop-wrapper a.numbers_cta_link {
  display: block;
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
  line-height: 23px;
}
#block-views-block-homepage-numbers-that-pop-block-1 .number-pop-wrapper a.numbers_cta_link .symbol-double-chevron.sdc-blue:before {
  top: 3px;
}
#block-views-block-homepage-numbers-that-pop-block-1 img {
  padding-left: 60px;
  width: 100%;
  height: auto;
  display: block;
}
/* Homepage - How To Video */
#block-views-block-homepage-how-to-video-block-1 {
  background: #5D8131;
}
#block-views-block-homepage-how-to-video-block-1 .how-to-video-wrapper h2,
#block-views-block-homepage-how-to-video-block-1 .how-to-video-wrapper p,
#block-views-block-homepage-how-to-video-block-1 .how-to-video-wrapper p a {
  color: #fff;
}
#block-views-block-homepage-how-to-video-block-1 .how-to-video-wrapper .video-embed-field-provider-youtube.video-embed-field-responsive-video {
  border: 10px solid #b6c69e;
  position: relative;
  margin: 0 25px;
}
#block-views-block-homepage-how-to-video-block-1 .video-wrapper-col {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
#block-views-block-homepage-how-to-video-block-1 .video-wrapper-col:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url('/sites/default/files/2021-02/Preferred-Popcorn-Grid-Lines.png');
  background-size: 100% 100%;
  width: 86%;
  height: 1000px;
}
#block-views-block-homepage-how-to-video-block-1 .how-to-col-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.content-wrapper-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
#block-views-block-homepage-how-to-video-block-1 .content-wrapper-col {
  padding-left: 60px;
}
.bubble-glif {
  background: rgba(182, 198, 158, .98);
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 100%;
  position: absolute;
  z-index: 10;
}
.bubbleglif1 {
  top: -27px;
  left: -27px;
}
.bubbleglif2 {
  top: -27px;
  right: -27px;
}
.bubbleglif3 {
  bottom: -27px;
  right: -27px;
}
.bubbleglif4 {
  bottom: -27px;
  left: -27px;
}
/* Homepage - Recent News */
#block-views-block-homepage-recent-news-block-1 {
  background-color: #f5f4e9;
  padding: 80px 0 100px 0 !important;
}
#block-views-block-page-latest-news-recent-news-block-1 {
  background-color: #f5f4e9;
  padding: 20px 0 100px 0 !important;
}
#block-views-block-homepage-recent-news-block-1 .view-header,
#block-views-block-page-latest-news-recent-news-block-1 .view-header {
  padding-bottom: 15px;
}
#block-views-block-homepage-recent-news-block-1 .card,
#block-views-block-page-latest-news-recent-news-block-1 .card {
  border-radius: 0;
  text-decoration: none;
  border: none;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
  padding: 1.25rem;
}
#block-views-block-homepage-recent-news-block-1 .card:hover,
#block-views-block-page-latest-news-recent-news-block-1 .card:hover {
  -webkit-animation: box-shadow-drop-center 0.6s both;
  animation: box-shadow-drop-center 0.6s both;
}
#block-views-block-news-pages-format-block-1 .view-content h6 {
  color: #4c4c4c;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 700;
  background: #e9e8db;
  display: inline-block;
  padding: 10px 10px 10px 10px;
  border-radius: 2px;
  margin-top: 0px;
  margin-bottom: 20px;
}
@-webkit-keyframes box-shadow-drop-center {
  0% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.35);
  }
  100% {
    box-shadow: 0 0 28px rgba(25, 87, 110, 0.45);
  }
}
@keyframes box-shadow-drop-center {
  0% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.35);
  }
  100% {
    box-shadow: 0 0 28px rgba(25, 87, 110, 0.45);
  }
}
#block-views-block-homepage-recent-news-block-1 .card-header,
#block-views-block-page-latest-news-recent-news-block-1 .card-header {
  padding: 0 0 1.25rem 0;
  position: relative;
  border-bottom: 0;
  background: #fff;
}
#block-views-block-homepage-recent-news-block-1 .card-header h6,
#block-views-block-page-latest-news-recent-news-block-1 .card-header h6 {
  position: absolute;
  z-index: 99;
  bottom: 1.4rem;
  right: .8rem;
  background: rgba(0, 0, 0, .6);
  color: #fe8f00;
  padding: 3px 6px 3px 6px;
  font-size: .8em;
  letter-spacing: 2px;
}
#block-views-block-homepage-recent-news-block-1 .card-body,
#block-views-block-page-latest-news-recent-news-block-1 .card-body {
  padding: 0;
  background: #fff;
}
#block-views-block-page-latest-news-recent-news-block-1 .card-body {
  padding-bottom: 0;
}
#block-views-block-homepage-recent-news-block-1 .card-body p,
#block-views-block-page-latest-news-recent-news-block-1 .card-body p {
  margin-bottom: 0;
  color: #555 !important;
  font-family: 'Source Serif Pro', serif;
  font-weight: 500;
  line-height: 110%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#block-views-block-page-latest-news-recent-news-block-1 .card-body p {
  height: inherit;
}
/* Homepage - Word to Live By */
#block-views-block-homepage-words-to-live-by-block-1 {
  background-color: #e1e0d6;
  padding: 100px 0 0 0 !important;
  position: relative;
}
#block-views-block-homepage-words-to-live-by-block-1:before {
  position: absolute;
  content: "";
  display: block;
  width: 230px;
  height: 94px;
  background: #f5f4e9;
  border-radius: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: -58px;
  z-index: 9;
}
#block-views-block-homepage-words-to-live-by-block-1:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 43px;
  height: 43px;
  background-image: url('/sites/default/files/2021-02/icon_cornhusk_beige.png');
  background-size: cover;
  border-radius: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: -22px;
  z-index: 10;
}
#views-bootstrap-homepage-words-to-live-by-block-1 {
  width: 100%;
}
#views-bootstrap-homepage-words-to-live-by-block-1 .col-lg-9.col-md-9 {
  padding-left: 0;
}
#views-bootstrap-homepage-words-to-live-by-block-1 .carousel-caption {
  position: relative;
  left: 0;
}
#views-bootstrap-homepage-words-to-live-by-block-1 .carousel-item > img {
  display: none;
}
#views-bootstrap-homepage-words-to-live-by-block-1 .testimonials-content-copy,
#views-bootstrap-homepage-words-to-live-by-block-1 .testimonials-content-copy p {
  color: #00679e;
  font-family: 'Source Serif Pro', serif;
  font-style: italic;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom:60px;
}
#views-bootstrap-homepage-words-to-live-by-block-1 h4 {
  color: #565654;
  text-align: left;
  font-size: 1.2em;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
#block-views-block-homepage-words-to-live-by-block-1 .carousel-control-prev,
#block-views-block-homepage-words-to-live-by-block-1 .carousel-control-next {
  display: inline-block;
  background-color: #00679e;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  opacity: 1;
  margin-top: 8px;
}
#block-views-block-homepage-words-to-live-by-block-1 .carousel-control-next {
  left: 32px;
}
#block-views-block-homepage-words-to-live-by-block-1 .carousel-control-prev .carousel-control-prev-icon,
#block-views-block-homepage-words-to-live-by-block-1 .carousel-control-next .carousel-control-next-icon {
  background-image: none;
  position: relative;
  display: inline-block;
}
#block-views-block-homepage-words-to-live-by-block-1 .carousel-control-prev .carousel-control-prev-icon:before {
  position: absolute;
  left: 4px;
  top: -6px;
  display: inline-block;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
  line-height: 30px;
  font-size: 16px;
  color: #e1e0d6;
  text-rendering: auto;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
#block-views-block-homepage-words-to-live-by-block-1 .carousel-control-next .carousel-control-next-icon:before {
  position: absolute;
  left: 6px;
  top: -6px;
  display: inline-block;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
  line-height: 30px;
  font-size: 16px;
  color: #e1e0d6;
  text-rendering: auto;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
#block-views-block-homepage-words-to-live-by-block-1 .carousel_wordstoliveby_wrapper {
  position: relative;
  bottom: 50px;
  text-align: left;
}
#block-views-block-homepage-words-to-live-by-block-1 .carousel_wordstoliveby_wrapper a {
  color: #565654;
  font-size: 1.3rem;
  margin-left: 0;
}
#block-views-block-homepage-words-to-live-by-block-1 .carousel_wordstoliveby_wrapper a .symbol-double-chevron:before {
  top: 7px;
}
#block-views-block-homepage-words-to-live-by-block-1 .carousel_wordstoliveby_wrapper span.symbol-emdash {
  color: transparent;
  text-indent: -99999999999px;
  position: relative;
  margin-right: 4px;
}
#block-views-block-homepage-words-to-live-by-block-1 .carousel_wordstoliveby_wrapper span.symbol-emdash:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  height: 1.25px;
  background-color: #333;
  top: 8px;
  left: -16px;
}
#block-views-block-homepage-words-to-live-by-block-1 .carousel_wordstoliveby_wrapper .carousel_wordstoliveby_archive_link {
  display: inline-block;
  margin-left: 82px;
  position: relative;
  top: 4px;
}
#block-views-block-homepage-words-to-live-by-block-1 .carousel-caption.d-none.d-md-block > h3 {
  display: none;
}
#block-views-block-homepage-words-to-live-by-block-1 .testimonial_img_wrapper_bg {
  background-color: #fffef5;
  display: inline-block;
  padding: 20px;
}
#block-views-block-homepage-words-to-live-by-block-1 .testimonial_img_wrapper_bg img {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}
#block-views-block-homepage-words-to-live-by-block-1 .testimonial_img_wrapper_bg h6 {
  color: #565654;
  font-size: 14px;
  line-height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* Testimonials Page */
#block-views-block-page-words-to-live-by-block-1 .col-lg-12.col-md-12.col-sm-12.col-xs-12.pl-0 {
  background-color: #e1e0d6;
  padding: 40px !important;
  margin-bottom: 40px;
}
#block-views-block-page-words-to-live-by-block-1 .col-lg-9.col-md-9.pl-0 p {
  color: #00679e;
  font-family: 'Source Serif Pro', serif;
  font-style: italic;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
}
#block-views-block-page-words-to-live-by-block-1 .col-lg-3.col-md-3 {
  padding-right: 0;
}
#block-views-block-page-words-to-live-by-block-1 .testimonial_img_wrapper_bg {
  background-color: #fffef5;
  display: inline-block;
  padding: 20px;
}
#block-views-block-page-words-to-live-by-block-1 .testimonial_img_wrapper_bg h6 {
  color: #565654;
  font-size: 12px;
  line-height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
#block-views-block-page-words-to-live-by-block-1 .testimonial_img_wrapper_bg img {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}
/* Footer - Fullspan */
.region-footer-fifth nav#block-mainnavigation {
  width: 100%;
  text-align: center;
}
.region-footer-fifth nav#block-mainnavigation ul {
  display: block;
  margin-top: 0;
}
.region-footer-fifth nav#block-mainnavigation ul li {
  display: inline-block;
  margin: 0 20px;
  position: relative;
}
.region-footer-fifth nav#block-mainnavigation ul li:before {
  position: absolute;
  content: "\2022";
  display: inline-block;
  right: -28px;
  top: 10px;
  color: #fff;
  font-size: 1em;
}
.region-footer-fifth nav#block-mainnavigation ul li:last-of-type:before {
  content: "";
}
.region-footer-fifth nav#block-mainnavigation ul li a {
  color: #fff;
  font-size: 1.3em;
  letter-spacing: 1px;
}
#block-footervaluestatement {
  width: 100%;
  text-align: center;
}
#block-footervaluestatement h3 {
  color: #fff;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 2px;
}
/* Footer - Brand / Address / Copyright / Social */
.site-footer {
  padding-top: 0;
  margin-top: -20px;
  background: #00679e;
}
.site-footer__bottom {
  border-top: none;
  margin-top: 0;
  position: relative;
}
.site-footer__bottom:before {
  position: absolute;
  content: "";
  display: block;
  width: 230px;
  height: 94px;
  background: #00679e;
  border-radius: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: -32px;
  z-index: 1;
}
#block-footerlogobrand {
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#block-footerlogobrand a {
  display: inline-block;
  position: relative;
  z-index: 10;
}
#block-footerlogobrand a:before {
  top: 28px;
  left: -1500px;
  right: 0;
  margin: auto;
  position: absolute;
  content: "";
  display: block;
  width: 100000%;
  height: 73px;
  background: url('/sites/default/files/2021-02/PP-Horizontal-Bands.png');
  background-size: contain;
  z-index: -1;
}
#block-footerlogobrand a img {
  width: 200px;
  height: auto;
}
#block-footercopyrightaddress,
#block-footercopyright,
#block-footersocialmedia {
  width: 100%;
  text-align: center;
}
#block-footercopyrightaddress p {
  font-size: 15px;
  margin-bottom: 0;
}
#block-footercopyright {
  margin-bottom: 0;
}
#block-footercopyright p {
  margin-bottom: 0;
}
#block-footercopyright p,
#block-footercopyright p a {
  font-size: 13px;
  line-height: 180%;
}
/* Header - Search Modal */
.form-inline.navbar-form input#edit-submit {
  background: #00679e;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0 3px 3px 0;
}
.form-inline.navbar-form input#edit-keys {
  text-indent: 30px;
  border: 1px solid #00679e;
  box-shadow: none;
  border-radius: 3px 0 0 3px;
}
.form-inline.navbar-form {
  position: fixed;
  display: none;
  background: #fbfbf6;
}
.form-inline.navbar-form.active {
  position: fixed;
  display: block;
  background: #fbfbf6;
}
.close_search_btn {
  display: block;
  background: #00679e;
  color: #fff;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  line-height: 28px;
  position: relative;
  left: 34px;
  top: 4px;
  border-radius: 3px;
}
.close_search_btn:hover {
  background: #6d9846;
}
/* Widget - Accordion Tabs */
#views-bootstrap-page-accordion-widget-block-1 {
  width: 100%;
}
#block-views-block-page-accordion-widget-block-1 button.btn.btn-link {
  border-radius: 0;
  position: relative;
}
#block-views-block-page-accordion-widget-block-1 button.btn.btn-link[aria-expanded*="false"] {
  background: #4c4c4c;
  width: 100%;
  text-align: left;
  text-decoration: none;
  color: #fff;
  border: 1px solid #4c4c4c;
  outline: none;
  box-shadow: none;
  text-indent: 5px;
  font-size: 1.1em;
  padding: 10px 15px;
}
#block-views-block-page-accordion-widget-block-1 button.btn.btn-link[aria-expanded*="false"]:after {
  position: absolute;
  right: 15px;
  top: 15px;
  content: "";
  background-image: url('/sites/default/files/2021-02/corn-icon-open.png');
  background-size: cover;
  width: 24px;
  height: 24px;
  z-index: 99;
}
#block-views-block-page-accordion-widget-block-1 button.btn.btn-link[aria-expanded*="true"]:after {
  position: absolute;
  right: 15px;
  top: 15px;
  content: "";
  background-image: url('/sites/default/files/2021-02/corn-icon-closed.png');
  background-size: cover;
  width: 24px;
  height: 24px;
  z-index: 99;
}
#block-views-block-page-accordion-widget-block-1 button.btn.btn-link[aria-expanded*="true"] {
  width: 100%;
  text-align: left;
  text-decoration: none;
  color: #fff;
  background: #00679e;
  border: 1px solid #00679e;
  outline: none;
  box-shadow: none;
  text-indent: 5px;
  font-size: 1.1em;
  padding: 10px 15px;
}
#block-views-block-page-accordion-widget-block-1 .card {
  border-radius: 0;
  border: none;
}
#block-views-block-page-accordion-widget-block-1 .ui-widget-content {
  border: none !important;
}
/* Pages - Sidebar Navigation */
.sidebar_first.sidebar {
  padding-left: 0;
  padding-right: 57px;
  min-width: 360px !important;
}
#block-mainnavigation-2 > ul > li > a:after {
  display:none;
}
#block-pagesidebarnavigation,
#block-allpopcornmenu,
#block-mainnavigation-2 {
  background: transparent;
  border-color: transparent;
}
#block-pagesidebarnavigation > ul,
#block-allpopcornmenu > ul,
#block-mainnavigation-2 > ul {
  background: #fafaf4;
  position: relative;
  margin-bottom: 64px;
  padding: 0 15px;
}
#block-pagesidebarnavigation > ul:before,
#block-allpopcornmenu > ul:before,
#block-mainnavigation-2 > ul:before {
  position: absolute;
  content: "";
  display: block;
  width: 304px;
  height: 55px;
  top: -65px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url('/sites/default/files/2021-03/filligree_top_biege_fixed.png');
  background-size: cover;
  z-index: 10;
}
#block-pagesidebarnavigation > ul:after,
#block-allpopcornmenu > ul:after,
#block-mainnavigation-2 > ul:after {
  position: absolute;
  content: "";
  display: block;
  width: 304px;
  height: 55px;
  bottom: -65px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url('/sites/default/files/2021-02/filligree_bottom_biege.png');
  background-size: cover;
  z-index: 10;
}
#block-pagesidebarnavigation > ul > li,
#block-allpopcornmenu > ul > li,
#block-mainnavigation-2 > ul > li {
  display: block;
  width: 100%;
  position: relative;
}
#block-pagesidebarnavigation > ul > li > a,
#block-allpopcornmenu > ul > li > a,
#block-mainnavigation-2 > ul > li > a {
  font-size: 1.3em;
  padding: 15px 0 !important;
  position: relative;
  border-top: 1px solid #00679e;
}
#block-pagesidebarnavigation > ul > li > a.no-border,
#block-allpopcornmenu > ul > li > a.no-border,
#block-mainnavigation-2 > ul > li > a.no-border {
  border-top: 1px solid #fafaf4;!important;
}
#block-pagesidebarnavigation > ul > li:first-of-type > a,
#block-allpopcornmenu > ul > li:first-of-type > a,
#block-mainnavigation-2 > ul > li:first-of-type > a {
  border-top: none;
}
#block-pagesidebarnavigation > ul > li.nav-item.menu-item--active-trail > a,
#block-allpopcornmenu > ul > li.nav-item.menu-item--active-trail > a,
#block-mainnavigation-2 > ul > li.active > a,
#block-mainnavigation-2 > ul > li > a.is-active {
  background: #00679e;
  color: #fff;
  line-height: 150%;
  text-indent: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
#block-pagesidebarnavigation > ul > li:hover > a,
#block-allpopcornmenu > ul > li:hover > a,
#block-mainnavigation-2 > ul > li:hover > a {
  background: #4c4c4c;
  color: #fff;
  line-height: 150%;
  text-indent: 15px;
  cursor: pointer !important;
  margin-left: -15px;
  margin-right: -15px;
}
#block-allpopcornmenu > ul > li > ul.menu,
#block-mainnavigation-2 > ul > li.active > ul {
  background: #dceaec;
  margin-top:0;
  margin-left: -15px;
  margin-right: -15px;
  padding:0;
  display:block;
  border-radius: 0;
  border: none;
}
#block-mainnavigation-2 > ul > li > ul li {
  padding:0;
}
#block-allpopcornmenu > ul > li > ul.menu li.menu-item--active-trail,
#block-mainnavigation-2 > ul > li > ul li.active {
  background: #5da0bd;
}
#block-allpopcornmenu > ul > li > ul.menu li::marker,
#block-mainnavigation-2 > ul > li > ul li::marker {
  content: "";
}

#block-allpopcornmenu > ul > li > ul.menu > li > a.nav-link,
#block-mainnavigation-2 > ul > li > ul > li > a {
  padding: 10px 1rem 8px 2.1rem !important;
  display:block;
  position: relative;
  text-decoration:none;
}
#block-allpopcornmenu > ul > li > ul.menu li.menu-item--active-trail > a,
#block-mainnavigation-2 > ul > li > ul li.active > a {
  color: #fff;
}
#block-allpopcornmenu > ul > li > ul.menu li > a:after,
#block-mainnavigation-2 > ul > li > ul li > a:after {
  position: absolute;
  left: 17px;
  top: 7px;
  display: inline-block;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
  line-height: 30px;
  font-size: 13px;
  color: #00679e;
  text-rendering: auto;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
#block-allpopcornmenu > ul > li > ul.menu li.menu-item--active-trail > a:after,
#block-mainnavigation-2 > ul > li > ul li.active > a:after {
  left: 18px;
}
#block-allpopcornmenu > ul > li > ul.menu li.menu-item--active-trail > a:after,
#block-mainnavigation-2 > ul > li > ul li.active > a:after {
  color: #fff;
  content: "\f054";
}
#block-allpopcornmenu > ul > li > ul.menu .nav-item:hover a,
#block-mainnavigation-2 > ul > li > ul > li:hover a {
  background: #fff;
  padding-left: -25px;
}
#block-allpopcornmenu > ul > li > ul.menu li.menu-item--active-trail:hover > a,
#block-mainnavigation-2 > ul > li > ul li.active:hover > a {
  color: #00679e;
}
#block-allpopcornmenu > ul > li > ul.menu li.menu-item--active-trail:hover > a:after,
#block-mainnavigation-2 > ul > li > ul li.active:hover > a:after {
  color: #00679e;
}
#block-allpopcornmenu .nav-item.menu-item--expanded.active.dropdown > a,
#block-mainnavigation-2 .nav-item.menu-item--expanded.active.dropdown > a {
  pointer-events:none;
}
/* Sidebar - Contact */
#block-blocklearnmorecontactus {
  background: #4c4c4c;
  border-color: transparent;
  position: relative;
}
#block-blocklearnmorecontactus .lmc_copy p {
  color: #fff;
  font-family: 'Source Serif Pro', serif;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  margin-top: 20px;
  margin-bottom: 25px;
}
#block-blocklearnmorecontactus .lmc_cta a {
  position: absolute !important;
  bottom: -20px;
  text-align: center;
  text-decoration: none;
  left: 0;
  right: 0;
  background: #00679e;
  color: #fff;
  padding: 9px 32px 8px 32px;
  width: 190px;
  margin: auto;
  clip-path: polygon(100% 0, 96% 50%, 100% 100%, 0% 100%, 4% 50%, 0 0);
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 1.2em;
  cursor: pointer;
}
#block-blocklearnmorecontactus .lmc_cta a:hover {
  background: #5c8131;
}
/* Page - Contact Us */
#webform-submission-product-node-17-add-form input {
  padding: 10px 25px;
  font-size: 1.4em;
}
#webform-submission-product-node-17-add-form .btn.btn-primary {
  background: #5c8131;
  color: #fff;
  height: 60px;
  border: none;
  outline: none;
  box-shadow: none;
}
/* Advanced Content */
#block-advancedcontent {
  margin-left:-15px;
  margin-right:-15px;
}
#block-advancedcontent > .content > .field > .field__item {
  clear: both;
}
#block-advancedcontent .container .row .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
#block-advancedcontent .container .row .col-lg-4 {
  padding-left:0px;
  padding-right:30px;
}
#block-advancedcontent .ui-accordion {
  margin-bottom: 40px;
}
#block-advancedcontent .accordion-title {
  border-radius: 0;
  position: relative;
  margin-bottom: 0;
  margin-top: 10px;
}
#block-advancedcontent .accordion-title a {
  text-decoration: none;
  color: #fff;
  text-indent: 10px;
  font-size: .9em;
}
#block-advancedcontent .accordion-title[aria-expanded*="false"] {
  background: #4c4c4c;
  width: 100%;
  text-align: left;
  border: 1px solid #4c4c4c;
  outline: none;
  box-shadow: none;
  padding: 10px 20px;
}
#block-advancedcontent .accordion-title[aria-expanded*="false"]:after {
  position: absolute;
  right: 15px;
  top: 15px;
  content: "";
  background-image: url('/sites/default/files/2021-02/corn-icon-open.png');
  background-size: cover;
  width: 24px;
  height: 24px;
  z-index: 99;
}
#block-advancedcontent .accordion-title[aria-expanded*="true"]:after {
  position: absolute;
  right: 15px;
  top: 15px;
  content: "";
  background-image: url('/sites/default/files/2021-02/corn-icon-closed.png');
  background-size: cover;
  width: 24px;
  height: 24px;
  z-index: 99;
}
#block-advancedcontent .accordion-title[aria-expanded*="true"] {
  width: 100%;
  text-align: left;
  background: #00679e;
  border: 1px solid #00679e;
  outline: none;
  box-shadow: none;
  padding: 10px 20px;
}
#block-advancedcontent .ui-accordion-content ul,
#block-advancedcontent .ui-accordion-content ol {
  list-style-type: none;
  padding-left: 0;
  clear: both;
  float: left;
}
#block-advancedcontent .ui-accordion-content ul li {
  position: relative;
  margin-left: 25px;
  margin-right: 5%;
  margin-bottom: 15px;
  font-size: 1.1rem;
  overflow-wrap: break-word;
  line-height: 1.5;
  letter-spacing: 0.015rem;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  float: left;
  width: 35%;
}
#block-advancedcontent .ui-accordion-content ol li {
  font-size: 1.1rem;
  overflow-wrap: break-word;
  line-height: 1.5;
  letter-spacing: 0.015rem;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
#block-advancedcontent .ui-accordion-content ul li:before {
  position: absolute;
  left: -25px;
  top: -2px;
  display: inline-block;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
  line-height: 30px;
  font-size: 18px;
  color: #00679e;
  text-rendering: auto;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
#block-advancedcontent .ui-accordion-content img.align-right {
  padding-left: 20px;
  padding-bottom: 20px;
  display: inline-block;
  width: 300px;
  height: auto;
}
#block-advancedcontent .ui-accordion-content img.align-left {
  padding-right: 20px;
  padding-bottom: 20px;
  display: inline-block;
  width: 300px;
  height: auto;
}
#block-views-block-page-accordion-widget-block-1 .card {
  border-radius: 0;
  border: none;
}
.ui-accordion-header .ui-icon {
  display: none;
}
#block-views-block-page-accordion-widget-block-1 .ui-accordion-content p {
  font-size: 1.1rem;
  overflow-wrap: break-word;
  line-height: 1.5;
  letter-spacing: 0.015rem;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
}
/* Popcorn Kernels - Animation */
.kernels_animate {
  pointer-events: none;
  display: block;
}
#kernel_1,
#kernel_2,
#kernel_3,
#kernel_4,
#kernel_5 {
  position: absolute;
  top: 0;
  z-index: 9999;
}
#kernel_1 {
  top: 70%;
  left: 500px;
}
#kernel_2 {
  top: 60%;
  left: 200px;
}
#kernel_3 {
  top: -80px;
  right: -20%;
}
#kernel_4 {
  top: -125px;
  left: 20%;
}
#kernel_5 {
  top: 76%;
  left: -700px;
  display: block;
}
.slide-in-top {
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  display: inline-block;
}
.slide-in-bottom {
  -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  display: inline-block;
}
.slide-in-top-slow {
  -webkit-animation: slide-in-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  display: inline-block;
}
.slide-in-bottom-slow {
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  display: inline-block;
}
/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* Taxonomy Banner */
#block-views-block-taxonomy-popcorn-banner-block-1 {
  display: none;
}
#block-views-block-taxonomy-popcorn-banner-block-1 .view-content.row {
  display: none;
}
.page-vocabulary-popcorn #block-views-block-taxonomy-popcorn-banner-block-1 {
  display: block;
}
#block-views-block-taxonomy-popcorn-banner-block-1 .col-lg-12 {
  position: relative;
}
#block-views-block-taxonomy-popcorn-banner-block-1 .view-taxonomy-popcorn-banner img {
  width: 100%;
}
#block-views-block-taxonomy-popcorn-banner-block-1 .col-lg-12:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 184px;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-image: url('/sites/default/files/2021-02/pp_wave_opaque.png');
  background-size: cover;
}
#block-views-block-taxonomy-popcorn-banner-block-1 .col-lg-12:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 184px;
  right: 0;
  bottom: 0;
  z-index: 5;
  background-image: url('/sites/default/files/2021-02/pp_wave_transparent.png');
  background-size: cover;
}
.page-vocabulary-popcorn #main {
  margin-top: -80px;
}
/* Search Content Page */
.page-view-node-search-results .container.region.region-content {
  padding-left: 0;
}
.page-view-node-search-results .view-node-search-results {
  margin-bottom: 60px;
}
.page-view-node-search-results .view-node-search-results .field--name-body h2,
.page-view-node-search-results .links.inline.nav.links-inline {
  display: none;
}
.page-view-node-search-results .form-actions input {
  display: inline-block;
}
/* Page Image */
.interior_page_content_wrapper {
  position: relative
}
.page_image_img_style,
.node--type-news .view-content.row .field-content > img {
  float:right;
  margin-left:25px;
  margin-bottom:25px;
  min-width: 25em;
  max-width: 25em;
  display: flex;
  background: #fff !important;
  padding: 10px;
  box-shadow: 0 0 30px rgb(0 0 0 / 20%);
}
.node--type-profile .page_image_img_style {
  min-width: 15em;
  max-width: 15em;
}
#block-advancedcontent .ui-widget-content {
  border: none !important;
  border-radius: 0 !important;
}
/* Icon Strip Custom */
img.icon_strip_img_custom {
  display: inline-block;
  width: 58%;
  height: auto;
  margin: 0 0 25px 0;
}
/* Taxonomy Term - Product Archive */
#block-views-block-duplicate-of-taxonomy-popcorn-level2-block-1 > h2 {
  display:none;
}
#block-views-block-popcorn-page-category-list-block-1,
#block-views-block-duplicate-of-taxonomy-popcorn-level2-block-1 {
  margin-left: -15px;
  margin-right: -15px;
}
#block-views-block-taxonomy-popcorn-block-1 .card,
#block-views-block-node-view-recent-news-block-1 .card,
#block-views-block-page-team-profiles-block-1 .card,
#block-views-block-popcorn-page-category-list-block-1 .card,
#block-views-block-duplicate-of-taxonomy-popcorn-level2-block-1 .card {
  border: none;
  border-radius: 0;
  background: transparent;
}
#block-views-block-taxonomy-popcorn-block-1 .card-header,
#block-views-block-node-view-recent-news-block-1 .card-header,
#block-views-block-page-team-profiles-block-1 .card-header,
#block-views-block-popcorn-page-category-list-block-1 .card-header,
#block-views-block-duplicate-of-taxonomy-popcorn-level2-block-1 .card-header {
  padding: 10px;
  border-radius: 0;
  background: #fff;
  border-bottom: none;
  box-shadow: 0 0 18px rgb(0 0 0 / 25%);
}
#block-views-block-taxonomy-popcorn-block-1 a.card,
#block-views-block-node-view-recent-news-block-1 .card,
#block-views-block-page-team-profiles-block-1 .card,
#block-views-block-popcorn-page-category-list-block-1 .card,
#block-views-block-duplicate-of-taxonomy-popcorn-level2-block-1 .card {
  text-decoration: none;
}
#block-views-block-taxonomy-popcorn-block-1 a.card .card-body,
#block-views-block-node-view-recent-news-block-1 .card-body,
#block-views-block-page-team-profiles-block-1 .card-body,
#block-views-block-popcorn-page-category-list-block-1 .card-body,
#block-views-block-duplicate-of-taxonomy-popcorn-level2-block-1 .card-body {
  padding: 1.25rem 1.25rem 0 1.25rem;
}
#block-views-block-taxonomy-popcorn-block-1 a.card .card-body h2.card-title,
#block-views-block-node-view-recent-news-block-1 .card-body h2.card-title a,
#block-views-block-page-team-profiles-block-1 .card-body h2.card-title,
#block-views-block-popcorn-page-category-list-block-1 .card-body h2.card-title,
#block-views-block-duplicate-of-taxonomy-popcorn-level2-block-1 .card-body h2.card-title {
  color: #00679e;
  text-transform: capitalize;
  text-align: center !important;
  font-size: 25px;
  letter-spacing: 0;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
  line-height: 120%;
  display: block;
}
#block-views-block-taxonomy-popcorn-block-1 a.card .card-body p.card-text,
#block-views-block-node-view-recent-news-block-1 .card-body p.card-text,
#block-views-block-page-team-profiles-block-1 .card-body p.card-text {
  font-size: 1.1rem;
  overflow-wrap: break-word;
  line-height: 1.5;
  letter-spacing: 0.015rem;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  text-align: center;
  color: #333;
}
#block-views-block-page-team-profiles-block-1 .card-body p {
  text-align: center;
}
/* Team Profile Nodes */
.view-profile-type-team > .view-content.row > h3 {
  width:100%;
  font-size: 25px;
  letter-spacing: 1.5px;
  color: #333;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.view-profile-type-team .views-view-grid.horizontal.col {
  padding-left:0;
  margin-bottom:90px;
}
.node--type-profile .views-row {
  width:100%;
}
/* Hide - Related Categories from Product Node Pages */
.node--type-product  .view-duplicate-of-taxonomy-popcorn-level2 {
  display:none;
}
/* Recipe Taxonomy Page */
.view-id-node_view_receipes {
}
/* Search Page - /search/content */
.page-view-node-search-results h1 {
  font-size: 45px;
  line-height: 50px;
  color: #00679e;
  font-weight: 400;
  font-family: 'Source Serif Pro', serif;
  margin-bottom: 15px;
}
.page-view-node-search-results .main-content.col,
.page-view-node-search-results .view-node-search-results {
  padding-left: 0;
  padding-right: 0;
}
.page-view-node-search-results .links.inline.nav.links-inline {
  display: block;
}
.page-view-node-search-results .view-node-search-results .view-content.row {
  margin-left: 0;
  margin-right: 0;
}
.page-view-node-search-results .view-node-search-results .views-row {
  display: block;
  width: 100%;
  text-align: left;
}
.page-view-node-search-results .view-node-search-results .views-row .node {
  margin: 0;
  padding: 10px 0 2px 0;
}
.page-view-node-search-results .view-node-search-results .views-row:last-of-type .node {
  margin-bottom: 25px;
}
.page-view-node-search-results .view-node-search-results .views-row .node .node__content {
  display: inline-block;
  margin-top: 0;
}
.page-view-node-search-results .view-node-search-results .views-row .node .node__content a {
  background: #5d8131;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 2px 10px;
  position: relative;
  top: -3px;
  border-radius: 2px;
}
.page-view-node-search-results .view-node-search-results header {
  display: inline-block;
}
.page-view-node-search-results .view-node-search-results h2.node__title {
  color: #00679e;
  text-transform: capitalize;
  font-size: 25px;
  letter-spacing: 0;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
  line-height: 120%;
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}
/* Interior Page Adaptations */
body:not(.page-node-10) .navbar.sticky-top .pp_brand_logo_header_wrapper {
  width: 303px;
  height: 105px;
  position: relative;
  top: 0;
}
body:not(.page-node-10) .navbar.sticky-top .pp_brand_logo_header {
  background-image: url(/sites/default/files/2021-02/preferred-popcorn-logo_sticky.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 303px;
  height: 105px;
  display: block;
  background-color: #00679e;
  position: relative;
  top: 0;
  left: 0;
  border-top: 10px solid #00679e;
  border-bottom: 13px solid #00679e;
  border-left: 50px solid #00679e;
  border-right: 50px solid #00679e;
}
body:not(.page-node-10) .navbar.sticky-top .pp_brand_logo_header_top,
body:not(.page-node-10) #views-bootstrap-view-hero-carousel-block-1 h2,
body:not(.page-node-10) #views-bootstrap-view-hero-carousel-block-1 .carousel-indicators,
#views-bootstrap-view-hero-carousel-interior-block-1 h2,
#views-bootstrap-view-hero-carousel-interior-block-1 .carousel-indicators {
  display: none;
}
/* Login Page */
.user-login-form input {
  border: 1px solid rgba(0, 0, 0, .1);
}
.simplelogin-form {
  background-color: #f5f4e9;
  border-radius: 10px;
}
.simplelogin-logo a {
  background: url('/sites/default/files/2021-02/preferred-popcorn-logo_not-sticky_0.png') no-repeat;
  width: 100%;
  height: 165px;
  background-size: 100%;
  display: block;
  position: relative;
  top: -30px;
}
.simplelogin-logo a img,
.simplelogin-logo h1 {
  display: none;
}
#site_alert_wrapper {

}
#block-views-block-global-site-alert-block-1 {
  background: #5d8131;
  position: relative;
}
#block-views-block-global-site-alert-block-1:before {
  position: absolute;
  content: "";
  background: #5d8131;
  top: 0;
  left: -1000px;
  width: 1000px;
  height: 100%;
  display: block;
}
#block-views-block-global-site-alert-block-1:after {
  position: absolute;
  content: "";
  background: #5d8131;
  top: 0;
  right: -1000px;
  width: 1000px;
  height: 100%;
  display: block;
}
#site_alert_wrapper .item-list {
  display: block;
  width: 100%;
}
#block-views-block-global-site-alert-block-1 p {
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 24px;
}
#block-views-block-global-site-alert-block-1 p strong {
  display: inline-block;
  margin-right: 15px;
  letter-spacing: 1px;
}
/* Cookies EU Accept */
.eu-cookie-compliance-banner.eu-cookie-compliance-banner-info.eu-cookie-compliance-banner--opt-in {
  box-shadow: 0 -5px 20px -5px rgb(12 46 59 / 20%);
}
.popup-content.info.eu-cookie-compliance-content {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 25px 0;
}
.eu-cookie-compliance-buttons {
  margin: 0;
  width: 100%;
}
.eu-cookie-compliance-message,
.eu-cookie-compliance-buttons {
  float: left;
}
.eu-cookie-compliance-message div#popup-text {
  margin-top: 0;
}
.eu-cookie-compliance-message h2,
.eu-cookie-compliance-message p {
  display: inline-block;
}
.eu-cookie-compliance-message p {
  font-size: 14px;
  font-weight: 100;
  font-family: 'Nunito', sans-serif;
}
.find-more-button.eu-cookie-compliance-more-button.find-more-button-processed {
  font-size: 14px;
  font-weight: 100;
  opacity: 1 !important;
  text-decoration: underline;
  font-family: 'Nunito', sans-serif;
}
.agree-button.eu-cookie-compliance-secondary-button,
.decline-button.eu-cookie-compliance-default-button {
  background: #00527e;
  color: #fff;
  padding: 9px 32px 8px 32px;
  position: relative;
  min-width: 200px;
  max-width: 250px;
  display: inline-block;
  margin: auto;
  clip-path: polygon(100% 0, 96% 50%, 100% 100%, 0% 100%, 4% 50%, 0 0);
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 1.2em;
  text-transform: uppercase;
  text-shadow: none;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
  float: right;
}
.agree-button.eu-cookie-compliance-secondary-button {
  background: #fff;
  color: #00679e;
  margin-left: 20px;
}
.agree-button.eu-cookie-compliance-secondary-button:hover,
.decline-button.eu-cookie-compliance-default-button:hover {
  color: #fff;
  background: #01527e;
  text-decoration: none;
}
/* Mobile Menu */
.mm-menu.mm-menu_offcanvas {
  z-index:99;
}
.mm-navbar {
  --mm-color-background: #00679e;
  --mm-color-text-dimmed: #fff;
  --mm-color-button: #fff;
}
.mm-navbar__title>span {
  font-family: 'Nunito', sans-serif!important;
  font-size: 2em;
  font-weight: 700;
  line-height: 2em;
}
.mm-panel {
  --mm-color-background: #f5f4e9;
  --mm-color-text: #222;
  --mm-color-button: #00679e;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
}
.mm-menu_theme-dark {
  --mm-color-border: #dddcce;
}
/* Interior Page Tables */
body.node--type-page-custom #main-nodes-content table,
body.node--type-page-custom #main-nodes-content table thead,
body.node--type-page-custom #main-nodes-content table tr,
body.node--type-page-custom #main-nodes-content table th,
body.node--type-page-custom #main-nodes-content table td {
  font-size: 1.1rem!important;
  font-weight:300!important;
}
body.node--type-page-custom #main-nodes-content table th,
body.node--type-page-custom #main-nodes-content table td {
  padding:15px;
}
/* OneTrust Edits */
#block-footercopyrightaddress p:last-of-type {
  font-size:1.3rem!important;
  color:#ffffff!important;
}
#block-footercopyrightaddress p:last-of-type a {
  text-decoration:underline!important;
}
#block-footercopyrightaddress p:last-of-type a:focus,
#block-footercopyrightaddress p:last-of-type a {
  color:rgba(255,255,255,1)!important;
  opacity:1!important;
}
.ot-sdk-show-settings {
  margin-bottom:30px;
}
/* Media Queries - 1520 */
@media (max-width: 1520px) {
  #views-bootstrap-view-hero-carousel-block-1 .carousel-caption,
  #views-bootstrap-view-hero-carousel-interior-block-1 .carousel-caption {
    position: absolute;
    z-index: 99;
    left: 25%;
    top: 15%;
    height: auto;
    display: inline-flex !important;
    padding-right: 0;
  }
  #views-bootstrap-view-hero-carousel-block-1 .slideshow_item,
  #views-bootstrap-view-hero-carousel-interior-block-1 .slideshow_item {
    padding-right: 50px;
    padding-left: 50px;
  }
  #views-bootstrap-view-hero-carousel-block-1 .carousel-caption h2,
  #views-bootstrap-view-hero-carousel-interior-block-1 .carousel-caption h2 {
    font-size: 2.4em;
    line-height: 110%;
  }
  #views-bootstrap-view-hero-carousel-block-1 .carousel-indicators,
  #views-bootstrap-view-hero-carousel-interior-block-1 .carousel-indicators {
    bottom: 38%;
    position: absolute;
    z-index: 99;
    left: 25%;
    margin-left:50px;
  }
}
/* Media Queries - 1470  */
@media (max-width: 1470px) {
  section.region.region-sidebar-first {
    padding-left: 16px;
  }
  .sidebar_first.sidebar {
    padding-left: 0;
    padding-right: 41px;
    min-width: 360px !important;
  }
  #block-views-block-homepage-numbers-that-pop-block-1 .view-content.row .row {
    padding-left: 15px;
    padding-right: 5px;
  }
  #block-views-block-homepage-recent-news-block-1 .view-content.row {
    padding-left: 30px;
    padding-right: 30px;
  }
  #block-views-block-homepage-words-to-live-by-block-1 .view-content.row {
    padding-left:15px;
  }
}
/* Breakpoints - 1445 */
@media (max-width: 1455px) {
  .interior_page_content_wrapper {
    max-width: 72vw;
  }
}
/* Breakpoints - 1370 */
@media (max-width: 1370px) {
  #block-bootstrap-barrio-subtheme-main-menu li a {
    font-size:1.2em;
    margin-right:25px;
  }
}
/* Breakpoints - 1339 */
@media (max-width: 1339px) {
  .interior_page_content_wrapper {
    max-width: 65vw;
  }
  .paragraph.paragraph--type--accordion-advanced.paragraph--view-mode--default {
    margin-right: -20em;
  }
  .page_image_img_style {
    max-width:15em;
  }
  #block-views-block-homepage-content-block-1 .container .row .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #block-views-block-homepage-content-block-1 .col-lg-6.col-md-6.col-sm-12.col-xs-12:nth-of-type(1) {
    margin-bottom:-60px;
  }
  #block-views-block-homepage-content-block-1 .col-lg-6.col-md-6.col-sm-12.col-xs-12:nth-of-type(2) {
    padding-left: 15px;
    text-align:center;
  }
  #block-views-block-homepage-content-block-1 img.our_story_img {
    position:relative;
    max-width:600px;
    margin:auto;
  }
  .kernels_animate {
    display:none;
  }
}
/* Breakpoints - 1238 */
@media (max-width: 1238px) {
  #navbar-main > .container {
    display: flex;
    align-items: center;
  }
  button.navbar-toggler.navbar-toggler-right[aria-expanded*="false"]:before {
    top:4px;
  }
  .navbar-expand-lg .navbar-toggler {
    width: 54px;
    height: 38px;
    display: block;
  }
  .region.region-primary-menu #block-iconsearchtool .fas, .region.region-primary-menu #block-iconcallpp .fas, .region.region-primary-menu #block-iconemailpp .fas {
    color:#ffffff;
    font-size: 1.4em;
  }
  #navbar-main.navbar {
    background-color: #00679e;
  }
  .navbar.sticky-top .pp_brand_logo_header_wrapper {
    width: 200px;
    height: 105px;
    position: relative;
    top: 0;
  }
  #navbar-main.navbar.affix .pp_brand_logo_header_wrapper {
    height: 105px;
    top: inherit;
  }
  body:not(.page-node-10) .navbar.sticky-top .pp_brand_logo_header_wrapper {
    top: 0;
  }
  .navbar.sticky-top .pp_brand_logo_header {
    background-image: url('/sites/default/files/2021-02/preferred-popcorn-logo_sticky.png');
    background-size: cover;
    width: 237px;
    height: 105px;
    display: block;
    background-color: #00679e;
    position: relative;
    top: 0;
    left: -16px;
    border-top: 10px solid #00679e;
    border-bottom: 13px solid #00679e;
    border-left: 50px solid #00679e;
    border-right: 50px solid #00679e;
  }
  .navbar.sticky-top.affix .pp_brand_logo_header {
    background-image: url(/sites/default/files/2021-02/preferred-popcorn-logo_sticky.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 220px;
    height: 95px;
    display: block;
    background-color: #00679e;
    position: relative;
    top: 4px;
    left: -16px;
    border-top: 5px solid #00679e;
    border-bottom: 6px solid #00679e;
    border-left: 25px solid #00679e;
    border-right: 25px solid #00679e;
  }
  .navbar.sticky-top .pp_brand_logo_header_top,
  div#CollapsingNavbar {
    display: none!important;
  }
  #block-bootstrap-barrio-subtheme-main-menu li a {
    font-size:1em;
    margin-right:25px;
  }
  nav#block-bootstrap-barrio-subtheme-main-menu .nav.navbar-nav {
    display:none!important;
  }
}
/* Breakpoints - Min - 1200 */
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1440px;
  }
}
/* Breakpoints - Max - 1200 */
@media (max-width: 1200px) {
  #views-bootstrap-view-hero-carousel-block-1 .slideshow_item,
  #views-bootstrap-view-hero-carousel-interior-block-1 .slideshow_item {
    margin-left:0!important;
  }
  .page_image_img_style {
    margin-left:0px;
    float:left;
    clear:both;
    display:block;
  }
  body:not(.page-node-10) .interior_page_content_wrapper h2 {
    display:block;
    float:left;
    clear:both;
  }
  body:not(.page-node-10) .interior_page_content_wrapper p {
    float:left;
    clear:both;
    display:block;
  }
  .interior_page_content_wrapper {
    max-width: 50vw;
  }
  .page_image_img_style {
    max-width:10em;
  }
  .paragraph.paragraph--type--accordion-advanced.paragraph--view-mode--default {
    margin-right: 0;
  }
  section.region.region-sidebar-first {
    padding-left: 0;
  }
  .sidebar_first.sidebar {
    padding-left: 0;
    padding-right: 57px;
    min-width: 360px !important;
  }
}
/* Breakpoints - 992 */
@media (max-width: 992px) {
  #navbar-main > .container {
    position:relative;
    top:-8px;
  }
  #block-views-block-homepage-numbers-that-pop-block-1 .col-lg-4,
  #block-views-block-homepage-numbers-that-pop-block-1 .col-lg-8 {
    flex:0 0 100%;
    max-width:100%;
  }
  #block-views-block-homepage-numbers-that-pop-block-1 .col-lg-8 img {
    width:100%;
    margin-top:30px;
    padding-left:0;
  }
  #block-views-block-homepage-sustainable-farming-block-1 .col-lg-2 img {
    display: block;
    width: 100%;
  }
  .sidebar_first.sidebar {
    display:none;
  }
  .interior_page_content_wrapper {
    flex:0 0 100%;
    max-width:100%;
  }
}
/* Breakpoints - 768 */
@media (max-width: 768px) {
  .col-sm-12,
  .col-xs-12 {
    width:100%;
  }
  .col-sm-6 {
    width:50%!important;
  }
  .interior_page_content_wrapper {
    flex:0 0 100%;
    max-width: 100%;
  }
  body:not(.page-node-10) .interior_page_content_wrapper .col-lg-4 {
    flex:0 0 100%;
    max-width:100%;
  }
  body:not(.page-node-10) #block-views-block-taxonomy-popcorn-banner-block-1 img {
    height:inherit;
    width:inherit;
    margin-bottom:0;
  }
  body:not(.page-node-10) #block-views-block-taxonomy-popcorn-banner-block-1 .col-lg-12:before,
  body:not(.page-node-10) #block-views-block-taxonomy-popcorn-banner-block-1 .col-lg-12:after {
    display:none;
  }
  body:not(.page-node-10) .view-nodes-content h1 {
    margin-top: 8.5em;
  }
  body:not(.page-node-10) #main {
    margin-top: 0;
    position: relative;
    z-index: 999;
  }
  .node--type-news .view-content.row .field-content > img {
    float:left!important;
    margin-left:0!important;
  }
  .page_image_img_style {
    max-width:25em;
  }
  .view-profile-type-team .col-xs-12 {
    width:100%!important;
  }
  .view-profile-type-team .views-view-grid.horizontal.col {
    padding-left:15px;
    margin-bottom:60px;
  }
  #block-views-block-homepage-product-categories-block-1 .row .col {
    width: 100% !important;
    flex-basis: unset !important
  }
  #navbar-main.navbar.affix .pp_brand_logo_header_wrapper {
    height: 60px;
    top: -24px;
  }
  .navbar.sticky-top.affix .pp_brand_logo_header {
    top:0;
    width: 160px;
    height: 60px;
  }
  .page-view-node-search-results .view-node-search-results,
  #block-exposedformnode-search-resultspage-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #navbar-main.navbar.affix {
    height: 60px;
  }
  #navbar-main.navbar.affix button.navbar-toggler.navbar-toggler-right {
    top: -27px;
  }
  #block-bootstrap-barrio-subtheme-main-menu li.nav-item a {
    padding-right: 0;
    padding-left: 0;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 180%;
  }
  #views-bootstrap-view-hero-carousel-block-1 .slideshow_item,
  #views-bootstrap-view-hero-carousel-interior-block-1 .slideshow_item {
    padding-right: 50px;
    padding-left: 50px;
  }
  #views-bootstrap-view-hero-carousel-block-1 h2,
  #views-bootstrap-view-hero-carousel-interior-block-1 h2 {
    text-align: left;
    width: 100%;
  }
  #views-bootstrap-view-hero-carousel-block-1 .carousel-item:before,
  #views-bootstrap-view-hero-carousel-block-1 .carousel-item:after,
  .navbar.sticky-top .pp_brand_logo_header_top,
  #views-bootstrap-view-hero-carousel-interior-block-1 .carousel-item:before,
  #views-bootstrap-view-hero-carousel-interior-block-1 .carousel-item:after {
    display: none!important;
  }
  #views-bootstrap-view-hero-carousel-block-1 .carousel-caption,
  #views-bootstrap-view-hero-carousel-interior-block-1 .carousel-caption {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 10%;
    height: auto;
    display: inline-flex !important;
    padding-right: 0;
  }
  #views-bootstrap-view-hero-carousel-block-1 .carousel-caption h2,
  #views-bootstrap-view-hero-carousel-interior-block-1 .carousel-caption h2 {
    font-size: 2.4em;
    line-height: 110%;
  }
  #views-bootstrap-view-hero-carousel-block-1 .carousel-indicators,
  #views-bootstrap-view-hero-carousel-interior-block-1 .carousel-indicators {
    bottom: 0;
    left: -60px;
  }
  #block-views-block-homepage-content-block-1 {
    text-align: center;
  }
  #block-views-block-homepage-content-block-1 img.our_story_img {
    top: 0;
    margin-bottom: 20px;
    padding-top:60px;
    position: unset !important;
  }
  #block-views-block-homepage-content-block-1 {
    padding-bottom: 40px;
  }
  #block-views-block-homepage-sustainable-farming-block-1 {
    padding: 80px 0 340px 0 !important;
    background-position: 0 0 !important;
  }
  #block-views-block-homepage-sustainable-farming-block-1 li.col-lg-2.col-md-2.col-sm-4.col-xs-6 {
    width: 33%;
  }
  #block-views-block-homepage-sustainable-farming-block-1 .dedicated_logos_wrapper {
    bottom: 0;
  }
  #block-views-block-homepage-numbers-that-pop-block-1 {
    padding: 80px 0 80px 0.5em;
  }
  #block-views-block-homepage-numbers-that-pop-block-1 img {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  #block-views-block-homepage-recent-news-block-1 .list-unstyled.row.equal li.col-lg-4  {
    margin: 0 30px 30px 30px;
  }
  #block-views-block-homepage-recent-news-block-1 .card-body p,
  #block-views-block-page-latest-news-recent-news-block-1 .card-body p {
    height: inherit;
  }
  #block-views-block-homepage-words-to-live-by-block-1 .carousel-caption.d-none {
    display: block !important;
  }
  #block-views-block-homepage-words-to-live-by-block-1 .view-homepage-words-to-live-by.view-id-homepage_words_to_live_by {
    padding: 30px;
  }
  #block-views-block-homepage-words-to-live-by-block-1 .carousel-caption .text-right {
    text-align: center !important;
  }
  .site-footer__bottom {
    padding: 0 30px;
  }
  #block-views-block-homepage-how-to-video-block-1 .how-to-col-wrapper {
    display: block;
  }
  #block-views-block-homepage-how-to-video-block-1 .video-embed-field-provider-youtube.video-embed-field-responsive-video {
    margin-bottom: 30px;
  }
  #block-views-block-homepage-how-to-video-block-1 .video-wrapper-col {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
  }
  #block-views-block-homepage-how-to-video-block-1 .video-wrapper-col:before {
    display: none;
  }
  /* Page Image */
  .interior_page_content_wrapper {
    position: relative
  }
  .page_image_exists .field--name-field-advanced-content,
  .page_image_exists #block-views-block-nodes-content-block-1 {
    margin-right: 0;
  }
  .carousel-item {
    margin-bottom: 0 !important;
  }
  #block-views-block-homepage-words-to-live-by-block-1 .col-lg-3 {
    padding-left: 0;
    padding-right: 0;
  }
  #block-views-block-homepage-words-to-live-by-block-1 .col-lg-9 h4,
  #block-views-block-homepage-words-to-live-by-block-1 .col-lg-9 p {
    text-align: center;
  }
  #views-bootstrap-homepage-words-to-live-by-block-1 .testimonials-content-copy,
  #block-views-block-homepage-words-to-live-by-block-1 .col-lg-9 p {
    padding-bottom:0px;
  }
  #block-views-block-homepage-words-to-live-by-block-1 .testimonial_img_wrapper_bg {
    margin-top: 25px;
    width: 100%;
  }
  #block-views-block-homepage-words-to-live-by-block-1 .carousel_wordstoliveby_wrapper {
    bottom: -20px;
  }
  #block-views-block-homepage-words-to-live-by-block-1 .carousel_wordstoliveby_wrapper a {
    font-size: .9rem;
    margin-left: 0;
  }
  #block-views-block-homepage-words-to-live-by-block-1 .carousel_wordstoliveby_wrapper .symbol-double-chevron {
    top: -4px;
  }
  #block-views-block-homepage-words-to-live-by-block-1 .carousel_wordstoliveby_wrapper span.symbol-emdash {
    top: 2px;
  }
  #block-views-block-homepage-words-to-live-by-block-1 .carousel_wordstoliveby_wrapper .carousel_wordstoliveby_archive_link {
    top: 6px;
  }
  #block-views-block-homepage-words-to-live-by-block-1 .carousel-control-prev .carousel-control-prev-icon:before,
  #block-views-block-homepage-words-to-live-by-block-1 .carousel-control-next .carousel-control-next-icon:before {
    top: -4px;
  }
  img.icon_strip_img_custom {
    width:100%;
  }
  .page_image_img_style {
    float:none;
  }
  body:not(.page-node-10) .navbar.sticky-top.affix .pp_brand_logo_header {
    background-image: url(/sites/default/files/2021-02/preferred-popcorn-logo_sticky.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 160px;
    height: 60px;
    display: block;
    background-color: #00679e;
    position: relative;
    top: 0;
    left: -16px;
    border-top: 5px solid #00679e;
    border-bottom: 6px solid #00679e;
    border-left: 25px solid #00679e;
    border-right: 25px solid #00679e;
  }
  body:not(.page-node-10) .sidebar_first.sidebar {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 100px;
  }
  #views-bootstrap-view-hero-carousel-block-1 .carousel-caption h2,
  #views-bootstrap-view-hero-carousel-interior-block-1 .carousel-caption h2  {
    font-size: 1.4em;
    line-height: 110%;
  }
  .menu--page---sidebar-navigation {
    display:none;
  }
  body:not(.page-node-10) .sidebar_first.sidebar {
    margin-top:0;
  }
  .page_image_img_style {
    margin-left:0;
  }
  #block-views-block-homepage-content-block-1 .col-lg-6.col-md-6.col-sm-12.col-xs-12:nth-of-type(1) {
    margin-bottom:0;
  }
  body:not(.page-node-10).has-featured-carousel #main {
    margin-top:0px!important;
  }
  body:not(.page-node-10) .interior_page_content_wrapper .views-row {
    width:inherit;
  }
  #views-bootstrap-view-hero-carousel-block-1 .slideshow_item.container .double-chevron-giant {
    position: absolute;
    bottom: -30px;
    left: 32px;
  }
  body.scrolldown #navbar-main.navbar.affix {
    top:0;
  }
  .navbar.sticky-top .pp_brand_logo_header {
    left:-45px;
  }
  body:not(.page-node-10) .navbar.sticky-top .pp_brand_logo_header {
    left:-80px;
  }
}

/* Breakpoints - 500 */
@media (max-width: 500px) {
  body.scrolldown #navbar-main.navbar.affix {
    top:33px;
    display:none;
  }
  #navbar-main.navbar.affix .container {
    height: inherit;
  }
  #navbar-main.navbar.affix {
    top:0;
  }
  #navbar-main.navbar.affix .pp_brand_logo_header_wrapper {
    width:0;
    height: inherit;
    top: 0;
  }
  .navbar.sticky-top.affix .pp_brand_logo_header {
    width:160px;
  }
  #navbar-main.navbar.affix button.navbar-toggler.navbar-toggler-right {
    top:0;
  }
  #views-bootstrap-view-hero-carousel-block-1 .slideshow_item.container .double-chevron-giant {
    display:none!important;
  }
  .navbar.sticky-top .pp_brand_logo_header {
    left:-45px;
  }
  body:not(.page-node-10) .navbar.sticky-top .pp_brand_logo_header_wrapper {
    width:200px;
  }
  body:not(.page-node-10) .navbar.sticky-top .pp_brand_logo_header {
    left:-45px;
    width:200px;
  }
  img.page_image_img_style {
    max-width: 90%!important;
    width: 90%!important;
    min-width: 90%!important;
  }

}
