@charset "UTF-8";
/* Settings */
/* Base files. */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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 {
  background-color: transparent; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

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;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
/* HTML / Body
 *--------------------------------------------------------*/
html {
  font-size: 10px; }

body {
  font-size: 10px;
  font-weight: 400;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #012037; }

hr {
  margin: 0;
  box-sizing: border-box;
  border: 0;
  width: 100%;
  height: 1px;
  background: #b3d8f1; }

/* Backgrounds
 *--------------------------------------------------------*/
.background-light-grey {
  background: #f3f3f3; }

.background-blond {
  background: #fcf2d0; }

.background-cyan-cream {
  background: #e0f0f6; }

.background-cyan-cream {
  background: #e0f0f6; }

.background-dark-blue {
  background: #1e366c; }
  .background-dark-blue h1, .background-dark-blue h2 {
    color: #fff; }

/* Links
 *--------------------------------------------------------*/
a {
  color: #870D15;
  text-decoration: none;
  touch-action: manipulation; }

/* Lists
 *--------------------------------------------------------*/
ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.bullet {
    margin-left: 1em;
    list-style: disc; }
  ul.checkmark li {
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left 5px; }
  ul.checkmark.checkmark-blue li {
    background-image: url("/static/images/base/checkmark.blue@2x.png?b4e30c5782ed");
    background-size: 16px 16px; }

ol, ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 0; }

ol {
  padding-left: 1.2rem; }

/* Tables
 *--------------------------------------------------------*/
.table-responsive {
  margin-top: 10px;
  max-width: 100%;
  overflow: auto; }

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #f3f3f3; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Videos
 *--------------------------------------------------------*/
.video-iframe {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0; }

.video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Code
 *--------------------------------------------------------*/
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: white;
  border: 1px solid #f3f3f3;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Utilities
 *--------------------------------------------------------*/
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

.lang-fr .columns.six:nth-of-type(1) .media:nth-of-type(1) {
  padding-top: 33px !important; }
.lang-fr .columns.six:nth-of-type(2) .media:nth-of-type(6) {
  padding-top: 33px !important; }

.lang-en .columns.six:nth-of-type(2) .media:nth-of-type(6) {
  padding-top: 33px !important; }

.attention-text p {
  color: red; }

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  src: url("/static/fonts/WOFF2/TTF/SourceSansPro-Light.ttf.woff2?b4e30c5782ed") format("woff2"), url("/static/fonts/WOFF/OTF/SourceSansPro-Light.otf.woff?b4e30c5782ed") format("woff"), url("/static/fonts/TTF/SourceSansPro-Light.ttf?b4e30c5782ed") format("truetype"); }
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  src: url("/static/fonts/WOFF2/TTF/SourceSansPro-LightIt.ttf.woff2?b4e30c5782ed") format("woff2"), url("/static/fonts/WOFF/OTF/SourceSansPro-LightIt.otf.woff?b4e30c5782ed") format("woff"), url("/static/fonts/TTF/SourceSansPro-LightIt.ttf?b4e30c5782ed") format("truetype"); }
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  src: url("/static/fonts/WOFF2/TTF/SourceSansPro-Regular.ttf.woff2?b4e30c5782ed") format("woff2"), url("/static/fonts/WOFF/OTF/SourceSansPro-Regular.otf.woff?b4e30c5782ed") format("woff"), url("/static/fonts/TTF/SourceSansPro-Regular.ttf?b4e30c5782ed") format("truetype"); }
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  src: url("/static/fonts/WOFF2/TTF/SourceSansPro-It.ttf.woff2?b4e30c5782ed") format("woff2"), url("/static/fonts/WOFF/OTF/SourceSansPro-It.otf.woff?b4e30c5782ed") format("woff"), url("/static/fonts/TTF/SourceSansPro-It.ttf?b4e30c5782ed") format("truetype"); }
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  src: url("/static/fonts/WOFF2/TTF/SourceSansPro-Semibold.ttf.woff2?b4e30c5782ed") format("woff2"), url("/static/fonts/WOFF/OTF/SourceSansPro-Semibold.otf.woff?b4e30c5782ed") format("woff"), url("/static/fonts/TTF/SourceSansPro-Semibold.ttf?b4e30c5782ed") format("truetype"); }
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
  src: url("/static/fonts/WOFF2/TTF/SourceSansPro-SemiboldIt.ttf.woff2?b4e30c5782ed") format("woff2"), url("/static/fonts/WOFF/OTF/SourceSansPro-SemiboldIt.otf.woff?b4e30c5782ed") format("woff"), url("/static/fonts/TTF/SourceSansPro-SemiboldIt.ttf?b4e30c5782ed") format("truetype"); }
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  src: url("/static/fonts/WOFF2/TTF/SourceSansPro-Bold.ttf.woff2?b4e30c5782ed") format("woff2"), url("/static/fonts/WOFF/TTF/SourceSansPro-Bold.ttf.woff?b4e30c5782ed") format("woff"), url("/static/fonts/TTF/SourceSansPro-Bold.ttf?b4e30c5782ed") format("truetype"); }
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  src: url("/static/fonts/WOFF2/TTF/SourceSansPro-BoldItalic.ttf.woff2?b4e30c5782ed") format("woff2"), url("/static/fonts/WOFF/TTF/SourceSansPro-BoldItalic.ttf.woff") format("woff"), url("/static/fonts/TTF/SourceSansPro-BoldItalic.ttf?b4e30c5782ed") format("truetype"); }
@font-face {
  font-family: 'Notera';
  font-style: normal;
  font-stretch: normal;
  src: url("/static/fonts/TTF/Notera.ttf?b4e30c5782ed") format("truetype"); }
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.45em;
  line-height: 1em;
  font-weight: normal;
  color: #17547D; }

h1, .header {
  font-size: 60px;
  font-weight: 300; }

h2, .subheader {
  font-size: 45px;
  line-height: 50px;
  font-weight: 300; }

h3 {
  font-size: 36px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 1.8rem; }

h6 {
  font-size: 1.5rem; }

p {
  margin-top: 0; }

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
.container {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.menu-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }
  .column img,
  .columns img {
    max-width: 100%;
    height: auto; }

@media (min-width: 750px) {
  .column,
  .columns {
    margin-left: 4%; }

  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns {
    width: 4.6666666667%; }

  .two.columns {
    width: 13.3333333333%; }

  .three.columns {
    width: 22%; }

  .four.columns {
    width: 30.6666666667%; }

  .five.columns {
    width: 39.3333333333%; }

  .six.columns {
    width: 48%; }

  .seven.columns {
    width: 56.6666666667%; }

  .eight.columns {
    width: 65.3333333333%; }

  .nine.columns {
    width: 74%; }

  .ten.columns {
    width: 82.6666666667%; }

  .eleven.columns {
    width: 91.3333333333%; }

  .twelve.columns {
    width: 100%;
    margin-left: 0; }

  .one-third.column {
    width: 30.6666666667%; }

  .two-thirds.column {
    width: 65.3333333333%; }

  .one-half.column {
    width: 48%; }

  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.6666666667%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 52%; } }
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

button, .button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  box-sizing: border-box;
  min-width: 120px;
  padding: 11px;
  border: 0;
  background-color: #C3131F;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer; }

input, textarea, button, .button, .btn {
  touch-action: manipulation; }

input[type="submit"], input[type="reset"], input[type="button"] {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  background-color: #C3131F;
  cursor: pointer;
  box-sizing: border-box; }

.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0; }
.button.graphic,
button.graphic {
  padding: 0;
  text-indent: -5000px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 0;
  min-height: 0; }

input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0; }

.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: #870D15;
  border-color: #870D15; }

input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover {
  color: #fff;
  background-color: #870D15;
  border-color: #870D15; }

.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: #870D15;
  border-color: #870D15; }

input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #870D15; }
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  background-color: #fff;
  box-shadow: none;
  box-sizing: border-box; }

.socialaccount_provider.facebook {
  display: block;
  width: 229px;
  height: 44px;
  background-image: url("/static/images/base/button.sign-in.facebook.png?b4e30c5782ed");
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -5000px; }

.big-red-button {
  padding: 15px 54px;
  color: white;
  background-color: red;
  text-decoration: none;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  .socialaccount_provider.facebook {
    background-image: url("/static/images/base/button.sign-in.facebook@2x.png?b4e30c5782ed"); } }
textarea,
select {
  padding: 6px 10px;
  box-sizing: border-box;
  border: 1px solid #dad9d9;
  max-width: 100%;
  border-radius: 0; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #dad9d9;
  font-size: 18px;
  line-height: 20px;
  padding: 11px 10px;
  max-width: 100%;
  border-radius: 0; }
input[type="checkbox"], input[type="radio"] {
  display: inline; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  border-radius: 0; }

textarea:focus,
select:focus {
  border: 1px solid #33c3f0; }

label,
legend {
  display: block; }
  label.inline,
  legend.inline {
    display: inline-block; }

fieldset {
  padding: 0;
  border-width: 0; }
  fieldset #technical-trouble {
    color: red;
    margin-top: 10px; }
  fieldset #submit-job:disabled {
    background-color: #B8B4B3; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

form {
  max-width: 100%; }
  form .form-group {
    max-width: 100%; }
    form .form-group + .form-group {
      margin-top: 12px; }
    @media (max-width: 749px) {
      form .form-group .column + .column {
        margin-top: 12px; } }
  form label {
    margin-bottom: 0.3em;
    font-size: 20px;
    color: #17547D; }
  form .errorlist {
    color: #C81420; }
  form .checkbox label {
    position: relative;
    font-size: 1em;
    color: inherit;
    padding-left: 1.1em; }
    form .checkbox label input[type="checkbox"] {
      position: absolute;
      left: 0;
      top: 0.4em; }
  form .checkboxes .checkbox {
    display: inline-block;
    margin-right: 1em; }
    form .checkboxes .checkbox:last-child {
      margin-right: 0; }
  form button[type="submit"], form input[type="submit"] {
    padding-left: 20px;
    padding-right: 20px; }

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

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

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

/* Components */
/* Modals
 *--------------------------------------------------------*/
.modal {
  display: none; }

/* Accordion
 *--------------------------------------------------------*/
.accordion .item {
  position: relative;
  padding: 12px 0 12px 30px;
  font-size: 16px;
  line-height: 18px;
  border-top: 1px solid #d8d8d8; }
  .accordion .item:last-child {
    border-bottom: 1px solid #d8d8d8; }
  .accordion .item .item-header {
    color: #C3131F;
    cursor: pointer; }
    .accordion .item .item-header:before {
      position: absolute;
      top: 10px;
      left: 0;
      display: block;
      content: '+';
      font-size: 32px;
      font-weight: bold; }
  .accordion .item .item-collapse {
    height: 0;
    overflow: hidden; }
    .accordion .item .item-collapse .item-body {
      padding-top: 4px; }
  .accordion .item.expand .item-header {
    color: #17547D; }
    .accordion .item.expand .item-header:before {
      content: '–'; }
  .accordion .item.expand .item-collapse {
    height: auto; }
  .accordion .item.sticky .item-header {
    color: #17547D; }
    .accordion .item.sticky .item-header:before {
      content: ''; }
  .accordion .item.sticky .item-collapse {
    height: auto; }

.slider {
  overflow: hidden; }
  .slider ul {
    text-align: center; }
    .slider ul > li {
      display: inline-block;
      vertical-align: top;
      font-size: 18px;
      line-height: 26px;
      text-align: center; }
      .slider ul > li h3 {
        color: #012037;
        text-transform: uppercase;
        font-size: 20px;
        line-height: inherit;
        font-weight: bold; }
  .slider.rounded-img ul > li .photo img, .slider.rounded-img ul > li img {
    border-radius: 50%; }
  .slider.three-cols {
    margin-top: 52px; }
    .slider.three-cols img {
      width: 240px;
      height: 240px; }
    .slider.three-cols li {
      width: 320px; }
      .slider.three-cols li .content {
        padding: 10px 20px 20px; }

/* Pagination
 *--------------------------------------------------------*/
.paginator {
  padding: 28px 0;
  text-align: center; }
  .paginator ul.pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 13px;
    justify-content: center; }
    .paginator ul.pagination li {
      display: inline-block;
      font-size: 26px;
      line-height: 50px;
      height: 50px; }
      .paginator ul.pagination li a {
        padding: 0 2px;
        font-weight: bold;
        color: inherit; }
      .paginator ul.pagination li.active {
        color: #17547D; }
      .paginator ul.pagination li .button {
        min-width: unset;
        padding: 0;
        background-color: unset;
        width: 50px;
        height: 50px; }
        .paginator ul.pagination li .button img {
          width: 100%;
          height: 100%; }

/* Dropdowns
 *--------------------------------------------------------*/
.dropdown {
  position: relative; }
  .dropdown button {
    width: 100%;
    padding-left: 20px;
    padding-right: 40px;
    background: #2bbcad url("/static/images/components/dropdowns/arrow.down.white.png?443ca63fe964") right 12px center no-repeat;
    background-size: 16px 10px;
    text-align: left; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
      .dropdown button {
        background-image: url("/static/images/components/dropdowns/arrow.down.white@2x.png?443ca63fe964"); } }
  .dropdown .menu {
    position: absolute;
    z-index: 100;
    right: 0;
    left: 0;
    box-sizing: border-box;
    height: 0;
    background: #fff;
    box-shadow: 1px 5px 5px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden; }
    .dropdown .menu ul {
      padding: 6px 0; }
      .dropdown .menu ul li .menu-item {
        display: block;
        padding: 0 20px;
        font-size: 18px;
        line-height: 31px;
        color: #1e366c;
        white-space: nowrap;
        cursor: pointer; }
  .dropdown.expanded .menu {
    height: auto; }

@media (max-width: 749px) {
  .bg-tablet .dropdown {
    display: block;
    width: 100% !important; }
    .bg-tablet .dropdown + .dropdown {
      margin-top: 6px; } }
/* Ratings
 *--------------------------------------------------------*/
.rating .stars {
  margin-right: 4px; }
  .rating .stars .star {
    display: inline-block;
    width: 17px;
    height: 20px;
    background: url("/static/images/components/ratings/star.png?443ca63fe964") no-repeat left center;
    background-size: 17px 16px;
    vertical-align: text-top; }
    .rating .stars .star.on {
      background-image: url("/static/images/components/ratings/star.on.png?443ca63fe964"); }

.rating-widget {
  line-height: 30px;
  background: #f3f3f3;
  border: 1px solid #e0e0e0; }
  .rating-widget.disabled .stars {
    opacity: 0.5; }
  .rating-widget .star {
    display: inline-block;
    width: 31px;
    height: 28px;
    background: url("/static/images/components/ratings/widget.star.png?443ca63fe964") no-repeat;
    background-size: 31px 28px;
    vertical-align: top;
    cursor: pointer; }
    .rating-widget .star.on {
      background-image: url("/static/images/components/ratings/widget.star.on.png?443ca63fe964"); }
    .rating-widget .star + .star {
      margin-left: 6px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  .rating .stars .star {
    background-image: url("/static/images/components/ratings/star@2x.png?443ca63fe964"); }
    .rating .stars .star.on {
      background-image: url("/static/images/components/ratings/star.on@2x.png?443ca63fe964"); }

  .rating-widget .stars .star {
    background-image: url("/static/images/components/ratings/widget.star@2x.png?443ca63fe964"); }
    .rating-widget .stars .star.on {
      background-image: url("/static/images/components/ratings/widget.star.on@2x.png?443ca63fe964"); } }
/* Comments
 *--------------------------------------------------------*/
@media (max-width: 749px) {
  section.comments > .container > header {
    text-align: center; }
    section.comments > .container > header h2 {
      font-size: 42px; } }
section.comments .message a {
  font-weight: bold;
  text-transform: uppercase; }
section.comments .forms h4 {
  margin-bottom: 8px;
  font-size: 22px; }
section.comments .forms textarea {
  height: 92px;
  font-size: 16px;
  line-height: 20px; }
section.comments .forms .rating-widget {
  display: inline-block;
  padding: 30px; }
@media (min-width: 750px) {
  section.comments .forms .column-rating {
    position: absolute; }
  section.comments .forms .column-comment {
    margin-left: 256px; } }
@media (max-width: 749px) {
  section.comments .forms h4 {
    font-size: 16px; }
  section.comments .forms .rating-widget {
    box-sizing: border-box;
    text-align: center;
    width: 100%; }
  section.comments .forms .column-comment {
    margin-top: 1em; }
  section.comments .forms textarea {
    width: 100%;
    height: 114px; }
  section.comments .forms button {
    width: 100%; } }

.comment-threads {
  margin-top: 36px;
  padding-top: 30px;
  border-top: 1px solid #b3d8f1; }
  .comment-threads header {
    margin: 0; }
  .comment-threads small {
    font-size: 12px;
    font-weight: bold; }
  .comment-threads .thread + .thread {
    margin-top: 30px; }
  .comment-threads a,
  .comment-threads .link {
    font-weight: bold;
    color: #e03426;
    text-transform: uppercase;
    cursor: pointer; }
  .comment-threads .no-comments {
    margin-top: 1em;
    font-weight: bold; }
  .comment-threads .comment-responses {
    margin: 1em 0 0 3em; }
    @media (max-width: 399px) {
      .comment-threads .comment-responses {
        margin-left: 30px; } }
  .comment-threads .comment {
    margin-top: 1em; }
    .comment-threads .comment:first-child {
      margin-top: 0; }
    .comment-threads .comment header {
      font-size: 16px; }
      .comment-threads .comment header strong {
        color: #17547D; }
      .comment-threads .comment header small {
        font-size: 12px; }
    .comment-threads .comment footer {
      font-size: 16px; }
    .comment-threads .comment p {
      margin: 0 0 0.4em; }
    .comment-threads .comment .sep {
      display: inline-block;
      padding: 0 4px;
      color: #012037;
      opacity: 0.4; }
  .comment-threads .reply-form {
    display: none;
    max-width: 500px;
    margin-left: 54px;
    margin-top: 12px;
    padding: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fafafa; }
    .comment-threads .reply-form textarea {
      width: 100%; }
    .comment-threads .reply-form .form-footer {
      margin-top: 10px; }
      .comment-threads .reply-form .form-footer .btn {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        width: 150px; }
    @media (max-width: 549px) {
      .comment-threads .reply-form {
        margin-left: 0; }
        .comment-threads .reply-form textarea {
          min-height: 100px; }
        .comment-threads .reply-form .form-footer input[type="submit"] {
          width: 100%; }
        .comment-threads .reply-form .form-footer .cancel {
          margin-top: 10px;
          padding: 0;
          clear: both; } }

.submit-comment-form .form-footer {
  margin-top: 16px; }
.submit-comment-form .share-on-facebook {
  margin-left: 7px; }

.jplayer {
  display: inline-block;
  max-width: 440px;
  width: 100%;
  vertical-align: top;
  position: relative; }
  .jplayer .jp-interface {
    position: relative;
    background-color: #1a364b;
    height: 42px; }
  .jplayer .jp-play,
  .jplayer .jp-pause {
    min-width: 0;
    width: 42px;
    height: 42px;
    padding: 0;
    vertical-align: top; }
    .jplayer .jp-play::before,
    .jplayer .jp-pause::before {
      content: '';
      display: inline-block;
      width: 16px;
      height: 14px;
      margin-top: 2px;
      color: #fff;
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat; }
  .jplayer .jp-play::before {
    background-image: url("/static/images/components/audio-widget/play.svg?443ca63fe964"); }
  .jplayer .jp-pause::before {
    background-image: url("/static/images/components/audio-widget/pause.svg?443ca63fe964"); }
  .jplayer .jp-current-time,
  .jplayer .jp-duration {
    min-width: 0;
    text-align: center;
    width: 60px;
    height: 42px;
    padding: 0;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    line-height: 42px;
    color: #fff; }
  .jplayer .jp-progress {
    display: inline-block;
    vertical-align: top;
    margin-top: 17px;
    width: calc(100% - 204px);
    height: 8px;
    line-height: 42px;
    border-radius: 4px;
    background-color: #000;
    position: relative; }
    .jplayer .jp-progress .jp-seek-bar {
      min-width: 8px;
      height: 8px;
      border-radius: 4px;
      background-color: #606d80; }
    .jplayer .jp-progress .jp-play-bar {
      min-width: 8px;
      height: 8px;
      border-radius: 4px;
      background-color: #fff; }
  .jplayer .jp-mute,
  .jplayer .jp-unmute {
    min-width: 0;
    width: 42px;
    height: 42px;
    padding: 0;
    background-color: transparent;
    color: #fff; }
    .jplayer .jp-mute::before,
    .jplayer .jp-unmute::before {
      content: '';
      display: inline-block;
      width: 24px;
      height: 22px;
      margin-top: 2px;
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat; }
  .jplayer .jp-mute::before {
    background-image: url("/static/images/components/audio-widget/high-volume.svg?443ca63fe964"); }
  .jplayer .jp-unmute::before {
    background-image: url("/static/images/components/audio-widget/mute.svg?443ca63fe964"); }
  .jplayer .jp-volume-btns {
    display: inline-block; }
    .jplayer .jp-volume-btns:hover + .jp-volume-controls {
      display: block; }
  .jplayer .jp-volume-controls {
    display: none;
    position: absolute;
    width: 100px;
    height: 40px;
    top: -39px;
    right: 0;
    background-color: #1a364b; }
    .jplayer .jp-volume-controls:hover {
      display: block; }
    .jplayer .jp-volume-controls .jp-volume-bar {
      position: absolute;
      width: 80px;
      height: 8px;
      bottom: 16px;
      left: 8px;
      border-radius: 4px;
      background-color: #606d80; }
    .jplayer .jp-volume-controls .jp-volume-bar-value {
      position: absolute;
      width: 80px;
      height: 8px;
      bottom: 0;
      left: 0;
      height: 8px;
      border-radius: 4px;
      background-color: #fff; }

section.brand-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ebecee;
  padding: 0; }
  section.brand-area .rogers-brand > p {
    text-align: center; }
  section.brand-area .rogers-brand > p,
  section.brand-area .tiles > p {
    color: #17547d !important;
    font-family: 'Source Sans Regular', sans-serif;
    font-size: 18px; }
  section.brand-area .rogers-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f2f3f5;
    width: 100%;
    gap: 2rem;
    padding-top: 3rem;
    padding-bottom: 5rem;
    margin-bottom: 1rem;
    clip-path: polygon(100% calc(100% - min(9rem, 16vw)), 50% 100%, 0 calc(100% - min(9rem, 16vw)), 0 0, 100% 0); }
    section.brand-area .rogers-brand > img, section.brand-area .rogers-brand > p {
      max-width: 500px;
      margin: 0 3rem; }
    section.brand-area .rogers-brand p.proudly-canadian {
      color: #C3131F !important;
      font-family: 'Source Sans Bold', sans-serif;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase; }
  section.brand-area .tiles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    row-gap: 10px;
    max-width: 686px;
    margin-bottom: 3rem; }
    section.brand-area .tiles > p {
      width: 222px;
      margin: auto; }
    section.brand-area .tiles .sugar-products {
      width: 222px;
      height: 131px;
      margin: auto 0; }
    section.brand-area .tiles .lantic-logo {
      width: 124px;
      height: 56px;
      margin: auto 49px; }
    section.brand-area .tiles .maple-logo {
      width: 151px;
      height: 85px;
      margin: auto 35.5px; }
    section.brand-area .tiles .maple-products {
      width: 174px;
      height: 135px;
      margin: auto 24px; }

#contact {
  color: black;
  margin-top: 50px; }
  #contact h1 {
    color: black;
    font-size: 60px;
    font-weight: normal; }
  #contact p {
    font-style: italic; }
  #contact form {
    margin: 5rem 0;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap; }
    #contact form label {
      display: none; }
    #contact form input::placeholder,
    #contact form textarea::placeholder {
      color: black;
      opacity: 1;
      font-size: 12pt; }
    #contact form input {
      flex: auto 1 1; }
    #contact form input, #contact form select, #contact form textarea {
      background: #dadada;
      border-radius: 1rem; }
    #contact form input, #contact form select {
      height: 4rem; }
    #contact form input[type=submit] {
      margin-top: 3rem;
      color: black;
      background: #c4c4c4;
      border-radius: 0;
      flex: 0; }
    #contact form select,
    #contact form option,
    #contact form option[selected=selected],
    #contact form input[type=submit],
    #contact form input::placeholder,
    #contact form textarea::placeholder {
      font-weight: normal;
      font-size: 12pt;
      text-transform: none; }
    #contact form textarea {
      width: 100%; }

nav.sidenav {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 16px; }
  nav.sidenav header {
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 6px;
    text-transform: uppercase; }
  nav.sidenav ul {
    font-weight: 600;
    line-height: 2.2; }

/* Site Layout */
#site-header input {
  border: none;
  background: transparent; }
