@charset "UTF-8";


/*! ---------- =fontello custom icons ---------- */
@font-face {
  font-family: 'fontello';
  src: url('/ResourcePackages/ThinkRice/assets/font/fontello.eot?46302144');
  src: url('/ResourcePackages/ThinkRice/assets/font/fontello.eot?46302144#iefix') format('embedded-opentype'),
       url('/ResourcePackages/ThinkRice/assets/font/fontello.woff2?46302144') format('woff2'),
       url('/ResourcePackages/ThinkRice/assets/font/fontello.woff?46302144') format('woff'),
       url('/ResourcePackages/ThinkRice/assets/font/fontello.ttf?46302144') format('truetype'),
       url('/ResourcePackages/ThinkRice/assets/font/fontello.svg?46302144#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/ResourcePackages/ThinkRice/assets/font/fontello.svg?46302144#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-bowl:before { content: '\e800'; } /* '' */
.icon-bowl-alt:before { content: '\e801'; } /* '' */
.icon-usa-map:before { content: '\e802'; } /* '' */
.icon-rice-grains:before { content: '\e803'; } /* '' */
.icon-rice:before { content: '\e804'; } /* '' */



/*!
 * Common colors and constants
 * ===========================
 *
 * Text sizing
 * -----------
 * Body copy: 18px
 * Line height / baseline grid: 24px
 * H6: 20px
 * H5: 23px
 * H4: 28px
 * H3: 35px
 * H2: 45px
 * H1: 60px
 * Small or secondary: 16px, 14px
 *
 * Text colors
 * -----------
 * Copy: #484848
 * Titles: #484848
 *
 * Theme colors
 * ------------
 * Primary (Green): #60bb46
 *   Tint: #86cd71
 *   Shade: #499227
 * Accent (Blue): #09587f
 *   Tint: #1373a3
 *   Shade: #083c56
 * Action (Tan): #f8f3eb
 *   Tint: #fbf7f2
 *   Shade: #644e25
 *
 * Other colors
 * ------------
 * Page background: #ffffff
 * Light wash: #fffcf7
 * Mid wash: #f8f3eb
 * Dark wash: #09587f
 * Warnings: #E74C3C
 *
 * Measurements
 * ------------
 * Maximum page width: 1280px
 *
 * Breakpoints
 * -----------
 * Small: 480px
 * Medium: 768px
 * Large: 960px
 * Widescreen: 1376px
 */


/*! ---------- =reset ---------- */

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

ul {
  list-style: disc;
}

blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

img {
  -ms-interpolation-mode: bicubic;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  margin: 48px 0;
  border-bottom: 1px solid #f8f3eb;
}

pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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


/*! ---------- =typography ---------- */

body {
  font: 18px/24px "Poppins", Helvetica, Arial, sans-serif;
  color: #484848;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 24px;
}
p:last-child,
ol:last-child,
ul:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
p,
ol,
ul {
  orphans: 2;
  widows: 2;
}
ol,
ul {
  margin-left: 2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", "Poppins", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  color: #484848;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  display: inline-block;
  vertical-align: middle;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  display: block;
}
h1 {
  font-size: 60px;
  line-height: 60px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 45px;
    line-height: 48px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 36px;
  }
}

h2 {
  font-size: 45px;
  line-height: 48px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 35px;
    line-height: 36px;
  }
}

h3 {
  font-size: 35px;
  line-height: 36px;
}

@media (max-width: 767px) {
  h3 {
    font-size: 28px;
    line-height: 36px;
  }
}

h4 {
  font-size: 28px;
  line-height: 36px;
}
h5 {
  font-size: 23px;
  line-height: 24px;
}
h6 {
  font-size: 20px;
  line-height: 24px;
}

.text-size {
  font-size: 18px !important;
  line-height: 24px;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.note {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 80%;
  opacity: 0.8;
}
pre + .note,
input + .note,
textarea + .note {
  margin-top: -12px;
}

.highlight {
  color: #09587f;
}

.warn {
  color: #e74c3c;
}

.type-family-sample {
  font-size: 35px;
  line-height: 36px;
}


/*! ---------- =common =components ---------- */

a {
  text-decoration: none;
  color: #60bb46;
}
a:hover,
a:focus {
  color: #09587f;
}
a,
button {
  transition: color 0.15s ease-out,
                background-color 0.15s ease-out,
                border 0.15s ease-out,
                box-shadow 0.15s ease-out,
                opacity 0.15s ease-out;
}

.more {
  display: inline-block;
  font-weight: 700;
}
.more .fa-arrow-right {
  margin-left: 0.3em;
  transition: transform 0.15s ease-out;
}
.more:hover .fa-arrow-right,
.more:focus .fa-arrow-right {
  -ms-transform: translateX(0.2em);
  transform: translateX(0.2em);
}

.img-left,
.img-right {
  display: block;
  max-width: 40%;
  margin: 0 0 12px;
}
.img-left img,
.img-right img {
  display: block;
}
.img-left {
  float: left;
  margin-right: 12px;
}
.img-right {
  float: right;
  margin-left: 12px;
}

.no-wrap {
  overflow: hidden;
}

table {
  border: 1px solid #60bb46;
  border-collapse: collapse;
  margin: 0;
  padding: 12px;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 18px;
  margin: 12px;
}

table tr {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #484848;
  padding: 12px;
}

table th,
table td {
  padding: 24px;
  text-align: center;
}

table th {
  background-color: #3f7e22;
  color: #FFF;
  font-size: 18px;
}

@media (max-width: 767px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 16px;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 1px solid #ccc;
    display: block;
    margin-bottom: 12px;
  }
 
  table td {
    border-bottom: 1px solid #ccc;
    display: block;
    font-size: 16px;
    text-align: right;
  }
  
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}


figure {
  display: block;
  margin-bottom: 24px;
  border: 1px solid #fffcf7;
  padding: 6px;
}

figcaption {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  opacity: 0.8;
}

dl:not(:last-child) {
  margin-bottom: 24px;
}

dt {
  float: left;
  clear: left;
  margin-right: 18px;
  font-weight: 700;
}
dt ~ dt {
  margin-top: 12px;
}

dd {
  display: block;
  overflow: hidden;
}
dd ~ dd {
  margin-top: 12px;
}