#site-header button, #site-header .button {
  background: none;
  padding: 0;
  min-width: 0;
  color: #012037;
  text-transform: none;
  font-weight: normal; }
#site-header button.switch-lang {
  border: none;
  padding: 0;
  text-transform: none;
  font-weight: normal; }
#site-header a {
  color: black; }
#site-header ul li {
  display: inline-block; }
#site-header .logo {
  right: 1000px;
  z-index: 101;
  position: absolute; }
  @media (max-width: 1267px) {
    #site-header .logo {
      left: 24px; } }
@media (min-width: 917px) {
  #site-header {
    padding: 14px 0;
    height: 78px; }
    #site-header .container {
      position: relative;
      height: 78px; } }
#site-header .top-nav {
  position: absolute;
  top: 0;
  right: 194px;
  padding: 0 56px; }
  #site-header .top-nav li a {
    font-size: 14px;
    line-height: 20px; }
  #site-header .top-nav li.active a, #site-header .top-nav li a:hover {
    color: #012037; }
  #site-header .top-nav li + li {
    padding-left: 20px; }
#site-header .primary-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 49px; }
  #site-header .primary-nav li a {
    font-size: 18px;
    line-height: 20px;
    color: #17547D;
    font-weight: 600;
    text-transform: uppercase; }
  #site-header .primary-nav li.active a, #site-header .primary-nav li a:hover {
    color: #012037; }
  #site-header .primary-nav li + li {
    padding-left: 45px; }
    @media (max-width: 1039px) {
      #site-header .primary-nav li + li {
        padding-left: 31px; } }
#site-header .submit-recipe {
  display: none; }
  @media (min-width: 917px) {
    #site-header .submit-recipe {
      position: absolute;
      top: 96px;
      right: 0;
      display: block;
      width: 241px;
      height: 35px;
      background: url("/static/images/layout/header.submit-recipe.en.png?443ca63fe964") no-repeat;
      background-size: cover;
      overflow: hidden;
      z-index: 900; }
      #site-header .submit-recipe .link {
        position: absolute;
        padding: 6px 8px 6px 20px;
        top: 0;
        left: 50px;
        display: block;
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
        text-transform: uppercase;
        color: #fff; } }
  @media only screen and (min-width: 917px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 917px) and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-width: 917px) and (min-resolution: 120dpi) {
    #site-header .submit-recipe {
      background-image: url("/static/images/layout/header.submit-recipe.en@2x.png?443ca63fe964"); } }
  @media (min-width: 917px) {
      body.lang-fr #site-header .submit-recipe {
        width: 260px;
        background-image: url("/static/images/layout/header.submit-recipe.fr.png?443ca63fe964"); }
        body.lang-fr #site-header .submit-recipe .link {
          padding-left: 18px; } }
    @media only screen and (min-width: 917px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 917px) and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-width: 917px) and (min-resolution: 120dpi) {
      body.lang-fr #site-header .submit-recipe {
        background-image: url("/static/images/layout/header.submit-recipe.fr@2x.png?443ca63fe964"); } }

#site-header .options {
  position: absolute;
  top: 3px;
  right: 51px; }
  @media (max-width: 1039px) {
    #site-header .options {
      right: 29px; } }
  #site-header .options li {
    padding-right: 10px; }
    #site-header .options li, #site-header .options li a, #site-header .options li button {
      font-size: 14px;
      line-height: 1em; }
    #site-header .options li:first-child:before {
      border-left: 1px solid rgba(1, 32, 55, 0.5);
      bottom: 0;
      content: '';
      height: 80%;
      left: -16%;
      position: absolute;
      width: 1px; }
    #site-header .options li:last-child {
      padding-right: 0; }
@media (min-width: 917px) {
  #site-header .hamburger.button {
    display: none; } }
#site-header .test:hover > .products-menu {
  height: 241px; }
#site-header .test:focus-within > .products-menu {
  height: 241px; }
#site-header .products-menu {
  height: 0;
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  right: 0;
  overflow: hidden; }
  #site-header .products-menu .products-container {
    display: flex; }
    #site-header .products-menu .products-container .products-menu-area {
      overflow: hidden;
      height: 100%;
      flex-grow: 1;
      list-style: none;
      margin: 35px 10px;
      display: block;
      width: 85%; }
      #site-header .products-menu .products-container .products-menu-area-item {
        height: 150px;
        color: black !important;
        display: flex !important;
        justify-content: space-around;
        align-items: center;
        font-size: 300px;
        flex-direction: column;
        padding-left: 0 !important; }
        #site-header .products-menu .products-container .products-menu-area-item-img {
          height: 94px; }
        #site-header .products-menu .products-container .products-menu-area-item-caption {
          text-transform: uppercase;
          font-size: 18px;
          font-weight: bold;
          line-height: 1.2em;
          text-align: center; }
#site-header .primary-nav-lst {
  text-align: right; }
#site-header #search-form-desktop {
  width: 189px;
  border-bottom: 1px solid #c2c2c2;
  margin: 0 55px; }
  @media (max-width: 1039px) {
    #site-header #search-form-desktop {
      margin: 0 26px;
      width: 130px; } }
  #site-header #search-form-desktop input[type="text"] {
    width: 171px;
    padding: 0 6px 0 0;
    font-size: 16px;
    line-height: 24px; }
    @media (max-width: 1039px) {
      #site-header #search-form-desktop input[type="text"] {
        width: 112px; } }
    #site-header #search-form-desktop input[type="text"]::placeholder {
      color: #17547D; }
    #site-header #search-form-desktop input[type="text"]::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #17547D; }
    #site-header #search-form-desktop input[type="text"]::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #17547D; }
    #site-header #search-form-desktop input[type="text"]:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #17547D; }
  #site-header #search-form-desktop .button.search {
    width: 16px;
    height: 16px;
    text-indent: -5000px;
    background: url("/static/images/layout/btn.search.red.png?443ca63fe964") no-repeat; }
    @media (max-width: 1039px) {
      #site-header #search-form-desktop .button.search {
        margin-right: 0; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
      #site-header #search-form-desktop .button.search {
        background-image: url("/static/images/layout/btn.search.red@2x.png?443ca63fe964");
        background-size: 16px 16px; } }
#site-header .mobile-search-form {
  background: #17547D;
  color: #fff;
  margin-top: 66px;
  padding-left: 20px; }
  #site-header .mobile-search-form input {
    width: 100%;
    padding: 0 26px;
    font-size: 16px;
    line-height: 20px;
    background: url("/static/images/layout/btn.search.white@2x.png?443ca63fe964") left center no-repeat;
    background-size: 16px 16px; }
    #site-header .mobile-search-form input::placeholder {
      color: #fff; }
    #site-header .mobile-search-form input::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #fff; }
    #site-header .mobile-search-form input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #fff; }
    #site-header .mobile-search-form input:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #fff; }
  @media (min-width: 917px) {
    #site-header .mobile-search-form {
      display: none; } }
#site-header #mobile-nav {
  display: none;
  opacity: 0;
  transition: all 200ms ease-out; }
  #site-header #mobile-nav .item {
    border: none;
    padding: 0; }
    #site-header #mobile-nav .item .item-header {
      color: inherit;
      padding-left: 30px; }
      #site-header #mobile-nav .item .item-header:before {
        color: #fff;
        line-height: 21px;
        top: 0; }
    #site-header #mobile-nav .item .item-body {
      padding-top: 0 !important; }
  @media (min-width: 917px) {
    #site-header #mobile-nav {
      display: none !important; } }
#site-header #features-nav {
  display: none; }
#site-header #mobile-item-main {
  font-size: 20px; }

#site-footer {
  padding: 16px 0;
  background: #1e366c;
  text-align: center;
  font-size: 14px;
  line-height: 36px;
  color: #fff; }
  #site-footer a {
    color: #fff; }
  #site-footer ul li {
    display: inline-block; }
    #site-footer ul li + li {
      margin-left: 1em; }
  #site-footer nav.main {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase; }
  #site-footer nav.legal {
    display: inline-block;
    margin-left: 1em; }
  #site-footer .copyright {
    display: inline-block; }

/* Content */
/* Base Content
 *--------------------------------------------------------*/
/* Settings */
a.skip-main {
  left: -10000px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }

a.skip-main:focus, a.skip-main:active {
  color: #fff;
  background-color: #870D15;
  left: auto;
  top: auto;
  width: 15%;
  height: auto;
  overflow: auto;
  margin: 5px 5px;
  padding: 10px;
  border-radius: 15px;
  text-align: center;
  font-size: 1.6em;
  z-index: 999; }

main {
  font-size: 18px;
  line-height: 26px; }
  main > .hero {
    height: 27.5vw;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 899px) {
      main > .hero {
        height: 240px; } }
    @media (max-width: 749px) {
      main > .hero {
        height: 180px; } }
    @media (max-width: 399px) {
      main > .hero {
        height: 120px; } }
  main .titleh1, main .titleh2 {
    font-size: 60px;
    margin-bottom: 0.1em; }
  @media (max-width: 749px) {
    main .title {
      font-size: 50px; } }
  main p.center {
    text-align: center; }
  @media (max-width: 549px) {
    main .buttons .button {
      width: 100%; } }
  main .link-back {
    display: inline-block;
    margin-bottom: 0.5em;
    padding-left: 13px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    background: url("/static/images/base/arrow.back.red.png?b4e30c5782ed") left 5px no-repeat;
    background-size: 8px 12px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
      main .link-back {
        background-image: url("/static/images/base/arrow.back.red@2x.png?b4e30c5782ed"); } }
  main .link-forward {
    display: inline-block;
    margin-bottom: 0.5em;
    padding-left: 13px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    background: url("/static/images/base/arrow.forward.red.png?b4e30c5782ed") left 5px no-repeat;
    background-size: 8px 12px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
      main .link-forward {
        background-image: url("/static/images/base/arrow.forward.red@2x.png?b4e30c5782ed"); } }
  main .link-general {
    display: inline-block;
    margin-bottom: 0.5em;
    padding-left: 13px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase; }

.section-unordered-list {
  list-style-position: inside;
  list-style-type: disc;
  margin-bottom: 30px; }

table.contacts {
  min-width: 100%; }
  table.contacts th {
    background-color: #fcf2d0;
    font-weight: 600; }
  table.contacts td {
    border: none; }
  table.contacts td:first-child, table.contacts th:first-child {
    padding-left: 15px; }
  table.contacts td:last-child, table.contacts th:last-child {
    padding-right: 15px; }
  table.contacts tr:nth-child(even) td {
    background-color: #f7f7f7; }

.recipe-list-module {
  text-align: center; }
  @media (min-width: 550px) {
    .recipe-list-module .buttons {
      margin-top: 10px; } }
  .recipe-list-module .button {
    padding-right: 20px;
    padding-left: 20px; }

.team .team-person {
  position: relative;
  padding: 12px 0; }
  .team .team-person h4 {
    color: #012037;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px; }
  .team .team-person:before {
    border-bottom: 1px solid #d8d8d8;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
    max-width: 370px; }
  .team .team-person:last-child:before {
    display: none; }
  .team .team-person strong {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: -6px; }
  .team .team-person small,
  .team .team-person address {
    font-style: italic;
    font-size: 14px; }
  .team .team-person .phone {
    display: block; }
  .team .team-person .email {
    font-size: 14px; }
  @media (max-width: 749px) {
    .team .team-person:before {
      width: 100%; } }

.hide-more-container {
  padding-bottom: 60px;
  position: relative; }
  .hide-more-container .hide-more-button {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 20px;
    padding-right: 20px; }
    .hide-more-container .hide-more-button:before {
      vertical-align: -30%;
      content: '+ ';
      font-size: 32px;
      font-weight: bold; }
    @media (max-width: 549px) {
      .hide-more-container .hide-more-button {
        width: 100%; } }
  .hide-more-container > *:nth-child(n+7) {
    display: none; }
  .hide-more-container.expand {
    padding-bottom: 0; }
    .hide-more-container.expand > *:nth-child(n+7) {
      display: block; }
    .hide-more-container.expand .hide-more-button {
      display: none; }

/* About Sugar
 *--------------------------------------------------------*/
#main-about-sugar {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding-bottom: 5rem; }
  #main-about-sugar #cane-refining {
    padding-top: 5rem; }
  #main-about-sugar #faqs {
    padding: 5rem 0; }
  #main-about-sugar > .hero {
    background-image: url("/static/images/content/heros/sugar-canes.jpg?b4e30c5782ed"); }
  #main-about-sugar .title {
    text-align: center; }
  #main-about-sugar .slider {
    margin-top: 52px; }
    #main-about-sugar .slider img {
      width: 240px;
      height: 240px; }
    #main-about-sugar .slider li {
      width: 320px; }
      #main-about-sugar .slider li .content {
        padding: 10px 20px 20px; }
  #main-about-sugar #processing .list-processing .list-item {
    box-sizing: border-box; }
    #main-about-sugar #processing .list-processing .list-item .module {
      background: #fff; }
    #main-about-sugar #processing .list-processing .list-item.dry-blending .module {
      border-bottom: 4px solid #f0bc06; }
    #main-about-sugar #processing .list-processing .list-item.by-products .module {
      border-bottom: 4px solid #ec6165; }
    #main-about-sugar #processing .list-processing .list-item img {
      width: 100%; }
    #main-about-sugar #processing .list-processing .list-item .contents {
      padding: 30px; }
      #main-about-sugar #processing .list-processing .list-item .contents p:last-child {
        margin-bottom: 0; }
    @media (max-width: 749px) {
      #main-about-sugar #processing .list-processing .list-item + .column {
        margin-top: 16px; } }
  @media (min-width: 750px) {
    #main-about-sugar #processing .list-processing {
      position: relative; }
      #main-about-sugar #processing .list-processing .list-item {
        width: 50%; }
        #main-about-sugar #processing .list-processing .list-item.dry-blending {
          padding-right: 20px; }
        #main-about-sugar #processing .list-processing .list-item.by-products {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          padding-left: 20px; }
          #main-about-sugar #processing .list-processing .list-item.by-products .module {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 20px; } }
  @media (max-width: 749px) {
    #main-about-sugar #processing .list-processing .list-item + .list-item {
      margin-top: 18px; } }
  #main-about-sugar #faqs .title {
    text-align: left;
    margin-bottom: 1em; }

/* Search
 *--------------------------------------------------------*/
#main-search > .hero {
  background-image: url("/static/images/content/heros/sugar-on-table.jpg?b4e30c5782ed"); }
#main-search h1 {
  margin: 0; }
  #main-search h1 small {
    font-size: 0.4em;
    font-weight: normal; }
#main-search .list-base {
  margin: 0 -18px;
  text-align: center; }
  #main-search .list-base .item-recipe, #main-search .list-base .item-product {
    vertical-align: top;
    margin-bottom: 48px; }
@media (max-width: 549px) {
  #main-search h1 small {
    font-size: 0.5em;
    line-height: 1.2em;
    display: block; } }

/* Contact Us
 *--------------------------------------------------------*/
#main-contact-us {
  font-size: 16px; }
  #main-contact-us strong {
    font-weight: 600; }
  #main-contact-us h1 {
    font-size: 50px; }
  #main-contact-us h4 {
    font-size: 20px;
    line-height: 26px; }
  #main-contact-us > .hero {
    background-image: url("/static/images/content/heros/contact.png?65b5d6033239"); }
  #main-contact-us .contact-wrapper {
    margin-top: 20px;
    padding-bottom: 20px; }
    @media (max-width: 549px) {
      #main-contact-us .contact-wrapper {
        border-bottom: 1px solid #bbb; } }

/* Account pages
 *--------------------------------------------------------*/
.main-account > .hero {
  background-image: url("/static/images/content/heros/contact.png?65b5d6033239"); }
.main-account .socialaccount_provider.facebook {
  margin-top: 12px; }
.main-account .login-or {
  margin: 1.5em 0;
  font-weight: bold;
  color: #17547D;
  text-transform: uppercase; }
.main-account form + p {
  margin-top: 0.5em; }
.main-account button[type="submit"], .main-account input[type="submit"] {
  margin: 1em 0 0; }

/* Legal
 *--------------------------------------------------------*/
#main-terms > .hero {
  background-image: url("/static/images/content/heros/terms-conditions.png?65b5d6033239"); }

#main-privacy > .hero {
  background-image: url("/static/images/content/heros/privacy-policy.png?65b5d6033239"); }

/* Product of the Year
 *--------------------------------------------------------*/
.product-badge {
  background: #fcf2d0;
  padding: 7px;
  overflow: hidden;
  margin-top: 20px;
  width: 272px; }
  .product-badge img {
    display: block;
    float: left;
    margin-right: 15px;
    width: 95px;
    height: 135px; }
  .product-badge p.product-badge-title {
    color: #17547D;
    font-size: 24px !important;
    line-height: 27px !important; }
  .product-badge p.product-badge-notice {
    color: #012037;
    font-size: 13px !important;
    float: left;
    width: 40%;
    line-height: 15px !important; }
  .product-badge p.product-badge-title, .product-badge p.product-badge-notice {
    margin: 5px 0 7px !important; }

#main-maple-sugar > .hero {
  background-image: url("/static/images/content/heros/maple-sugar.jpg?b4e30c5782ed"); }
  #main-maple-sugar > .hero .content {
    width: 600px;
    height: 201px;
    padding: 50px 0; }
    #main-maple-sugar > .hero .content p {
      font-size: 37px;
      color: #1e3669;
      text-align: center;
      line-height: 1.2;
      font-weight: lighter;
      margin-bottom: 0; }
#main-maple-sugar header {
  text-align: center; }
#main-maple-sugar .slider {
  padding-top: 1em;
  width: 100% !important; }
  #main-maple-sugar .slider img {
    width: 100%; }
  #main-maple-sugar .slider ul {
    display: table; }
  #main-maple-sugar .slider li {
    width: 100px;
    padding: 10px;
    display: table-cell;
    vertical-align: middle; }
  #main-maple-sugar .slider .header-slides ul {
    margin: auto; }
  #main-maple-sugar .slider .header-slides li {
    width: 50px;
    padding: 0; }
  #main-maple-sugar .slider .little-slides li {
    width: 50px;
    padding: 10px; }
#main-maple-sugar .container .maple-header {
  margin: 1em auto;
  width: 540px;
  font-size: 35px;
  line-height: 40px;
  text-align: center; }
#main-maple-sugar .container .row {
  width: 100%;
  margin-bottom: 2em; }
  #main-maple-sugar .container .row div {
    width: 50%;
    float: left; }
#main-maple-sugar .container .image-syrup {
  display: none; }
#main-maple-sugar .container .info-block {
  padding: 0 7em;
  line-height: 1.2em;
  width: auto !important; }
  #main-maple-sugar .container .info-block h4 {
    font-size: 27px;
    font-weight: bold; }
#main-maple-sugar .container p {
  margin-top: 0;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: lighter; }
#main-maple-sugar .content-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: none;
  box-sizing: border-box; }
#main-maple-sugar .companies-logos {
  text-align: center; }
  #main-maple-sugar .companies-logos img {
    padding: 5px;
    width: 60px; }
@media (max-width: 1039px) {
  #main-maple-sugar > .hero {
    background-image: url("/static/images/content/heros/maple-sugar.jpg?b4e30c5782ed"); }
    #main-maple-sugar > .hero .content {
      padding: 20px 0;
      margin: auto; }
  #main-maple-sugar .row {
    width: 100%; }
    #main-maple-sugar .row div {
      width: 100%; }
  #main-maple-sugar .container .maple-header {
    margin: 1em auto;
    width: 540px;
    font-size: 35px;
    line-height: 40px;
    text-align: center; }
  #main-maple-sugar .container .row {
    width: 100%;
    margin-bottom: 2em; }
    #main-maple-sugar .container .row div {
      margin: auto; }
    #main-maple-sugar .container .row .image-block {
      width: 40%; }
    #main-maple-sugar .container .row .info-block {
      padding: 0 30px;
      line-height: 1.2em; }
      #main-maple-sugar .container .row .info-block h4 {
        font-size: 20px;
        font-weight: bold; }
    #main-maple-sugar .container .row p {
      width: 100%;
      margin: 0;
      font-size: 18px;
      line-height: 1.2em;
      font-weight: lighter; }
  #main-maple-sugar .container li {
    width: 50px;
    padding: 10px;
    display: table-cell;
    vertical-align: middle; }
  #main-maple-sugar .container .slider {
    width: 100% !important;
    padding-top: 0; }
    #main-maple-sugar .container .slider img {
      width: 100%; }
    #main-maple-sugar .container .slider ul {
      display: table;
      margin: auto; }
    #main-maple-sugar .container .slider li {
      width: 45px;
      padding: 5px;
      display: table-cell;
      vertical-align: middle; }
    #main-maple-sugar .container .slider .little-slides li {
      width: 40px;
      padding: 5px; }
  #main-maple-sugar .container .buttons {
    padding-top: 5px; } }
@media (max-width: 749px) {
  #main-maple-sugar > .hero {
    background-image: url("/static/images/content/heros/maple-sugar.jpg?b4e30c5782ed"); }
    #main-maple-sugar > .hero .content {
      display: none; }
  #main-maple-sugar .container .maple-header {
    margin: 1em auto;
    width: 100%;
    font-size: 22px;
    line-height: 1.2em;
    text-align: center; }
  #main-maple-sugar .container .row {
    width: 100%;
    margin-bottom: 0; }
    #main-maple-sugar .container .row div {
      width: 100%;
      float: left;
      margin: auto; }
    #main-maple-sugar .container .row .image-block {
      width: 100%; }
    #main-maple-sugar .container .row .image-block-right {
      display: none; }
    #main-maple-sugar .container .row .image-syrup {
      display: block; }
    #main-maple-sugar .container .row .info-block {
      width: 100%;
      padding: 30px;
      line-height: 1.2em;
      text-align: center;
      margin: auto; }
      #main-maple-sugar .container .row .info-block h4 {
        font-size: 20px;
        font-weight: bold; }
    #main-maple-sugar .container .row p {
      width: 100%;
      font-size: 18px;
      line-height: 1.2em;
      font-weight: lighter; }
  #main-maple-sugar .container li {
    width: 50px;
    padding: 10px;
    display: table-cell;
    vertical-align: middle; }
  #main-maple-sugar .container .slider {
    width: 100% !important;
    padding-top: 0; }
    #main-maple-sugar .container .slider img {
      width: 100%; }
    #main-maple-sugar .container .slider ul {
      display: table;
      margin: auto; }
    #main-maple-sugar .container .slider li {
      width: 60px;
      padding: 5px;
      display: table-cell;
      vertical-align: middle; }
    #main-maple-sugar .container .slider .little-slides li {
      width: 40px;
      padding: 5px; }
  #main-maple-sugar .container .buttons {
    text-align: center;
    padding-top: 15px;
    width: 100% !important; } }
@media (min-width: 750px) {
  #main-maple-sugar .image-syrup {
    display: none; }
  #main-maple-sugar #head-content {
    display: none;
    margin: 0; } }

#our-story h3, #main-careers h3 {
  color: black;
  margin-top: 0;
  margin-bottom: 0.45em;
  font-weight: normal;
  font-size: 36px;
  line-height: 1em; }

/* About Us
 *--------------------------------------------------------*/
/* Settings */
#main-about-us {
  font-size: 16px; }
  #main-about-us h1 {
    text-align: left;
    font-size: 48px; }
  #main-about-us article {
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 549px) {
      #main-about-us article {
        width: 100%; } }
  #main-about-us hr {
    background-color: #d8d8d8;
    margin: 48px 0; }
  #main-about-us > .hero {
    background-image: url("/static/images/content/heros/about.png?65b5d6033239");
    background-position: center; }
  #main-about-us .title {
    text-align: center; }
  #main-about-us .slider {
    margin-top: 52px; }
  #main-about-us .slider img {
    border-radius: 50%;
    width: 220px;
    height: 220px; }
  #main-about-us .slider li {
    width: 246px; }
    #main-about-us .slider li .content {
      padding: 6px 10px 20px; }
  #main-about-us .hide-more-container {
    padding-bottom: 60px;
    position: relative; }
    #main-about-us .hide-more-container .hide-more-button {
      position: absolute;
      bottom: 0;
      left: 0;
      padding-left: 20px;
      padding-right: 20px; }
      #main-about-us .hide-more-container .hide-more-button:before {
        vertical-align: -30%;
        content: '+ ';
        font-size: 32px;
        font-weight: bold; }
      @media (max-width: 549px) {
        #main-about-us .hide-more-container .hide-more-button {
          width: 100%; } }
    #main-about-us .hide-more-container > *:nth-child(n+7) {
      display: none; }
    #main-about-us .hide-more-container.expand {
      padding-bottom: 0; }
      #main-about-us .hide-more-container.expand > *:nth-child(n+7) {
        display: block; }
      #main-about-us .hide-more-container.expand .hide-more-button {
        display: none; }
  #main-about-us #about-us-sidenav {
    display: inline-block;
    vertical-align: top; }
    #main-about-us #about-us-sidenav .nav-header {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 16px;
      margin-bottom: 6px; }
    #main-about-us #about-us-sidenav .nav-item {
      font-size: 16px;
      line-height: 2.2;
      font-weight: 600; }
      #main-about-us #about-us-sidenav .nav-item a:hover {
        color: #C3131F; }
      #main-about-us #about-us-sidenav .nav-item.active a {
        color: #012037; }
    @media (max-width: 549px) {
      #main-about-us #about-us-sidenav {
        display: none; } }
  #main-about-us #section-history {
    padding-top: 50px;
    padding-bottom: 50px; }
    #main-about-us #section-history .history-item {
      width: 500px;
      border-bottom: 1px solid #d8d8d8;
      padding: 16px 0; }
      #main-about-us #section-history .history-item:last-child {
        border-bottom: none; }
      @media (max-width: 549px) {
        #main-about-us #section-history .history-item {
          width: 100%;
          text-align: center; } }
    #main-about-us #section-history .history-item-image {
      vertical-align: middle;
      display: inline-block;
      width: 170px;
      margin-right: 30px; }
      @media (max-width: 549px) {
        #main-about-us #section-history .history-item-image {
          width: auto;
          margin: 10px 0; } }
    #main-about-us #section-history .history-item-content {
      vertical-align: middle;
      display: inline-block;
      width: calc(100% - 210px); }
      @media (max-width: 549px) {
        #main-about-us #section-history .history-item-content {
          width: 100%; } }
  #main-about-us #section-locations {
    padding-top: 50px;
    padding-bottom: 50px; }
    #main-about-us #section-locations address {
      font-size: 14px;
      font-style: normal;
      color: #17547D;
      margin: 10px 0; }
  #main-about-us #section-mission-values {
    padding-top: 50px;
    padding-bottom: 50px; }
    #main-about-us #section-mission-values #intro {
      padding-bottom: 42px; }
      #main-about-us #section-mission-values #intro header h2, #main-about-us #section-mission-values #intro header h3 {
        font-size: 53px; }
      #main-about-us #section-mission-values #intro p, #main-about-us #section-mission-values #intro span {
        font-size: 16px; }
      @media (max-width: 749px) {
        #main-about-us #section-mission-values #intro {
          padding: 35px 0; } }
    #main-about-us #section-mission-values .values-body {
      display: flex;
      flex-wrap: wrap; }
    #main-about-us #section-mission-values .values-header {
      font-weight: 300;
      font-size: 53px;
      margin-top: 40px; }
    #main-about-us #section-mission-values #values-intro {
      padding-bottom: 40px; }
    #main-about-us #section-mission-values .media {
      display: flex;
      flex: 0 0 45%;
      padding: 25px 0;
      max-width: 45%;
      position: relative; }
      #main-about-us #section-mission-values .media:nth-child(odd) {
        margin-right: 10%; }
      #main-about-us #section-mission-values .media:nth-last-child(1):before {
        display: none; }
      #main-about-us #section-mission-values .media .media-object {
        border-radius: 50%;
        height: 90px;
        margin-right: 2rem !important;
        width: 90px; }
      #main-about-us #section-mission-values .media .media-body h4 {
        color: #012037;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase; }
      @media (min-width: 750px) {
        #main-about-us #section-mission-values .media:nth-last-child(2):before {
          display: none; } }
      @media (max-width: 749px) {
        #main-about-us #section-mission-values .media {
          flex: 0 0 100%;
          max-width: 100%; } }
    #main-about-us #section-mission-values .underline {
      position: relative; }
      #main-about-us #section-mission-values .underline:before {
        bottom: 0;
        border-bottom: 1px solid #ecebeb;
        content: '';
        left: 0;
        right: 0;
        position: absolute; }
  #main-about-us #section-our-story {
    padding-top: 50px;
    padding-bottom: 50px; }
    #main-about-us #section-our-story #intro {
      display: flex;
      flex-direction: column;
      align-items: center; }
      #main-about-us #section-our-story #intro iframe {
        margin: 4rem 0; }