.to-screen-edges,
.footer-copyright,
.content > .page-bounds > .hero,
.content > .hero__content > .hero,
.content > .alternate-background__content > .hero,
.alternate-background,
.split-background,
.pattern-blocks,
.title-block,
.quicklinks {
  width: auto !important;
  margin-left: -24px;
  margin-right: -24px;
}
.to-screen-edges__content {
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 768px) {
  .to-screen-edges,
  .footer-copyright,
  .content > .page-bounds > .hero,
  .content > .hero__content > .hero,
  .content > .alternate-background__content > .hero,
  .alternate-background,
  .split-background,
  .pattern-blocks,
  .title-block,
  .quicklinks {
    margin-left: -48px;
    margin-right: -48px;
  }
  .to-screen-edges__content {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (min-width: 1376px) {
  .to-screen-edges,
  .footer-copyright,
  .content > .page-bounds > .hero,
  .content > .hero__content > .hero,
  .content > .alternate-background__content > .hero,
  .alternate-background,
  .split-background,
  .pattern-blocks,
  .title-block,
  .quicklinks {
    margin-left: calc(-50vw + (1280px / 2));
    margin-right: calc(-50vw + (1280px / 2));
  }
  .to-screen-edges__content {
    padding-left: calc(50vw - (1280px / 2));
    padding-right: calc(50vw - (1280px / 2));
  }
}


.pull-quote {
  border: solid #60bb46;
  border-width: 2px 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  margin: 24px 0;
  padding: 24px 0;
}
.pull-quote__attribution {
  display: block;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.8;
}
.pull-quote__attribution::before {
  content: '– ';
}
p + .pull-quote__attribution {
  margin-top: -18px;
}

@media (min-width: 480px) {
  .pull-quote--left,
  .pull-quote--right {
    max-width: 40%;
    margin-top: 0;
  }
  .pull-quote--left {
    float: left;
    margin-right: 24px;
    padding: 0 24px 0 0;
    border-width: 0 2px 0 0;
  }
  .pull-quote--right {
    border-width: 0 0 0 2px;
    float: right;
    margin-left: 24px;
    padding-bottom: 0;
    padding-left: 24px;
    padding-top: 0;
  }
}


.content-box {
  padding: 24px;
  border: 2px solid #499227;
  background: #fff;
}
.content-box:not(:last-child) {
  margin-bottom: 24px;
}
.content-box h1,
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
  color: #60bb46;
}
.content-box--highlight {
  border-color: #083c56;
}
.content-box--highlight h1,
.content-box--highlight h2,
.content-box--highlight h3,
.content-box--highlight h4,
.content-box--highlight h5,
.content-box--highlight h6 {
  color: #09587f;
}
.content-box--highlight .button {
  background: #09587f;
  color: #fff;
}
.content-box--highlight .button:hover,
.content-box--highlight .button:focus {
  background: #083c56;
}
.content-box--action {
  background: url(/ResourcePackages/ThinkRice/assets/images/bg-pattern-primary.png) repeat center #60bb46;
  border-color: #fff;
  color: #fff;
}
.content-box--dark-green {
  background: url(/ResourcePackages/ThinkRice/assets/images/bg-pattern-primary-dark.png) repeat center #499227;
  border-color: #fff;
  color: #fff;
}
.content-box--blue {
  background: url(/ResourcePackages/ThinkRice/assets/images/bg-pattern-dark.png) repeat center #09587f;
  border-color: #fff;
  color: #fff;
}
.content-box--light {
  background: url(/ResourcePackages/ThinkRice/assets/images/bg-pattern-light.png) repeat center #09587f;
  border-color: rgba(255,255,255,0);
}
.content-box--blue h1,
.content-box--blue h2,
.content-box--blue h3,
.content-box--blue h4,
.content-box--blue h5,
.content-box--blue h6,
.content-box--blue p,
.content-box--blue a,
.content-box--dark-green h1,
.content-box--dark-green h2,
.content-box--dark-green h3,
.content-box--dark-green h4,
.content-box--dark-green h5,
.content-box--dark-green h6,
.content-box--dark-green p,
.content-box--dark-green a,
.content-box--action h1,
.content-box--action h2,
.content-box--action h3,
.content-box--action h4,
.content-box--action h5,
.content-box--action h6,
.content-box--action p,
.content-box--action a {
  color: #fff;
}
.content-box--blue a,
.content-box--dark-green a,
.content-box--action a {
  text-decoration: underline;
}
.content-box--action .button,
.content-box--dark-green .button,
.content-box--blue .button {
  background: #fff;
  text-decoration: none;
}
.content-box--action .button {
  color: #60bb46;
}
.content-box--dark-green .button {
  color: #499227;
}
.content-box--blue .button {
  color: #09587f;
}
.content-box--blue .button:hover,
.content-box--blue .button:focus,
.content-box--dark-green .button:hover,
.content-box--dark-green .button:focus,
.content-box--action .button:hover,
.content-box--action .button:focus {
  background: #f8f3eb;
}
.content-box--action .button:hover,
.content-box--action .button:focus {
  color: #499227;
}
.content-box--dark-green .button:hover,
.content-box--dark-green .button:focus {
  color: #499227;
}
.content-box--blue .button:hover,
.content-box--blue .button:focus {
  color: #09587f;
}
.content-box--blue a:hover,
.content-box--blue a:focus,
.content-box--dark-green a:hover,
.content-box--dark-green a:focus,
.content-box--action a:hover,
.content-box--action a:focus {
  color: #f8f3eb;
}

.truncator-expand {
  border-top: 1px dashed #d9d9d9;
  color: #60bb46;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 12px;
  padding-top: 6px;
  text-align: left;
  width: 100%;
}
.margin + .truncator-expand {
  margin-top: -12px;
}
.margin + .truncator-expand:not(:last-child) {
  margin-bottom: 24px;
}
.item-list + .truncator-expand,
.margin-large + .truncator-expand {
  margin-top: -36px;
}
.item-list + .truncator-expand:not(:last-child),
.margin-large + .truncator-expand:not(:last-child) {
  margin-bottom: 48px;
}

.color-spec {
  overflow: hidden;
  border: 1px solid #f8f3eb;
}
.color-spec__swatch {
  height: 0;
  padding-bottom: 100%;
}
.color-spec__text {
  padding: 24px 18px;
  font-size: 16px;
}
.color-spec__title {
  font-size: 20px;
  margin-bottom: 12px;
}
.color-spec__text p:not(:last-child) {
  margin-bottom: 12px;
}
.color-spec__role {
  font-style: italic;
  opacity: 0.65;
}

.js .toggle-target:not(.is-active) {
  display: none;
}

/*Data Toggles*/
.toggle-icon {
  color: #60bb46;
  font-weight: 700;
  transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
}

.toggle-icon::before {
  content: '\f067';
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 12px;
  transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
}

.toggle-icon:hover,
.toggle-icon:focus {
  color: #499227;
  cursor: pointer;
}

.toggle-icon.is-active {
  color: #499227;
}

.toggle-icon.is-active::before {
  content: '\f068';
}

.white-background, 
.white-background + .toggle-target {
  background: rgba(255,255,255,0.5);
  border: 0;
  color: #484848 !important;
  margin-bottom: 0;
}
 
.white-background h1, 
.white-background h2, 
.white-background h3, 
.white-background h4, 
.white-background h5, 
.white-background h6,
.white-background p, 
.white-background a {
  color: #484848;
}

.toggle-icon.white-background, 
.white-background + .toggle-target {
  padding: 12px;
}

.white-background.is-active {
  border-bottom: 0;
}


.screenreaders-only {
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.group:after,
dl:after,
.side-label:after,
.page-header:after,
.interior-layout:after,
.item-list__item:after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

.margin {
  margin-bottom: 24px !important;
}

.margin-large {
  margin-bottom: 48px !important;
}

.margin-small {
  margin-bottom: 12px !important;
}

.margin-top {
  margin-top: 24px !important;
}

.margin-top-large {
  margin-top: 48px !important;
}

.margin-top-small {
  margin-top: 12px !important;
}

.margin-left {
  margin-left: 24px !important;
}

.margin-left-small {
  margin-left: 12px !important;
}

.margin-left-large {
  margin-left: 48px !important;
}

.margin-right {
  margin-right: 24px !important;
}

.margin-right-small {
  margin-right: 12px !important;
}

.margin-right-large {
  margin-right: 48px !important;
}

.no-margin {
  margin-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.padding {
  padding-bottom: 24px !important;
}

.padding-large {
  padding-bottom: 48px !important;
}

.padding-small {
  padding-bottom: 12px !important;
}

.padding-top {
  padding-top: 24px !important;
}

.padding-top-large {
  padding-top: 48px !important;
}

.padding-top-small {
  padding-top: 12px !important;
}

.padding-left {
  padding-left: 24px !important;
}

.padding-left-small {
  padding-left: 12px !important;
}

.padding-left-large {
  padding-left: 48px !important;
}

.padding-right {
  padding-right: 24px !important;
}

.padding-right-small {
  padding-right: 12px !important;
}

.padding-right-large {
  padding-right: 48px !important;
}

.no-padding {
  padding-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.display-inline {
  display: inline-block;
}

/*! common spacing classes */

.space-t-6 {
  margin-top: 72px;
}

.space-t-5 {
  margin-top: 48px;
}

.space-t-4 {
  margin-top: 36px;
}

.space-t-3 {
  margin-top: 24px;
}

.space-t-2 {
  margin-top: 12px;
}

.space-t-1 {
  margin-top: 6px;
}

.space-t-0 {
  margin-top: 0;
}

.pad-t-6 {
  padding-top: 72px;
}

.pad-t-5 {
  padding-top: 48px;
}

.pad-t-4 {
  padding-top: 36px;
}

.pad-t-3 {
  padding-top: 24px;
}

.pad-t-2 {
  padding-top: 12px;
}

.pad-t-1 {
  padding-top: 6px;
}

.pad-t-0 {
  padding-top: 0;
}

.space-r-6 {
  margin-right: 72px;
}

.space-r-5 {
  margin-right: 48px;
}

.space-r-4 {
  margin-right: 36px;
}

.space-r-3 {
  margin-right: 24px;
}

.space-r-2 {
  margin-right: 12px;
}

.space-r-1 {
  margin-right: 6px;
}

.space-r-0 {
  margin-right: 0;
}

.pad-r-6 {
  padding-right: 72px;
}

.pad-r-5 {
  padding-right: 48px;
}

.pad-r-4 {
  padding-right: 36px;
}

.pad-r-3 {
  padding-right: 24px;
}

.pad-r-2 {
  padding-right: 12px;
}

.pad-r-1 {
  padding-right: 6px;
}

.pad-r-0 {
  padding-right: 0;
}

.space-b-6 {
  margin-bottom: 72px;
}

.space-b-5 {
  margin-bottom: 48px;
}

.space-b-4 {
  margin-bottom: 36px;
}

.space-b-3 {
  margin-bottom: 24px;
}

.space-b-2 {
  margin-bottom: 12px;
}

.space-b-1 {
  margin-bottom: 6px;
}

.space-b-0 {
  margin-bottom: 0;
}

.pad-b-6 {
  padding-bottom: 72px;
}

.pad-b-5 {
  padding-bottom: 48px;
}

.pad-b-4 {
  padding-bottom: 36px;
}

.pad-b-3 {
  padding-bottom: 24px;
}

.pad-b-2 {
  padding-bottom: 12px;
}

.pad-b-1 {
  padding-bottom: 6px;
}

.pad-b-0 {
  padding-bottom: 0;
}

.space-l-6 {
  margin-left: 72px;
}

.space-l-5 {
  margin-left: 48px;
}

.space-l-4 {
  margin-left: 36px;
}

.space-l-3 {
  margin-left: 24px;
}

.space-l-2 {
  margin-left: 12px;
}

.space-l-1 {
  margin-left: 6px;
}

.space-l-0 {
  margin-left: 0;
}

.pad-l-6 {
  padding-left: 72px;
}

.pad-l-5 {
  padding-left: 48px;
}

.pad-l-4 {
  padding-left: 36px;
}

.pad-l-3 {
  padding-left: 24px;
}

.pad-l-2 {
  padding-left: 12px;
}

.pad-l-1 {
  padding-left: 6px;
}

.pad-l-0 {
  padding-left: 0;
}


@media (min-width: 768px) {
  .space-t-6-m {
    margin-top: 72px;
  }

  .space-t-5-m {
    margin-top: 48px;
  }

  .space-t-4-m {
    margin-top: 36px;
  }

  .space-t-3-m {
    margin-top: 24px;
  }

  .space-t-2-m {
    margin-top: 12px;
  }

  .space-t-1-m {
    margin-top: 6px;
  }

  .space-t-0-m {
    margin-top: 0;
  }

  .pad-t-6-m {
    padding-top: 72px;
  }

  .pad-t-5-m {
    padding-top: 48px;
  }

  .pad-t-4-m {
    padding-top: 36px;
  }

  .pad-t-3-m {
    padding-top: 24px;
  }

  .pad-t-2-m {
    padding-top: 12px;
  }

  .pad-t-1-m {
    padding-top: 6px;
  }

  .pad-t-0-m {
    padding-top: 0;
  }

  .space-r-6-m {
    margin-right: 72px;
  }

  .space-r-5-m {
    margin-right: 48px;
  }

  .space-r-4-m {
    margin-right: 36px;
  }

  .space-r-3-m {
    margin-right: 24px;
  }

  .space-r-2-m {
    margin-right: 12px;
  }

  .space-r-1-m {
    margin-right: 6px;
  }

  .space-r-0-m {
    margin-right: 0;
  }

  .pad-r-6-m {
    padding-right: 72px;
  }

  .pad-r-5-m {
    padding-right: 48px;
  }

  .pad-r-4-m {
    padding-right: 36px;
  }

  .pad-r-3-m {
    padding-right: 24px;
  }

  .pad-r-2-m {
    padding-right: 12px;
  }

  .pad-r-1-m {
    padding-right: 6px;
  }

  .pad-r-0-m {
    padding-right: 0;
  }

  .space-b-6-m {
    margin-bottom: 72px;
  }

  .space-b-5-m {
    margin-bottom: 48px;
  }

  .space-b-4-m {
    margin-bottom: 36px;
  }

  .space-b-3-m {
    margin-bottom: 24px;
  }

  .space-b-2-m {
    margin-bottom: 12px;
  }

  .space-b-1-m {
    margin-bottom: 6px;
  }

  .space-b-0-m {
    margin-bottom: 0;
  }

  .pad-b-6-m {
    padding-bottom: 72px;
  }

  .pad-b-5-m {
    padding-bottom: 48px;
  }

  .pad-b-4-m {
    padding-bottom: 36px;
  }

  .pad-b-3-m {
    padding-bottom: 24px;
  }

  .pad-b-2-m {
    padding-bottom: 12px;
  }

  .pad-b-1-m {
    padding-bottom: 6px;
  }

  .pad-b-0-m {
    padding-bottom: 0;
  }

  .space-l-6-m {
    margin-left: 72px;
  }

  .space-l-5-m {
    margin-left: 48px;
  }

  .space-l-4-m {
    margin-left: 36px;
  }

  .space-l-3-m {
    margin-left: 24px;
  }

  .space-l-2-m {
    margin-left: 12px;
  }

  .space-l-1-m {
    margin-left: 6px;
  }

  .space-l-0-m {
    margin-left: 0;
  }

  .pad-l-6-m {
    padding-left: 72px;
  }

  .pad-l-5-m {
    padding-left: 48px;
  }

  .pad-l-4-m {
    padding-left: 36px;
  }

  .pad-l-3-m {
    padding-left: 24px;
  }

  .pad-l-2-m {
    padding-left: 12px;
  }

  .pad-l-1-m {
    padding-left: 6px;
  }

  .pad-l-0-m {
    padding-left: 0;
  }
}

/* jQuery Modal */
.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 1000;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal:not(.sf-backend-wrp) {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2000;
  max-width: 600px;
  box-sizing: border-box;
  width: 90%;
  background: #FFF;
  padding: 36px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('/images/default-source/think-rice/site-design/close-button.png');
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.5) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}


.load-more {
  position: relative;
  width: 100%;
}
.load-more__text,
.load-more__spinner {
  transition: opacity 0.1s ease-out;
}
.load-more__spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.load-more--loading .load-more__text {
  opacity: 0;
}
.load-more--loading .load-more__spinner {
  opacity: 1;
}



/*! ---------- =grids ---------- */

.grid {
  display: block;
  padding: 0;
  margin: 0 -24px 0 0;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  text-align: center;
  list-style: none;
}
.grid.align-left {
  text-align: left;
}
.grid.align-right {
  text-align: right;
}
.grid.no-margin {
  margin-bottom: -24px;
}
.grid--compact {
  margin-right: -12px;
}
.grid--compact.no-margin {
  margin-bottom: -12px;
}
.grid__unit {
  display: inline-block;
  width: 100%;
  padding: 0 24px 24px 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  text-align: left;
}
.grid--compact > .grid__unit {
  padding: 0 12px 12px 0;
}
.grid__unit--1-2 {
  width: 50%;
}
.grid__unit--1-3 {
  width: 33.33%;
}
.grid__unit--2-3 {
  width: 66.66%;
}
.grid__unit--1-4 {
  width: 25%;
}
.grid__unit--3-4 {
  width: 75%;
}
.grid__unit--1-5 {
  width: 20%;
}
.grid__unit--2-5 {
  width: 40%;
}
.grid__unit--3-5 {
  width: 60%;
}
.grid__unit--4-5 {
  width: 80%;
}
.grid__unit--1-6 {
  width: 16.66%;
}
.grid__unit--5-6 {
  width: 83.3%;
}
.grid__unit--1-8 {
  width: 12.5%;
}
.grid__unit--3-8 {
  width: 37.5%;
}
.grid__unit--5-8 {
  width: 62.5%;
}
.grid__unit--7-8 {
  width: 87.5%;
}
.grid__unit--1-9 {
  width: 11.11%;
}
.grid__unit--2-9 {
  width: 22.22%;
}
.grid__unit--4-9 {
  width: 44.44%;
}
.grid__unit--5-9 {
  width: 55.55%;
}
.grid__unit--7-9 {
  width: 77.77%;
}
.grid__unit--8-9 {
  width: 88.88%;
}
.grid__unit--1-12 {
  width: 8.33%;
}
.grid__unit--5-12 {
  width: 41.65%;
}
.grid__unit--7-12 {
  width: 58.31%;
}
.grid__unit--11-12 {
  width: 91.63%;
}

@media (min-width: 480px) {
  .grid__unit--1-1-s {
    width: 100%;
  }
  .grid__unit--1-2-s {
    width: 50%;
  }
  .grid__unit--1-3-s {
    width: 33.33%;
  }
  .grid__unit--2-3-s {
    width: 66.66%;
  }
  .grid__unit--1-4-s {
    width: 25%;
  }
  .grid__unit--3-4-s {
    width: 75%;
  }
  .grid__unit--1-5-s {
    width: 20%;
  }
  .grid__unit--2-5-s {
    width: 40%;
  }
  .grid__unit--3-5-s {
    width: 60%;
  }
  .grid__unit--4-5-s {
    width: 80%;
  }
  .grid__unit--1-6-s {
    width: 16.66%;
  }
  .grid__unit--5-6-s {
    width: 83.3%;
  }
  .grid__unit--1-8-s {
    width: 12.5%;
  }
  .grid__unit--3-8-s {
    width: 37.5%;
  }
  .grid__unit--5-8-s {
    width: 62.5%;
  }
  .grid__unit--7-8-s {
    width: 87.5%;
  }
  .grid__unit--1-9-s {
    width: 11.11%;
  }
  .grid__unit--2-9-s {
    width: 22.22%;
  }
  .grid__unit--4-9-s {
    width: 44.44%;
  }
  .grid__unit--5-9-s {
    width: 55.55%;
  }
  .grid__unit--7-9-s {
    width: 77.77%;
  }
  .grid__unit--8-9-s {
    width: 88.88%;
  }
  .grid__unit--1-12-s {
    width: 8.33%;
  }
  .grid__unit--5-12-s {
    width: 41.65%;
  }
  .grid__unit--7-12-s {
    width: 58.31%;
  }
  .grid__unit--11-12-s {
    width: 91.63%;
  }
}

@media (min-width: 768px) {
  .grid {
    margin-right: -48px;
  }
  .grid.no-margin {
    margin-bottom: -48px;
  }
  .grid--compact {
    margin-right: -24px;
  }
  .grid--compact.no-margin {
    margin-bottom: -24px;
  }
  .grid__unit {
    padding: 0 48px 48px 0;
  }
  .grid--compact > .grid__unit {
    padding: 0 24px 24px 0;
  }
  .grid__unit--1-1-m {
    width: 100%;
  }
  .grid__unit--1-2-m {
    width: 50%;
  }
  .grid__unit--1-3-m {
    width: 33.33%;
  }
  .grid__unit--2-3-m {
    width: 66.66%;
  }
  .grid__unit--1-4-m {
    width: 25%;
  }
  .grid__unit--3-4-m {
    width: 75%;
  }
  .grid__unit--1-5-m {
    width: 20%;
  }
  .grid__unit--2-5-m {
    width: 40%;
  }
  .grid__unit--3-5-m {
    width: 60%;
  }
  .grid__unit--4-5-m {
    width: 80%;
  }
  .grid__unit--1-6-m {
    width: 16.66%;
  }
  .grid__unit--5-6-m {
    width: 83.3%;
  }
  .grid__unit--1-8-m {
    width: 12.5%;
  }
  .grid__unit--3-8-m {
    width: 37.5%;
  }
  .grid__unit--5-8-m {
    width: 62.5%;
  }
  .grid__unit--7-8-m {
    width: 87.5%;
  }
  .grid__unit--1-9-m {
    width: 11.11%;
  }
  .grid__unit--2-9-m {
    width: 22.22%;
  }
  .grid__unit--4-9-m {
    width: 44.44%;
  }
  .grid__unit--5-9-m {
    width: 55.55%;
  }
  .grid__unit--7-9-m {
    width: 77.77%;
  }
  .grid__unit--8-9-m {
    width: 88.88%;
  }
  .grid__unit--1-12-m {
    width: 8.33%;
  }
  .grid__unit--5-12-m {
    width: 41.65%;
  }
  .grid__unit--7-12-m {
    width: 58.31%;
  }
  .grid__unit--11-12-m {
    width: 91.63%;
  }
}

@media (min-width: 960px) {
  .grid__unit--1-1-l {
    width: 100%;
  }
  .grid__unit--1-2-l {
    width: 50%;
  }
  .grid__unit--1-3-l {
    width: 33.33%;
  }
  .grid__unit--2-3-l {
    width: 66.66%;
  }
  .grid__unit--1-4-l {
    width: 25%;
  }
  .grid__unit--3-4-l {
    width: 75%;
  }
  .grid__unit--1-5-l {
    width: 20%;
  }
  .grid__unit--2-5-l {
    width: 40%;
  }
  .grid__unit--3-5-l {
    width: 60%;
  }
  .grid__unit--4-5-l {
    width: 80%;
  }
  .grid__unit--1-6-l {
    width: 16.66%;
  }
  .grid__unit--5-6-l {
    width: 83.3%;
  }
  .grid__unit--1-8-l {
    width: 12.5%;
  }
  .grid__unit--3-8-l {
    width: 37.5%;
  }
  .grid__unit--5-8-l {
    width: 62.5%;
  }
  .grid__unit--7-8-l {
    width: 87.5%;
  }
  .grid__unit--1-9-l {
    width: 11.11%;
  }
  .grid__unit--2-9-l {
    width: 22.22%;
  }
  .grid__unit--4-9-l {
    width: 44.44%;
  }
  .grid__unit--5-9-l {
    width: 55.55%;
  }
  .grid__unit--7-9-l {
    width: 77.77%;
  }
  .grid__unit--8-9-l {
    width: 88.88%;
  }
  .grid__unit--1-12-l {
    width: 8.33%;
  }
  .grid__unit--5-12-l {
    width: 41.65%;
  }
  .grid__unit--7-12-l {
    width: 58.31%;
  }
  .grid__unit--11-12-l {
    width: 91.63%;
  }
}


/*! ---------- =forms ---------- */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea,
select {
  background: #f2f2f2;
  border-bottom: 2px solid #60bb46;
  color: #484848;
  color: rgba(72, 72, 72, 0.8);
  display: block;
  font: 16px/24px "Poppins", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 9px 12px;
  transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
  width: 100%;
}
input[type="text"]:not(:last-child),
input[type="email"]:not(:last-child),
input[type="password"]:not(:last-child),
input[type="number"]:not(:last-child),
input[type="tel"]:not(:last-child),
textarea:not(:last-child),
select:not(:last-child) {
  margin-bottom: 24px;
}
input[type="text"]:required,
input[type="email"]:required,
input[type="password"]:required,
input[type="number"]:required,
input[type="tel"]:required,
textarea:required,
select:required {
  border-color: #a4c78f;
}
input[type="text"].input-validation-error,
input[type="email"].input-validation-error,
input[type="password"].input-validation-error,
input[type="number"].input-validation-error,
input[type="tel"].input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
  border-color: #e74c3c;
  color: #e74c3c;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  background: #fafafa;
  border-color: #499227;
  color: #484848;
}
textarea {
  padding: 12px;
  min-height: 96px;
}
textarea.textarea-large {
  min-height: 240px;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  position: relative;
  top: -0.1em;
}
label + input[type="radio"],
label + input[type="checkbox"] {
  margin-left: 24px;
}

label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #484848;
  opacity: 0.9;
  transition: color 0.15s ease-out, opacity 0.15s ease-out;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}

label.required {
  color: #499227;
}
label.required::after {
  content: '*';
  font-weight: 400;
}
label.input-validation-error {
  color: #e74c3c;
}
label.is-selected {
  color: #083c56;
}
label.is-focused {
  color: #60bb46;
  opacity: 1;
}

.side-label {
  margin: 0;
}
.side-label:not(:last-child) {
  margin-bottom: 24px;
}

@media (min-width: 480px) {
  .side-label {
    padding-left: 168px;
  }
  .side-label label {
    width: 168px;
    float: left;
    margin-left: -168px;
    padding: 6px 1em 0 0;
  }
}


.field-validation-error {
  display: block;
  margin-bottom: 24px;
  font-size: 16px;
  color: #e74c3c;
}
input + .field-validation-error,
select + .field-validation-error,
textarea + .field-validation-error {
  margin-top: -18px;
}


/*! ---------- =body ---------- */

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
}