/* Homepage
 *--------------------------------------------------------*/
/* Settings */
#main-homepage #top {
  display: flex;
  background: url(/static/images/content/home/banner-background-cupcackes-desc.png?b4e30c5782ed);
  background-color: #f6efe6;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 35px 50px; }
  @media (max-width: 600px) {
    #main-homepage #top {
      background: url(/static/images/content/home/banner-background-cupcackes-mobile.png?b4e30c5782ed);
      background-repeat: no-repeat;
      align-items: center; } }
  #main-homepage #top a {
    color: inherit; }
  #main-homepage #top .promo-box {
    display: none; }
  #main-homepage #top .img-base {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  #main-homepage #top .banner {
    font-size: 16px; }
    @media (min-width: 2000px) {
      #main-homepage #top .banner .banner-header {
        margin-bottom: 7%; } }
    @media (min-width: 1440px) {
      #main-homepage #top .banner {
        font-size: 21px; } }
    @media (max-width: 1100px) and (min-width: 1000px) {
      #main-homepage #top .banner .banner-header--fr,
      #main-homepage #top .banner .banner-text--fr,
      #main-homepage #top .banner .banner-header--en,
      #main-homepage #top .banner .banner-text--en {
        font-size: 0.8em; } }
    @media (max-width: 549px) {
      #main-homepage #top .banner .banner-content--mobile {
        display: block; }
      #main-homepage #top .banner .banner-content--desc {
        display: none; } }
    @media (max-width: 440px) {
      #main-homepage #top .banner .banner-header {
        font-size: 0.5em; } }
    #main-homepage #top .banner-content--desc {
      display: flex;
      flex-direction: column;
      padding: 30px 0; }
      #main-homepage #top .banner-content--desc__title {
        margin-top: 20px;
        text-align: center;
        color: #383838;
        font-weight: 700;
        font-size: 40px; }
        #main-homepage #top .banner-content--desc__title span {
          font-family: "Notera", Helvetica, Arial, sans-serif;
          color: #952718;
          font-weight: 500;
          font-size: 90px;
          padding: 50px 0; }
        @media (max-width: 1300px) {
          #main-homepage #top .banner-content--desc__title {
            font-size: 2em; } }
      #main-homepage #top .banner-content--desc img {
        max-width: 500px;
        max-height: 100%; }
      #main-homepage #top .banner-content--desc__button {
        display: flex;
        justify-content: center; }
        #main-homepage #top .banner-content--desc__button a button {
          padding: 10px 60px;
          border: none;
          cursor: pointer;
          color: white;
          background: #952718;
          margin-top: 20px; }
        @media (min-width: 2000px) {
          #main-homepage #top .banner-content--desc__button a button {
            padding: 15px 20px;
            font-size: 1.2em; } }
      #main-homepage #top .banner-content--desc__recipes {
        width: 100%;
        height: 60%;
        display: flex;
        justify-content: center; }
      #main-homepage #top .banner-content--desc__recipe {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: max-content;
        height: max-content;
        max-width: 400px;
        background: white;
        box-shadow: -6px 16px 20px 1px #383838; }
        @media (min-width: 2000px) {
          #main-homepage #top .banner-content--desc__recipe {
            max-width: 550px; } }
      #main-homepage #top .banner-content--desc__recipe-image__first-card {
        overflow: hidden;
        border: 7px solid white; }
        #main-homepage #top .banner-content--desc__recipe-image__first-card img {
          transform: scale(1.5) translate(-10px);
          width: 90%;
          height: 100%;
          object-fit: cover; }
      #main-homepage #top .banner-content--desc__recipe-image__second-card {
        overflow: hidden;
        border: 7px solid white; }
        #main-homepage #top .banner-content--desc__recipe-image__second-card img {
          transform: scale(1.45) translate(4px, -22px);
          width: 90%;
          height: 100%;
          object-fit: cover; }
      #main-homepage #top .banner-content--desc__recipe-image__third-card {
        overflow: hidden;
        border: 7px solid white; }
        #main-homepage #top .banner-content--desc__recipe-image__third-card img {
          transform: scale(1.4) translate(-6px, -9px);
          width: 90%;
          height: 100%;
          object-fit: cover; }
      #main-homepage #top .banner-content--desc__recipe-name {
        font-family: "Notera", Helvetica, Arial, sans-serif;
        font-size: 1.3em;
        color: #284B19;
        text-align: center; }
        @media (min-width: 2000px) {
          #main-homepage #top .banner-content--desc__recipe-name {
            font-size: 2.4em;
            padding: 0 30px; } }
      #main-homepage #top .banner-content--desc__first-card {
        transform: rotate(-4deg);
        z-index: 2;
        margin-top: 55px; }
      #main-homepage #top .banner-content--desc__second-card {
        z-index: 1; }
      #main-homepage #top .banner-content--desc__third-card {
        transform: rotate(2deg);
        margin-top: 55px; }
    #main-homepage #top .banner-content--mobile {
      display: none;
      padding: 30px 0;
      margin-top: 400px; }
      #main-homepage #top .banner-content--mobile__recipes {
        display: flex;
        flex-direction: column;
        position: relative; }
      #main-homepage #top .banner-content--mobile__recipe {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: max-content;
        height: max-content;
        max-width: 250px;
        background: white;
        box-shadow: -6px 16px 20px 1px #383838; }
      #main-homepage #top .banner-content--mobile__recipe-image__second-card {
        overflow: hidden;
        border: 7px solid white; }
        #main-homepage #top .banner-content--mobile__recipe-image__second-card img {
          transform: scale(1.75) translate(25px, 15px);
          width: 90%;
          height: 100%;
          object-fit: cover; }
      #main-homepage #top .banner-content--mobile__recipe-image__third-card {
        overflow: hidden;
        border: 7px solid white; }
        #main-homepage #top .banner-content--mobile__recipe-image__third-card img {
          transform: scale(1.35) translate(-10px, -13px);
          width: 90%;
          height: 100%;
          object-fit: cover; }
      #main-homepage #top .banner-content--mobile__recipe-image__first-card {
        overflow: hidden;
        border: 7px solid white; }
        #main-homepage #top .banner-content--mobile__recipe-image__first-card img {
          transform: scale(1.35) translate(15px, -27px);
          width: 90%;
          height: 100%;
          object-fit: cover; }
      #main-homepage #top .banner-content--mobile__second-card {
        z-index: 1;
        transform: rotate(4deg);
        margin-top: 30px; }
      #main-homepage #top .banner-content--mobile__third-card {
        position: absolute;
        transform: rotate(6deg);
        z-index: 2;
        left: 45%;
        top: 200px; }
      #main-homepage #top .banner-content--mobile__first-card {
        transform: rotate(-5deg);
        margin-top: 20px;
        margin-left: -35px; }
      #main-homepage #top .banner-content--mobile__title {
        margin-top: 20px;
        text-align: center;
        color: #284B19;
        font-weight: 500; }
        #main-homepage #top .banner-content--mobile__title span {
          font-family: "Notera", Helvetica, Arial, sans-serif; }
      #main-homepage #top .banner-content--mobile__button {
        display: flex;
        justify-content: center; }
        #main-homepage #top .banner-content--mobile__button a button {
          padding: 10px 20px;
          border: none;
          cursor: pointer;
          color: white;
          background: #952718; }
    #main-homepage #top .banner-content--gradient {
      background: linear-gradient(45deg, transparent, 30%, #e1dddd);
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }
    #main-homepage #top .banner-column {
      max-width: 50%; }
    #main-homepage #top .banner-left {
      width: 35%;
      padding-left: 1rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 100%;
      justify-content: center; }
    #main-homepage #top .banner-image {
      position: absolute;
      right: 32px;
      top: 48px;
      bottom: 48px; }
      #main-homepage #top .banner-image img {
        height: 100%; }
    #main-homepage #top .banner-header {
      position: absolute;
      margin-bottom: 12%;
      top: 35%;
      left: 27%; }
      @media (max-width: 999px) {
        #main-homepage #top .banner-header {
          top: 32%;
          left: 3%;
          font-size: 1.2em; } }
      @media (max-width: 549px) {
        #main-homepage #top .banner-header {
          top: 35%;
          left: 4%; } }
      #main-homepage #top .banner-header--fr {
        top: 25%; }
        @media (max-width: 999px) {
          #main-homepage #top .banner-header--fr {
            top: 31%;
            left: 3%;
            font-size: 1em; } }
        @media (max-width: 549px) {
          #main-homepage #top .banner-header--fr {
            top: 33%;
            font-size: 0.8em; } }
      #main-homepage #top .banner-header__text {
        font-size: 4em;
        line-height: 1em;
        margin-bottom: 0;
        position: relative;
        color: #a9958d; }
        @media (min-width: 2000px) {
          #main-homepage #top .banner-header__text--fr {
            font-size: 7em; } }
        @media (min-width: 2000px) {
          #main-homepage #top .banner-header__text--en {
            font-size: 7em; } }
      #main-homepage #top .banner-header__sign {
        font-size: 3.5em;
        color: #a9958d;
        font-family: "Notera", Helvetica, Arial, sans-serif;
        position: relative; }
        #main-homepage #top .banner-header__sign--fr {
          margin-top: 0.2em;
          margin-bottom: 0.2em; }
          @media (max-width: 999px) {
            #main-homepage #top .banner-header__sign--fr {
              margin: 0; } }
        @media (min-width: 2000px) {
          #main-homepage #top .banner-header__sign--en {
            font-size: 6.3em; } }
    #main-homepage #top .banner-text {
      position: absolute;
      font-size: 4em;
      margin-bottom: 4%;
      z-index: 1;
      top: 45%; }
      @media (min-width: 2000px) {
        #main-homepage #top .banner-text {
          font-size: 7em; } }
      @media (max-width: 999px) {
        #main-homepage #top .banner-text {
          top: 53%;
          left: 59%; } }
      @media (max-width: 549px) {
        #main-homepage #top .banner-text {
          top: 53%;
          left: 57%;
          font-size: 2em; } }
      #main-homepage #top .banner-text__text {
        font-size: 1.5em;
        line-height: 1em;
        margin-bottom: 0;
        position: relative;
        color: #fff; }
      #main-homepage #top .banner-text__sign {
        font-size: 1em;
        color: #fff;
        font-family: "Notera", Helvetica, Arial, sans-serif;
        position: relative; }
        #main-homepage #top .banner-text__sign--fr {
          left: 15%; }
        #main-homepage #top .banner-text__sign--en {
          left: 20%; }
    #main-homepage #top .banner-button {
      font-family: inherit;
      text-transform: uppercase;
      font-weight: 600;
      display: block;
      color: #ffffff;
      font-size: 0.9em;
      padding: 0.65em 3.2em;
      background-color: #a9958d;
      z-index: 1; }
  #main-homepage #top .container {
    display: block;
    position: relative;
    padding-top: 250px;
    margin: 0;
    padding-left: 0; }
  #main-homepage #top .thumb img {
    display: block; }
  #main-homepage #top .content {
    box-sizing: border-box; }
    #main-homepage #top .content h1 {
      margin-bottom: 7px;
      font-size: 43px;
      line-height: 44px;
      color: inherit; }
    #main-homepage #top .content p {
      margin: 0 0 7px;
      font-size: 22px;
      line-height: 27px; }
    #main-homepage #top .content ul.links li {
      display: inline-block;
      font-size: 16px;
      line-height: 20px; }
      #main-homepage #top .content ul.links li a {
        font-weight: bold;
        text-transform: uppercase; }
        #main-homepage #top .content ul.links li a .links-fr-text {
          font-size: 13px; }
      #main-homepage #top .content ul.links li + li {
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        padding-left: 10px;
        margin-left: 6px; }
  #main-homepage #top .caption {
    position: absolute;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-style: italic; }
  @media (min-width: 750px) {
    #main-homepage #top {
      background-position: center;
      background-size: cover; }
      #main-homepage #top .container {
        max-width: 1128px;
        height: 537px; }
      #main-homepage #top .promo-box {
        position: absolute;
        bottom: 66px;
        left: 0; }
        #main-homepage #top .promo-box .thumb {
          position: absolute;
          background: #ffffff;
          height: 100%;
          display: flex;
          align-items: center; }
          #main-homepage #top .promo-box .thumb img {
            width: 220px;
            height: 220px; }
        #main-homepage #top .promo-box .content {
          width: 564px;
          height: 220px;
          padding: 20px 10px 0 250px;
          overflow: hidden; } }
  #main-homepage #top .caption {
    right: 65px;
    bottom: 20px; }
@media (max-width: 749px) {
  #main-homepage .container {
    padding: 0; }
    #main-homepage .container > .caption {
      display: none; }
  #main-homepage .promo-box .thumb {
    display: none; }
  #main-homepage .promo-box .product-badge {
    margin-bottom: 10px; }
  #main-homepage .promo-box .content {
    padding: 24px 18px; }
    #main-homepage .promo-box .content.content-coconut {
      display: none; }
    #main-homepage .promo-box .content p {
      margin: 12px 0;
      font-size: 22px;
      line-height: 27px; } }

.sweetness {
  height: 235px;
  width: 561px; }
  .sweetness .caption-top {
    color: #ffffff;
    text-align: left;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 35px;
    font-weight: lighter;
    padding-top: 10px;
    margin: 0 32px 16px 32px;
    line-height: 36px; }
    @media (max-width: 749px) {
      .sweetness .caption-top {
        text-align: center;
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 8px; } }
  .sweetness .sweetness-top {
    min-height: 235px;
    height: 235px;
    position: relative;
    text-align: left;
    margin-left: 208px;
    background: #80a546; }
    @media (max-width: 749px) {
      .sweetness .sweetness-top {
        height: auto;
        margin-left: 0;
        text-align: center; } }
    .sweetness .sweetness-top .description {
      font-size: 19px;
      text-align: left;
      color: #ffffff;
      padding-left: 35px;
      padding-right: 30px; }
      @media (max-width: 749px) {
        .sweetness .sweetness-top .description {
          text-align: center; } }
    .sweetness .sweetness-top .btn-bg {
      color: white;
      text-transform: uppercase;
      text-align: center;
      font-size: 20px;
      display: inline-block;
      padding: 4px 35px;
      margin-bottom: 12px;
      bottom: 0;
      position: absolute; }
      @media (max-width: 749px) {
        .sweetness .sweetness-top .btn-bg {
          position: relative; } }
  .sweetness .sweetness-left {
    background-color: #ffffff;
    height: 100%;
    float: left; }
    .sweetness .sweetness-left img {
      height: 100%; }

@media (max-width: 749px) {
  .sweetness {
    width: 100%;
    height: auto; }

  .sweetness-left {
    display: none; } }
#proudly-canadian {
  background: #1e366c;
  min-height: 67px; }
  #proudly-canadian .content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    @media (max-width: 900px) {
      #proudly-canadian .content {
        flex-direction: column; } }
    #proudly-canadian .content div {
      color: #fff;
      font-weight: normal; }
    @media (max-width: 900px) {
      #proudly-canadian .content .last-div {
        margin: 0 7px 6px 7px;
        text-align: center; } }
    #proudly-canadian .content .caption {
      position: absolute;
      color: #fff;
      font-size: 16px;
      line-height: 20px;
      font-style: italic; }
    #proudly-canadian .content .logo {
      height: 70px; }

@media (max-width: 1019px) {
  .background-light-grey {
    padding-bottom: 0; } }