.content {
  overflow: hidden;
  padding: 24px;
  padding-top: 96px;
}

.content a {
  font-weight: 700;
}
.content-padding__remove {
  margin-bottom: -24px !important; 
}

.page-bounds,
.hero__content,
.alternate-background__content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}


@media (min-width: 768px) {
  .content {
    padding: 48px;
  }
  .content-padding__remove {
    margin-bottom: -48px !important; 
  }
}


/*! ---------- =header common ---------- */

.page-header {
  background: #f8f3eb;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  left: 0;
  padding: 0 24px;
  position: relative;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.page-header .page-bounds,
.page-header .hero__content,
.page-header .alternate-background__content {
  position: relative;
}
.page-header__toggle {
  display: none;
}

@media (max-width: 767px) {
  .page-header {
    width: 100%;
  }
  .page-header__toggle {
    position: absolute;
    right: -24px;
    top: 0;
    padding: 24px 24px;
    color: #484848;
  }
  .page-header__toggle.mobile-menu-is-open {
    color: #484848;
  }
  .js .page-header__toggle {
    display: block;
  }
  .page-header__toggle .toggle-indicator {
    margin-left: 6px;
  }
  .page-header__content {
    -ms-flex-align: stretch;
    align-items: stretch;
    clear: both;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -24px;
    margin-right: -24px;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .page-header {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 960px) {
  .page-header {
    padding-left: 48px;
    padding-right: 48px;
  }
}


@media (max-width: 767px) {
  .header-search {
    -ms-flex-order: 1;
    order: 1;
  }

  .header-nav {
    -ms-flex-order: 2;
    order: 2;
  }

  .header-utility {
    -ms-flex-order: 3;
    order: 3;
  }
}

/*! slide-right / offscreen mobile menu */


@media (max-width: 767px) {
  .page-header__content {
    display: none;
    width: 80%;
    width: calc(100% - 72px);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    overflow: auto;
    background: #f8f3eb;
    transition: all 0.15s ease-out;
  }

  @supports (transform: translateX(-100%)) {
    .page-header__content {
      display: -ms-flexbox;
      display: flex;
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 0;
      visibility: hidden;
    }
  }

  .page-header__content.mobile-menu-is-open {
    display: block;
    display: -ms-flexbox;
    display: flex;
  }

  @supports (transform: translateX(-100%)) {
    .page-header__content.mobile-menu-is-open {
      -ms-transform: translateX(0);
      transform: translateX(0);
      box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15), 1px 0 2px rgba(0, 0, 0, 0.2);
      opacity: 1;
      visibility: visible;
    }
  }

  .page-header .header-search__input {
    background: #fff;
    padding-top: 23px !important;
    padding-bottom: 23px !important;
    border-width: 1px 0 !important;
  }
  .page-header .header-search__submit {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    background: transparent;
    color: #60bb46;
  }
}

.page-header__toggle.mobile-menu-is-open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20%;
  width: calc(0% + 72px);
  font-size: 0.01px;
  color: transparent;
  background: rgba(255, 252, 247, 0.7);
}
.page-header__toggle.mobile-menu-is-open .toggle-indicator {
  position: absolute;
  top: 26px;
  left: 50%;
  margin: 0;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}


/*! ---------- =header components ---------- */

.header-logo a,
.header-logo img {
  display: block;
  max-width: 100%;
  margin: 0;
}

@media (max-width: 767px) {
  .header-logo a {
    padding: 12px 0;
  }
  .header-logo img {
    width: 168px;
  }
}


.toggle-indicator {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  position: relative;
}
.toggle-indicator__piece {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.5px;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out;
}
.toggle-indicator__piece::before {
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  background: #484848;
  transition: background 0.2s ease-out;
}
.page-header .toggle-indicator__piece::before {
  background: #484848;
}
.toggle-indicator__piece--1 {
  margin-top: -7.5px;
}
.toggle-indicator__piece--3 {
  margin-top: 4.5px;
}
.is-active .toggle-indicator__piece,
.mobile-menu-is-open .page-header .toggle-indicator__piece {
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s;
}
.is-active .toggle-indicator__piece::before,
.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #484848;
}
.is-active .toggle-indicator__piece--2,
.mobile-menu-is-open .page-header .toggle-indicator__piece--2 {
  opacity: 0;
}
.is-active .toggle-indicator__piece--1,
.is-active .toggle-indicator__piece--3,
.mobile-menu-is-open .page-header .toggle-indicator__piece--1,
.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  margin-top: -1.5px;
}
.is-active .toggle-indicator__piece--1,
.mobile-menu-is-open .page-header .toggle-indicator__piece--1 {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is-active .toggle-indicator__piece--3,
.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #484848;
}

.header-utility__list {
  list-style: none;
  margin: 0;
}
.header-utility__item {
  display: inline-block;
}
.header-utility__item a {
  color: #888;
  display: block;
  font-family: "Roboto", "Poppins", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 6px;
}
.header-utility__item a:hover,
.header-utility__item a:focus {
  color: #60bb46;
}
.newsletter-button a.button--utility {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}
.newsletter-button a.button--utility:hover,
.newsletter-button a.button--utility:focus {
  box-shadow: none;
  -ms-transform: none;
  transform: none;
}
.header-utility__item:first-child {
  margin-right: 12px;
  padding-right: 12px;
}
.header-utility__item:first-child::before {
  background: #d4d4d4;
  content: '';
  height: 12px;
  position: absolute;
  right: 0;
  top: 17px;
  width: 1px;
}
.header-utility__item--highlight > a {
  padding-left: 12px;
  padding-right: 12px;
  background: #60bb46;
  color: #fff;
  border-radius: 3px;
}
.header-utility__item--highlight > a:hover,
.header-utility__item--highlight > a:focus {
  background: #86cd71;
  color: #fff;
}