.news {
  margin: 43px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .news-header {
    font-size: 58px;
    font-weight: lighter;
    line-height: 64px;
    padding: 0 10px;
    text-align: center; }
    @media (max-width: 1019px) {
      .news-header {
        font-size: 45px; } }
    .news-header a {
      color: #3b99d9; }
  .news-content {
    margin: 81px 0px;
    display: flex; }
    @media (max-width: 1019px) {
      .news-content {
        flex-direction: column;
        margin: 44px 0 0 0; } }
    .news-content-item {
      display: flex;
      flex-direction: column;
      justify-content: start;
      margin: 0px 9px;
      background-color: white;
      color: black; }
      @media (max-width: 1019px) {
        .news-content-item {
          flex-direction: row;
          justify-content: space-evenly;
          margin: 10px;
          align-items: center; }
          .news-content-item:nth-child(2) {
            flex-direction: row-reverse; } }
      .news-content-item img {
        margin-top: 32px;
        height: 250px; }
        @media (max-width: 1019px) {
          .news-content-item img {
            height: 197px;
            margin-top: 6px; } }
        @media (max-width: 594px) {
          .news-content-item img {
            height: 150px;
            margin-top: 6px; } }
      .news-content-item-text {
        padding: 0 14px; }
        .news-content-item-text-header {
          margin-top: 37px;
          font-size: 28px; }
          @media (max-width: 1019px) {
            .news-content-item-text-header {
              font-size: 24px; } }
        .news-content-item-text-caption {
          max-width: 289px;
          line-height: 25px;
          margin-bottom: 15px;
          margin-top: 21px; }

.arrow {
  border: solid #3b99d9;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 7px;
  margin-bottom: 7px; }

i:hover {
  cursor: pointer; }

.en {
  height: 462px; }
  @media (max-width: 1019px) {
    .en {
      height: 750px; } }
  @media (max-width: 594px) {
    .en {
      height: 710px; } }

.fr {
  height: 375px; }
  @media (max-width: 1019px) {
    .fr {
      height: 750px; } }
  @media (max-width: 594px) {
    .fr {
      height: 595px; } }

/* Products List
 *--------------------------------------------------------*/
@media (max-width: 1039px) {
  .list-product {
    text-align: center; } }

.item-product {
  display: inline-block;
  position: relative;
  width: 240px;
  height: 308px;
  text-align: center; }
  .item-product .photo {
    display: block;
    width: 240px;
    height: 240px;
    background: #fff;
    overflow: hidden; }
    .item-product .photo img {
      display: block;
      width: 240px;
      height: auto; }
  .item-product .labels {
    display: block;
    padding: 10px 0;
    height: 44px;
    background: #fff;
    border-bottom: 4px solid #fff;
    overflow: hidden; }
    .item-product .labels .name {
      margin: 0;
      font-size: 21px;
      line-height: 22px;
      font-weight: normal;
      color: #012037; }
    .item-product .labels .category {
      margin: 0;
      font-size: 16px;
      line-height: 22px;
      font-weight: normal;
      color: #012037; }

/* Product Homepage
 *--------------------------------------------------------*/
#main-products-home > .hero {
  background-image: url("/static/images/content/heros/for-home.png?97c6d79397d8"); }
#main-products-home title {
  margin-bottom: 40px;
  text-align: left; }
#main-products-home .container .filters .dropdown.category {
  min-width: 204px; }
  body.lang-fr #main-products-home .container .filters .dropdown.category {
    min-width: 230px; }
#main-products-home .container .filters .dropdown.region {
  min-width: 188px; }
  body.lang-fr #main-products-home .container .filters .dropdown.region {
    min-width: 200px; }
@media (min-width: 750px) {
  #main-products-home .container {
    position: relative; }
    #main-products-home .container .filters {
      position: absolute;
      right: 20px;
      top: 12px; } }
@media (max-width: 749px) {
  #main-products-home .container .filters {
    margin-bottom: 24px; } }

/* Product Details Page
 *--------------------------------------------------------*/
.main-products-details > section {
  padding: 5rem 0; }
.main-products-details #intro > .container .content header {
  margin-bottom: 1.5em; }
  .main-products-details #intro > .container .content header h1 {
    margin-bottom: 0; }
  .main-products-details #intro > .container .content header h3 {
    margin-top: 0.2em;
    font-size: 28px;
    line-height: 37px;
    color: #012037; }
.main-products-details #intro > .container .content .buttons {
  margin-top: 24px; }
@media (min-width: 900px) {
  .main-products-details #intro > .container {
    position: relative;
    min-height: 400px; }
    .main-products-details #intro > .container .content {
      margin-right: 410px; }
      .main-products-details #intro > .container .content .link-back {
        margin-bottom: 1.5em; }
    .main-products-details #intro > .container .product-photo {
      position: absolute;
      top: 0;
      right: 0; }
      .main-products-details #intro > .container .product-photo img {
        width: 400px;
        height: 400px; } }
@media (max-width: 899px) {
  .main-products-details #intro > .container .product-photo {
    display: none; } }
.main-products-details #formats header {
  text-align: center; }
.main-products-details #formats .list-product-formats .item-format {
  border-bottom: 4px solid #ccc; }
  .main-products-details #formats .list-product-formats .item-format .photo img {
    display: block; }
  .main-products-details #formats .list-product-formats .item-format .content {
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
    font-size: 16px;
    line-height: 22px; }
    .main-products-details #formats .list-product-formats .item-format .content h3 {
      margin: 0;
      font-size: 22px;
      line-height: 1.2em; }
@media (min-width: 900px) {
  .main-products-details #formats .list-product-formats .col {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 50%;
    padding-right: 9px;
    padding-bottom: 16px; }
    .main-products-details #formats .list-product-formats .col:nth-child(even) {
      padding-right: 0;
      padding-left: 9px; }
  .main-products-details #formats .list-product-formats .item-format {
    width: 100%; }
    .main-products-details #formats .list-product-formats .item-format .photo {
      position: absolute; }
      .main-products-details #formats .list-product-formats .item-format .photo img {
        width: 150px;
        height: 150px; }
    .main-products-details #formats .list-product-formats .item-format .content {
      height: 150px;
      padding: 22px 20px 0 168px; }
      .main-products-details #formats .list-product-formats .item-format .content h3 {
        margin-bottom: 6px; } }
@media (max-width: 899px) {
  .main-products-details #formats .list-product-formats .col + .col {
    margin-top: 18px; }
  .main-products-details #formats .list-product-formats .item-format {
    background: #fff; }
    .main-products-details #formats .list-product-formats .item-format .photo img {
      margin: 0 auto; }
    .main-products-details #formats .list-product-formats .item-format .content {
      padding: 0 30px 26px; } }
.main-products-details #sample header {
  text-align: center;
  margin-bottom: 2.5em; }
.main-products-details #sample form {
  max-width: 440px; }
  .main-products-details #sample form input[type="text"],
  .main-products-details #sample form input[type="email"] {
    width: 100%; }
  .main-products-details #sample form input[type="submit"] {
    margin-top: 40px; }
  .main-products-details #sample form .error {
    color: #C81420; }
@media (min-width: 750px) {
  .main-products-details #sample form input[type="submit"] {
    float: left; }
  .main-products-details #sample form .message {
    margin: 38px 0 0 140px;
    line-height: 42px; }
  .main-products-details #sample form .message.error {
    line-height: 22px; } }
@media (max-width: 749px) {
  .main-products-details #sample form {
    max-width: 100%; }
    .main-products-details #sample form input[type="submit"] {
      margin-top: 30px;
      width: 100%; }
    .main-products-details #sample form p.message {
      margin-top: 1em; } }
.main-products-details #video {
  padding-bottom: 0 !important; }
  .main-products-details #video > .container hr {
    margin: 58px 0 0; }
    @media (max-width: 749px) {
      .main-products-details #video > .container hr {
        margin: 28px 0 0; } }
.main-products-details #nutrition {
  text-align: center; }
  @media (max-width: 399px) {
    .main-products-details #nutrition img {
      max-width: 100%;
      height: auto; } }
.main-products-details.stevia #benefits {
  position: relative;
  margin-top: 1.5em; }
@media (min-width: 550px) {
  .main-products-details.stevia #intro > .container .content .buttons {
    margin-top: 36px; } }
@media (max-width: 899px) {
  .main-products-details.stevia #intro > .container .product-photo {
    display: block; }
    .main-products-details.stevia #intro > .container .product-photo img {
      margin: 0 auto;
      display: block;
      max-width: 400px;
      width: 100%;
      height: auto; } }
@media (min-width: 750px) {
  .main-products-details.stevia #sample .content {
    position: relative; }
    .main-products-details.stevia #sample .content .photo {
      position: absolute;
      top: 10px;
      right: 0;
      left: 480px; }
      .main-products-details.stevia #sample .content .photo img {
        width: 100%;
        height: auto;
        max-width: 458px;
        border-radius: 50%;
        float: right; } }
@media (max-width: 749px) {
  .main-products-details.stevia #sample .photo {
    display: none; } }
@media (min-width: 900px) {
  .main-products-details#main-products-industrial #intro > .container .content {
    margin-right: 0;
    max-width: 800px; } }

/* Industrial Products
 *--------------------------------------------------------*/
#main-products-industrial > .hero {
  background-image: url("/static/images/content/heros/bulk-sugar.jpg?b4e30c5782ed"); }
#main-products-industrial .industrial-maple-hero {
  background-image: url("/static/images/content/products/industrial.maple-bg.jpg?b4e30c5782ed");
  height: 359px;
  background-size: cover;
  background-position: top; }
  @media (min-width: 1440px) {
    #main-products-industrial .industrial-maple-hero {
      background-position: center; } }
#main-products-industrial #intro > .container {
  min-height: 0; }
#main-products-industrial .list-bulk-product-formats {
  margin: 0 -7px; }
  #main-products-industrial .list-bulk-product-formats .item-format {
    display: inline-block;
    margin-bottom: 18px;
    padding: 0 7px;
    width: 321px;
    text-align: left;
    vertical-align: top; }
    #main-products-industrial .list-bulk-product-formats .item-format .photo img {
      margin: 0 auto;
      display: block;
      width: 321px;
      height: 119px; }
    #main-products-industrial .list-bulk-product-formats .item-format .content {
      padding: 20px 24px;
      font-size: 16px;
      line-height: 22px;
      background: #fff;
      border-bottom: 4px solid #63b79b; }
      #main-products-industrial .list-bulk-product-formats .item-format .content h3 {
        margin-bottom: 8px;
        font-size: 30px;
        line-height: 32px; }
      #main-products-industrial .list-bulk-product-formats .item-format .content h4 {
        margin: 1em 0 0.1em;
        font-size: 20px;
        line-height: 22px; }
    #main-products-industrial .list-bulk-product-formats .item-format.granulated-sugar .content {
      border-bottom-color: #00afed; }
    #main-products-industrial .list-bulk-product-formats .item-format#brown-sugar .content {
      border-bottom-color: #efdf6c; }
    #main-products-industrial .list-bulk-product-formats .item-format#icing .content {
      border-bottom-color: #de2773; }
    @media (min-width: 1040px) {
      #main-products-industrial .list-bulk-product-formats .item-format .content {
        min-height: 410px; }
      #main-products-industrial .list-bulk-product-formats .item-format:nth-child(4) .content, #main-products-industrial .list-bulk-product-formats .item-format:nth-child(5) .content {
        min-height: 220px; } }
  @media (max-width: 1039px) {
    #main-products-industrial .list-bulk-product-formats {
      text-align: center; }
      #main-products-industrial .list-bulk-product-formats .item-format {
        padding: 0 8px; }
        #main-products-industrial .list-bulk-product-formats .item-format .content {
          min-height: 410px; }
        #main-products-industrial .list-bulk-product-formats .item-format:nth-child(3) .content, #main-products-industrial .list-bulk-product-formats .item-format:nth-child(4) .content {
          min-height: 300px; }
        #main-products-industrial .list-bulk-product-formats .item-format:nth-child(5) .content {
          min-height: 0; } }
  @media (max-width: 749px) {
    #main-products-industrial .list-bulk-product-formats .item-format {
      display: block;
      margin-right: auto;
      margin-left: auto; }
      #main-products-industrial .list-bulk-product-formats .item-format .content {
        min-height: 0 !important; } }
  @media (max-width: 399px) {
    #main-products-industrial .list-bulk-product-formats .item-format {
      padding: 0;
      width: 100%; }
      #main-products-industrial .list-bulk-product-formats .item-format .photo img {
        width: 100%;
        height: auto; } }
#main-products-industrial .maple-industrial-subheader {
  padding-bottom: 8px;
  margin-top: 40px; }
#main-products-industrial .logos-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 58px 0; }
  #main-products-industrial .logos-section-header {
    font-size: 24px;
    display: flex;
    align-items: center; }
    #main-products-industrial .logos-section-header-line {
      border-bottom: 1px solid black;
      width: 132px;
      margin: 0 10px 0 10px; }
    #main-products-industrial .logos-section-header-text {
      font-weight: lighter; }
  #main-products-industrial .logos-section-body {
    display: flex;
    align-items: center; }
    #main-products-industrial .logos-section-body-item {
      margin: 30px 15px 0 15px; }

/* Recipes List
 *--------------------------------------------------------*/
.list-base .item-recipe {
  padding: 0 18px; }
.list-base .no-results, .list-base .error {
  text-align: left;
  padding: 0 18px; }
.list-base .error {
  color: #C81420; }

.list-recipe {
  margin: 0 -18px;
  text-align: center; }
  .list-recipe .item-recipe {
    padding: 0 18px; }

.item-recipe {
  display: inline-block;
  position: relative;
  width: 220px;
  height: 320px;
  text-align: center; }
  .item-recipe a {
    display: inline-flex; }
  .item-recipe .photo img {
    width: 220px;
    height: 220px;
    border-radius: 50%; }
  .item-recipe .badge {
    display: block;
    position: absolute;
    top: 190px;
    right: 0;
    left: 0;
    text-align: center; }
    .item-recipe .badge > .inner {
      top: -30px;
      display: inline-block;
      box-sizing: border-box;
      min-width: 104px;
      padding: 0 15px;
      border: 2px solid #f3f3f3;
      color: #fff;
      font-size: 15px;
      line-height: 33px;
      text-transform: uppercase; }
    .item-recipe .badge .notch {
      position: absolute;
      top: 35px;
      left: 50%;
      display: block;
      width: 24px;
      height: 16px;
      margin-left: -11px;
      overflow: hidden; }
      .item-recipe .badge .notch > .inner {
        position: absolute;
        display: block;
        width: 12px;
        height: 12px;
        margin: -8px 0 0 4px;
        border: 2px solid transparent;
        border-right-color: #f3f3f3;
        border-bottom-color: #f3f3f3;
        transform: rotate(45deg); }
    .item-recipe .badge.badge-community .inner {
      background: #17547D; }
    .item-recipe .badge.badge-featured .inner {
      background: #C81420; }
  .item-recipe .name {
    margin: 20px 0 0;
    height: 48px;
    overflow: hidden;
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
    color: #012037; }

/* Recipes Homepage
 *--------------------------------------------------------*/
#main-recipes-home > .hero {
  border-bottom: 1px solid #dadada;
  background-image: url("/static/images/content/heros/child-sprinkling-confetti.jpg?b4e30c5782ed"); }
  @media (max-width: 1039px) {
    #main-recipes-home > .hero #recipe-desktop-nav {
      display: none; } }
  @media (min-width: 1040px) {
    #main-recipes-home > .hero .container {
      position: relative;
      height: 27.5vw; }
    #main-recipes-home > .hero #recipe-desktop-nav ul {
      position: absolute;
      display: block;
      height: 109px;
      bottom: -1px;
      text-align: center;
      overflow: hidden; }
      #main-recipes-home > .hero #recipe-desktop-nav ul li {
        position: relative;
        top: -1px;
        display: inline-block;
        color: #fff;
        border: 1px solid #002d74;
        border-radius: 5px 5px 0 0;
        background-color: #002d74;
        background-repeat: no-repeat;
        background-position: center 11px;
        background-size: auto 42px; }
        #main-recipes-home > .hero #recipe-desktop-nav ul li a {
          position: relative;
          display: block;
          box-sizing: border-box;
          width: 138px;
          height: 106px;
          font-weight: bold;
          font-size: 16px;
          line-height: 17px;
          text-transform: uppercase;
          color: inherit; }
        #main-recipes-home > .hero #recipe-desktop-nav ul li .label {
          display: block;
          position: absolute;
          right: 12px;
          bottom: 10px;
          left: 12px;
          text-align: center; }
        #main-recipes-home > .hero #recipe-desktop-nav ul li.active {
          top: 0;
          background-color: #fff;
          color: #012037;
          border: 1px solid #dadada;
          border-bottom-color: #fff; }
          #main-recipes-home > .hero #recipe-desktop-nav ul li.active a {
            height: 107px; }
        #main-recipes-home > .hero #recipe-desktop-nav ul li.all-categories {
          background-image: url("/static/images/content/recipes/category.all@2x.png?443ca63fe964"); }
          #main-recipes-home > .hero #recipe-desktop-nav ul li.all-categories.active {
            background-image: url("/static/images/content/recipes/category.all.on@2x.png?443ca63fe964"); }
        #main-recipes-home > .hero #recipe-desktop-nav ul li.breakfast-breads {
          background-image: url("/static/images/content/recipes/category.breakfast-breads@2x.png?443ca63fe964"); }
          #main-recipes-home > .hero #recipe-desktop-nav ul li.breakfast-breads.active {
            background-image: url("/static/images/content/recipes/category.breakfast-breads.on@2x.png?443ca63fe964"); }
        #main-recipes-home > .hero #recipe-desktop-nav ul li.desserts-frostings {
          background-image: url("/static/images/content/recipes/category.desserts-frostings@2x.png?443ca63fe964"); }
          #main-recipes-home > .hero #recipe-desktop-nav ul li.desserts-frostings.active {
            background-image: url("/static/images/content/recipes/category.desserts-frostings.on@2x.png?443ca63fe964"); }
        #main-recipes-home > .hero #recipe-desktop-nav ul li.beverages {
          background-image: url("/static/images/content/recipes/category.beverages@2x.png?443ca63fe964"); }
          #main-recipes-home > .hero #recipe-desktop-nav ul li.beverages.active {
            background-image: url("/static/images/content/recipes/category.beverages.on@2x.png?443ca63fe964"); }
        #main-recipes-home > .hero #recipe-desktop-nav ul li.marinades-dressings {
          background-image: url("/static/images/content/recipes/category.marinades-dressings@2x.png?443ca63fe964"); }
          #main-recipes-home > .hero #recipe-desktop-nav ul li.marinades-dressings.active {
            background-image: url("/static/images/content/recipes/category.marinades-dressings.on@2x.png?443ca63fe964"); }
        #main-recipes-home > .hero #recipe-desktop-nav ul li.soups-salads {
          background-image: url("/static/images/content/recipes/category.soups-salads@2x.png?443ca63fe964"); }
          #main-recipes-home > .hero #recipe-desktop-nav ul li.soups-salads.active {
            background-image: url("/static/images/content/recipes/category.soups-salads.on@2x.png?443ca63fe964"); }
        #main-recipes-home > .hero #recipe-desktop-nav ul li.holiday-recipes {
          background-image: url("/static/images/content/recipes/category.holidays.png?a04c5d66c88d"); }
          #main-recipes-home > .hero #recipe-desktop-nav ul li.holiday-recipes.active {
            background-image: url("/static/images/content/recipes/category.holidays.on.png?a04c5d66c88d"); }
        #main-recipes-home > .hero #recipe-desktop-nav ul li.entrees {
          background-image: url("/static/images/content/recipes/category.entrees@2x.png?443ca63fe964"); }
          #main-recipes-home > .hero #recipe-desktop-nav ul li.entrees.active {
            background-image: url("/static/images/content/recipes/category.entrees.on@2x.png?443ca63fe964"); }
        #main-recipes-home > .hero #recipe-desktop-nav ul li + li {
          margin-left: 3px; } }