@media (max-width: 767px) {
  .header-utility {
    padding: 18px 24px;
    text-align: center;
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .header-utility__list {
    display: inline-block;
    vertical-align: middle;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .newsletter-button a.button--utility {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 24px;
    position: absolute;
    right: 0;
    top: -75px;
    width: 195px;
  }
}

@media (min-width: 960px) {
  .header-utility__list {
    margin-right: 150px;
  }
  .newsletter-button {
    position: absolute;
    right: 0;
    top: 0;
  }
  .newsletter-button a.button--utility {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-left: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

/*! account for utility nav dropdowns */

.header-utility__item > ul {
  list-style: none;
  margin: 0;
}

@media (max-width: 767px) {
  .header-utility {
    text-align: left;
  }
  .header-utility__item {
    display: block;
  }
  .header-utility__item > a {
    color: #484848;
    font-weight: 700;
  }
  .header-utility__item > a > .fas {
    display: none;
  }
  .header-utility__item > ul a {
    padding: 6px 6px 6px 24px;
  }
}

@media (min-width: 768px) {
  .header-utility__item {
    position: relative;
  }
  .header-utility__item > ul {
    min-width: 12em;
    padding: 12px 0;
    position: absolute;
    left: 50%;
    top: 100%;
    border: 1px solid rgba(255, 255, 255, 0);
    text-align: left;
    background: #fffcf7;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateX(-50%) translateY(-12px);
    transform: translateX(-50%) translateY(-12px);
    z-index: -1;
    transition: all 0.15s ease-out;
  }
  .header-utility__item > ul::before,
  .header-utility__item > ul::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top-width: 0;
    border-bottom-color: rgba(255, 255, 255, 0);
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 100%;
    z-index: 1;
  }
  .header-utility__item > ul::after {
    margin-bottom: -1px;
    border-bottom-color: #fffcf7;
    z-index: 2;
  }
  .header-utility__item > ul > li > a {
    padding: 6px 12px;
    color: #484848;
  }
  .header-utility__item:hover > ul,
  .header-utility__item:focus > ul {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    z-index: 4;
  }
}


.header-search {
  position: relative;
}
.header-search__label {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 12px;
  margin: 0;
  opacity: 0.3;
  font-size: 18px;
}
.header-search__label:hover,
.header-search__label:focus {
  opacity: 0.8;
}
.header-search__input {
  display: block;
  width: 100%;
  padding: 12px 72px 12px 24px !important;
  margin: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  font-size: 18px;
  line-height: 24px;
  background: #fff;
}
.header-search__submit {
  display: block;
  width: 60px;
  padding: 13px 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background: #484848;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 767px) {
  .header-search {
    margin-top: -1px;
  }
  .header-search__label {
    display: none;
  }
}

@media (min-width: 768px) {
  .header-search {
    width: 60px;
    position: absolute;
    right: 0;
  }

  @supports (left: calc(100% - 60px)) {
    .header-search {
      width: auto;
      left: calc(100% - 60px);
      transition: left 0.15s ease-out;
    }
  }

  .header-search.is-focused {
    width: 100%;
  }

  @supports (left: calc(100% - 60px)) {
    .header-search.is-focused {
      width: auto;
      left: 0;
    }
  }


  .header-search__label {
    position: absolute;
    top: 50%;
    color: #484848;
    opacity: 1;
    cursor: pointer;
    z-index: 2;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header-search__label:hover,
  .header-search__label:focus {
    color: #09587f;
  }
  .header-search__input {
    position: absolute;
    top: 50%;
    right: 0;
    padding-left: 42px !important;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.01;
  }
  .header-search__input:focus {
    opacity: 1;
  }
  .header-search__submit {
    display: none;
  }
}


.header-nav ul {
  list-style: none;
  margin: 0;
}
.header-nav li {
  position: relative;
}
.header-nav a {
  display: block;
  font-family: "Roboto", "Poppins", Helvetica, Arial, sans-serif;
}
.header-nav > ul > li > a,
.header-nav div > ul > li > a {
  color: #484848;
}
.header-nav li li a {
  font-size: 16px;
  color: #484848;
}
.header-nav li li li a {
  color: #626262;
}
.header-nav li li li li a {
  color: #717171;
}
.header-nav__toggle {
  display: none;
}

@media (max-width: 767px) {
  .header-nav {
    background: #f8f3eb;
  }
  .header-nav a {
    padding: 12px 60px 12px 24px;
    border-bottom: 1px solid #fffcf7;
  }
  .header-nav li li a {
    padding-left: 48px;
    border-bottom-color: rgba(255, 252, 247, 0.5);
  }
  .header-nav li li li a {
    padding-left: 72px;
  }
  .header-nav li li li li a {
    padding-left: 96px;
  }
  .header-nav > ul > li > a,
  .header-nav div > ul > li > a {
    color: #484848;
  }
  .header-nav > ul > li > ul a,
  .header-nav div > ul > li > ul a {
    color: #484848;
  }
  .js .header-nav li ul {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
  }
  .js .header-nav li ul.is-active {
    max-height: 100em;
    transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
  }
  .header-nav__toggle {
    width: 60px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    background: #f8f3eb;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .js .header-nav__toggle {
    display: block;
  }
  .header-nav__toggle::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-width: 0;
    border-top-color: #60bb46;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -5px;
    -ms-transform: scaleX(0.6);
    transform: scaleX(0.6);
    transition: transform 0.2s ease-out;
  }
  .header-nav__toggle.is-active::before {
    border-top-color: #499227;
    transform: scaleX(0.6) rotateX(180deg);
  }
}

@media (min-width: 768px) {
  .header-nav > ul,
  .header-nav div > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
  }
  .header-nav > ul > li,
  .header-nav div > ul > li {
    display: inline-block;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: static;
  }
  .header-nav > ul > li > a,
  .header-nav div > ul > li > a {
    padding: 24px 0;
    position: relative;
  }
  .header-nav > ul > li > a:hover,
  .header-nav > ul > li > a:focus,
  .header-nav div > ul > li > a:hover,
  .header-nav div > ul > li > a:focus {
    color: #09587f;
  }
  .header-nav .is-current > a {
    color: #644e25;
  }
}

/*! megamenu-style dropdowns */

@media (min-width: 768px) {
  .header-nav > ul > li > a::before,
  .header-nav div > ul > li > a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -10px;
    background: #f8f3eb;
    border: solid #60bb46;
    border-width: 5px 5px 0 0;
    -ms-transform: scaleY(0.33) rotate(-45deg);
    transform: scaleY(0.33) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: opacity 0.06s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
  }
  .header-nav > ul > li > ul,
  .header-nav div > ul > li > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 36px 48px;
    border-top: 2px solid #60bb46;
    text-align: left;
    background: #f8f3eb;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: opacity 0.1s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    box-shadow: 0 1px 0 #fffcf7, -1279px 0 0 #f8f3eb, 1279px 0 0 #f8f3eb, -1279px 1px 0 #fffcf7, 1279px 1px 0 #fffcf7;
  }
  .header-nav > ul > li > ul > li,
  .header-nav div > ul > li > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding-bottom: 24px;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    -ms-flex: 0 0 calc(33% - 12px);
    flex: 0 0 calc(33% - 12px);
  }
  .header-nav > ul > li > ul > li > a,
  .header-nav div > ul > li > ul > li > a {
    font-size: 18px;
    color: #484848;
    padding-bottom: 6px;
  }
  .header-nav > ul > li > ul > li > ul,
  .header-nav div > ul > li > ul > li > ul {
    padding-top: 12px;
    border-top: 1px solid #d4d4d4;
  }
  .header-nav > ul > li > ul > li > ul a,
  .header-nav div > ul > li > ul > li > ul a {
    color: #484848;
  }
  .header-nav > ul > li > ul a:hover,
  .header-nav > ul > li > ul a:focus,
  .header-nav div > ul > li > ul a:hover,
  .header-nav div > ul > li > ul a:focus {
    color: #60bb46;
  }
  .header-nav > ul > li:hover > a,
  .header-nav div > ul > li:hover > a {
    color: #60bb46;
  }
  .header-nav > ul > li:hover > a::before,
  .header-nav div > ul > li:hover > a::before {
    opacity: 1;
    visibility: visible;
    z-index: 101;
    transition: opacity 0.15s ease-out 0.575s, z-index 0s linear 0.575s, visibility 0s linear 0.575s;
  }
  .header-nav > ul > li:hover > ul,
  .header-nav div > ul > li:hover > ul {
    opacity: 1;
    z-index: 100;
    visibility: visible;
    transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
  }
}


/*! ---------- =header layout ---------- */

.header-logo {
  float: left;
}

@media (min-width: 768px) {
  .page-header > .page-bounds,
  .page-header > .hero__content,
  .page-header > .alternate-background__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-header__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .header-logo {
    max-width: 250px;
    margin-right: 24px;
  }
  .header-logo a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120px;
    padding: 12px 0;
  }
  .header-logo img {
    max-height: 100%;
    width: 240px;
  }/*! disclosure search */

  .header-search {
    z-index: 3;
  }
  .header-search.is-focused .header-search__input {
    box-shadow: 0 -6px 0 #f8f3eb, 0 6px 0 #f8f3eb;
  }

  .header-nav {
    padding-right: 72px;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .page-header {
    padding-bottom: 72px;
  }
  .page-header__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-utility {
    margin-top: 48px;
    position: relative;
    text-align: right;
  }

  .header-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
  }/*! sticky header */

  .content {
    padding-top: 240px;
  }

  .page-header {
    transition: transform 0.2s ease;
  }
  body.is-scrolled .page-header {
    -ms-transform: translateY(-120px);
    transform: translateY(-120px);
  }/*! disclosure search */

  .header-search {
    top: 100%;
    margin-top: 36px;
  }
}

@media (min-width: 960px) {
  .header-utility,
  .header-search {
    position: absolute;
  }
  .header-utility {
    right: 20em;
    right: calc(20em + 24px);
  }
  .header-search {
    width: auto;
    right: 0;
  }

  .header-nav {
    margin-top: 48px;
  }/*! sticky header */

  .content {
    padding-top: 168px;
  }

  .header-logo a {
    transition: height 0.2s ease;
  }

  .header-utility,
  .header-search {
    transition: top 0.2s ease, left 0.15s ease;
  }

  .header-nav {
    transition: margin 0.2s ease;
  }

  body.is-scrolled .header-logo a {
    height: 72px;
  }
  body.is-scrolled .header-utility,
  body.is-scrolled .header-search {
    top: -72px;
  }
  body.is-scrolled .header-nav {
    margin-top: 0;
  }/*! disclosure search */

  .header-utility {
    right: 0;
  }

  .header-search {
    top: auto;
    bottom: 36px;
  }
  .header-search.is-focused {
    left: 274px;
  }
  body.is-scrolled .header-search {
    top: auto;
  }
  body.is-scrolled .header-search.is-focused {
    left: 0;
  }
}


/*! ---------- =footer common ---------- */

.page-footer {
  padding: 0 24px;
}
.page-footer .page-bounds,
.page-footer .hero__content,
.page-footer .alternate-background__content {
  position: relative;
}

@media (min-width: 768px) {
  .page-footer {
    padding: 0 48px;
  }
}


/*! ---------- =footer style ---------- */

/*! solid footer style */

.page-footer {
  padding-top: 36px;
  background: #f8f3eb;
  color: #484848;
}
.page-footer a {
  color: #484848;
}
.page-footer a:hover,
.page-footer a:focus {
  color: #60bb46;
  text-decoration: none;
}
.page-footer .footer-trending__title,
.page-footer .footer-actions__title {
  color: #484848;
}


/*! ---------- =footer components ---------- */

.footer-logo {
  text-align: center;
}
.footer-logo a {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
}
.footer-logo img {
  height: 48px;
}

.footer-contact {
  font-size: 16px;
}
.footer-contact p {
  line-height: 24px;
  margin-bottom: 0;
}
.footer-contact__phone {
  margin-left: 36px;
}

@media (max-width: 767px) {
  .footer-contact__phone {
    display: block;
  }
}


.footer-social__icon {
  display: inline-block;
  vertical-align: middle;
  padding: 3px;
  font-size: 23px;
}

@media (min-width: 960px) {
  .footer-social {
    position: absolute;
    right: 0;
  }
}


.footer-trending__title {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.5;
}

.footer-utility__list {
  list-style: none;
  margin: 0;
}
.footer-utility__item {
  border-right: 1px solid;
  display: inline-block;
  vertical-align: middle;
}
.footer-utility__item:last-child {
  border-right: 0;
}
.footer-utility__item a {
  display: block;
  font-weight: 700;
  padding: 6px;
}

@media (min-width: 480px) {
  .footer-utility__item a {
    padding: 0 12px;
  }
}


.footer-actions__section {
  margin-bottom: 24px;
}
.footer-actions__title {
  font-size: 23px;
  line-height: 24px;
  margin-bottom: 6px;
}
.footer-actions__list {
  list-style: none;
  margin: 0 0 0 -12px;
}
.footer-actions__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-actions__item a {
  display: block;
  padding: 6px;
}

@media (max-width: 479px) {
  .footer-actions__item {
    display: block;
  }
}

@media (min-width: 480px) {
  .footer-actions__item a {
    padding: 6px 12px;
  }
}

@media (min-width: 768px) {
  .footer-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .footer-actions__section {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: top;
  }
  .footer-actions__list {
    margin-left: 0;
  }
  .footer-actions__item {
    display: block;
  }
  .footer-actions__item a {
    padding: 6px 0;
  }
}

@media (min-width: 1376px) {
  .footer-actions__section {
    -ms-flex: 1 1;
    flex: 1 1;
  }
}


.footer-copyright {
  background: #fbf7f2;
  font-size: 12px;
  padding: 12px 24px;
}
.footer-copyright__disclaimer {
  margin-left: 24px;
}

@media (max-width: 767px) {
  .footer-copyright__disclaimer {
    display: block;
  }
}

@media (min-width: 768px) {
  .footer-copyright {
    padding-left: 48px;
    padding-right: 48px;
  }
}


/*! ---------- =footer layouts ---------- */

@media (max-width: 767px) {
  .page-footer {
    text-align: center;
  }

  .footer-logo img {
    max-height: 72px;
  }

  .footer-social,
  .footer-contact,
  .footer-utility,
  .footer-copyright {
    margin-top: 24px;
  }
}

@media (min-width: 768px) {
  .footer-logo {
    width: 20%;
    float: left;
    padding-right: 19.2px;
  }

  .page-footer__content {
    padding-left: 4.8px;
    overflow: hidden;
  }

  .footer-social {
    margin-top: 18px;
    margin-left: -3px;
  }

  .footer-utility {
    margin-top: 12px;
    margin-left: -12px;
  }
}