#main-recipes-home .main-body .title {
  margin-bottom: 56px;
  text-align: left; }
#main-recipes-home .main-body.is-paginated {
  padding-bottom: 0; }
  #main-recipes-home .main-body.is-paginated > .container {
    padding-bottom: 58px; }
#main-recipes-home .main-body .container .filters .dropdown.product {
  min-width: 200px; }
#main-recipes-home .main-body .container .filters .dropdown.criteria {
  min-width: 180px; }
#main-recipes-home .main-body .container .filters .dropdown.category {
  min-width: 220px; }
@media (min-width: 1040px) {
  #main-recipes-home .main-body .container {
    position: relative; }
    #main-recipes-home .main-body .container .filters {
      position: absolute;
      right: 20px;
      top: 12px; }
      #main-recipes-home .main-body .container .filters .category {
        display: none; } }
@media (max-width: 1039px) {
  #main-recipes-home .main-body header {
    margin-bottom: 40px; }
  #main-recipes-home .main-body .container .filters {
    margin-bottom: 24px; } }

/* Recipes Detail Page
 *--------------------------------------------------------*/
.recipe-details-hero {
  position: relative;
  background: #fcf2d0;
  padding: 0; }
  .recipe-details-hero .basic-info header {
    margin: 0.5em 0 0.5em;
    text-align: left; }
    .recipe-details-hero .basic-info header h1 {
      margin: 0; }
  .recipe-details-hero .basic-info p {
    font-size: 18px;
    line-height: 26px; }
  .recipe-details-hero .basic-info li {
    display: inline-block; }
  .recipe-details-hero .basic-info .button-print {
    width: 24px;
    height: 22px;
    background-image: url("/static/images/content/recipes/button.print@2x.png?443ca63fe964"); }
  .recipe-details-hero .basic-info .meta {
    font-size: 16px;
    line-height: 19px;
    border-top: 1px solid #eccf6c;
    border-bottom: 1px solid #eccf6c; }
    .recipe-details-hero .basic-info .meta ul {
      margin-left: -14px; }
      .recipe-details-hero .basic-info .meta ul li {
        margin-left: 14px;
        min-width: 90px;
        box-sizing: border-box;
        padding: 12px 0 12px 38px;
        background-repeat: no-repeat;
        background-size: auto 34px;
        background-position: left center; }
        @media (max-width: 399px) {
          .recipe-details-hero .basic-info .meta ul li {
            min-width: 40%; } }
        .recipe-details-hero .basic-info .meta ul li.prep-time {
          background-image: url("/static/images/content/recipes/meta.prep-time@2x.png?443ca63fe964"); }
        .recipe-details-hero .basic-info .meta ul li.cook-time {
          background-image: url("/static/images/content/recipes/meta.cook-time@2x.png?443ca63fe964"); }
        .recipe-details-hero .basic-info .meta ul li.servings {
          background-image: url("/static/images/content/recipes/meta.servings@2x.png?443ca63fe964");
          padding-left: 36px; }
        .recipe-details-hero .basic-info .meta ul li.experience {
          background-image: url("/static/images/content/recipes/meta.experience@2x.png?443ca63fe964"); }
    .recipe-details-hero .basic-info .meta.meta-0-items {
      display: none; }
  .recipe-details-hero .basic-info .submenu {
    margin: 24px 0;
    font-size: 16px;
    line-height: 16px; }
  .recipe-details-hero .basic-info .social li {
    height: 20px;
    line-height: 20px;
    vertical-align: top; }
    .recipe-details-hero .basic-info .social li > span {
      height: 20;
      line-height: 20px;
      vertical-align: top !important; }
    .recipe-details-hero .basic-info .social li .button-print {
      width: 24px; }
    .recipe-details-hero .basic-info .social li + li {
      margin-left: 14px; }
  .recipe-details-hero .photo img {
    display: block; }
  @media (min-width: 1000px) {
    .recipe-details-hero .container {
      position: relative;
      width: 100%;
      height: 516px;
      max-width: 1200px; }
      .recipe-details-hero .container .basic-info {
        margin-left: 526px;
        padding-top: 40px;
        max-width: 550px; }
        .recipe-details-hero .container .basic-info .submenu li + li {
          margin-left: 10px;
          padding-left: 10px;
          border-left: 1px solid #d2cbb3; }
      .recipe-details-hero .container .photo {
        position: absolute;
        top: 0px;
        left: 0px; } }
  @media (max-width: 999px) {
    .recipe-details-hero .container {
      padding: 0; }
      .recipe-details-hero .container .photo img {
        width: 100%; }
      .recipe-details-hero .container .basic-info {
        padding: 20px; }
        .recipe-details-hero .container .basic-info header h1 {
          margin: 0;
          font-size: 50px;
          line-height: 54px; }
        .recipe-details-hero .container .basic-info .submenu li {
          display: block; }
          .recipe-details-hero .container .basic-info .submenu li + li {
            margin-top: 12px; } }

.recipe-details {
  font-size: 18px;
  line-height: 26px; }
  .recipe-details h3 {
    margin: 0.8em 0 0.4em;
    font-size: 22px;
    line-height: 32px; }
  .recipe-details section.ingredients {
    background: #f7f7f7; }
    .recipe-details section.ingredients li {
      position: relative;
      padding-left: 28px; }
      .recipe-details section.ingredients li :before {
        position: absolute;
        top: 5px;
        left: 0;
        display: inline-block;
        width: 14px;
        height: 14px;
        background: #def2fb;
        border-radius: 4px;
        border: 1px solid #a2d3e7;
        content: ' '; }
      .recipe-details section.ingredients li + li {
        margin-top: 1em; }
  .recipe-details section.instructions li {
    list-style-position: outside;
    padding-left: 0.8em; }
    .recipe-details section.instructions li + li {
      margin-top: 1.5em; }
  .recipe-details section.instructions .tips {
    margin-top: 1.5em; }
    .recipe-details section.instructions .tips ul {
      padding-left: 1em; }
      .recipe-details section.instructions .tips ul li {
        margin-top: 0.5em;
        list-style-type: disc; }
  @media (min-width: 900px) {
    .recipe-details {
      background-image: -webkit-linear-gradient(left, #f7f7f7, #f7f7f7 50%, #fff 51%, #fff 100%);
      background-image: -o-linear-gradient(left, #f7f7f7, #f7f7f7 50%, #fff 50%, #fff 100%);
      background-image: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 50%, #fff 51%, #fff 100%);
      background-repeat: no-repeat; }
      .recipe-details hr {
        margin: 40px 0; }
      .recipe-details .container {
        background: #fff url("/static/images/content/recipes/ingredients.sidebar.png?443ca63fe964");
        background-repeat: repeat-y;
        padding: 0; }
      .recipe-details section.ingredients {
        box-sizing: border-box;
        padding: 40px 20px 58px;
        width: 300px;
        float: left; }
      .recipe-details section.instructions {
        margin-left: 300px;
        padding: 40px 60px 58px; } }
  @media (max-width: 899px) {
    .recipe-details hr {
      margin: 24px 0; }
    .recipe-details .video-iframe {
      margin-bottom: 10px; }
    .recipe-details .container {
      padding: 0; }
      .recipe-details .container section.ingredients, .recipe-details .container section.instructions {
        padding: 20px; } }

/* Recipe Submit
 *--------------------------------------------------------*/
#main-recipe-submit > .hero {
  background-image: url("/static/images/content/heros/recipe-ingredients.jpg?b4e30c5782ed"); }
#main-recipe-submit.main-recipe-update #intro header h1 {
  margin: 0; }
#main-recipe-submit form {
  width: 680px; }
  #main-recipe-submit form .form-group + .form-group {
    margin-top: 1em; }
  #main-recipe-submit form textarea {
    width: 100%; }
  #main-recipe-submit form fieldset + fieldset {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #f8ca7f; }

/* Recipe Preview
 *--------------------------------------------------------*/
#main-recipes-preview .action-bar {
  padding: 38px 0; }
  #main-recipes-preview .action-bar h2 {
    margin: 0;
    font-size: 50px;
    line-height: 1em; }
  @media (min-width: 750px) {
    #main-recipes-preview .action-bar .container {
      position: relative; }
    #main-recipes-preview .action-bar form {
      display: inline-block; }
    #main-recipes-preview .action-bar .button + form {
      margin-left: 10px; }
    #main-recipes-preview .action-bar.top-bar {
      padding: 78px 0 68px; }
      #main-recipes-preview .action-bar.top-bar .buttons {
        position: absolute;
        top: 4px;
        right: 20px; }
    #main-recipes-preview .action-bar.bottom-bar form {
      margin-left: 0;
      float: right; } }
  @media (max-width: 749px) {
    #main-recipes-preview .action-bar {
      padding: 20px 0; }
      #main-recipes-preview .action-bar h2 {
        margin-bottom: 0.75em; }
      #main-recipes-preview .action-bar .button, #main-recipes-preview .action-bar button {
        display: block;
        width: 100%; }
      #main-recipes-preview .action-bar button {
        margin-top: 10px; } }

/* Investors
 *--------------------------------------------------------*/
/* Settings */
#main-investors {
  font-size: 16px; }
  #main-investors .dropdown button, #main-investors .dropdown.select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: inherit;
    background-image: url("/static/images/components/dropdowns/arrow.down.blue.svg?443ca63fe964");
    background-size: 11px 7px;
    background-position: calc(100% - 12px) center;
    background-repeat: no-repeat;
    border: 1px solid #e2e1e1;
    color: inherit;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    text-transform: none; }
  #main-investors h1 {
    text-align: left;
    font-size: 48px; }
  #main-investors hr {
    background-color: #d8d8d8;
    margin: 48px 0; }
  #main-investors section > h4 {
    margin-top: 50px; }
  #main-investors section > .container {
    padding: 0; }
  #main-investors article {
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 549px) {
      #main-investors article {
        width: 100%; } }
  #main-investors > .hero {
    background-image: url("/static/images/content/heros/investors.png?65b5d6033239");
    background-position: bottom center; }
  #main-investors > .container {
    padding-top: 50px;
    padding-bottom: 50px; }
  #main-investors .title {
    text-align: center; }
  #main-investors form.filters label {
    font-size: 16px;
    font-weight: 600;
    color: #012037;
    margin-right: 8px;
    height: 42px; }
  #main-investors form.filters select {
    padding: 9px;
    line-height: 20px;
    margin-right: 8px;
    min-width: 100px;
    height: 42px;
    padding-right: 30px; }
  @media (max-width: 549px) {
    #main-investors form.filters button {
      margin-top: 10px; } }
  #main-investors .filter {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.5rem; }
    #main-investors .filter .search {
      background-color: #C3131F; }
    #main-investors .filter .filter-element__1 {
      align-self: center;
      flex: 0 0 8.33%;
      padding-right: 4px; }
    #main-investors .filter .filter-element__2 {
      flex: 0 0 16.67%;
      padding: 0 4px; }
    #main-investors .filter .filter-element__3 {
      flex: 0 0 25%;
      padding: 0 4px; }
    @media (max-width: 749px) {
      #main-investors .filter .filter-element__1, #main-investors .filter .filter-element__2, #main-investors .filter .filter-element__3 {
        flex: 0 0 100%;
        margin-top: 8px;
        padding: 0; }
        #main-investors .filter .filter-element__1 .search, #main-investors .filter .filter-element__2 .search, #main-investors .filter .filter-element__3 .search {
          width: 100%; } }
  #main-investors #investor-sidenav {
    display: inline-block;
    vertical-align: top; }
    #main-investors #investor-sidenav .nav-header {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 16px;
      margin-bottom: 6px; }
    #main-investors #investor-sidenav .nav-item {
      font-size: 16px;
      line-height: 2.2;
      font-weight: 600; }
      #main-investors #investor-sidenav .nav-item a:hover {
        color: #C3131F; }
      #main-investors #investor-sidenav .nav-item.active a {
        color: #012037; }
    @media (max-width: 549px) {
      #main-investors #investor-sidenav {
        display: none; } }
  #main-investors #dl-signature-image {
    max-width: 260px;
    width: 100%;
    display: block; }
  #main-investors #section-earning-releases .jplayer {
    margin-left: 40px; }
    #main-investors #section-earning-releases .jplayer:before {
      content: '';
      position: absolute;
      background-color: #d8d8d8;
      width: 1px;
      height: 42px;
      top: 0;
      left: -21px; }
    @media (max-width: 899px) {
      #main-investors #section-earning-releases .jplayer {
        margin-left: 0;
        margin-top: 10px;
        display: block; }
        #main-investors #section-earning-releases .jplayer:before {
          display: none; } }
  #main-investors #section-financial-reports .dropdown button, #main-investors #section-financial-reports .dropdown.select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: inherit;
    background-image: url("/static/images/components/dropdowns/arrow.down.blue.svg?443ca63fe964");
    background-size: 11px 7px;
    background-position: calc(100% - 12px) center;
    background-repeat: no-repeat;
    border: 1px solid #e2e1e1;
    color: inherit;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    text-transform: none; }
  #main-investors #section-financial-reports .scrollable-table {
    display: block;
    overflow-x: auto; }
    #main-investors #section-financial-reports .scrollable-table tr td:first-child, #main-investors #section-financial-reports .scrollable-table tr th:first-child {
      opacity: 0; }
    @media (min-width: 550px) {
      #main-investors #section-financial-reports .scrollable-table {
        display: none; } }
  @media (max-width: 549px) {
    #main-investors #section-financial-reports .static-table {
      position: absolute;
      top: 0;
      display: block;
      min-width: 50%;
      width: 50%; }
      #main-investors #section-financial-reports .static-table tr td, #main-investors #section-financial-reports .static-table tr th {
        display: none; }
        #main-investors #section-financial-reports .static-table tr td:first-child, #main-investors #section-financial-reports .static-table tr th:first-child {
          display: block;
          width: auto !important; }
      #main-investors #section-financial-reports .static-table tbody tr:nth-child(odd) td {
        background-color: #fff; } }
  #main-investors #section-financial-reports .filter {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.5rem; }
    #main-investors #section-financial-reports .filter .filter-element__1 {
      align-self: center;
      flex: 0 0 8.33%;
      padding-right: 4px; }
    #main-investors #section-financial-reports .filter .filter-element__2 {
      flex: 0 0 16.67%;
      padding: 0 4px; }
    #main-investors #section-financial-reports .filter .filter-element__3 {
      flex: 0 0 25%;
      padding: 0 4px; }
    #main-investors #section-financial-reports .filter .filter-element__4 {
      flex: 0 0 33.33%;
      padding: 0 4px; }
    @media (max-width: 749px) {
      #main-investors #section-financial-reports .filter .filter-element__1, #main-investors #section-financial-reports .filter .filter-element__2, #main-investors #section-financial-reports .filter .filter-element__3, #main-investors #section-financial-reports .filter .filter-element__4 {
        flex: 0 0 100%;
        margin-top: 8px;
        padding: 0; } }
  #main-investors #section-financial-reports .load-more > button {
    margin-top: 10px;
    width: 280px;
    background-color: #C3131F; }
    @media (max-width: 749px) {
      #main-investors #section-financial-reports .load-more > button {
        width: 100%; } }
  @media (min-width: 550px) {
    #main-investors #section-financial-reports .financial-header {
      margin-bottom: 5.4rem; }
      #main-investors #section-financial-reports .financial-header header {
        margin-bottom: 2.6em; } }
  #main-investors #section-financial-reports .filter .search {
    background-color: #C3131F; }
  @media (max-width: 749px) {
    #main-investors #section-financial-reports .filter .search {
      width: 100%; } }
  #main-investors #section-financial-reports .financial-table {
    margin-bottom: 4.5rem;
    position: relative; }
    #main-investors #section-financial-reports .financial-table thead, #main-investors #section-financial-reports .financial-table tbody {
      width: 100%; }
      #main-investors #section-financial-reports .financial-table thead > tr td:first-child, #main-investors #section-financial-reports .financial-table tbody > tr td:first-child {
        color: #870D15; }
      #main-investors #section-financial-reports .financial-table thead > tr th, #main-investors #section-financial-reports .financial-table tbody > tr th {
        word-wrap: normal;
        white-space: nowrap;
        font-weight: 600; }
      #main-investors #section-financial-reports .financial-table thead > tr td, #main-investors #section-financial-reports .financial-table thead > tr th, #main-investors #section-financial-reports .financial-table tbody > tr td, #main-investors #section-financial-reports .financial-table tbody > tr th {
        width: 16.67%; }
        #main-investors #section-financial-reports .financial-table thead > tr td:first-child, #main-investors #section-financial-reports .financial-table thead > tr th:first-child, #main-investors #section-financial-reports .financial-table tbody > tr td:first-child, #main-investors #section-financial-reports .financial-table tbody > tr th:first-child {
          white-space: normal;
          width: 50%;
          word-wrap: break-word; }
          @media (max-width: 749px) {
            #main-investors #section-financial-reports .financial-table thead > tr td:first-child, #main-investors #section-financial-reports .financial-table thead > tr th:first-child, #main-investors #section-financial-reports .financial-table tbody > tr td:first-child, #main-investors #section-financial-reports .financial-table tbody > tr th:first-child {
              min-width: 42vw; } }
    @media (max-width: 749px) {
      #main-investors #section-financial-reports .financial-table {
        margin-bottom: 2.5rem; } }