@media (min-width: 960px) {
  .footer-contact,
  .footer-social {
    float: left;
    clear: left;
    margin-right: 12px;
  }
  .footer-contact {
    line-height: 36px;
  }

  .footer-copyright__text {
    display: inline-block;
    width: 50%;  
  }
  .footer-utility {
    float: right;
    overflow: hidden;
    margin: 0;
    text-align: right;
    width: 50%;
  }

  .footer-copyright {
    margin-top: 24px;
  }
}


/* ---------- =interior common ---------- */

.page-title {
  color: #484848;
}
.page-title + .breadcrumbs {
  margin-top: -24px;
}


/* ---------- =interior components ---------- */

.title-block {
  background: #499227;
  margin-bottom: 24px;
  margin-top: -24px;
  overflow: hidden;
  padding: 36px 24px;
  position: relative;
}
.title-block::before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(72, 72, 72, 0.5);
  z-index: 2;
}
.title-block__transparent::before {
  display: none;
}
.title-block__transparent .title-block__content {
  text-shadow: none;
}
.title-block__background img {
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.title-block__content,
.title-block__content a,
.title-block .breadcrumbs a,
.title-block .page-title {
  color: #fff;
}
.title-block__content {
  position: relative;
  text-shadow: 0 0 3px rgba(72, 72, 72, 0.5);
  z-index: 3;
}
.title-block__content a {
  font-weight: 700;
}
.title-block .breadcrumbs a {
  font-weight: 400;
}
.title-block__content a:hover,
.title-block__content a:focus,
.title-block .breadcrumbs a:hover,
.title-block .breadcrumbs a:focus {
  color: #fff;
  text-decoration: underline;
}
.title-block .page-title {
  text-shadow: 0 0 16px rgba(72, 72, 72, 0.4), 0 0 3px rgba(72, 72, 72, 0.3);
}
.title-block .breadcrumbs {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .title-block {
    margin-bottom: 48px;
    margin-top: -48px;
    padding: 72px 48px;
  }
  .title-block::before {
    width: 75%;
    background: linear-gradient(to right, #484848, rgba(72, 72, 72, 0));
    opacity: 0.5;
  }
}

@media (min-width: 960px) {
  .title-block {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}


.breadcrumbs {
  font-size: 16px;
  margin-bottom: 24px;
}
.breadcrumbs a {
  color: #484848;
  opacity: 0.9;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #09587f;
  opacity: 1;
}
.breadcrumbs span {
  display: inline-block;
  margin: 0 0.3em;
  opacity: 0.4;
}

.in-this-section a {
  display: block;
  padding: 6px 0;
  color: #484848;
}
.in-this-section a:hover,
.in-this-section a:focus {
  color: #60bb46;
}
.in-this-section ul {
  list-style: none;
  margin: 0;
}
.in-this-section ul ul {
  display: none;
  padding-left: 24px;
}
.in-this-section ul ul a {
  font-size: 16px;
}
.in-this-section ul ul a:hover,
.in-this-section ul ul a:focus {
  color: #60bb46;
}
.in-this-section .is-current > ul {
  display: block;
}
.in-this-section .is-current > a {
  color: #60bb46;
}

@media (max-width: 959px) {
  .in-this-section__toggle {
    background: #f8f3eb;
    display: block;
    margin-bottom: 24px;
    padding: 12px;
    text-align: left;
    width: 100%;
  }
  .no-js .in-this-section__toggle {
    display: none;
  }
  .js .in-this-section > ul {
    display: none;
  }
  .js .in-this-section > ul.is-active {
    background: #f8f3eb;
    border-top: 1px solid #ebdcc5;
    display: block;
    margin-top: -24px;
    padding: 12px 24px;
  }
}

@media (min-width: 960px) {
  .in-this-section {
    background: #f8f3eb;
    padding: 12px 24px;
  }
  .in-this-section__toggle {
    border-bottom: 1px solid #ebdcc5;
    cursor: default;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    padding-top: 12px;
    text-align: left;
    width: 100%;
  }
  .in-this-section__toggle .toggle-indicator {
    display: none;
  }
  .interior-layout .in-this-section {
    margin-top: -6px;
  }
}


.share-buttons {
  font-size: 18px;
}
.share-buttons:not(:last-child) {
  margin-bottom: 24px;
}
.no-js .share-buttons {
  display: none;
}
.share-buttons__title {
  display: inline-block;
  font-size: 16px;
  margin-right: 6px;
  opacity: 0.7;
}
.share-buttons__button {
  display: inline-block;
  /*vertical-align: middle;*/
  margin: 6px 12px 0 0;
  color: #484848;
}
.share-buttons__button:hover,
.share-buttons__button:focus {
  color: #60bb46;
}

/*! ---------- =detail pages ---------- */

.detail-date,
.detail-author {
  opacity: 0.7;
}
.detail-author__blog::after {
  background: #d4d4d4;
  content: '';
  display: inline-block;
  height: 24px;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
  vertical-align: middle;
  width: 1px;
}
.detail-downloads {
  list-style: none;
  margin: 0;
  padding: 0;
}
.detail-divider__bottom {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.detail-divider__top {
  border-top: 1px solid #d4d4d4;
  margin-top: 24px;
  padding-top: 24px;
}
.detail-share .share-buttons {
  float: left;
}
.detail-share__print {
  float: right;
}
.detail-label {
  background: #60bb46;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  color: #fff;
  font-size: 24px;
  margin-bottom: 24px;
  padding: 12px 36px 12px 36px;
}

@media (max-width: 767px) {
  /*.split-detail__image {
    max-width: 60%;
  }*/
  .detail-downloads__container {
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) {
  .split-detail {
    display: flex;
  }
  .split-detail__image {
    order: 2;
  }
  .split-detail__content {
    order: 1;
  }
  .detail-downloads__container {
    float: left;
    margin-right: 48px;
    max-width: 33%;
  }
  .detail-links__container {
    float: left;
  }
}

@media (min-width: 1376px) {
  .detail-title {
    margin: 72px 0;
  }
}


/**** Recipes ****/
.recipe-detail__title {
  font-size: 24px;
}
.recipe-detail__categories {
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0.7;
}
.recipe-detail__categories li {
  display: inline-block;
}
.recipe-detail .fa-tag {
  float: left;
  margin-right: 12px;
  opacity: 0.7;
}
.recipe-detail__categories li::after {
  content: ',';
}
.recipe-detail__categories li:last-child::after {
  display: none;
}
.recipe-detail__ingredients {
  font-weight: 700;
}
.recipe-detail__ingredients ul {
  font-weight: 400;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.recipe-detail__ingredients ul li {
  margin-top: 12px;
  padding: 12px;
}
.recipe-detail__ingredients ul li:nth-child(odd) {
  background: #f8f3eb;
}
.recipe-detail__ingredients p,
.recipe-detail__directions p {
  color: #62bb46;
  font-weight: 700;
}
.recipe-detail__directions ul {
  counter-reset: recipe-directions;
  list-style: none;
  padding: 0;
  margin: 0;
}
.recipe-detail__directions ul li {
  counter-increment: recipe-directions;
  margin-bottom: 48px;
  margin-top: 48px;
}
.recipe-detail__directions ul li::before {
  content: "Step " counter(recipe-directions);
  display: block;
  font-weight: 700;
  margin-bottom: 12px;
}
.recipe-detail__directions ul li:first-child {
  margin-top: 12px;
}
.recipe-detail__directions ul ul {
  list-style: disc;
  margin-left: 24px;
}
.recipe-detail__directions ul ul li:before {
  content: none;
}
.recipe-detail__directions ul ul li {
  margin: 12px;
}

.recipe-detail__nutrition ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.recipe-detail__nutrition ul li {
  display: inline-block;
  margin-right: 12px;
  flex: 1 0 auto;
  text-align: center;
  position: relative;
  -ms-flex: 1 0 auto;
}
.recipe-detail__nutrition ul li::after {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  background: #d4d4d4;
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: middle;
}
.recipe-detail__nutrition ul li:last-child::after {
  display: none;
}
.recipe-detail__nutrition span {
  font-style: italic;
  opacity: 0.7;
}
.recipe-detail__nutrition span::after {
  content: '';
  display: block;
}

/**** Recipes Search ****/
.recipes-search {
  position: relative;
}
.recipes-search__input {
  height: 72px;
}
.recipes-search__submit {
  background: #60bb46;
  padding: 24px;
  position: absolute;
  top: 0;
  right: 0;
}

.recipe-search__facet {
  border: 1px solid #484848;
  border-radius: 12px;
  color: #484848;
  display: inline-block;
  margin-bottom: 24px;
  padding: 15px;
}
.recipe-search__facet .fa-times {
  margin-left: 8px;
}

.search-results__recipes {
  margin-bottom: 72px;
  margin-top: -48px;
}
.recipes-search__toggle {
  color: #FFF;
}
.recipe-search__dropdown {
  position: relative;
  transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
}
.recipe-search__label {
  cursor: text;
}
.recipe-search__content a:hover, 
.recipe-search__content a:focus {
  color: #f8f3eb;
}
.recipe-search__content .item-list__link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.recipe-search__content .item-list__link:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 959px) {
  .search-results__recipes .pattern-blocks {
    display: block;
  }
  .search-results__recipes .pattern-blocks .pattern-blocks__item {
    display: block;
    max-width: 100%;
  }
  .recipes-search__toggle .toggle-indicator__piece::before, 
  .recipes-search__toggle .is-active .toggle-indicator__piece::before {
    background: #FFF;
  }
  .recipe-search__pane {
    display: none;
  }
  .recipe-search__pane.is-active {
    display: block;
  }
}

@media (min-width: 960px) {
  .recipes-search__toggle {
    cursor: text;
  }
  .recipes-search__toggle .toggle-indicator {
    display: none;
  }
  .recipe-search__pane {
    display: flex;
    width: 85%;
  }

  .recipe-search__dropdown:hover .recipe-search__content,
  .recipe-search__dropdown:focus .recipe-search__content {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .recipe-search__label {
    cursor: pointer;
    margin-bottom: 0;
  }
  .recipe-search__content {
    background: inherit;
    display: block;
    font-size: 16px;
    left: 0;
    min-width: 100%;
    opacity: 0;
    padding: 48px 12px 24px;
    position: absolute;
    text-align: left;
    transition: all 0.15s ease-out;
      -webkit-transition: all 0.15s ease-out;
    visibility: hidden;
    z-index: 1;
  }
  .recipe-search__label::after {
    content: '\f078';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    margin-left: 6px;
  }
}


/*Refine by Icons*/
.recipe-search__Recipe.Type::before {
  content: '\f86b';
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-right: 6px;
}
.recipe-search__Rice.Type::before {
  content: '\e803';
  font-family: "Fontello";
  margin-right: 6px;
}
.recipe-search__Meal::before {
  content: '\f2e6';
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-right: 6px;
}
.recipe-search__Cuisine::before {
  content: '\e801';
  font-family: "Fontello";
  margin-right: 6px;
}
.recipe-search__Lifestyle::before {
  content: '\f004';
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-right: 6px;
}
.recipe-search__Collection::before {
  content: '\f07c';
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-right: 6px;
}

/* ---------- =search ---------- */
.search-pagination {
  padding: 12px 0 36px;
}

.search-pagination .current,
.search-pagination a {
  border: 1px solid #60bb46;
  padding: 8px;
}

.search-results__facet {
  border: 1px solid #484848;
  border-radius: 12px;
  color: #484848;
  display: inline-block;
  margin-bottom: 24px;
  padding: 15px;
}

.search-results__refine-title {
  display: block;
  width: 100%;
  text-align: left;
}


@media (max-width: 959px) {
  .search-results__refine-title {
    background: #f8f3eb;
    padding: 12px 24px;
  }
  /*.no-js .search-results__refine-title,
  .js .search-results__refine-params {
    display: none;
  }*/
  .js .search-results__refine-params.is-active {
    background: #f8f3eb;
    display: block;
    padding: 12px 24px 24px;
  }
}

@media (min-width: 960px) {
  .search-results__refine-title {
    cursor: default;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 24px;
  }
  .search-results__refine-title .toggle-indicator {
    display: none;
  }
}

/* ---------- =interior layout ---------- */

.interior-layout__nav,
.interior-layout__main {
  margin-bottom: 24px;
}

@media (min-width: 960px) {
  .interior-layout__nav {
    margin-bottom: 0;
  }
  .interior-layout__nav > *:last-child {
    margin-bottom: 48px;
  }
  .interior-layout__title {
    margin-bottom: 24px;
  }
  .interior-layout__main {
    margin-bottom: 48px;
  }
  .interior-layout__nav,
  .interior-layout__aside {
    width: 30%;
    float: right;
    clear: right;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  .interior-layout__main {
    width: 70%;
    padding-right: 48px;
    float: left;
  }
}


/*! ---------- =home ---------- */

.section-label .split-background__content {
  background: #fff;
}
.section-label__title {
  font-size: 24px;
  line-height: 24px;
}
.section-label__action {
  color: #484848;
}

@media (min-width: 768px) and (max-width: 1375px) {
  .section-label .split-background__image img {
    left: 80% !important;
  }
}

.section-usarice .quicklinks {
  margin-bottom: 0;
}
.section-usarice .quicklinks__item:first-child .quicklinks__title {
  position: relative;
  top: 40%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 479px) {
  .section-usarice .quicklinks__item:first-child {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .section-usarice .quicklinks__item:first-child .quicklinks__title {
    padding-left: 24px;
  }
}

@media (min-width: 768px) {
  .section-usarice .quicklinks__item:first-child {
    padding-left: 48px;
    padding-right: 48px;
    width: 50%;
  }
  .section-usarice .quicklinks__item:first-child::before {
    display: none !important;
  }
  .section-usarice .quicklinks__item::before {
    content: '';
    height: 0;
    top: 0;
    transition: all 0.25s ease-out;
  }
  .section-usarice .quicklinks__item:hover::before,
  .section-usarice .quicklinks__item:focus::before {
    background: rgba(0, 0, 0, 0.2);
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
}

@media (min-width: 1376px) {
  .section-usarice .quicklinks__item:first-child {
    padding-left: 96px;
    padding-right: 96px;
    width: auto;
  }
}


.section-rice-nutrition {
  padding-bottom: 48px;
  padding-top: 48px;
}

@media (min-width: 1376px) {
  .section-rice-nutrition {
    margin-bottom: -60px;
    padding-bottom: 0;
    padding-top: 72px;
    position: relative;
    z-index: 5;
  }
}

@media (min-width: 768px) {
  .section-rice-nutrition__content {
    margin: 0 auto;
    max-width: 75%;
  }
}

@media (min-width: 960px) {
  .section-rice-nutrition__content {
    max-width: 60%;
  }
}

.section-rice-nutrition__more {
  font-size: 24px;
}
.section-rice-nutrition__more a {
  color: #484848;
}
.section-rice-nutrition__infographic {
  position: relative;
}

@media (max-width: 959px) {
  .section-rice-nutrition__infographic img {
    max-width: 60%;
  }
}

@media (min-width: 960px) {
  .section-rice-nutrition__infographic img {
    pointer-events: none;
    position: relative;
    -ms-transform: translate(-36px, 60px);
    transform: translate(-36px, 60px);
    z-index: -1;
  }
}

@media (min-width: 1376px) {
  .section-rice-nutrition__infographic {
    margin: 0 auto;
    max-width: 80%;
  }
}

.section-rice-nutrition .rice-infographic__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-rice-nutrition .rice-infographic__item {
  margin-bottom: 12px;
}
.section-rice-nutrition .rice-infographic__icon {
  background: #60bb46;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 24px;
  padding-left: 6px;
  width: 24px;
}
.section-rice-nutrition .rice-infographic__title {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  margin-left: 6px;
}
.section-rice-nutrition .rice-infographic__description {
  font-size: 16px;
  margin-left: 36px;
}

@media (min-width: 768px) and (max-width: 959px) {
  .section-rice-nutrition .rice-infographic__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-rice-nutrition .rice-infographic__item {
    margin-bottom: 24px;
    max-width: 33.3%;
    padding-right: 6px;
  }
  .section-rice-nutrition .rice-infographic__item:nth-child(4),
  .section-rice-nutrition .rice-infographic__item:nth-child(5) {
    max-width: 50%;
  }
}

@media (min-width: 960px) {
  .section-rice-nutrition .rice-infographic__list {
    position: relative;
    z-index: 2;
    -ms-transform: translateY(-528px);
    transform: translateY(-528px);
  }
  .section-rice-nutrition .rice-infographic__item {
    max-width: 25%;
    position: absolute;
  }
  .section-rice-nutrition .rice-infographic__item:first-child {
    left: 0;
    top: 0;
  }
  .section-rice-nutrition .rice-infographic__item:nth-child(2) {
    left: 0;
    top: 144px;
  }
  .section-rice-nutrition .rice-infographic__item:nth-child(3) {
    left: 0;
    padding-right: 24px;
    top: 288px;
  }
  .section-rice-nutrition .rice-infographic__item:nth-child(4) {
    max-width: 30%;
    top: 0;
    right: 0;
  }
  .section-rice-nutrition .rice-infographic__item:nth-child(5) {
    max-width: 30%;
    top: 240px;
    right: 0;
  }
}


@media (min-width: 1376px) {
  .section-cooking-rice {
    position: relative;
    z-index: 4;
  }
}


.section-news {
  margin-bottom: -24px;
}

@media (min-width: 768px) {
  .section-news {
    padding-top: 48px;
    margin-bottom: -48px;
  }
}


/*! ---------- =buttons ---------- */

.button {
  background: #60bb46;
  border-radius: 24px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.15rem;
  line-height: 24px;
  padding: 12px 36px;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
  vertical-align: middle;
}
.button:hover,
.button:focus {
  background: #499227;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.button:active {
  -ms-transform: translateY(0);
  transform: translateY(0);
  box-shadow: none;
  transition: none;
}
.button--large {
  display: block;
  width: auto;
  max-width: 100%;
}
.button--large + .button--large {
  margin-left: 0;
  margin-top: 12px;
}
.button--small {
  padding: 6px 24px;
  font-size: 16px;
}
.button--highlight {
  background: #09587f;
}
.button--highlight:hover,
.button--highlight:focus {
  background: #083c56;
}
.button--action {
  background: #fff;
  border: 1px solid #60bb46;
  color: #60bb46;
}
.button--action:hover,
.button--action:focus {
  background: #fff;
  border-color: #499227;
  color: #499227;
}
.button--warn {
  background: #e74c3c;
}
.button--warn:hover,
.button--warn:focus {
  background: #d62c1a;
}
.button--cancel {
  background: #eee;
  color: #484848;
  font-size: 16px;
  font-weight: 400;
}
.button--cancel:hover,
.button--cancel:focus {
  background: #c8c8c8;
  color: #484848;
}

.button-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -12px;
  margin-right: -6px;
  margin-left: -6px;
}
.button-group > .button {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 12px 6px 0;
}


/*! ---------- =lists ---------- */

.item-list {
  list-style: none;
  margin-left: 0;
}
.item-list:not(:last-child) {
  margin-bottom: 48px;
}
.item-list + .button {
  margin-top: -24px;
}
.item-list__item + .item-list__item {
  border-top: 1px solid #d9d9d9;
  margin-top: 24px;
  padding-top: 24px;
}
.item-list__thumbnail {
  display: block;
  width: 300px;
  max-width: 33%;
  float: left;
  margin-right: 36px;
}
.item-list__content {
  overflow: hidden;
}
.item-list__category {
  background: #60bb46;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  color: #fff;
  font-size: 16px;
  padding: 12px 12px 12px 24px;
}
.item-list__title {
  color: #484848 !important;
  font-family: "Roboto", "Poppins", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
.item-list__title:hover,
.item-list__title:focus {
  color: #60bb46;
}
.item-list__date {
  margin: 6px 0 0;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-style: italic;
  opacity: 0.7;
}
.item-list__description {
  color: #484848;
  margin: 6px 0 0;
}
.item-list__action {
  font-size: 24px;
}

@media (max-width: 479px) {
  .item-list__thumbnail {
    float: none;
    margin: 0 auto 12px;
  }
}

/*! grid-style lists */

.item-list--grid .card {
  background: #fff;
  position: relative;
}
.item-list--grid .item-list__item {
  transition: all 0.15s ease-out;
}
.item-list--grid .item-list__item:hover,
.item-list--grid .item-list__item:focus {
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.item-list--grid .item-list__item:hover .item-list__title,
.item-list--grid .item-list__item:focus .item-list__title {
  color: #60bb46;
}
.item-list--grid .item-list__item:hover .item-list__action,
.item-list--grid .item-list__item:focus .item-list__action {
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}
.item-list--grid .item-list__item + .item-list__item {
  border-top: 0;
  padding-top: 0;
}
.item-list--grid .item-list__thumbnail {
  float: none;
  margin: 0 auto 24px;
  max-width: 100%;
  /*-ms-transform: translate(-12px, -12px);
  transform: translate(-12px, -12px);
  -webkit-transform: translate(-12px, -12px);*/
  width: 100%;
}
.item-list--grid .item-list__thumbnail img {
  width: 100%;
}
.item-list--grid .item-list__category {
  padding: 12px 36px 12px 36px;
  position: absolute;
  text-transform: capitalize;
  -ms-transform: translateY(-115px);
  transform: translateY(-115px);
  -webkit-transform: translateY(-115px);
}
.item-list--grid .item-list__content {
  padding: 0 24px 24px;
}
.item-list--grid .item-list__action {
  color: #484848;
  padding: 0 24px 24px;
  transition: all 0.15s ease-out;
}
.item-list--grid .item-list__action:hover,
.item-list--grid .item-list__action:focus {
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}

@media (min-width: 768px) {
  .item-list--grid .item-list__item + .item-list__item {
    border-top: 0;
    margin-top: 0;
  }
}

/*! horizontal scroller lists */

.horizontal-scroll {
  position: relative;
}
.horizontal-scroll:not(:last-child) {
  margin-bottom: 48px;
}
.horizontal-scroll__wrapper {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; /*hides scrollbar on IE, Edge, Firefox*/
    -ms-overflow-style: none;
}
.js .horizontal-scroll__wrapper {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.js .horizontal-scroll__wrapper::-webkit-scrollbar {
  display: none;
}
.horizontal-scroll__contents {
  float: left;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  word-spacing: -0.31em;
}
.horizontal-scroll__item {
  display: inline-block;
  vertical-align: middle;
  max-width: 25%;
  padding-left: 24px;
  white-space: normal;
  word-spacing: normal;
}
.horizontal-scroll:last-child {
  padding-right: 0;
}
.horizontal-scroll__content {
  background: #f7f9fa;
  position: relative;
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
}
.horizontal-scroll__content:hover,
.horizontal-scroll__content:focus {
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.horizontal-scroll__control {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #FFFFFF;
  font-size: 28px;
  color: #f3901d;
  padding: 0 12px;
}
.horizontal-scroll__control--left {
  left: 0;
}
.horizontal-scroll__control--right {
  right: 0;
}
.horizontal-scroll__control:hover,
.horizontal-scroll__control:focus {
  color: #f3901d;
}
.horizontal-scroll--is-at-start .horizontal-scroll__control--left,
.horizontal-scroll--is-at-end .horizontal-scroll__control--right {
  color: #a8b0b5;
  cursor: default;
}
.horizontal-scroll .item-list__category {
  -ms-transform: translateX(-36px);
  transform: translateX(-36px);
}
.horizontal-scroll .item-list__date {
  color: #4d5362;
  font-size: 16px;
  font-style: normal;
}
.horizontal-scroll .item-list__location {
  color: #4d5362;
  font-size: 16px;
}
.horizontal-scroll .item-list__description {
  color: #4d5362;
  margin-bottom: 48px;
  margin-top: 12px;
}
.horizontal-scroll .item-list__button {
  background: #fff;
  bottom: 0;
  left: 0;
  padding: 6px 0;
  position: absolute;
  right: 0;
}

@media (max-width: 767px) {
  .horizontal-scroll__item {
    max-width: 45vw;
  }
}

@media (max-width: 479px) {
  .horizontal-scroll__item {
    max-width: 90vw;
    padding-left: 12px;
    padding-right: 24px;
  }
  .horizontal-scroll__controllers {
    margin: 24px;
    text-align: center;
  }
  .horizontal-scroll__control {
    position: relative;
    width: auto;
  }
  .horizontal-scroll__control--left {
    left: 0;
  }
  .horizontal-scroll__control--right {
    right: 0;
  }
}


/*! ---------- =tabs ---------- */

.tabs--standard:not(:last-child) {
  margin-bottom: 48px;
}
.tabs--standard .tabs__tab {
  background: #3f7e22;
  border: 1px solid #60bb46;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-bottom: -1px;
  opacity: 0.9;
  padding: 12px;
  position: relative;
  vertical-align: bottom;
  z-index: 2;
}
.tabs--standard .tabs__tab.is-active {
  background: #fff;
  border-bottom-color: #fff;
  color: #60bb46;
}
.tabs--standard .tabs__tab:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6px;
}
.tabs--standard .tabs__pane {
  border: 1px solid #60bb46;
  padding: 24px;
  display: none;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}
.tabs--vertical {
  margin-bottom: 48px;
}
.tabs--vertical .tabs__tab {
  background: #3f7e22;
  color: #fff;
  font-weight: 700;
  padding: 12px;
}
.tabs--vertical .tabs__tab.is-active {
  background: #60bb46;
  color: #fff;
}
.tabs--vertical .tabs__tab:focus {
  outline: 1px dashed #60bb46;
  outline-offset: -6px;
}
.js .tabs--vertical .tabs__pane:not(.is-active) {
  display: none;
}

@media (min-width: 480px) {
  .tabs--standard .tabs__tab {
    padding: 18px 24px;
    font-weight: 600;
  }
}

@media (max-width: 767px), (min-width: 960px) and (max-width: 1375px) {
  .tabs--standard,
  .tabs--vertical {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tabs--standard .tabs__tab,
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__tab,
  .tabs--vertical .tabs__pane {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tabs--standard .tabs__tab,
  .tabs--vertical .tabs__tab {
    -ms-flex-order: 1;
    order: 1;
    border: 1px solid #fffcf7;
  }
  .tabs--standard .tabs__tab ~ .tabs__tab,
  .tabs--vertical .tabs__tab ~ .tabs__tab {
    margin-top: 6px;
  }
  .tabs--standard .tabs__tab.is-active,
  .tabs--vertical .tabs__tab.is-active {
    border-color: #f8f3eb #f8f3eb #fffcf7;
  }
  .tabs--standard .tabs__tab:nth-child(2),
  .tabs--vertical .tabs__tab:nth-child(2) {
    -ms-flex-order: 3;
    order: 3;
  }
  .tabs--standard .tabs__tab:nth-child(3),
  .tabs--vertical .tabs__tab:nth-child(3) {
    -ms-flex-order: 5;
    order: 5;
  }
  .tabs--standard .tabs__tab:nth-child(4),
  .tabs--vertical .tabs__tab:nth-child(4) {
    -ms-flex-order: 7;
    order: 7;
  }
  .tabs--standard .tabs__tab:nth-child(5),
  .tabs--vertical .tabs__tab:nth-child(5) {
    -ms-flex-order: 9;
    order: 9;
  }
  .tabs--standard .tabs__tab:nth-child(6),
  .tabs--vertical .tabs__tab:nth-child(6) {
    -ms-flex-order: 11;
    order: 11;
  }
  .tabs--standard .tabs__tab:nth-child(7),
  .tabs--vertical .tabs__tab:nth-child(7) {
    -ms-flex-order: 13;
    order: 13;
  }
  .tabs--standard .tabs__tab:nth-child(8),
  .tabs--vertical .tabs__tab:nth-child(8) {
    -ms-flex-order: 15;
    order: 15;
  }
  .tabs--standard .tabs__tab:nth-child(9),
  .tabs--vertical .tabs__tab:nth-child(9) {
    -ms-flex-order: 17;
    order: 17;
  }
  .tabs--standard .tabs__tab:nth-child(10),
  .tabs--vertical .tabs__tab:nth-child(10) {
    -ms-flex-order: 19;
    order: 19;
  }
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__pane {
    border: 1px solid #f8f3eb;
    border-top-width: 0;
    -ms-flex-order: 2;
    order: 2;
    padding: 24px 12px;
  }
  .tabs--standard .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane {
    -ms-flex-order: 4;
    order: 4;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 6;
    order: 6;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 8;
    order: 8;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 10;
    order: 10;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 12;
    order: 12;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 14;
    order: 14;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 16;
    order: 16;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 18;
    order: 18;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 20;
    order: 20;
  }
}

@media (min-width: 768px) and (max-width: 959px), (min-width: 1376px) {
  .tabs--standard {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tabs--standard::before {
    /* remove sf pseudoel that messes with space-between */
    display: none !important;
  }
  .tabs--standard .tabs__tab {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 18px 24px;
  }
  .tabs--standard.tabs--2 .tabs__tab {
    width: 48%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: calc(50% - 6px);
    flex-basis: calc(50% - 6px);
  }
  .tabs--standard.tabs--3 .tabs__tab {
    width: 31%;
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    -ms-flex-preferred-size: calc(33.3% - 6px);
    flex-basis: calc(33.3% - 6px);
  }
  .tabs--standard.tabs--4 .tabs__tab {
    width: 22%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -ms-flex-preferred-size: calc(25% - 6px);
    flex-basis: calc(25% - 6px);
  }
  .tabs--standard.tabs--5 .tabs__tab {
    width: 17%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -ms-flex-preferred-size: calc(20% - 6px);
    flex-basis: calc(20% - 6px);
  }
  .tabs--standard .tabs__pane {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .tabs--vertical .tabs__tab {
    border: 1px solid #fffcf7;
    border-right-color: #60bb46;
    box-shadow: inset 6px 0 0 rgba(73, 146, 39, 0);
    clear: left;
    cursor: pointer;
    float: left;
    margin-bottom: 6px;
    padding: 11px 17px;
    width: 300px;
  }
  .tabs--vertical .tabs__tab.is-active {
    background: #fff;
    border-color: #60bb46 #fff #60bb46 #60bb46;
    box-shadow: inset 6px 0 0 #60bb46;
    color: #60bb46;
    cursor: default;
  }
  .tabs--vertical .tabs__pane {
    background: #fff;
    border-left: 299px solid #fff;
    box-shadow: inset 0 0 0 1px #60bb46;
    padding: 24px;
  }
  .tabs--vertical .tabs__pane::after {
    clear: both;
    content: '';
    display: table;
    margin: 30px 0 -30px;
  }
}


.accordion:not(:last-child) {
  margin-bottom: 48px;
}
.accordion__label {
  background: #60bb46;
  border: 1px solid #60bb46;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  padding: 12px;
}
.accordion__label .fa-arrow-right {
  margin-left: 0.4em;
  transition: transform 0.15s ease-out;
}
.accordion__label:hover,
.accordion__label:focus {
  background: #3f7e22;
  color: #fff;
}
.accordion__label.is-active {
  background: #60bb46;
  border-color: #60bb46 #60bb46 #fffcf7 #60bb46;
  color: #fff;
}
.accordion__label.is-active .fa-arrow-right {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion__label:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.3);
  outline-offset: -6px;
}
.accordion__label ~ .accordion__label {
  margin-top: 6px;
}
.accordion__content {
  border: 1px solid #60bb46;
  border-top: none;
  padding: 24px 12px;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
.js .accordion__content:not(.is-active) {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0 1px;
  visibility: hidden;
  opacity: 0;
}

.pagination {
  list-style: none;
  margin: 0 0 24px;
}
.pagination .overview {
  display: block;
  font-size: 16px;
}
.pagination li {
  display: inline-block;
  margin-bottom: 0.2em;
}
.pagination li a {
  display: block;
  width: 36px;
  padding: 6px 0;
  text-align: center;
  color: #484848;
  background: #fffcf7;
  font-size: 16px;
}
.pagination li a:hover,
.pagination li a:focus {
  color: #fff;
  background: #09587f;
}
.pagination .active a {
  font-weight: 700;
  color: #fff;
  background: #60bb46;
}

@media (min-width: 940px) {
  .pagination .overview {
    display: inline-block;
    margin-right: 1.5em;
  }
}


/*! ---------- =code and =syntax highlighting ---------- */

pre,
code {
  font-family: "Inconsolata", monospace;
  font-size: 16px;
  line-height: 24px;
}
pre {
  display: block;
  padding: 24px 12px;
  border: 1px solid #fff4e3;
  color: #222;
  background: white;
  overflow-y: auto;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
pre:not(:last-child) {
  margin-bottom: 24px;
}
pre::before {
  content: attr(rel);
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #c7e5b9;
  position: absolute;
  top: 2px;
  right: 12px;
}
p > code,
li > code {
  background: white;
  font-style: normal;
}
p > code::before,
p > code::after,
li > code::before,
li > code::after {
  content: '';
  display: inline-block;
  width: 0.5em;
}

/*! syntax highlighting through prism: http://prismjs.com/index.html
*  the following is based off the default theme */

pre[class*="language-"] {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: 0.7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.function {
  color: #dd4a68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}


/*! ---------- =hero ---------- */

.hero {
  padding-bottom: 24px;
  padding-top: 24px;
  position: relative;
}
.hero:last-child {
  margin-bottom: 0;
}
.content > .page-bounds > .hero:first-child,
.content > .hero__content > .hero:first-child,
.content > .alternate-background__content > .hero:first-child {
  margin-top: -24px;
}
.hero::before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.hero__title {
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
}
.hero__title,
.hero__description {
  color: #fff;
  text-align: left;
}
.hero__actions {
  margin-top: 24px;
}
.hero__action {
  background: rgba(96, 187, 70, 0);
  border: 1px solid #fff;
}
.hero .recipe__category {
  margin-left: 6px;
  padding-left: 14px;
  position: relative;
}
.hero .recipe__category::before {
  background: rgba(255, 255, 255, 0.5);
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

@media (max-width: 479px) {
  .hero__action {
    display: block;
  }
  .hero__action + .hero__action {
    margin-top: 12px;
  }
}

@media (min-width: 480px) {
  .hero__action + .hero__action {
    margin-left: 12px;
  }
}

@media (min-width: 768px) {
  .content > .page-bounds > .hero:first-child,
  .content > .hero__content > .hero:first-child,
  .content > .alternate-background__content > .hero:first-child {
    margin-top: -48px;
  }
  .hero__title {
    font-size: 48px;
  }
  .hero__content {
    margin-left: 48px;
    max-width: 60%;
  }
}

@media (min-width: 960px) {
  .hero__content {
    max-width: 40%;
  }
}

@media (min-width: 1376px) {
  .hero__content {
    margin-left: calc(50vw - (1280px / 2));
  }
}

/*! ---------- =jasmine ---------- */
.jasmine-hero {
  margin-top: -48px;
}

.jasmine-hero > div > img {
    width: 100%;
}

.jasmine-button {
  float: left;
  width: 100%;
  margin-top: -20px;
}

.split-background__wrapper {
  background: url(/ResourcePackages/ThinkRice/assets/images/bg-pattern-light.png) repeat center #fffcf7;
}

.jasmine-container .left-align {
  text-align: left;
}

.jasmine-container.split-background--container {
  display: flex;
  align-items: center;
  width: 100%;
}
.split-background--content {
  padding: 24px;
}
  .hide-on-desktop {
    display: none;
  }

  .hide-on-mobile {
    display: block;
  }

  .split-background__wrapper {
    display: flex;
  }
  
  .split-background__wrapper img  {
    width: 50%;
  }

  .split-background__img {
    position: relative;
  }

  .split-background__img .jasmine-container__img img,
  .split-background__img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .split-background__img .jasmine-container__img img {
    object-fit: contain;
  }

  .split-background__img .jasmine-container__img {
    height: 200px;
    width: 150px;
    position: absolute;
    top: 24px;
    right: 0;
  }

  .split-background__wrapper  .split-background--content {
    margin: auto 3% auto 24px;
  }
  .flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .flex-container.left-align {
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }

  .flex-container .jasmine-container {
    margin: 24px;
  }

  .flex-container .jasmine-container__img {
    height: 200px;
    width: 150px;
  }

  .flex-container .jasmine-container__img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

@media (min-width: 960px) {
  .split-background--content {
    max-width: 850px;
  }
  .flex-container {
    gap: 24px;
 }
}

@media (max-width: 959.97px) {
  .jasmine-brands__wrapper .grid__unit {
    width: 50% !important;
  }
  .jasmine-container {
    margin: auto 24px;
  }
  .split-background--content .jasmine-container {
    margin: 24px auto;
  }
  .jasmine-container .left-align,
  .jasmine-container .left-align span {
    text-align: center;
    margin: auto;
  }
  .banner-padding {
    margin: auto 12px;
  }
  .jasmine-container.split-background--container {
    flex-direction: column-reverse;
  }
  .split-background--content {
    padding: 24px;
  }

  .hide-on-desktop {
    display: block;
  }

  .hide-on-mobile {
    display: none;
  }

  .split-background__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }

  .split-background__img {
    width: 100%;
  }

  .split-background__wrapper  .split-background--content {
    margin: auto 24px;
  }
  .flex-container {
    gap: 12px;
 }
}

@media (max-width: 678.97px) {
  .jasmine-hero {
    margin-top: -18px;
  }
}

/*! video hero styles */

.hero::before {
  z-index: 2;
}
.hero__video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
.hero__video-player {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in 2.9s;
}
.hero__video-player.is-wide {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero__video-player.is-tall {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hero__video-container.is-loaded .hero__video-player {
  opacity: 1;
}
.hero__video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.hero__content {
  padding: 48px 24px;
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .hero::before {
    background: rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 768px) {
  .hero {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

@media (min-width: 960px) {
  .hero {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (min-width: 1376px) {
  .hero {
    padding-top: 168px;
    padding-bottom: 168px;
  }
}


/*! ---------- =backgrounds - static ---------- */

.alternate-background {
  background: rgba(9, 88, 127, 0);
  overflow: hidden;
  position: relative;
}
.alternate-background:not(:last-child) {
  margin-bottom: 48px;
}
.alternate-background__image {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.alternate-background__image img {
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.alternate-background__content {
  color: #fff;
  padding: 48px 24px;
  position: relative;
  z-index: 5;
}
.alternate-background__content h1,
.alternate-background__content h2,
.alternate-background__content h3,
.alternate-background__content h4,
.alternate-background__content h5,
.alternate-background__content h6,
.alternate-background__content p,
.alternate-background__content a {
  color: #fff;
}

@media (min-width: 960px) {
  .alternate-background__content {
    padding: 72px 48px;
  }
}


/*! ---------- =backgrounds - split ---------- */

.split-background {
  position: relative;
}
.split-background__dark .split-background__content {
  background: url(/ResourcePackages/ThinkRice/assets/images/bg-pattern-dark.png) repeat center #09587f;
  color: #fff;
}
.split-background__green .split-background__content {
  background: url(/ResourcePackages/ThinkRice/assets/images/bg-pattern-primary-dark.png) repeat center #499227;
  color: #fff;
}
.split-background__light .split-background__content {
  background: url(/ResourcePackages/ThinkRice/assets/images/bg-pattern-primary.png) repeat center #60bb46;
  color: #fff;
}
.split-background__dark .split-background__content h1,
.split-background__green .split-background__content h1,
.split-background__light .split-background__content h1,
.split-background__dark .split-background__content h2,
.split-background__green .split-background__content h2,
.split-background__light .split-background__content h2,
.split-background__dark .split-background__content h3,
.split-background__green .split-background__content h3,
.split-background__light .split-background__content h3,
.split-background__dark .split-background__content h4,
.split-background__green .split-background__content h4,
.split-background__light .split-background__content h4,
.split-background__dark .split-background__content h5,
.split-background__green .split-background__content h5,
.split-background__light .split-background__content h5,
.split-background__dark .split-background__content h6,
.split-background__green .split-background__content h6,
.split-background__light .split-background__content h6,
.split-background__dark .split-background__content p,
.split-background__green .split-background__content p,
.split-background__light .split-background__content p,
.split-background__dark .split-background__content a,
.split-background__green .split-background__content a,
.split-background__light .split-background__content a {
  color: #fff;
}
.split-background__light .split-background__content .button,
.split-background__green .split-background__content .button,
.split-background__dark .split-background__content .button {
  background: #fff;
}
.split-background__light .split-background__content .button {
  color: #60bb46;
}
.split-background__green .split-background__content .button {
  color: #499227;
}
.split-background__dark .split-background__content .button {
  color: #09587f;
}
.split-background__dark .split-background__content .button:hover,
.split-background__light .split-background__content .button:hover,
.split-background__green .split-background__content .button:hover,
.split-background__dark .split-background__content .button:focus,
.split-background__green .split-background__content .button:focus,
.split-background__light .split-background__content .button:focus {
  background: #f8f3eb;
}
.split-background__content {
  background: url(/ResourcePackages/ThinkRice/assets/images/bg-pattern-light.png) repeat center #fffcf7;
  display: block;
  padding: 48px 24px;
  position: relative;
  z-index: 5;
}
/*
@media (max-width: 767px) {
  .split-background__left .split-background__image {
    margin-bottom: -24px;
    margin-top: 24px;
  }
}
*/
@media (min-width: 768px) {
  .split-background__content {
    padding-bottom: 72px;
    padding-left: 48px;
    padding-top: 72px;
  }
  .split-background__image {
    bottom: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }

  .split-background__image img {
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .split-background__left .split-background__image {
    left: 0;
  }
  .split-background__left .split-background__content {
    margin-left: 46%;
    padding: 72px 48px;
  }
}

@media (min-width: 1165px) {
  .split-background__left .split-background__content {
    margin-left: 48%;
  }
}
  
@media (min-width: 1376px) {
  .split-background__content {
    padding-bottom: 96px;
    padding-left: calc(50vw - (1280px / 2));
    padding-top: 96px;
  }
  .split-background__left .split-background__content {
    padding-bottom: 96px;
    padding-left: 48px;
    padding-right: calc(50vw - (1280px / 2));
    padding-top: 96px;
  }
}

/*! ---------- =quicklinks ---------- */

.pattern-blocks,
.quicklinks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
}
.pattern-blocks__item,
.quicklinks__item {
  flex: auto;
  padding: 24px;
  position: relative;
  text-align: center;
}
.pattern-blocks__item {
  padding-bottom: 36px;
  padding-top: 36px;
}
.pattern-blocks__item:nth-child(4n+1),
.quicklinks__item:nth-child(4n+1) {
  background: url(/ResourcePackages/ThinkRice/assets/images/bg-pattern-primary.png) repeat center #60bb46;
}
.pattern-blocks__item:nth-child(4n+2),
.quicklinks__item:nth-child(4n+2) {
  background: url(/ResourcePackages/ThinkRice/assets/images/bg-pattern-primary-dark.png) repeat center #499227;
}
.pattern-blocks__item:nth-child(4n+3),
.quicklinks__item:nth-child(4n+3) {
  background: url(/ResourcePackages/ThinkRice/assets/images/bg-pattern-accent.png) repeat center #09587f;
}
.pattern-blocks__item:nth-child(4n+4),
.quicklinks__item:nth-child(4n+4) {
  background: url(/ResourcePackages/ThinkRice/assets/images/bg-pattern-accent-dark.png) repeat center #083c56;
}
.pattern-blocks__item:hover .pattern-blocks__more,
.pattern-blocks__item:focus .pattern-blocks__more,
.quicklinks__item:hover .pattern-blocks__more,
.quicklinks__item:focus .pattern-blocks__more,
.pattern-blocks__item:hover
.quicklinks__more,
.pattern-blocks__item:focus
.quicklinks__more,
.quicklinks__item:hover
.quicklinks__more,
.quicklinks__item:focus
.quicklinks__more {
  color: #f8f3eb;
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}
.quicklinks__item:hover .quicklinks__icon,
.quicklinks__item:focus .quicklinks__icon {
  opacity: 0.8;
}
.pattern-blocks__link,
.quicklinks__link {
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
}
.pattern-blocks__link:hover,
.pattern-blocks__link:focus,
.quicklinks__link:hover,
.quicklinks__link:focus {
  color: #f8f3eb;
}
.pattern-blocks__icon,
.quicklinks__icon {
  color: #fff;
  font-size: 72px;
  padding-bottom: 12px;
  transition: all 0.15s ease-out;
}
.pattern-blocks__icon {
  font-size: 36px;
}
.pattern-blocks__title,
.quicklinks__title {
  color: #fff;
  font-weight: 700;
}
.pattern-blocks__description,
.quicklinks__description {
  color: #fff;
  font-size: 16px;
  margin-top: 24px;
}
.pattern-blocks__description {
  font-size: 18px;
  margin-top: 12px;
}
.pattern-blocks__more,
.quicklinks__more {
  font-size: 24px;
  padding-top: 24px;
  position: relative;
  transition: all 0.15s ease-out;
}
.pattern-blocks__more:hover,
.pattern-blocks__more:focus,
.quicklinks__more:hover,
.quicklinks__more:focus {
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}
.pattern-blocks h1,
.pattern-blocks h2,
.pattern-blocks h3,
.pattern-blocks h4,
.pattern-blocks h5,
.pattern-blocks h6,
.pattern-blocks p,
.pattern-blocks a,
.quicklinks h1,
.quicklinks h2,
.quicklinks h3,
.quicklinks h4,
.quicklinks h5,
.quicklinks h6,
.quicklinks p,
.quicklinks a {
  color: #fff;
}

@media (max-width: 959px) {
  .pattern-blocks,
  .quicklinks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pattern-blocks__item,
  .quicklinks__item {
    max-width: 50%;
  }
}

@media (max-width: 479px) {
  .pattern-blocks__item,
  .quicklinks__item {
    max-width: 100%;
  }
  .pattern-blocks__title,
  .pattern-blocks__description,
  .quicklinks__title,
  .quicklinks__description {
    min-height: 0 !important;
  }
}

/*! background images quicklinks style */

.quicklinks__link {
  padding: 48px 24px;
  color: #fff;
  overflow: hidden;
}
.quicklinks__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 1;
  transition: all 0.15s ease-out;
}
.quicklinks__title,
.quicklinks__description,
.quicklinks__more {
  position: relative;
  z-index: 3;
}
.quicklinks__link:hover,
.quicklinks__link:focus {
  color: #fff;
}

@media (max-width: 1375px) {
  .quicklinks {
    margin-left: -48px;
    margin-right: -48px;
  }
}

@media (max-width: 479px) {
  .quicklinks {
    margin-left: -24px;
    margin-right: -24px;
  }
}


/*! ---------- =sitefinity ---------- */

.sys-template {
  display: none;
}

.sfContentBlock {
  margin-bottom: 24px;
}
.sfContentBlock:last-child {
  margin-bottom: 0;
}

/* For Solr debug */

.debug-url {
  background-color: #efe;
  border: 2px solid #2c2;
  padding: 12px;
  margin-bottom: 24px;
  word-wrap: break-word;
}

/*! make page builder layout more friendly to edit */

.sfPageEditor .page-header,
.sfPageEditor .header-logo,
.sfPageEditor .page-header__content,
.sfPageEditor .header-utility,
.sfPageEditor .header-search,
.sfPageEditor .header-nav,
.sfPageEditor .title-block,
.sfPageEditor .title-block__background,
.sfPageEditor .title-block__content,
.sfPageEditor .alternate-background,
.sfPageEditor .alternate-background__image,
.sfPageEditor .alternate-background__image img,
.sfPageEditor .alternate-background__content,
.sfPageEditor .section-rice-nutrition,
.sfPageEditor .page-footer,
.sfPageEditor .footer-logo,
.sfPageEditor .footer-social,
.sfPageEditor .footer-contact,
.sfPageEditor .footer-utility,
.sfPageEditor .footer-copyright {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
  float: none !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
.sfPageEditor .content {
  padding-top: 48px;
}
.sfPageEditor .title-block::before {
  display: none !important;
}
.sfPageEditor .title-block__background,
.sfPageEditor .title-block__content {
  position: static !important;
}
.sfPageEditor .alternate-background__image img {
  transform: none !important;
}
.sfPageEditor .alternate-background__content {
  color: #484848;
}
.sfPageEditor .alternate-background__content h1,
.sfPageEditor .alternate-background__content h2,
.sfPageEditor .alternate-background__content h3,
.sfPageEditor .alternate-background__content h4,
.sfPageEditor .alternate-background__content h5,
.sfPageEditor .alternate-background__content h6,
.sfPageEditor .alternate-background__content p,
.sfPageEditor .alternate-background__content a {
  color: #484848;
}

/* space form builder fields */

.sf-fieldWrp > input,
.sf-fieldWrp > select,
.sf-fieldWrp > textarea,
.sf-fieldWrp > div > input,
.sf-fieldWrp > div > select,
.sf-fieldWrp > div > textarea {
  margin-bottom: 20px !important;
}
.sf_colsIn > .sf-fieldWrp > input:last-child,
.sf_colsIn > .sf-fieldWrp > select:last-child,
.sf_colsIn > .sf-fieldWrp > textarea:last-child {
  margin-bottom: 0 !important;
}

.sfInlineEditingPageMenu .sfInlineEditingToggleLnk {
  z-index: 1001 !important;
}

/* user-friendly tabs layout modules */

.sfPageEditor [data-edit-label]::before {
  content: "[" attr(data-edit-label) "]";
  font-size: 14px;
  opacity: 0.3;
}

.tabs.sf_cols {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tabs__tab > .sf_colsIn,
.tabs__pane > .sf_colsIn {
  margin: 0 !important;
}
.sfPageEditor .tabs--standard .tabs__tab {
  width: 100% !important;
  float: none !important;
}
.sfPageEditor .tabs.sf_cols .tabs__pane {
  display: block !important;
}


/*! ---------- =print ---------- */

@media print {
  .page-header__toggle,
  .header-search,
  .header-utility,
  .header-nav,
  .in-this-section,
  .footer-logo,
  .footer-social,
  .footer-utility,
  .home-feature,
  .breadcrumbs,
  .share-buttons,
  .truncator-expand,
  .detail-share,
  .detail-share__print,
  .do-not-print {
    display: none !important;
  }

  body {
    background: #fff;
  }


  @page {
    margin: 1in 0.5in 0.5in 0.5in;
  }

  @page :not(:first) {
    .page-header {
      display: none !important;
    }
  }


 /* @page :first {
    margin-top: 1in;
  }*/


  @page :last {
    margin-bottom: 1in;
  }

  .page-header {
    position: relative;
  }

  .page-bounds,
  .hero__content,
  .alternate-background__content {
    max-width: 100%;
  }

  .page-header,
  .content,
  .page-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .content {
    padding-top: 0;
  }

  h1,
  h2,
  h3,
  h4 {
    page-break-after: avoid;
  }

  blockquote,
  img,
  table,
  pre {
    page-break-inside: avoid;
  }

  ul,
  ol,
  dl {
    page-break-before: avoid;
  }

  .header-logo {
    float: none;
    max-width: 150px;
    margin: 0 auto;
    padding: 0;
  }

  .page-footer {
    border-top: 1px solid #fffcf7;
  }

  .footer-contact {
    text-align: center;
  }

  .interior-layout__title,
  .interior-layout__nav,
  .interior-layout__main,
  .interior-layout__aside {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .interior-layout__aside {
    border-top: 1px solid #f8f3eb;
    padding-top: 48px;
  }

  .page-title {
    text-align: center;
  }

  .content a[href]:not([href^="#"]) {
    word-wrap: break-word;
    box-shadow: 0 2px 0 #60bb46;
    color: #484848;
    font-weight: 700;
  }
  .content a[href]:not([href^="#"])::after {
    content: " (" attr(href) ") ";
    font-size: 0.85em;
    color: #626262;
  }

  .content .recipe-detail a[href]:not([href^="#"])::after {
    display: none;
  } 

  .tabs__pane {
    display: block !important;
  }

  .accordion__content {
    max-height: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  [data-truncate-to] {
    max-height: none !important;
    overflow: visible !important;
  }

  [data-truncate-to*="item"] > * {
    display: initial !important;
  }

  /*recipes print*/
  .recipe-detail .fa-video,
  .recipe-detail .detail-video, 
  .recipe-detail .detail-downloads {
    display: none !important;
  }
  .recipe-detail .split-detail__image {
    float: right;
    min-height: 0 !important;
    width: 50%;
  }
  .recipe-detail .split-detail__content {
    float: left;
    width: 50%;
  }
  .recipe-detail .pattern-blocks {
    float: left; 
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .recipe-detail .pattern-blocks__item {
    background: #fff!important;
  }
  .recipe-detail .pattern-blocks__description,
  .recipe-detail .pattern-blocks__title,
  .recipe-detail .pattern-blocks__icon {
   color: #484848 !important;
  }
  .recipe-detail__ingredients,
  .recipe-detail__directions,
  .recipe-detail__notes,
  .recipe-detail__nutrition {
    float: left;
    width: 100%;
  }
  

}