/* -----------------------
Qmod styles
------------------------*/
.quoteblox {
  display: block;
  background-color: #f2f5f7;
  padding-bottom: 0px;
  text-align: left;
  height: 280px;
  width: 100%;
  margin-bottom: 20px; }

.priceblox {
  display: block;
  background-color: #f2f5f7;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: left;
  width: 100%;
  margin-bottom: 20px; }

.histheader {
  margin-left: 20px;
  color: #5da4d0; }

.quotebloxtitle {
  padding: 20px 0 0 17px;
  font-weight: 700; }

.qm-wrap .qmod-btn.qmod-darkblue {
  background: #e72133;
  border-bottom: 2px solid #e72133;
  box-shadow: inset 0 -2px #e72133; }

.qm-wrap .qmod-btn.qmod-green {
  display: none; }

.qm-wrap .qmod-pricehistory .dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: .755em;
  font-size: 12px;
  margin-left: -27px; }

.qm-wrap .qmod-pricehistory table.qmod-table.dataTable.dtr-column > thead > tr > th:nth-child(1n+9) {
  display: none; }

.qm-wrap .qmod-pricehistory table.dataTable tbody td:nth-child(1n+9) {
  display: none; }

.qm-wrap .qmod-pricehistory table.dataTable tbody th, .qmod-pricehistory table.dataTable tbody td {
  padding: 8px 0 !important;
  text-align: left; }

.qm-wrap .qmod-pricehistory table.qmod-table.dataTable.dtr-column > thead > tr > th {
  border-bottom: none;
  text-align: left; }

.qm-wrap .qmod-pricehistory table.qmod-table.dataTable.dtr-column > thead > tr > th.sorting_desc, .qmod-pricehistory table.qmod-table.dataTable.dtr-column > thead > tr > th.sorting_asc {
  border-bottom: none; }

.qm-wrap .qmod-pricehistory table.qmod-table.dataTable.dtr-column > thead > tr > th:hover {
  border-bottom: none; }

.qm-wrap .qmod-pricehistory table.dataTable thead th, .qmod-pricehistory table.dataTable thead td {
  padding: 10px 0px; }

.qm-wrap .qmod-pricehistory table.dataTable thead th {
  position: inherit; }

.qm-wrap .qmod-pricehistory .qmod-block-wrapper, .qm-wrap .qmod-corpevents .qmod-block-wrapper {
  background-color: transparent; }

.qm-wrap .qmod-pricehistory .qmod-quotehead, .qm-wrap .qmod-corpevents .qmod-quotehead {
  display: none; }

.qm-wrap .qmod-corpevents table.dataTable.no-footer {
  border-bottom: none; }

.qm-wrap .qmod-corpevents table.dataTable thead th, .qmod-corpevents table.dataTable thead td {
  padding: 10px 10px;
  border-bottom: none; }

.qm-wrap .qmod-dropdown-label {
  display: none; }

.qm-wrap .qmod-pricehistory.qmod-block-wrapper, .qmod-pricehistory-chart {
  display: none; }

.qm-wrap .qmod-pricehistory .dataTables_wrapper .dataTables_paginate {
  margin-right: -16px; }

.qm-wrap .qmod-pricehistory .dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0;
  margin-left: 2px;
  text-align: center;
  font-size: 12px;
  color: #333333 !important;
  border: 1px solid transparent;
  border-radius: 2px; }

.qm-wrap .qmod-corpevents .dataTables_wrapper .dataTables_paginate {
  margin-right: -16px; }

.qm-wrap .qmod-corpevents a.qmod-dropdown_toggle, .qm-wrap .qmod-corpevents .qmod-modifiers {
  display: none; }

.qm-wrap .qm-wrap .qmod-corpevents .dataTables_wrapper .dataTables_info {
  margin-left: -16px;
  font-size: 12px; }

.qm-wrap .qmod-corpevents .dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0;
  margin-left: 2px;
  text-align: center;
  font-size: 12px;
  color: #333333 !important;
  border: 1px solid transparent;
  border-radius: 2px; }

.qm-wrap .qmod-corpevents table.dataTable tbody tr {
  background-color: transparent; }

.qm-wrap .qmod-pricehistory table.dataTable tbody tr {
  background-color: transparent; }

.qm-wrap .qmod-pricehistory table.dataTable.no-footer {
  border-bottom: none; }

.qmod-detailedquote .qmod-block-wrapper {
  background-color: transparent; }

.qmod-marketcurrenciestabbed table.dataTable thead th.sorting {
  padding-top: 15px;
  padding-bottom: 10px; }

.qmod-mini-tool table.qmod-table.dataTable.dtr-column > thead > tr > th {
  padding-top: 10px; }

.qmod-marketindices table.dataTable.qmod-table.no-footer thead th {
  padding: 11px 14px 8px 4px !important; }

.qmod-mini-tool .qmod-heading-title {
  display: none; }

.qmod-marketindices table.dataTable.qmod-table.no-footer tbody td {
  cursor: pointer;
  cursor: hand; }

.qmod-litenews .qmod-news-list li .qmod-headline h4 {
  font-size: 14px; }

.qm-wrap .qmod-litenews .qmod-news-list li .qmod-news-date, .qm-wrap h2.qmod-heading, .qmod-marketcurrenciestabbed .qmod-tab-header .qmod-tab .qmod-tab-label .qmod-tab-label-text, .qmod-marketcurrenciestabbed .qmod-tab-header .qmod-tab, .qmod-marketcurrenciestabbed .qmod-mrktcharts, .qmod-marketcurrenciestabbed .qmod-mrkttable, .qmod-marketcurrenciestabbed .qmod-tab-row, .qmod-disclaimer, .qmod-mkrtdiary, .qmod-mkrtheadlines, .qmod-marketindices .qmod-heading, .qmod-markemovers, .qmod-mrktcurrencies, .qmod-datetime, .qmod-quotegrid, .qmod-entline {
  display: none !important; }

.qm-wrap .qmod-hbg {
  background-color: transparent; }

.qm-wrap .qmod-volume {
  font-size: 12px; }

.flag {
  background: url("//qmod.quotemedia.com/img/flags/4x3/ca.svg") no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
  display: inline-block;
  width: 26px;
  height: 16px;
  vertical-align: top;
  margin: 1px;
  margin-right: 10px; }

.qm-wrap h1.qmod-heading {
  font-size: 95% !important;
  color: #5da4d0;
  text-align: left; }

.qmod-marketindices .qmod-tab-row {
  border-bottom: none !important; }

.qmod-detailedquote .qmod-quotehead .qmod-mkt-hours .qmod-last, .qmod-detailedquote .qmod-quotehead .qmod-mkt-hours .qmod-change {
  font-size: 160% !important; }

.qm-wrap .qmod-news-list h3.qmod-heading {
  font-size: 100%;
  font-weight: 600; }

.qmod-mrktsumy .qmod-topChart-img {
  display: none; }

.qmod-marketindices .qmod-tab-row {
  display: none !important; }

/* Careers
 *--------------------------------------------------------*/
/* Settings */
#main-careers {
  font-size: 16px;
  font-size: 16px; }
  #main-careers .dropdown button, #main-careers .dropdown.select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: inherit;
    background-image: url("/static/images/components/dropdowns/arrow.down.blue.svg?443ca63fe964");
    background-size: 11px 7px;
    background-position: calc(100% - 12px) center;
    background-repeat: no-repeat;
    border: 1px solid #e2e1e1;
    color: inherit;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    text-transform: none; }
  #main-careers h1 {
    text-align: left;
    font-size: 48px; }
  #main-careers hr {
    background-color: #d8d8d8;
    margin: 48px 0; }
  #main-careers strong {
    font-weight: 600; }
  #main-careers > .hero {
    background-image: url("/static/images/content/heros/working.png?65b5d6033239");
    background-position: center; }
  #main-careers > .container {
    padding-top: 50px;
    padding-bottom: 50px; }
  #main-careers header {
    text-align: center; }
  #main-careers form.filters label {
    font-size: 16px;
    font-weight: 600;
    color: #012037;
    margin-right: 8px;
    height: 42px; }
  #main-careers form.filters select {
    padding: 9px;
    line-height: 20px;
    margin-right: 8px;
    min-width: 100px;
    height: 42px;
    padding-right: 30px; }
  @media (max-width: 549px) {
    #main-careers form.filters button {
      margin-top: 10px; } }
  #main-careers #careers-sidenav {
    display: inline-block;
    vertical-align: top; }
    #main-careers #careers-sidenav .nav-header {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 16px;
      margin-bottom: 6px; }
    #main-careers #careers-sidenav .nav-item {
      font-size: 16px;
      line-height: 2.2;
      font-weight: 600; }
      #main-careers #careers-sidenav .nav-item a:hover {
        color: #C3131F; }
      #main-careers #careers-sidenav .nav-item.active a {
        color: #012037; }
    @media (max-width: 549px) {
      #main-careers #careers-sidenav {
        display: none; } }
  #main-careers #section-working-at-lantic #intro {
    margin-bottom: 38px;
    padding-bottom: 20px;
    position: relative; }
    #main-careers #section-working-at-lantic #intro:before {
      bottom: 0;
      border-bottom: 1px solid #d8d8d8;
      content: '';
      left: 0;
      right: 0;
      position: absolute; }
  #main-careers #section-working-at-lantic p {
    font-size: 16px; }
  #main-careers #section-working-at-lantic .media {
    align-items: center;
    display: flex;
    flex: 0 0 100%;
    padding: 25px 0;
    position: relative; }
    #main-careers #section-working-at-lantic .media:before {
      bottom: 0;
      border-bottom: 1px solid #d8d8d8;
      content: '';
      left: 0;
      right: 0;
      position: absolute; }
    @media (max-width: 1039px) and (min-width: 550px) {
      #main-careers #section-working-at-lantic .media {
        min-height: 104px; } }
  #main-careers #section-working-at-lantic .media-object {
    height: 70px;
    margin-right: 2rem !important;
    width: 70px; }
  #main-careers #section-working-at-lantic .media-body {
    color: #012037;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase; }
  #main-careers #section-working-at-lantic ul:last-child > li:last-child:before {
    display: none; }
  @media (min-width: 750px) {
    #main-careers #section-working-at-lantic ul:first-child > li:last-child:before {
      display: none; } }
  #main-careers #section-job-opportunities .filter {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.5rem; }
    #main-careers #section-job-opportunities .filter .filter-element__1 {
      align-self: center;
      flex: 0 0 8.33%;
      padding-right: 4px; }
    #main-careers #section-job-opportunities .filter .filter-element__2 {
      flex: 0 0 16.67%;
      padding: 0 4px; }
    #main-careers #section-job-opportunities .filter .filter-element__3 {
      flex: 0 0 25%;
      padding: 0 4px; }
    #main-careers #section-job-opportunities .filter .filter-element__4 {
      flex: 0 0 33.33%;
      padding: 0 4px; }
    @media (max-width: 749px) {
      #main-careers #section-job-opportunities .filter .filter-element__1, #main-careers #section-job-opportunities .filter .filter-element__2, #main-careers #section-job-opportunities .filter .filter-element__3, #main-careers #section-job-opportunities .filter .filter-element__4 {
        flex: 0 0 100%;
        margin-top: 8px;
        padding: 0; } }
  #main-careers #section-job-opportunities .load-more > button {
    margin-top: 10px;
    width: 280px;
    background-color: #C3131F; }
    @media (max-width: 749px) {
      #main-careers #section-job-opportunities .load-more > button {
        width: 100%; } }
  #main-careers #section-job-opportunities #intro {
    margin-bottom: 4.3rem; }
    #main-careers #section-job-opportunities #intro h1 {
      font-size: 50px; }
  #main-careers #section-job-opportunities .filter {
    margin-bottom: 1.5rem; }
  #main-careers #section-job-opportunities .mobile-list {
    display: none; }
  #main-careers #section-job-opportunities .mobile-list {
    display: none; }
  #main-careers #section-job-opportunities .mobile-list {
    display: none; }
  #main-careers #section-job-opportunities .opportunities-table {
    margin-bottom: 4.3rem; }
    #main-careers #section-job-opportunities .opportunities-table tr th {
      font-weight: 600; }
    #main-careers #section-job-opportunities .opportunities-table tr td, #main-careers #section-job-opportunities .opportunities-table tr th {
      width: 20%; }
      #main-careers #section-job-opportunities .opportunities-table tr td:first-child, #main-careers #section-job-opportunities .opportunities-table tr th:first-child {
        width: 40%; }
    #main-careers #section-job-opportunities .opportunities-table tr td:first-child {
      color: #870D15;
      font-weight: bold; }
  @media (max-width: 749px) {
    #main-careers #section-job-opportunities .opportunities-table {
      display: none; }
    #main-careers #section-job-opportunities .mobile-list {
      display: block !important;
      margin-bottom: 2.3rem; }
      #main-careers #section-job-opportunities .mobile-list .mobile-content {
        margin: 0 -20px; }
        #main-careers #section-job-opportunities .mobile-list .mobile-content:nth-child(odd) {
          background-color: #f7f7f7; }
        #main-careers #section-job-opportunities .mobile-list .mobile-content .mobile-body {
          padding: 20px; }
        #main-careers #section-job-opportunities .mobile-list .mobile-content p {
          margin: 0; }
      #main-careers #section-job-opportunities .mobile-list .position {
        color: #870D15; } }
  #main-careers #section-job-posting #application ul {
    list-style: none;
    padding: 0; }
  #main-careers #section-job-posting #application li > label {
    font-weight: normal; }
  #main-careers #section-job-posting #application p {
    font-weight: normal; }
  #main-careers #section-job-posting #application .authorized-label {
    margin-bottom: 10px; }
    #main-careers #section-job-posting #application .authorized-label input {
      float: left;
      vertical-align: middle;
      margin-right: 6px;
      margin-top: 8px; }
  #main-careers #section-job-posting #application .invalid input, #main-careers #section-job-posting #application .invalid select {
    border: 1px solid #C3131F; }
  #main-careers #section-job-posting h2 {
    margin-top: 40px; }
  #main-careers #section-job-posting form {
    width: 680px; }
    #main-careers #section-job-posting form #application-form-warning {
      margin-bottom: 10px; }
    #main-careers #section-job-posting form .form-group + .form-group {
      margin-top: 1em; }
    #main-careers #section-job-posting form .label-light {
      font-weight: 400;
      user-select: none; }
    #main-careers #section-job-posting form .invalid-text {
      color: red;
      display: none; }
    #main-careers #section-job-posting form .invalid input, #main-careers #section-job-posting form .invalid select {
      border: 1px solid red; }
    #main-careers #section-job-posting form .invalid .invalid-text {
      display: block;
      font-weight: 400; }
    #main-careers #section-job-posting form textarea {
      width: 100%; }
    #main-careers #section-job-posting form fieldset fieldset {
      margin-top: 40px;
      padding-top: 30px;
      border-top: 1px solid #f8ca7f; }
    #main-careers #section-job-posting form input, #main-careers #section-job-posting form select {
      display: block;
      width: 100%;
      margin-top: 4px; }
    #main-careers #section-job-posting form input[type="checkbox"], #main-careers #section-job-posting form input[type="radio"] {
      display: inline-block;
      width: auto; }
    #main-careers #section-job-posting form input[type="file"] {
      box-sizing: border-box;
      padding: 10px;
      background-color: #f8f8f8;
      border: 1px solid #e4e4e4;
      width: 100%; }
    #main-careers #section-job-posting form select {
      background-color: #fff;
      background-repeat: no-repeat;
      background-position: calc(100% - 12px) center;
      background-image: url("/static/images/components/dropdowns/arrow.down.blue.svg?443ca63fe964");
      background-size: 11px 7px;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      height: 44px;
      padding-right: 30px; }
    #main-careers #section-job-posting form label {
      font-size: 16px;
      font-weight: 600;
      color: #012037; }
      #main-careers #section-job-posting form label.light {
        font-weight: normal; }
  #main-careers #section-job-posting article {
    margin-bottom: 10px;
    margin-top: 10px; }
    #main-careers #section-job-posting article h4 {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 6px;
      color: #012037;
      margin-top: 30px; }
    #main-careers #section-job-posting article hr {
      margin-top: 10px;
      margin-bottom: 10px; }
    #main-careers #section-job-posting article ul {
      list-style: initial;
      list-style-position: inside; }
  #main-careers #section-job-posting .job-posting-summary {
    margin-bottom: 30px; }
  #main-careers #section-job-posting .form-job-application hr {
    margin-top: 20px; }
  #main-careers #section-job-posting .buttons {
    padding-top: 40px; }
  #main-careers #section-job-posting .job-apply-button {
    margin-top: 20px; }
    #main-careers #section-job-posting .job-apply-button:before {
      vertical-align: -30%;
      content: '+ ';
      font-size: 32px;
      font-weight: bold; }
  #main-careers #section-job-posting .job-close-button {
    margin-top: 20px;
    color: #C3131F;
    background-color: #f3f3f3; }
    #main-careers #section-job-posting .job-close-button:before {
      vertical-align: -10%;
      content: '';
      font-size: 32px;
      font-weight: bold;
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 6px;
      background: url("/static/images/layout/btn.close.red@2x.png?443ca63fe964") center/contain no-repeat; }
  #main-careers #values {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: black; }
    #main-careers #values h1 {
      color: black;
      font-size: 60px;
      font-weight: normal; }
    #main-careers #values .value {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start; }
      #main-careers #values .value > img {
        width: 72px;
        height: 72px; }
      #main-careers #values .value > section {
        margin-left: 3rem;
        width: calc(100% - 1rem - 72px);
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        #main-careers #values .value > section > header {
          font-weight: bold; }
  #main-careers div.twocolumn {
    display: flex;
    flex-direction: row; }
    #main-careers div.twocolumn ul {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      width: 50%; }
      #main-careers div.twocolumn ul li {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 8rem;
        width: calc(100% - 3rem); }
        #main-careers div.twocolumn ul li p {
          text-transform: uppercase;
          font-weight: bold;
          margin: 0 0 0 2rem; }
      #main-careers div.twocolumn ul li:not(:first-child) {
        border-top: 1px solid #d8d8d8;
        margin-top: 2rem;
        padding-top: 2rem; }

#our-story {
  margin-top: 50px; }
  #our-story #our-story-sidenav {
    display: inline-block;
    vertical-align: top; }
    #our-story #our-story-sidenav .nav-header {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 16px;
      margin-bottom: 6px; }
    #our-story #our-story-sidenav .nav-item {
      font-size: 16px;
      line-height: 2.2;
      font-weight: 600; }
      #our-story #our-story-sidenav .nav-item a:hover {
        color: #C3131F; }
      #our-story #our-story-sidenav .nav-item.active a {
        color: #012037; }
    @media (max-width: 549px) {
      #our-story #our-story-sidenav {
        display: none; } }
  #our-story h1, #our-story h2, #our-story h3, #our-story p {
    color: black; }
  #our-story h1 {
    font-weight: normal; }
  #our-story h2 {
    font-style: italic; }

#our-story-carousels {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  #our-story-carousels h1 {
    margin: 5rem 0 3rem 0; }

section.carousel-round {
  position: relative;
  width: calc(18rem * 4 + 21rem + 2rem * 4);
  min-width: calc(18rem * 4 + 21rem + 2rem * 4);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  overflow: hidden; }
  section.carousel-round .left, section.carousel-round .right {
    cursor: pointer;
    position: absolute;
    top: 1.5rem;
    z-index: 1;
    width: 18rem;
    height: 18rem;
    padding-bottom: calc(1rem + 2.6rem);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48pt;
    font-weight: bold; }
  section.carousel-round .left {
    left: 0;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), white 100%); }
  section.carousel-round .right {
    right: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white 100%); }
  section.carousel-round ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
    height: 40rem;
    width: calc(18rem * 4 + 21rem + 2rem * 4);
    min-width: calc(18rem * 4 + 21rem + 2rem * 4);
    z-index: 0; }
    section.carousel-round ul li {
      margin-top: 1.5rem;
      width: 18rem; }
      section.carousel-round ul li .hero {
        border-radius: 50%;
        width: 18rem;
        height: 18rem;
        display: flex;
        justify-content: center;
        align-items: center; }
        section.carousel-round ul li .hero img {
          width: 100%; }
      section.carousel-round ul li header {
        margin-top: 1rem;
        text-align: center;
        font-size: 18pt; }
      section.carousel-round ul li .description {
        display: none; }
@keyframes scale-in {
  from {
    transform: scale(calc(6/7)); }
  to {
    transform: scale(1); } }
@keyframes scale-out {
  from {
    transform: scale(calc(8/7)); }
  to {
    transform: scale(1); } }
@keyframes slide-from-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0); } }
@keyframes slide-from-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0); } }
    section.carousel-round ul li.most-recent-direction-left {
      animation: slide-from-right 1s; }
    section.carousel-round ul li.most-recent-direction-left:nth-child(3) .hero, section.carousel-round ul li.most-recent-direction-left:nth-child(3) header {
      animation: scale-out 1s; }
    section.carousel-round ul li.most-recent-direction-right {
      animation: slide-from-left 1s; }
    section.carousel-round ul li.most-recent-direction-right:nth-child(5) .hero, section.carousel-round ul li.most-recent-direction-right:nth-child(5) header {
      animation: scale-out 1s; }
    section.carousel-round ul li:nth-child(4) {
      margin-top: 0;
      width: 21rem; }
      section.carousel-round ul li:nth-child(4) .hero {
        width: 21rem;
        height: 21rem;
        animation: scale-in 1s; }
      section.carousel-round ul li:nth-child(4) header {
        font-size: 24pt;
        animation: scale-in 1s; }
      section.carousel-round ul li:nth-child(4) .description {
        display: block;
        text-align: center;
        font-style: italic;
        width: 101rem;
        margin-left: -40.5rem;
        margin-top: 1rem; }

main#help {
  margin-top: 50px; }
  main#help section {
    margin-bottom: 10rem; }
    main#help section h1 {
      color: black;
      font-weight: normal;
      margin-bottom: 5rem; }
    main#help section .accordion .item .item-header {
      color: black; }
    main#help section .accordion .item .item-body {
      font-style: italic; }

/* Modules */
/* Lantic Timeline
 *--------------------------------------------------------*/
#timeline .title {
  margin-bottom: .65em;
  text-align: center;
  font-size: 60px;
  line-height: 50px;
  font-weight: 300; }
#timeline .slide .photo {
  border-radius: 50%;
  width: 292px;
  height: 292px; }
#timeline .slide .content {
  box-sizing: border-box; }
  #timeline .slide .content h4 {
    margin: 0;
    font-weight: 300;
    color: #870D15; }
@media (min-width: 750px) {
  #timeline .slide .photo {
    position: absolute; }
  #timeline .slide .content {
    margin-left: 292px;
    padding: 40px 0 0 44px;
    min-height: 292px; }
    #timeline .slide .content h4 {
      font-size: 60px; } }
@media (max-width: 749px) {
  #timeline .container {
    padding: 0; }
  #timeline .slide {
    padding-top: 20px;
    text-align: center;
    width: 340px; }
    #timeline .slide .photo {
      margin: 0 auto; }
    #timeline .slide .content p {
      margin: 6px auto 0;
      padding: 0 16px;
      max-width: 400px; }
    #timeline .slide .content h4 {
      margin-top: 6px;
      font-size: 30px; } }
@media (max-width: 549px) {
  #timeline .slide {
    width: 300px; }
    #timeline .slide .photo {
      width: 260px;
      height: 260px; } }
@media (max-width: 399px) {
  #timeline .slide {
    width: 272px; } }

/* Landing */
.wood-bg {
  background-image: url("/static/images/content/landing/maple-sugar-and-flakes/wood.bg.png?443ca63fe964");
  background-size: cover;
  height: 417px; }
  @media (max-width: 1039px) {
    .wood-bg {
      height: 442px;
      justify-content: center;
      background-position: center -17px;
      display: flex; } }
  .wood-bg-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 102px;
    justify-content: space-between;
    padding-top: 152px; }
    @media (max-width: 1039px) {
      .wood-bg-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: fit-content;
        padding-top: 34px;
        line-height: normal;
        text-align: center;
        width: 301px; } }
    .wood-bg-text span:nth-child(1) {
      font-size: 64px;
      color: #d4ac87; }
      @media (max-width: 1039px) {
        .wood-bg-text span:nth-child(1) {
          font-size: 51px;
          color: #dfa269;
          line-height: 49px;
          margin-bottom: 34px; } }
    .wood-bg-text span:nth-child(2) {
      font-size: 29px;
      color: white; }

.maple-sugar {
  display: flex;
  flex-direction: column; }
  .maple-sugar .maple-flakes-header {
    background-color: #ff903b;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
  .maple-sugar-header {
    background-color: #ffbc49;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .maple-sugar-header-text-en {
      color: white;
      font-size: 60px;
      margin-left: 85px; }
    .maple-sugar-header-text-fr {
      color: white;
      font-size: 60px;
      margin-left: 116px; }
    .maple-sugar-header-img {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 268px;
      object-fit: cover; }
  .maple-sugar-main {
    display: flex;
    justify-content: center; }
    .maple-sugar-main-product {
      display: flex;
      position: relative;
      width: 501px;
      justify-content: center;
      margin-top: 161px; }
      .maple-sugar-main-product-photo {
        height: 474px;
        position: absolute;
        bottom: 80px; }
        @media (max-width: 1039px) {
          .maple-sugar-main-product-photo {
            bottom: 55px; } }
      .maple-sugar-main-product-canada {
        display: flex;
        align-items: center;
        margin-right: 27px; }
        .maple-sugar-main-product-canada-leaf {
          height: 107px;
          transform: scaleX(-1); }
        .maple-sugar-main-product-canada-text {
          text-transform: uppercase;
          display: flex;
          flex-direction: column; }
          .maple-sugar-main-product-canada-text span:nth-child(1) {
            font-size: 21px;
            letter-spacing: 1px; }
          .maple-sugar-main-product-canada-text span:nth-child(2) {
            font-size: 44px;
            font-weight: bold;
            transform: scale(1, 1.2);
            line-height: 32px; }
          .maple-sugar-main-product-canada-text span:nth-child(3) {
            font-size: 18px;
            font-weight: bold; }
    .maple-sugar-main-title {
      font-size: 50px;
      margin-top: 60px;
      display: none; }
      @media (max-width: 1039px) {
        .maple-sugar-main-title {
          display: block; } }
    .maple-sugar-main-list {
      max-width: 512px;
      height: 224px;
      display: flex;
      justify-content: space-evenly;
      flex-direction: column;
      margin-right: 208px;
      list-style: initial;
      font-size: 23px;
      margin-top: 33px;
      padding-left: 40px; }
  .maple-sugar-footer {
    display: flex;
    justify-content: center; }

.flakes-recipe-list-module {
  margin: 61px 0; }
  .flakes-recipe-list-module .container header {
    margin-bottom: 62px; }
    .flakes-recipe-list-module .container header h2 {
      color: black; }

.maple-recipe-list-module {
  margin: 61px 0 150px 0; }
  .maple-recipe-list-module .container header {
    margin-bottom: 62px; }
    .maple-recipe-list-module .container header h2 {
      color: black; }

.maple-sugar-header-text-en,
.maple-sugar-header-text-fr {
  color: #00366B; }

@media screen and (max-width: 1039px) {
  .maple-sugar-header-text-en,
  .maple-sugar-header-text-fr,
  .maple-sugar-header-img {
    display: none; }

  .maple-sugar-main-list,
  .maple-sugar-footer-button {
    margin-right: unset; }

  .maple-sugar-main {
    flex-direction: column;
    align-items: center; } }
.seasons-bg {
  background-image: url("/static/images/content/landing/preserve/season.bg.png?443ca63fe964");
  background-size: cover;
  background-position: 0 70%;
  height: 248px; }
  @media (max-width: 1039px) {
    .seasons-bg {
      height: 78px; } }
  .seasons-bg-text-en {
    display: flex;
    flex-direction: column;
    letter-spacing: 5px;
    padding-top: 152px;
    align-items: center;
    color: white;
    font-size: 60px; }
    @media (max-width: 1039px) {
      .seasons-bg-text-en {
        display: none; } }
  .seasons-bg-text-fr {
    display: flex;
    flex-direction: column;
    letter-spacing: 5px;
    padding-top: 152px;
    align-items: center;
    color: white;
    font-size: 50px; }
    @media (max-width: 1039px) {
      .seasons-bg-text-fr {
        display: none; } }

.preserve-main {
  display: flex;
  justify-content: center;
  padding-right: 20px; }
  @media (max-width: 1039px) {
    .preserve-main {
      flex-direction: column;
      align-items: center;
      padding-right: 0px; } }
  .preserve-main-header {
    display: none; }
    @media (max-width: 1039px) {
      .preserve-main-header {
        display: block;
        font-size: 49px;
        line-height: 1.1;
        font-weight: lighter;
        text-align: center;
        width: 296px;
        padding-top: 30px; } }
  .preserve-main-img {
    height: 541px;
    padding-top: 32px; }
    @media (max-width: 1039px) {
      .preserve-main-img {
        height: 358px; } }
  .preserve-main-left-fr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 601px;
    height: 474px;
    font-size: 26px;
    padding: 50px 22px 0 32px; }
    @media (max-width: 1039px) {
      .preserve-main-left-fr {
        text-align: center;
        height: 575px;
        padding: 60px 20px;
        max-width: 407px; } }
  .preserve-main-left-en {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 601px;
    height: 380px;
    font-size: 26px;
    padding: 100px 22px 0 32px; }
    @media (max-width: 1039px) {
      .preserve-main-left-en {
        text-align: center;
        height: 535px;
        padding: 60px 20px;
        max-width: 407px; } }
  .preserve-main-left-header {
    font-weight: 800;
    line-height: 1.3;
    max-width: 516px; }
    @media (max-width: 1039px) {
      .preserve-main-left-header {
        max-width: 489px; } }
  .preserve-main-left-text {
    max-width: 536px;
    line-height: 1.3; }
  .preserve-main-left-button {
    font-size: 22px;
    padding-top: 20px; }

.preserve-recipe-list-module {
  margin: 61px 0; }
  .preserve-recipe-list-module .recipe-block-header {
    line-height: 45px;
    margin-bottom: 62px;
    font-size: 50px;
    font-weight: lighter;
    text-align: center; }
    @media (max-width: 1039px) {
      .preserve-recipe-list-module .recipe-block-header {
        font-size: 39px;
        margin: 32px 51px; } }
  .preserve-recipe-list-module .recipe-block-menu {
    display: flex;
    justify-content: space-evenly;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 87px;
    letter-spacing: 5px;
    font-weight: 700; }
    .preserve-recipe-list-module .recipe-block-menu li:hover {
      cursor: pointer; }
    @media (max-width: 1039px) {
      .preserve-recipe-list-module .recipe-block-menu {
        letter-spacing: 2px;
        justify-content: space-around;
        margin: 0 20px; } }
  .preserve-recipe-list-module .recipe-block-body {
    padding: 52px 25px; }
    .preserve-recipe-list-module .recipe-block-body-winter, .preserve-recipe-list-module .recipe-block-body-fall, .preserve-recipe-list-module .recipe-block-body-spring, .preserve-recipe-list-module .recipe-block-body-summer {
      display: none; }
  .preserve-recipe-list-module .recipe-block-button {
    padding-top: 20px;
    display: flex;
    justify-content: center; }
  .preserve-recipe-list-module .recipe-block .active-menu-tag {
    color: red;
    border-bottom: 4px solid red; }
  .preserve-recipe-list-module .recipe-block .active-recipe-tag {
    display: block; }

/*# sourceMappingURL=tmps5rd4ni4.css.map */
