@charset "UTF-8";
/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! 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;
}

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

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

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

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

  .navbar {
    display: none;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .filter-wrapper:before, .clearfix:after, .filter-wrapper:after {
  content: " ";
  display: table;
}
.clearfix:after, .filter-wrapper:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * Alert styling.
 */
.alert-sm {
  padding: 5px 10px;
}

.alert a {
  font-weight: bold;
}

.alert-success a, .alert-success a:hover, .alert-success a:focus {
  color: #2b542c;
}

.alert-info a, .alert-info a:hover, .alert-info a:focus {
  color: #245269;
}

.alert-warning a, .alert-warning a:hover, .alert-warning a:focus {
  color: #66512c;
}

.alert-danger a, .alert-danger a:hover, .alert-danger a:focus {
  color: #843534;
}

/**
 * AJAX (throbber) styling.
 */
@keyframes glyphicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.glyphicon-spin {
  display: inline-block;
  animation: glyphicon-spin 1s infinite linear;
}

a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}

html.js .btn .ajax-throbber {
  margin-left: 0.5em;
  margin-right: -0.25em;
}
html.js .form-item .input-group-addon .glyphicon {
  color: #777777;
  opacity: 0.5;
  transition: 150ms color, 150ms opacity;
}
html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
  color: #337ab7;
  opacity: 1;
}
html.js .form-item .input-group-addon .input-group-addon {
  background-color: white;
}
html.js .ajax-new-content:empty {
  display: none !important;
}

/**
 * $file
 * Visual styles for fields.
 */
.field--label {
  font-weight: bold;
}

.field--label-inline .field--label,
.field--label-inline .field--items {
  float: left;
  /*LTR*/
}

.field--label-inline .field--label,
.field--label-inline > .field--item,
.field--label-inline .field--items {
  padding-right: 0.5em;
}

[dir=rtl] .field--label-inline .field--label,
[dir=rtl] .field--label-inline .field--items {
  padding-left: 0.5em;
  padding-right: 0;
  float: right;
  /*RTL*/
}

.field--label-inline .field--label::after {
  content: ":";
}

/**
 * File (and Image Widget) styles.
 */
.file {
  display: table;
  font-size: 75%;
  font-weight: 700;
  margin: 5px 0;
  width: 100%;
}
.file > span {
  background: #fff;
  color: #337ab7;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.file > span:first-child {
  border-left: 1px solid #ccc;
}
.file > span:last-child {
  border-right: 1px solid #ccc;
}
.file > .tabledrag-changed {
  background: #fcf8e3;
  border-radius: 0;
  color: #8a6d3b;
  display: table-cell;
  padding: 0 1em;
  top: 0;
  vertical-align: middle;
  border-left: 1px solid inherit;
}
.file > .tabledrag-changed, .file > .tabledrag-changed:last-child {
  border: 1px solid #f7e1b5;
}

.file-icon {
  display: table-cell;
  font-size: 150%;
  padding: 0.25em 0.5em;
  text-align: center;
  vertical-align: middle;
}

.file-link {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.file-link a, .file-link a:hover, .file-link a:focus, .file-link a:active {
  color: inherit;
}

.file-size {
  display: table-cell;
  padding: 0 1em;
  text-align: right;
  white-space: pre;
  vertical-align: middle;
}

.image-widget.row {
  overflow: hidden;
}

/**
 * Filter styles.
 */
.filter-wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  padding: 10px;
  height: 51px;
}

.filter-help {
  float: right;
  line-height: 1;
  margin: 0.5em 0 0;
}

.nav.nav-tabs.filter-formats {
  margin-bottom: 15px;
}

/**
 * Form styles.
 */
table .checkbox.form-no-label, table .radio.form-no-label {
  margin-bottom: 0;
  margin-top: 0;
}

.select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.form-inline .select-wrapper {
  width: auto;
}
.input-group .select-wrapper {
  display: table-cell;
}
.input-group .select-wrapper:first-child .form-control:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.input-group .select-wrapper:last-child .form-control:first-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  padding-right: 2em;
}
.select-wrapper select::-ms-expand {
  opacity: 0;
}
.select-wrapper:after {
  color: #337ab7;
  content: "▼";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -0.5em;
  padding-right: 0.5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
}
.has-glyphicons .select-wrapper:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e114";
  display: inline-block;
  font-family: "Glyphicons Halflings";
}
.has-error .select-wrapper:after {
  color: #a94442;
}
.has-success .select-wrapper:after {
  color: #3c763d;
}
.has-warning .select-wrapper:after {
  color: #8a6d3b;
}

.form-required:after {
  background-image: url(../images/required.svg);
  background-size: 10px 7px;
  content: "";
  display: inline-block;
  line-height: 1;
  height: 7px;
  width: 10px;
}

.form-actions .btn, .form-actions .btn-group {
  margin-right: 10px;
}
.form-actions .btn-group .btn {
  margin-right: 0;
}

/**
 * Icon styles.
 */
a.icon-before .glyphicon, a .glyphicon.icon-before {
  margin-right: 0.25em;
}
a.icon-after .glyphicon, a .glyphicon.icon-after {
  margin-left: 0.25em;
}

.btn.icon-before .glyphicon, .btn .glyphicon.icon-before {
  margin-left: -0.25em;
  margin-right: 0.25em;
}
.btn.icon-after .glyphicon, .btn .glyphicon.icon-after {
  margin-left: 0.25em;
  margin-right: -0.25em;
}

/**
 * Navbar styling.
 */
body {
  position: relative;
}
body.navbar-is-static-top {
  margin-top: 0;
}
body.navbar-is-fixed-top {
  margin-top: 65px;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 65px;
}
@media screen and (min-width: 768px) {
  body {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar, body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar {
    position: fixed;
  }
  body.toolbar-vertical.navbar-is-fixed-top header, body.toolbar-vertical.navbar-is-fixed-bottom header {
    z-index: 500;
  }
  body.toolbar-vertical.navbar-is-fixed-top header {
    top: 39px;
  }
}

@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1140px;
  }
}

.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}

/**
 * Node styling.
 */
.is-unpublished {
  background-color: #fff4f4;
}

.node-preview-container {
  margin-top: -15px;
}

.node-preview-form-select {
  padding: 15px;
}

/**
 * Panel styling.
 */
.panel-title {
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
.panel-title, .panel-title:hover, .panel-title:focus, .panel-title:hover:focus {
  color: inherit;
}
.panel-title:focus, .panel-title:hover {
  text-decoration: none;
}

/**
 * Progress bar styles.
 */
.progress-wrapper {
  margin-bottom: 15px;
}
.progress-wrapper:last-child .progress {
  margin-bottom: 5px;
}
.progress-wrapper .message {
  font-weight: 700;
  margin-bottom: 5px;
}
.progress-wrapper .percentage,
.progress-wrapper .progress-label {
  font-size: 12px;
}
.progress-wrapper .progress-bar {
  min-width: 2em;
}

/**
 * Table drag styles.
 */
.tabledrag-toggle-weight {
  float: right;
  margin: 1px 2px 1px 10px;
}

.tabledrag-changed-warning {
  margin: 0;
  overflow: hidden;
}

.tabledrag-handle {
  color: #777777;
  cursor: move;
  float: left;
  font-size: 125%;
  line-height: 1;
  margin: -10px 0 0 -10px;
  padding: 10px;
}
.tabledrag-handle:hover, .tabledrag-handle:focus {
  color: #337ab7;
}

.indentation {
  float: left;
  /* LTR */
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  /* LTR */
  padding: 0.42em 0 0.42em 0.6em;
  /* LTR */
  width: 20px;
}
[dir=rtl] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
}

/**
 * Tabs and local action styles.
 */
.local-actions {
  margin: 10px 0 10px -5px;
}

.tabs--secondary {
  margin: 10px 0 5px;
}

/**
 * Missing Bootstrap 2 tab styling.
 * $see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * $see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px;
}

.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary, .tabs-left > .nav-tabs .summary, .tabs-right > .nav-tabs .summary {
  color: #777777;
  font-size: 12px;
}

.tab-pane > .panel-heading {
  display: none;
}

.tab-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 4px 4px 4px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 10px 15px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #ddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #ddd;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}

/**
 * Toolbar module styling.
 */
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 1031;
}
body.toolbar-fixed .navbar-fixed-top {
  top: 39px;
}
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
  top: 79px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
  left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
  margin-left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
  padding-bottom: 40px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray, body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray > .toolbar-lining:before {
  width: 240px;
}

body.toolbar-loading {
  margin-top: 0;
}
body.toolbar-loading.toolbar {
  margin-bottom: 15px;
}

/**
 * jQuery UI autocomplete widget style overrides.
 *
 * $todo Remove once jQuery UI is no longer used?
 */
.ui-autocomplete {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  color: inherit;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  list-style: none;
  min-width: 160px;
  padding: 5px 0;
  text-align: left;
  z-index: 1000;
}
.ui-autocomplete .ui-menu-item {
  border: 0;
  border-radius: 0;
  clear: both;
  color: #333333;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.428571429;
  margin: 0;
  outline: 0;
  padding: 3px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item.ui-state-hover {
  background: #f5f5f5;
  color: #262626;
}
.ui-autocomplete .ui-menu-item.ui-state-active, .ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #337ab7;
  color: #fff;
}

ol, ul {
  padding-left: 1.5em;
}
.popover ol:last-child, .popover ul:last-child {
  margin-bottom: 0;
}

.page-header {
  margin-top: 0;
}

.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5;
}

p:last-child,
.form-group:last-child,
.panel:last-child {
  margin-bottom: 0;
}

.region-help > .glyphicon {
  font-size: 18px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}

.help-block, .control-group .help-inline {
  color: #777777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.help-block:first-child, .control-group .help-inline:first-child {
  margin-top: 0;
}

.field--name-field-yoast-seo {
  display: none;
}

svg#grown_in_ab .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#grown_in_ab .st1 {
  filter: url(#Adobe_OpacityMaskFilter);
}
svg#grown_in_ab .st2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FFFFFF;
}
svg#grown_in_ab .st3 {
  mask: url(#mask-2_1_);
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#redhat_logo .st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 1.0005;
}
svg#redhat_logo .st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#redhat_logo .st2 {
  filter: url(#Adobe_OpacityMaskFilter);
}
svg#redhat_logo .st3 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FFFFFF;
}
svg#redhat_logo .st4 {
  mask: url(#mask-2_1_);
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#redhat_logo .st5 {
  filter: url(#Adobe_OpacityMaskFilter_1_);
}
svg#redhat_logo .st6 {
  mask: url(#mask-2_2_);
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#redhat_logo .st7 {
  filter: url(#Adobe_OpacityMaskFilter_2_);
}
svg#redhat_logo .st8 {
  mask: url(#mask-2_3_);
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#redhat_logo .st9 {
  filter: url(#Adobe_OpacityMaskFilter_3_);
}
svg#redhat_logo .st10 {
  mask: url(#mask-2_4_);
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#redhat_logo .st11 {
  filter: url(#Adobe_OpacityMaskFilter_4_);
}
svg#redhat_logo .st12 {
  mask: url(#mask-2_5_);
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#redhat_logo .st13 {
  filter: url(#Adobe_OpacityMaskFilter_5_);
}
svg#redhat_logo .st14 {
  mask: url(#mask-2_6_);
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#redhat_logo .st15 {
  filter: url(#Adobe_OpacityMaskFilter_6_);
}
svg#redhat_logo .st16 {
  mask: url(#mask-2_7_);
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#redhat_logo .st17 {
  filter: url(#Adobe_OpacityMaskFilter_7_);
}
svg#redhat_logo .st18 {
  mask: url(#mask-2_8_);
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#redhat_logo .st19 {
  filter: url(#Adobe_OpacityMaskFilter_8_);
}
svg#redhat_logo .st20 {
  mask: url(#mask-2_9_);
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#redhat_logo .st21 {
  filter: url(#Adobe_OpacityMaskFilter_9_);
}
svg#redhat_logo .st22 {
  mask: url(#mask-2_10_);
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#redhat_logo .st23 {
  filter: url(#Adobe_OpacityMaskFilter_10_);
}
svg#redhat_logo .st24 {
  mask: url(#mask-2_11_);
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#redhat_logo .st25 {
  filter: url(#Adobe_OpacityMaskFilter_11_);
}
svg#redhat_logo .st26 {
  mask: url(#mask-2_12_);
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#redhat_logo .st27 {
  filter: url(#Adobe_OpacityMaskFilter_12_);
}
svg#redhat_logo .st28 {
  mask: url(#mask-2_13_);
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#redhat_logo .st29 {
  filter: url(#Adobe_OpacityMaskFilter_13_);
}
svg#redhat_logo .st30 {
  mask: url(#mask-2_14_);
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#redhat_logo .st31 {
  filter: url(#Adobe_OpacityMaskFilter_14_);
}
svg#redhat_logo .st32 {
  mask: url(#mask-2_15_);
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#redhat_logo .st33 {
  filter: url(#Adobe_OpacityMaskFilter_15_);
}
svg#redhat_logo .st34 {
  mask: url(#mask-2_16_);
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#redhat_logo .st35 {
  filter: url(#Adobe_OpacityMaskFilter_16_);
}
svg#redhat_logo .st36 {
  mask: url(#mask-2_17_);
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#redhat_logo .st37 {
  filter: url(#Adobe_OpacityMaskFilter_17_);
}
svg#redhat_logo .st38 {
  mask: url(#mask-2_18_);
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#redhat_logo .st39 {
  filter: url(#Adobe_OpacityMaskFilter_18_);
}
svg#redhat_logo .st40 {
  mask: url(#mask-2_19_);
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#redhat_logo .st41 {
  filter: url(#Adobe_OpacityMaskFilter_19_);
}
svg#redhat_logo .st42 {
  mask: url(#mask-2_20_);
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#redhat_logo .st43 {
  filter: url(#Adobe_OpacityMaskFilter_20_);
}
svg#redhat_logo .st44 {
  mask: url(#mask-2_21_);
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#redhat_logo .st45 {
  filter: url(#Adobe_OpacityMaskFilter_21_);
}
svg#redhat_logo .st46 {
  mask: url(#mask-2_22_);
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#redhat_logo .st47 {
  filter: url(#Adobe_OpacityMaskFilter_22_);
}
svg#redhat_logo .st48 {
  mask: url(#mask-2_23_);
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#redhat_logo .st49 {
  filter: url(#Adobe_OpacityMaskFilter_23_);
}
svg#redhat_logo .st50 {
  mask: url(#mask-2_24_);
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#redhat_logo .st51 {
  filter: url(#Adobe_OpacityMaskFilter_24_);
}
svg#redhat_logo .st52 {
  mask: url(#mask-2_26_);
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#always_growing_logo .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#always_growing_logo .st1 {
  filter: url(#ag_Adobe_OpacityMaskFilter);
}
svg#always_growing_logo .st2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FFFFFF;
}
svg#always_growing_logo .st3 {
  mask: url(#ag_mask-2_1_);
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#send_icon .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  transition: fill 0.3s ease;
  fill: #9B9B9B;
}
svg#send_icon .st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
svg#greenhouse_logo .st0 {
  display: none;
}
svg#leaves .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#safeway .st0 {
  fill: none;
}
svg#sobeys_logo .st0 {
  fill: #45A041;
}
svg#costco_logo .st0 {
  fill: #fff;
}
svg#costco_logo .st1 {
  fill: #005DAA;
}
svg#costco_logo .st2 {
  fill: #E31837;
}
svg#co-op_logo .st0 {
  fill: #EE3124;
}
svg#loblaws_logo .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
}
svg#loblaws_logo .st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #CC2229;
}
svg#loblaws_logo .st2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #E0922F;
}
svg#banner-2 .st0 {
  fill: #8FACB4;
}
svg#banner-2 .st1 {
  fill: #B7B7B7;
}
svg#banner-2 .st2 {
  fill: #94AAB1;
}
svg#banner-2 .st3 {
  fill: #99B4BB;
}
svg#banner-2 .st4 {
  fill: #788D93;
}
svg#banner-2 .st5 {
  fill: #A3A3A3;
}
svg#banner-2 .st6 {
  fill: #839FA7;
}
svg#banner-2 .st7 {
  fill: #687E84;
}
svg#banner-2 .st8 {
  fill: #758E94;
}
svg#banner-2 .st9 {
  fill: #7B969D;
}
svg#banner-2 .st10 {
  fill: #6A8188;
}
svg#banner-2 .st11 {
  fill: #A5AAA3;
}
svg#banner-2 .st12 {
  fill: #7A7A7A;
}
svg#banner-2 .st13 {
  fill: #BE8768;
}
svg#banner-2 .st14 {
  fill: #86A2AA;
}
svg#banner-2 .st15 {
  fill: #7A9299;
}
svg#banner-2 .st16 {
  fill: #739098;
}
svg#banner-2 .st17 {
  fill: #5A757D;
}
svg#banner-2 .st18 {
  fill: #72B4C2;
}
svg#banner-2 .st19 {
  fill: #A1ABB0;
}
svg#banner-2 .st20 {
  fill: #718085;
}
svg#banner-2 .st21 {
  fill: #7B898E;
}
svg#banner-2 .st22 {
  fill: #4D6065;
}
svg#banner-2 .st23 {
  fill: #A9B2B6;
}
svg#banner-2 .st24 {
  fill: #96A1A5;
}
svg#banner-2 .st25 {
  fill: #68797E;
}
svg#banner-2 .st26 {
  fill: #748287;
}
svg#banner-2 .st27 {
  fill: #9AA6AD;
}
svg#banner-2 .st28 {
  fill: #889599;
}
svg#banner-2 .st29 {
  fill: #B3B3B3;
}
svg#banner-2 .st30 {
  fill: #A9B3B6;
}
svg#banner-2 .st31 {
  fill: #6F868D;
}
svg#banner-2 .st32 {
  fill: #6C7C81;
}
svg#banner-2 .st33 {
  fill: #79878C;
}
svg#banner-2 .st34 {
  fill: #8D999E;
}
svg#banner-2 .st35 {
  fill: #B5BCBF;
}
svg#banner-2 .st36 {
  fill: #65858D;
}
svg#banner-2 .st37 {
  fill: #9DB8BF;
}
svg#ladybugs .cls-1 {
  opacity: 0.35;
}
svg#ladybugs .cls-2 {
  fill: #fff;
}
svg#ladybugs .cls-3 {
  fill: #171717;
}
svg#ladybugs .cls-4 {
  fill: #010101;
}
svg#ladybugs .cls-5 {
  fill: none;
}
svg#ladybugs .cls-6 {
  fill: #f05354;
}
svg#ladybugs .cls-7 {
  fill: #b82032;
}
svg#bumblebees .cls-1 {
  fill: #73a6c8;
}
svg#bumblebees .cls-2 {
  fill: url(#bumblebees_linear-gradient);
}
svg#bumblebees .cls-3 {
  fill: url(#bumblebees_linear-gradient-2);
}
svg#bumblebees .cls-4 {
  fill: #080706;
}
svg#bumblebees .cls-5,
svg#bumblebees .cls-9 {
  fill: #fff;
}
svg#bumblebees .cls-5,
svg#bumblebees .cls-7 {
  opacity: 0.5;
}
svg#bumblebees .cls-6 {
  fill: #fab916;
}
svg#bumblebees .cls-7 {
  fill: #dcddde;
}
svg#bumblebees .cls-8 {
  fill: #eae9e9;
}
svg#bumblebees .cls-10 {
  fill: url(#bumblebees_linear-gradient-3);
}
svg#bumblebees .cls-11 {
  fill: url(#bumblebees_linear-gradient-4);
}
svg#bumblebees .cls-12 {
  fill: url(#bumblebees_linear-gradient-5);
}
svg#bumblebees .cls-13 {
  fill: url(#bumblebees_linear-gradient-6);
}
svg#bumblebees .cls-14 {
  fill: url(#bumblebees_linear-gradient-7);
}
svg#bumblebees .cls-15 {
  fill: url(#bumblebees_linear-gradient-8);
}
svg#water_mgmt_bkgd .st0 {
  fill: url(#water_mgmt_bkgd_SVGID_1_);
}
svg#water_mgmt_bkgd .st1 {
  fill: url(#water_mgmt_bkgd_SVGID_00000020366861600856147120000018292561462243399561_);
}
svg#water_mgmt_bkgd .st2 {
  fill: #5A9F4D;
}
svg#water_mgmt_bkgd .st3 {
  fill: #FDCA82;
}
svg#water_mgmt_bkgd .st4 {
  fill: #FFFFFF;
}
svg#water_mgmt_bkgd .st5 {
  opacity: 0.41;
  fill: #FFFFFF;
  enable-background: new;
}
svg#water_mgmt_bkgd .st6 {
  opacity: 0.35;
  fill: #FFFFFF;
  enable-background: new;
}
svg#water-mgmt .cls-1 {
  isolation: isolate;
}
svg#water-mgmt .cls-2 {
  fill: #231f20;
  mix-blend-mode: multiply;
  opacity: 0.06;
}
svg#water-mgmt .cls-3 {
  fill: #e4f3f2;
  opacity: 0.75;
}
svg#water-mgmt .cls-4 {
  fill: #007db6;
}
svg#water-mgmt .cls-5 {
  fill: #72ac39;
}
svg#water-mgmt .cls-6 {
  fill: #755545;
}
svg#water-mgmt .cls-7 {
  fill: #81c241;
}
svg#water-mgmt .cls-8 {
  fill: #76b13b;
}
svg#water-mgmt .cls-9 {
  fill: #348764;
}
svg#water-mgmt .cls-10 {
  fill: #2d7a59;
}
svg#water-mgmt .cls-11 {
  fill: #795a38;
}
svg#water-mgmt .cls-12 {
  fill: #85c3cf;
}
svg#water-mgmt .cls-13 {
  fill: #424143;
}
svg#water-mgmt .cls-14 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
svg#perfect-scale .cls-1 {
  isolation: isolate;
}
svg#perfect-scale .cls-2 {
  fill: url(#perfect-scale_linear-gradient);
}
svg#perfect-scale .cls-3 {
  fill: url(#perfect-scale_linear-gradient-2);
}
svg#perfect-scale .cls-4 {
  fill: #eef8fd;
}
svg#perfect-scale .cls-5 {
  fill: none;
  stroke: #231f20;
  stroke-miterlimit: 10;
  stroke-width: 71.74px;
  opacity: 0.15;
}
svg#perfect-scale .cls-6 {
  fill: #e6e7e8;
}
svg#perfect-scale .cls-7 {
  fill: #231f20;
}
svg#perfect-scale .cls-8,
svg#perfect-scale .cls-9 {
  fill: #fff;
}
svg#perfect-scale .cls-9 {
  opacity: 0.44;
}
svg#perfect-scale .cls-10 {
  fill: #0075a9;
}
svg#perfect-scale .cls-11 {
  mix-blend-mode: multiply;
  opacity: 0.14;
}
svg#perfect-scale .cls-12 {
  fill: url(#perfect-scale_linear-gradient-3);
}
svg#ipm-logo .cls-1 {
  fill: #fff;
}
svg#light-the-way .st0 {
  fill: #D8D8D8;
}
svg#light-the-way .st1 {
  fill: url(#Path_00000088839781468560507700000011206075619169186983_);
}
svg#light-the-way .st2 {
  fill: #559D4F;
}
svg#light-the-way .st3 {
  fill: #4A8941;
}
svg#light-the-way .st4 {
  opacity: 0.65;
  fill: url(#Path-5_00000063614170484151541840000005912289797538532500_);
  enable-background: new;
}
svg#light-the-way .st5 {
  opacity: 0.66;
  fill: url(#Path-6_00000150072990558936266300000001813169219252644508_);
  enable-background: new;
}
svg#light-the-way .st6 {
  fill: #FEF494;
}
svg#light-the-way .st7 {
  fill: #77787B;
}
svg#light-the-way .st8 {
  fill: #00693B;
}
svg#light-the-way .st9 {
  fill: #658556;
}
svg#light-the-way .st10 {
  fill: #97A966;
}
svg#light-the-way .st11 {
  fill: #7DA368;
}
svg#light-the-way .st12 {
  fill: #005D37;
}
svg#light-the-way .st13 {
  fill: #9C6F56;
}
svg#light-the-way .st14 {
  opacity: 0.65;
  fill: url(#Path-18_00000179626302960703323230000002971152909526943925_);
  enable-background: new;
}
svg#light-the-way .st15 {
  opacity: 0.66;
  fill: url(#Path-19_00000098918227369564637720000009809935641734920380_);
  enable-background: new;
}
svg#light-the-way .st16 {
  opacity: 0.45;
  fill: #FFFFFF;
  enable-background: new;
}
svg#light-the-way .st17 {
  opacity: 0.65;
  fill: url(#Path-32_00000179628175913896330220000001358198062931766422_);
  enable-background: new;
}
svg#light-the-way .st18 {
  opacity: 0.66;
  fill: url(#Path-33_00000000223884993515847520000001082750355718357926_);
  enable-background: new;
}
svg#light-the-way .st19 {
  opacity: 0.65;
  fill: url(#Path-45_00000101061893174321127510000008792257955775550848_);
  enable-background: new;
}
svg#light-the-way .st20 {
  opacity: 0.66;
  fill: url(#Path-46_00000075150967753953778680000005911792845998071426_);
  enable-background: new;
}
svg#light-the-way .st21 {
  opacity: 0.12;
  fill: #FFFFFF;
  enable-background: new;
}
svg#light-the-way .st22 {
  fill: url(#Path-122_00000005252849995729124910000014467883266848912566_);
}
svg#light-the-way .st23 {
  fill: url(#Path-123_00000003790597315744606020000007859917330942992281_);
}
svg#light-the-way .st24 {
  fill: #FFFFFF;
}
svg#light-the-way .st25 {
  fill: #231F20;
}
svg#light-the-way .st26 {
  fill: none;
  stroke: #636565;
  stroke-width: 4;
}
svg#light-the-way .st27 {
  fill: #A8A9AC;
}
svg#light-the-way .st28 {
  fill: #636565;
}
svg#light-the-way .st29 {
  fill: #7D7E7E;
}
svg#let-there-be-shade .st0 {
  fill: #D8D8D8;
}
svg#let-there-be-shade .st1 {
  fill: url(#Path_00000134965703738861257770000011639472236912417211_);
}
svg#let-there-be-shade .st2 {
  fill: url(#Path-2_00000102536163974747165150000017523761563912041115_);
}
svg#let-there-be-shade .st3 {
  fill: #408342;
}
svg#let-there-be-shade .st4 {
  fill: #1A6E38;
}
svg#let-there-be-shade .st5 {
  opacity: 0.65;
  fill: url(#Path-5_00000180338844535779619920000008106371718882658950_);
  enable-background: new;
}
svg#let-there-be-shade .st6 {
  opacity: 0.66;
  fill: url(#Path-6_00000051354640276682648410000017993475592498844333_);
  enable-background: new;
}
svg#let-there-be-shade .st7 {
  fill: #FEF494;
}
svg#let-there-be-shade .st8 {
  fill: #77787B;
}
svg#let-there-be-shade .st9 {
  fill: #00693B;
}
svg#let-there-be-shade .st10 {
  fill: #658556;
}
svg#let-there-be-shade .st11 {
  fill: #97A966;
}
svg#let-there-be-shade .st12 {
  fill: #7DA368;
}
svg#let-there-be-shade .st13 {
  fill: #005D37;
}
svg#let-there-be-shade .st14 {
  fill: #9C6F56;
}
svg#let-there-be-shade .st15 {
  opacity: 0.65;
  fill: url(#Path-18_00000180351400357629473940000014730230372635402132_);
  enable-background: new;
}
svg#let-there-be-shade .st16 {
  opacity: 0.66;
  fill: url(#Path-19_00000145020048435495011420000009347518053052716185_);
  enable-background: new;
}
svg#let-there-be-shade .st17 {
  opacity: 0.45;
  fill: #FFFFFF;
  enable-background: new;
}
svg#let-there-be-shade .st18 {
  opacity: 0.65;
  fill: url(#Path-32_00000027583893067844029190000015456867533036788884_);
  enable-background: new;
}
svg#let-there-be-shade .st19 {
  opacity: 0.66;
  fill: url(#Path-33_00000085248831704775907930000015224636884560963985_);
  enable-background: new;
}
svg#let-there-be-shade .st20 {
  opacity: 0.65;
  fill: url(#Path-45_00000143606545125619858170000012320864786338712985_);
  enable-background: new;
}
svg#let-there-be-shade .st21 {
  opacity: 0.66;
  fill: url(#Path-46_00000183213297421843303520000004965153321417333946_);
  enable-background: new;
}
svg#let-there-be-shade .st22 {
  opacity: 0.12;
  fill: #FFFFFF;
  enable-background: new;
}
svg#let-there-be-shade .st23 {
  opacity: 0.69;
  fill: #1E2755;
  enable-background: new;
}
svg#let-there-be-shade .st24 {
  opacity: 0.86;
}
svg#let-there-be-shade .st25 {
  fill: #FFE384;
}
svg#let-there-be-shade .st26 {
  fill: #3A3A3C;
}
svg#let-there-be-shade .st27 {
  fill: #212121;
}
svg#let-there-be-shade .st28 {
  fill: url(#Rectangle-2_00000070092436073511226680000015239997498245148060_);
}
svg#let-there-be-shade .st29 {
  fill: url(#Rectangle-3_00000054949204159105550630000017027922781379932315_);
}
svg#let-there-be-shade .st30 {
  fill: url(#Rectangle-4_00000083794983346551537310000008822743217060052380_);
}
svg#let-there-be-shade .st31 {
  fill: none;
  stroke: #3A3A3C;
  stroke-width: 4;
}
svg#light-the-way-tablet .st0 {
  fill: url(#light-the-way-tablet-Path_00000101061380304396590480000002600672063515608764_);
}
svg#light-the-way-tablet .st1 {
  fill: #559D4F;
}
svg#light-the-way-tablet .st2 {
  fill: #4A8941;
}
svg#light-the-way-tablet .st3 {
  opacity: 0.65;
  fill: url(#light-the-way-tablet-Path_00000132786546769556415020000014003504015534754194_);
  enable-background: new;
}
svg#light-the-way-tablet .st4 {
  opacity: 0.66;
  fill: url(#light-the-way-tablet-Path_00000051355469469270898710000000989545011509411756_);
  enable-background: new;
}
svg#light-the-way-tablet .st5 {
  fill: #FEF494;
}
svg#light-the-way-tablet .st6 {
  fill: #77787B;
}
svg#light-the-way-tablet .st7 {
  fill: #00693B;
}
svg#light-the-way-tablet .st8 {
  fill: #658556;
}
svg#light-the-way-tablet .st9 {
  fill: #97A966;
}
svg#light-the-way-tablet .st10 {
  fill: #7DA368;
}
svg#light-the-way-tablet .st11 {
  fill: #005D37;
}
svg#light-the-way-tablet .st12 {
  fill: #9C6F56;
}
svg#light-the-way-tablet .st13 {
  opacity: 0.65;
  fill: url(#light-the-way-tablet-Path_00000019647043574821503900000015335866217128323260_);
  enable-background: new;
}
svg#light-the-way-tablet .st14 {
  opacity: 0.66;
  fill: url(#light-the-way-tablet-Path_00000140003454957703541250000003086193400552656313_);
  enable-background: new;
}
svg#light-the-way-tablet .st15 {
  opacity: 0.45;
  fill: #FFFFFF;
  enable-background: new;
}
svg#light-the-way-tablet .st16 {
  opacity: 0.65;
  fill: url(#light-the-way-tablet-Path_00000142142583922550727640000000882823457570164905_);
  enable-background: new;
}
svg#light-the-way-tablet .st17 {
  opacity: 0.66;
  fill: url(#light-the-way-tablet-Path_00000051385360735158524190000017280945532156489654_);
  enable-background: new;
}
svg#light-the-way-tablet .st18 {
  fill: url(#light-the-way-tablet-Path_00000152956445439443835840000009738374117709528987_);
}
svg#light-the-way-tablet .st19 {
  fill: url(#light-the-way-tablet-Path_00000061432480511347527240000000464803356094898839_);
}
svg#light-the-way-tablet .st20 {
  fill: #FFFFFF;
}
svg#light-the-way-tablet .st21 {
  fill: #231F20;
}
svg#light-the-way-tablet .st22 {
  opacity: 0.12;
  fill: #FFFFFF;
  enable-background: new;
}
svg#light-the-way-tablet .st23 {
  fill: none;
  stroke: #636565;
  stroke-width: 4.2;
}
svg#light-the-way-tablet .st24 {
  fill: #A8A9AC;
}
svg#light-the-way-tablet .st25 {
  fill: #636565;
}
svg#light-the-way-tablet .st26 {
  fill: #7D7E7E;
}
svg#let-there-be-shade-tablet .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #001E56;
}
svg#let-there-be-shade-tablet .st1 {
  fill: url(#let-there-be-shade-tablet-Path_00000117678646088782445460000008142245769133517720_);
}
svg#let-there-be-shade-tablet .st2 {
  fill: url(#let-there-be-shade-tablet-Path_00000132059005110570563500000012877640120980788101_);
}
svg#let-there-be-shade-tablet .st3 {
  fill: #3C7D3F;
}
svg#let-there-be-shade-tablet .st4 {
  fill: #1A6E38;
}
svg#let-there-be-shade-tablet .st5 {
  opacity: 0.65;
  fill: url(#let-there-be-shade-tablet-Path_00000067219787450609421610000009334309577025394878_);
  enable-background: new;
}
svg#let-there-be-shade-tablet .st6 {
  opacity: 0.66;
  fill: url(#let-there-be-shade-tablet-Path_00000047778300513662809320000007767709902490892982_);
  enable-background: new;
}
svg#let-there-be-shade-tablet .st7 {
  fill: #FEF494;
}
svg#let-there-be-shade-tablet .st8 {
  fill: #77787B;
}
svg#let-there-be-shade-tablet .st9 {
  fill: #00693B;
}
svg#let-there-be-shade-tablet .st10 {
  fill: #658556;
}
svg#let-there-be-shade-tablet .st11 {
  fill: #97A966;
}
svg#let-there-be-shade-tablet .st12 {
  fill: #7DA368;
}
svg#let-there-be-shade-tablet .st13 {
  fill: #005D37;
}
svg#let-there-be-shade-tablet .st14 {
  fill: #9C6F56;
}
svg#let-there-be-shade-tablet a .st15 {
  opacity: 0.65;
  fill: url(#let-there-be-shade-tablet-Path_00000158002109567938459670000000861597411061989535_);
  enable-background: new;
}
svg#let-there-be-shade-tablet .st16 {
  opacity: 0.66;
  fill: url(#let-there-be-shade-tablet-Path_00000140716113292468698150000012915977055059114942_);
  enable-background: new;
}
svg#let-there-be-shade-tablet .st17 {
  opacity: 0.45;
  fill: #FFFFFF;
  enable-background: new;
}
svg#let-there-be-shade-tablet .st18 {
  opacity: 0.65;
  fill: url(#let-there-be-shade-tablet-Path_00000085231449299737478910000003403065532522195902_);
  enable-background: new;
}
svg#let-there-be-shade-tablet .st19 {
  opacity: 0.66;
  fill: url(#let-there-be-shade-tablet-Path_00000052782510359176448220000003064124088350070406_);
  enable-background: new;
}
svg#let-there-be-shade-tablet .st20 {
  opacity: 0.12;
  fill: #FFFFFF;
  enable-background: new;
}
svg#let-there-be-shade-tablet .st21 {
  opacity: 0.69;
  fill: #1E2755;
  enable-background: new;
}
svg#let-there-be-shade-tablet .st22 {
  opacity: 0.86;
  enable-background: new;
}
svg#let-there-be-shade-tablet .st23 {
  fill: #FFE384;
}
svg#let-there-be-shade-tablet .st24 {
  fill: #3A3A3C;
}
svg#let-there-be-shade-tablet .st25 {
  fill: #212121;
}
svg#let-there-be-shade-tablet .st26 {
  fill: url(#let-there-be-shade-tablet-Rectangle_00000072995323865090283920000018416725552941250985_);
}
svg#let-there-be-shade-tablet .st27 {
  fill: url(#let-there-be-shade-tablet-Rectangle_00000122704131447194273080000006135019141498000514_);
}
svg#let-there-be-shade-tablet .st28 {
  fill: url(#let-there-be-shade-tablet-Rectangle_00000109006833894446431040000010703033797802220177_);
}
svg#let-there-be-shade-tablet .st29 {
  fill: none;
  stroke: #3A3A3C;
  stroke-width: 4.2;
}

/* Mixins */
/* Slices structure classes */
html {
  background-color: rgba(221, 211, 179, 0.1);
  margin: 0;
  font-size: 62.5%;
}

body {
  background: transparent;
  margin: 0;
  overflow-x: hidden;
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-style: normal;
}
body .form-required:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ1NSA0NTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1NSA0NTU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiNlNTM2MDAiIHBvaW50cz0iMzQ3LjQ5LDIyNyA0NTQuNSwxNjUuMjEyIDM5NC41MDgsNjEuMjg4IDI4Ny41LDEyMy4wNzcgMjg3LjUsMCAxNjcuNSwwIDE2Ny41LDEyMy4wNzcgNjAuNDkyLDYxLjI4OCANCgkwLjQ5OSwxNjUuMjEyIDEwNy41MSwyMjcgMC41LDI4OC43ODggNjAuNDkyLDM5Mi43MTIgMTY3LjUsMzMwLjkyMyAxNjcuNSw0NTUgMjg3LjUsNDU1IDI4Ny41LDMzMC45MjMgMzk0LjUwOCwzOTIuNzEyIA0KCTQ1NC41MDEsMjg4Ljc4OCAiLz4NCjwvc3ZnPg0K);
}

a {
  color: #0076a8;
}

.field--item,
.field--items {
  background: transparent;
}

.form-group {
  margin-bottom: 0;
}

div[data-drupal-messages] {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

body:not(.page-node-type-video) .container {
  width: 100%;
  margin: 0;
  padding: 0;
}

/*
Doing this so the footer doesn't hang out in the middle of the page on short content pages.
Assumptions: the pixel values below correspond to the footer and header heights, respectively. We don't
			 presently enforce a height on the footer, so the 394 is the current calculated height as of this writing.
		 	 If the height of the footer changes, this calc() should be similarly updated
*/
div[role=main].container {
  min-height: calc(100vh - 513px);
}

article,
.container > .row {
  position: relative;
}

.navbar.container {
  width: 100%;
  border: 0;
  border-radius: 0;
  background-color: #FFFFFF;
}

.field--name-field-content-slices .field--item > article div.content {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 0;
  padding-right: 0;
}
.field--name-field-content-slices .field--item > article .field--item {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.field--name-field-content-slices .field--item > article .field--name-field-content-images .field--item {
  padding-left: 0;
  padding-right: 0;
}
.field--name-field-content-slices .field--item > article.home_header {
  padding-top: 0;
}
.field--name-field-content-slices .field--item > article.home_header div.content {
  margin-top: 0;
  margin-bottom: 0;
}

.field--name-field-slices > .field--item > div {
  margin: 0 auto;
}

/* End Slices structure classes */
/* Header styles */
header.sticky .header-margin-container .search-block-form {
  bottom: 3rem;
  width: 2rem;
}
header .navbar-header .navbar-toggle {
  display: none;
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  border: 0;
  flex-direction: column;
  padding: 1rem;
}
header .navbar-header .navbar-toggle:hover, header .navbar-header .navbar-toggle:focus {
  background-color: rgba(0, 118, 168, 0.25);
}
header .navbar-header .navbar-toggle:hover .icon-bar, header .navbar-header .navbar-toggle:focus .icon-bar {
  background-color: #FFFFFF;
}
header .navbar-header .navbar-toggle .icon-bar {
  width: 3.5rem;
  height: 0.2rem;
  margin: 0.25rem;
}
header .header-margin-container {
  max-width: 1140px;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  height: 100%;
  float: none;
  position: relative;
}
header .header-margin-container .search-block-form {
  position: absolute;
  bottom: 2rem;
  right: 0;
  width: auto;
  overflow: hidden;
}
header .header-margin-container .search-block-form .form-group {
  margin: 0;
}
header .header-margin-container .search-block-form form {
  float: right;
}
header .header-margin-container .search-block-form form .input-group {
  width: 200px;
  height: 18px;
  line-height: 18px;
}
header .header-margin-container .search-block-form form .input-group .form-control {
  height: 22px;
  font-size: 13px;
  border-color: #0076a8;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  box-shadow: unset;
}
header .header-margin-container .search-block-form form .input-group .btn {
  font-size: 14px;
  padding: 2px 5px;
  background-color: transparent;
  color: #0076a8;
  border-radius: 0;
  border: 0;
}

#block-bmf-bright-main-menu {
  position: absolute;
  top: 0;
  right: 2rem;
  width: 70%;
  z-index: 10000;
}

.navbar-default .navbar-nav {
  float: right;
  margin: 0;
}
.navbar-default .navbar-nav > li.big_jobs {
  display: none;
}
.navbar-default .navbar-nav > li > a {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.9rem;
  color: #0076a8;
  padding: 3.2rem 1.8rem 0.5rem 1.8rem;
  letter-spacing: -0.02rem;
}

#block-bmf-bright-account-menu {
  clear: right;
  margin: 20px 20px 0 0;
  display: inline-block;
  float: right;
}
#block-bmf-bright-account-menu .navbar-nav > li > a {
  padding: 5px;
}

/** Nav Active/hover/focus state **/
/*** Default ***/
.navbar-default .navbar-nav .active > a {
  background-color: #0076a8;
  color: #FFFFFF;
}
.navbar-default .navbar-nav .active > a:active, .navbar-default .navbar-nav .active > a:focus {
  background-color: #0076a8;
  color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a {
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.navbar-default .navbar-nav > li > a:hover {
  background-color: #0076a8;
  color: #FFFFFF;
}

footer nav ul .active a {
  background-color: transparent;
  color: #4A4A4A !important;
}
footer nav ul .active a:active, footer nav ul .active a:focus {
  background-color: #0076a8;
  color: #FFFFFF;
}
footer nav ul > li > a {
  color: #4A4A4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
footer nav ul > li > a:hover {
  background-color: #0076a8;
  color: #FFFFFF;
}

/* End Header styles */
/* Sticky Nav styles */
header#navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 119px;
  max-width: unset !important;
  z-index: 9001;
  transition: height 0.5s ease, border-top 0.5s ease;
}
header#navbar.sticky {
  width: 100vw;
  height: 85px;
  border-top-width: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
header#navbar.sticky a.logo img {
  width: 40px;
  height: 40px;
}

body {
  padding-top: 119px;
}
body.sub-nav-adjust {
  padding-top: 169px;
}
body.sticky {
  padding-top: 85px;
}
body.sticky.sub-nav-adjust {
  padding-top: 129px;
}

/* End Sticky Nav styles */
/* Sub-Nav styles */
.sub-nav {
  position: relative;
  width: 100%;
  height: 65px;
  background-color: #F9F9F9;
}
.sub-nav.sticky {
  position: fixed;
  top: -20px;
  left: 0;
  z-index: 8000;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.7s ease;
}
.sub-nav.sticky.drop {
  top: 85px;
  opacity: 1;
}

/* End Sub-Nav styles */
/* Pagination Styles */
nav.pager-nav {
  margin-bottom: 5rem;
}
nav.pager-nav ul.pagination {
  list-style: none;
}
nav.pager-nav ul.pagination > .active > a,
nav.pager-nav ul.pagination > .active > span {
  color: #0076a8;
  background-color: transparent;
  border-color: transparent;
}
nav.pager-nav ul.pagination > .active > a:hover, nav.pager-nav ul.pagination > .active > a:focus,
nav.pager-nav ul.pagination > .active > span:hover,
nav.pager-nav ul.pagination > .active > span:focus {
  background-color: transparent;
  border-color: transparent;
}
nav.pager-nav ul.pagination > li {
  display: inline-block;
  border: none;
  border-radius: unset;
  width: auto;
  margin: 0 1rem;
}
nav.pager-nav ul.pagination > li:first-child {
  border-bottom-left-radius: unset;
  border-top-left-radius: unset;
}
nav.pager-nav ul.pagination > li:first-child a {
  border-bottom-left-radius: unset;
  border-top-left-radius: unset;
}
nav.pager-nav ul.pagination > li:last-child {
  border-bottom-right-radius: unset;
  border-top-right-radius: unset;
}
nav.pager-nav ul.pagination > li:last-child a {
  border-bottom-right-radius: unset;
  border-top-right-radius: unset;
}
nav.pager-nav ul.pagination > li a {
  display: inline-block;
  border: 0;
  padding: 0;
  color: #4A4A4A;
  font-size: 1.8rem;
  font-style: normal;
  text-decoration: none;
}

/* End Pagination Styles */
/* Back to Top button */
.back-to-top {
  font-family: proxima-nova, sans-serif;
  position: fixed;
  bottom: 10px;
  right: 5%;
  z-index: 9001;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #157eb4;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  background-color: rgba(255, 255, 255, 0.8);
  color: #157eb4;
  text-align: center;
  text-decoration: none;
  font-size: 4.25rem;
  opacity: 0;
  transition: all 0.5s ease;
}
.back-to-top.appear {
  opacity: 1;
}
.back-to-top:hover, .back-to-top:focus {
  text-decoration: none;
}
.back-to-top svg {
  fill: #0076a8;
  transform: rotate(180deg);
  width: 2.5rem;
  height: 2.5rem;
}

/* End Back to Top button */
/* Footer styles */
footer {
  color: #0076a8;
  background: rgba(221, 211, 179, 0.3);
}
footer.container.footer {
  border: 0;
  padding-top: 5.9rem;
  padding-bottom: 4rem;
  text-align: center;
}
footer a,
footer p {
  color: #0076a8;
}
footer p.footer-name {
  text-align: center;
  font-weight: bold;
  font-style: italic;
  font-size: 1.4rem;
}
footer p.footer-name span {
  font-weight: normal;
}
footer p.footer-copyright {
  text-align: center;
  font-size: 1.1rem;
}
footer div {
  position: relative;
}
footer > div {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
footer svg#always_growing_logo {
  fill: #0076a8;
  height: 3rem;
  width: auto;
  position: absolute;
  top: 20rem;
  left: 50%;
  transform: translateX(-50%);
}
footer svg#always_growing_logo #ag_logo_inner {
  fill: #0076a8;
}
footer #block-footermobilecontent {
  display: none;
}
footer #block-bmf-bright-footernewslettersignup {
  padding: 0 0 3rem 0;
}
footer #block-bmf-bright-footernewslettersignup p {
  text-align: center;
  font-size: 1.6rem;
  color: #0076a8;
  margin-bottom: 2.5rem;
}
footer #block-bmf-bright-footernewslettersignup p span {
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.7rem;
  line-height: 3.3rem;
  display: block;
  margin-bottom: 1rem;
}
footer #block-bmf-bright-footernewslettersignup #mc_embed_signup {
  text-align: center;
}
footer #block-bmf-bright-footernewslettersignup #mc_embed_signup div.clear {
  display: inline-block;
  vertical-align: bottom;
  height: 3rem !important;
}
footer #block-bmf-bright-footernewslettersignup #mc_embed_signup .mc-field-group {
  display: inline-block;
  vertical-align: bottom;
}
footer #block-bmf-bright-footernewslettersignup #mc_embed_signup .mc-field-group label {
  display: none;
}
footer #block-bmf-bright-footernewslettersignup #mc_embed_signup label {
  width: 3rem;
  height: 3rem;
  margin: 0;
  cursor: pointer;
}
footer #block-bmf-bright-footernewslettersignup #mc_embed_signup label svg .st0 {
  fill: #0076a8;
}
footer #block-bmf-bright-footernewslettersignup #mc_embed_signup label:hover svg .st0 {
  fill: #4A4A4A;
}
footer #block-bmf-bright-footernewslettersignup #mc_embed_signup input {
  border: 0;
  padding: 5px 10px;
  border-radius: 20px;
  display: inline-block;
  margin: 0 0.5em 0 0;
  color: #000;
  font-size: 1.4rem;
}
footer #block-bmf-bright-footernewslettersignup #mc_embed_signup input#mc-embedded-subscribe {
  display: none;
}
footer #block-bmf-bright-mainnavigation {
  text-align: center;
  clear: both;
}
footer #block-bmf-bright-mainnavigation .navbar-nav {
  float: none;
  display: inline-block;
  text-transform: uppercase;
}
footer #block-bmf-bright-mainnavigation .navbar-nav li a {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0076a8;
  font-size: 1.4rem;
  transition: color 0.3s ease;
}
footer #block-bmf-bright-mainnavigation .navbar-nav li a:hover, footer #block-bmf-bright-mainnavigation .navbar-nav li a:active {
  background: transparent;
  color: #4A4A4A;
}
footer #block-bmf-bright-footersocialicons {
  text-align: center;
  margin: 4.5em 0 1.5em 0;
  width: auto;
  display: inline-block;
  clear: both;
}
footer #block-bmf-bright-footersocialicons p.footer-name {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0076a8;
  font-size: 2.5rem;
  font-weight: 300;
  display: inline-block;
}
footer #block-bmf-bright-footersocialicons .social-wrapper {
  display: inline-block;
  font-size: 2rem;
}
footer #block-bmf-bright-footersocialicons .social-wrapper i {
  color: #0076a8;
}
footer #block-bmf-bright-footersocialicons .social-wrapper i span {
  display: none;
}
footer #block-footermaicons {
  display: inline-block;
  width: auto;
  margin: 0 0 0 2.5rem;
}
footer #block-footermaicons ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer #block-footermaicons ul li {
  min-height: 4.1rem;
  margin: 0 2.5rem;
}
footer #block-footermaicons ul li.cpma a {
  top: 0.5rem;
}
footer #block-footermaicons ul li.cpma a img {
  width: 6.4rem;
}
footer #block-footermaicons ul li.pma a {
  top: -0.75rem;
}
footer #block-footermaicons ul li.pma a img {
  width: 5.1rem;
}
footer #block-footermaicons ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
footer #block-bmf-bright-contentmanagerlink {
  display: inline-block;
  position: absolute;
  left: 2rem;
  bottom: 0rem;
}
footer .admin-link {
  font-size: 12px;
  display: inline-block;
  color: #fff;
  background-color: #ff9900;
  padding: 1px 3px;
  border-radius: 5px;
}

/* End Footer styles */
/* Slice Generic Elements classes */
.field--name-field-content-inline-image .field--item {
  width: 100%;
  height: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* End Slice Generic Elements classes */
/** Layout **/
.field--name-field-content-title {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 7.5rem;
  color: #0076a8;
  text-transform: uppercase;
}

.field--name-field-content-sub-title {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 3.2rem;
}

.views-field-field-content-cta a,
.field--name-field-content-cta a {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #0076a8;
  display: inline-block;
  font-size: 1.9rem;
  text-decoration: none;
  transition: color 0.3s ease;
}
.views-field-field-content-cta a:after,
.field--name-field-content-cta a:after {
  content: "›";
  display: inline-block;
  font-size: 3rem;
  line-height: 1.7rem;
  margin-left: 0.5rem;
  padding-top: 0.1rem;
  position: relative;
  top: 0.22rem;
  transition: color 0.3s ease;
}
.views-field-field-content-cta a:hover,
.field--name-field-content-cta a:hover {
  color: #9B9B9B;
}
.views-field-field-content-cta a:hover:after,
.field--name-field-content-cta a:hover:after {
  color: #9B9B9B;
}

.field--name-field-content-body {
  line-height: 3.1rem;
  font-size: 1.8rem;
  text-align: left;
}
.field--name-field-content-body p,
.field--name-field-content-body span {
  line-height: 3.1rem;
  font-size: 1.8rem;
}
.field--name-field-content-body a {
  color: #0076a8;
}

/** Basic Page Headers **/
article.page-header {
  position: relative;
  height: 500px;
  border: none;
}
article.page-header .field--name-field-header-title {
  font-family: fairwater-script, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 9rem;
  text-align: center;
}
article.page-header .header_bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25%;
}
article.page-header .header_bottom .sub-nav {
  top: initial;
  transition: initial;
  z-index: 100;
  position: relative;
  margin: -50px auto 0 auto;
  padding: 0;
  background: transparent;
  width: auto;
}
article.page-header .header_bottom .sub-nav li {
  border-right: none;
  width: 11em;
}
article.page-header .header_bottom .sub-nav li:before {
  content: " ";
  display: inline-block;
  border: solid 3px #ddd3b2;
  border-radius: 50%;
  width: 4em;
  height: 4em;
  padding: 4em;
  background-size: cover;
  cursor: pointer;
}
article.page-header .header_bottom .sub-nav li a {
  color: #fff;
  width: 70%;
  margin-top: 10px;
}
article.page-header .header_bottom .sub-nav li.mini_cukes a {
  width: 50%;
}

/** End Layout **/
@keyframes fontBigger_Big {
  0% {
    font-size: 2.785rem;
    letter-spacing: 0.1rem;
  }
  100% {
    font-size: 6.7rem;
    letter-spacing: 0rem;
  }
}
@keyframes fontBigger_BigPos {
  0% {
    top: -0.3rem;
    left: 0.5rem;
  }
  100% {
    top: -0.5rem;
    left: 2.5rem;
  }
}
@keyframes fontSmaller_Big {
  0% {
    font-size: 6.7rem;
    letter-spacing: 0rem;
  }
  100% {
    font-size: 2.785rem;
    letter-spacing: 0.1rem;
  }
}
@keyframes fontSmaller_BigPos {
  0% {
    top: -0.5rem;
    left: 2.5rem;
  }
  100% {
    top: -0.3rem;
    left: 0.5rem;
  }
}
@keyframes fontBigger_Marble {
  0% {
    font-size: 2.785rem;
    letter-spacing: 0.1rem;
  }
  100% {
    font-size: 3rem;
    letter-spacing: 0.09rem;
  }
}
@keyframes fontBigger_MarblePos {
  0% {
    top: -0.3rem;
    left: 5.5rem;
  }
  100% {
    top: 6.5rem;
    left: 1.5rem;
  }
}
@keyframes fontSmaller_Marble {
  0% {
    font-size: 3rem;
    letter-spacing: 0.09rem;
  }
  100% {
    font-size: 2.785rem;
    letter-spacing: 0.1rem;
  }
}
@keyframes fontSmaller_MarblePos {
  0% {
    top: 6.5rem;
    left: 1.5rem;
  }
  100% {
    top: -0.3rem;
    left: 5.5rem;
  }
}
@keyframes fontBigger_Farms {
  0% {
    font-size: 2.785rem;
    letter-spacing: 0.1rem;
  }
  100% {
    font-size: 1.3rem;
    letter-spacing: 0.5rem;
  }
}
@keyframes fontBigger_FarmsPos {
  0% {
    top: -0.3rem;
    left: 16.75rem;
  }
  100% {
    top: 10.25rem;
    left: 4.25rem;
  }
}
@keyframes fontSmaller_Farms {
  0% {
    font-size: 1.3rem;
    letter-spacing: 0.5rem;
  }
  100% {
    font-size: 2.785rem;
    letter-spacing: 0.1rem;
  }
}
@keyframes fontSmaller_FarmsPos {
  0% {
    top: 10.25rem;
    left: 4.25rem;
  }
  100% {
    top: -0.3rem;
    left: 16.75rem;
  }
}
@keyframes leafMoveIn {
  0% {
    bottom: -5rem;
    width: 2rem;
  }
  100% {
    bottom: 0.575rem;
    left: 4.875rem;
  }
}
@keyframes leafMoveOut {
  0% {
    bottom: 0.575rem;
    left: 4.875rem;
  }
  100% {
    bottom: -5rem;
    width: 2rem;
  }
}
@keyframes containerBigger {
  0% {
    width: 26.75rem;
    height: 4.05rem;
  }
  100% {
    width: 16rem;
    height: 16rem;
  }
}
@keyframes containerSmaller {
  0% {
    width: 16rem;
    height: 16rem;
  }
  100% {
    width: 26.75rem;
    height: 4.05rem;
  }
}
@keyframes innerContainerBigger {
  0% {
    width: 26.425rem;
    height: 3.725rem;
  }
  100% {
    width: 15.47rem;
    height: 15.47rem;
  }
}
@keyframes innerContainerSmaller {
  0% {
    width: 15.47rem;
    height: 15.47rem;
  }
  100% {
    width: 26.425rem;
    height: 3.725rem;
  }
}
@keyframes wrapMarginBig {
  0% {
    margin-top: 2.33rem;
  }
  100% {
    margin-top: 1.75rem;
  }
}
@keyframes wrapMarginSmall {
  0% {
    margin-top: 1.75rem;
  }
  100% {
    margin-top: 2.33rem;
  }
}
.logo-wrap a,
.logo-wrap a span {
  transform-origin: top center;
}

header.navbar {
  /* Animations */
  /* End Animations */
}
header.navbar.sticky {
  /* Animations */
  /* End Animations */
  /* Sticky Logo */
}
header.navbar.sticky .logo-wrap {
  animation-name: wrapMarginSmall;
  animation-duration: 0.7s;
}
header.navbar.sticky .logo-wrap a {
  animation-name: containerSmaller;
  animation-duration: 0.7s;
}
header.navbar.sticky .logo-wrap a .inner {
  animation-name: innerContainerSmaller;
  animation-duration: 0.7s;
}
header.navbar.sticky .logo-wrap a .inner .big {
  animation-name: fontSmaller_Big, fontSmaller_BigPos;
  animation-duration: 0.8s, 0.9s;
}
header.navbar.sticky .logo-wrap a .inner .marble {
  animation-name: fontSmaller_Marble, fontSmaller_MarblePos;
  animation-duration: 0.8s, 0.9s;
}
header.navbar.sticky .logo-wrap a .inner .farms {
  animation-name: fontSmaller_Farms, fontSmaller_FarmsPos;
  animation-duration: 0.6s, 0.7s;
}
header.navbar.sticky .logo-wrap a .inner svg {
  animation-name: leafMoveOut;
  animation-duration: 0.8s;
}
header.navbar.sticky .logo-wrap {
  position: relative;
  z-index: 20000;
  margin-top: 2.33rem;
}
header.navbar.sticky .logo-wrap a {
  border-radius: 0.75rem 0.75rem;
  width: 26.75rem;
  height: 4.05rem;
  border: solid 0.163rem #0076a8;
}
header.navbar.sticky .logo-wrap a .inner {
  width: 26.425rem;
  height: 3.725rem;
  border-radius: 0.75rem 0.75rem;
  border: solid 0.2rem #fff;
  background-color: #0076a8;
  padding: 0 0.7rem 0 0;
}
header.navbar.sticky .logo-wrap a .inner span {
  font-size: 2.785rem;
  letter-spacing: 0.1rem;
}
header.navbar.sticky .logo-wrap a .inner .big {
  top: -0.5rem;
  left: 0.5rem;
}
header.navbar.sticky .logo-wrap a .inner .marble {
  top: -0.5rem;
  left: 5.5rem;
}
header.navbar.sticky .logo-wrap a .inner .farms {
  top: -0.5rem;
  left: 16.75rem;
}
header.navbar.sticky .logo-wrap a .inner svg {
  position: absolute;
  bottom: -5rem;
  width: 2rem;
  height: auto;
}
header.navbar .logo-wrap {
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-fill-mode: none;
  animation-iteration-count: 1;
  animation-name: wrapMarginBig;
  animation-duration: 0.7s;
  transition: opacity 0.7s ease;
  opacity: 1;
}
header.navbar .logo-wrap a {
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-fill-mode: none;
  animation-iteration-count: 1;
  animation-name: containerBigger;
  animation-duration: 0.7s;
}
header.navbar .logo-wrap a .inner {
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-fill-mode: none;
  animation-iteration-count: 1;
  animation-name: innerContainerBigger;
  animation-duration: 0.7s;
}
header.navbar .logo-wrap a .inner span,
header.navbar .logo-wrap a .inner svg {
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-fill-mode: none;
  animation-iteration-count: 1;
}
header.navbar .logo-wrap a .inner .big {
  animation-name: fontBigger_Big, fontBigger_BigPos;
  animation-duration: 0.6s, 0.7s;
}
header.navbar .logo-wrap a .inner .marble {
  animation-name: fontBigger_Marble, fontBigger_MarblePos;
  animation-duration: 0.7s, 0.8s;
}
header.navbar .logo-wrap a .inner .farms {
  animation-name: fontBigger_Farms, fontBigger_FarmsPos;
  animation-duration: 0.8s, 0.9s;
}
header.navbar .logo-wrap a .inner svg {
  animation-name: leafMoveIn;
  animation-duration: 0.8s;
}
header.navbar .logo-wrap.loading {
  animation-duration: 0s !important;
}
header.navbar .logo-wrap.loading a {
  animation-duration: 0s !important;
}
header.navbar .logo-wrap.loading a .inner {
  animation-duration: 0s !important;
}
header.navbar .logo-wrap.loading a .inner span, header.navbar .logo-wrap.loading a .inner svg {
  animation-duration: 0s !important;
}
header.navbar .logo-wrap.fadeout {
  opacity: 0;
}
header.navbar .logo-wrap {
  margin-top: 1.75rem;
  transform: translateZ(0);
  font-size: 1.6rem;
  border-radius: 50%;
  border: solid 2px #FFFFFF;
  display: inline-block;
}
header.navbar .logo-wrap a {
  font-family: "cubano", sans-serif;
  display: block;
  border-radius: 10rem 10rem;
  width: 16rem;
  height: 16rem;
  color: #FFFFFF;
  text-align: center;
  border: solid 0.265rem #0076a8;
  text-decoration: none;
}
header.navbar .logo-wrap a .inner {
  display: block;
  position: relative;
  overflow: hidden;
  width: 15.47rem;
  height: 15.47rem;
  border-radius: 10rem 10rem;
  border: solid 0.4rem #fff;
  background-color: #0076a8;
}
header.navbar .logo-wrap a .inner span {
  display: block;
  position: absolute;
  border: 0;
}
header.navbar .logo-wrap a .inner .big {
  z-index: 1500;
  top: -0.5rem;
  left: 2.5rem;
  font-size: 6.7rem;
  letter-spacing: 0rem;
}
header.navbar .logo-wrap a .inner .marble {
  z-index: 1000;
  top: 6.5rem;
  left: 1.5rem;
  font-size: 3rem;
  letter-spacing: 0.09rem;
}
header.navbar .logo-wrap a .inner .farms {
  z-index: 500;
  top: 10.25rem;
  left: 4.25rem;
  font-size: 1.3rem;
  letter-spacing: 0.5rem;
}
header.navbar .logo-wrap a .inner svg {
  position: absolute;
  bottom: 0.575rem;
  left: 4.875rem;
  width: 4.45rem;
  height: auto;
}
header.navbar .logo-wrap a .inner svg .st0 {
  fill: #FFFFFF;
}

footer .logo-wrap {
  margin-top: 1.75rem;
  transform: translateZ(0);
  font-size: 1.6rem;
  border-radius: 50%;
  border: solid 2px #FFFFFF;
  display: inline-block;
}
footer .logo-wrap a {
  font-family: "cubano", sans-serif;
  display: block;
  border-radius: 10rem 10rem;
  width: 16rem;
  height: 16rem;
  color: #FFFFFF;
  text-align: center;
  border: solid 0.265rem #0076a8;
  text-decoration: none;
}
footer .logo-wrap a .inner {
  display: block;
  position: relative;
  overflow: hidden;
  width: 15.47rem;
  height: 15.47rem;
  border-radius: 10rem 10rem;
  border: solid 0.4rem #fff;
  background-color: #0076a8;
}
footer .logo-wrap a .inner span {
  display: block;
  position: absolute;
  border: 0;
}
footer .logo-wrap a .inner .big {
  z-index: 1500;
  top: -0.5rem;
  left: 2.5rem;
  font-size: 6.7rem;
  letter-spacing: 0rem;
}
footer .logo-wrap a .inner .marble {
  z-index: 1000;
  top: 6.5rem;
  left: 1.5rem;
  font-size: 3rem;
  letter-spacing: 0.09rem;
}
footer .logo-wrap a .inner .farms {
  z-index: 500;
  top: 10.25rem;
  left: 4.25rem;
  font-size: 1.3rem;
  letter-spacing: 0.5rem;
}
footer .logo-wrap a .inner svg {
  position: absolute;
  bottom: 0.575rem;
  left: 4.875rem;
  width: 4.45rem;
  height: auto;
}
footer .logo-wrap a .inner svg .st0 {
  fill: #FFFFFF;
}

/* Flexslider styles */
.flexslider {
  width: 100%;
  height: 50rem;
  max-height: 50rem;
  border: 0;
  margin: 0 0 6rem 0;
  background: transparent;
}
.flexslider .slides img {
  width: auto;
  height: 100%;
}

.contextual {
  display: none !important;
}

img.home_flex {
  position: relative;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flex-direction-nav li {
  overflow: hidden;
}
.flex-direction-nav li a {
  height: 4.5rem;
  text-shadow: unset;
  text-indent: -9999px;
  color: transparent;
}
.flex-direction-nav li a:before {
  position: absolute;
  top: 0;
  text-shadow: unset;
  color: rgba(255, 255, 255, 0.8);
}
.flex-direction-nav li a.flex-prev {
  left: 0;
}
.flex-direction-nav li a.flex-next {
  right: 0;
}

.flex-control-paging {
  bottom: 10px;
  z-index: 2000;
}
.flex-control-paging li a {
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 2px transparent;
  box-shadow: unset;
  transition: all 0.3s ease;
}
.flex-control-paging li a.flex-active {
  background-color: transparent;
  border-color: #FFFFFF;
}

.paragraph--type--slice-flexslider .field--name-field-slice-title,
.paragraph--type--slice-flexslider .field--name-field-slice-content {
  padding: 0;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

#block-views-block-homepage-flexslider-block-1 ul.slides {
  height: 100%;
}
#block-views-block-homepage-flexslider-block-1 ul.slides li {
  height: 100%;
}
#block-views-block-homepage-flexslider-block-1 ul.slides li .views-field {
  position: relative;
  z-index: 100;
  /*
  padding-left: 20%;
  padding-right: 20%;
  */
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
#block-views-block-homepage-flexslider-block-1 ul.slides li .views-field.views-field-title {
  margin-top: 9rem;
  margin-bottom: 5rem;
  max-width: 1140px;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 11.5rem;
  line-height: 11.8rem;
  letter-spacing: -0.114rem;
  text-decoration: none;
  color: #FFFFFF;
}
#block-views-block-homepage-flexslider-block-1 ul.slides li .views-field.views-field-body {
  color: #FFFFFF;
  margin-bottom: 1.9rem;
}
#block-views-block-homepage-flexslider-block-1 ul.slides li .views-field.views-field-body .field-content {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 3.4rem;
}
#block-views-block-homepage-flexslider-block-1 ul.slides li .views-field.views-field-body .field-content svg#greenhouse_logo {
  width: 22rem;
  height: auto;
  fill: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 20%;
}
#block-views-block-homepage-flexslider-block-1 ul.slides li .views-field.views-field-field-content-cta a {
  font-family: cubano, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.9rem;
  color: #FFFFFF;
}
#block-views-block-homepage-flexslider-block-1 ul.slides li .views-field.views-field-field-content-cta a:hover {
  color: #0076a8;
}
#block-views-block-homepage-flexslider-block-1 ul.slides li .views-field.views-field-field-background-image {
  padding: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  width: 256rem;
  height: 50rem;
  max-width: unset;
}
#block-views-block-homepage-flexslider-block-1 ul.slides li .views-field.views-field-field-background-image img {
  width: 100%;
  height: auto;
}
#block-views-block-homepage-flexslider-block-1 ul.slides li.big-recipes .views-field.views-field-title {
  color: #0076a8;
  position: absolute;
  top: -4%;
  left: 58%;
  width: 33%;
  text-align: left;
}
#block-views-block-homepage-flexslider-block-1 ul.slides li.big-recipes .views-field.views-field-body {
  color: #0076a8;
  position: absolute;
  top: 63%;
  left: 58.5%;
  width: 30%;
}
#block-views-block-homepage-flexslider-block-1 ul.slides li.big-recipes .views-field.views-field-field-content-cta {
  position: absolute;
  top: 75%;
  left: 58.5%;
}
#block-views-block-homepage-flexslider-block-1 ul.slides li.big-recipes .views-field.views-field-field-content-cta a {
  color: #0076a8;
}

/* End Flexslider styles */
/* Home Page */
.home-header .field--name-field-content-title {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #157eb4;
}
.home-header .field--name-field-content-body {
  color: #157eb4;
  text-align: center;
  padding: 1em 0;
  font-size: 24px;
}

/** Backgrounds **/
/* The parallax_bg rule is used to clobber any other bg, as the element needs to be transparent in order for
	the parallax effect to show through. */
.parallax_bg {
  background: transparent !important;
}

.bg_img {
  background-size: contain;
}

.bg_alberta_grown {
  background-color: #7d6267;
}

.bg_always_growing {
  background-color: #6f8f9e;
}

.bg_community {
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.bg_kids {
  background-color: #a4a097;
}

.bg_produce {
  background-color: #f3ecda;
  background-image: url(../img/slice_bg/produce_slice_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.bg_find_us {
  background-color: transparent;
}

/** End Backgrounds **/
article.page-header.home_albertas_largest_greenhouse {
  background: transparent url(../img/header_banners/home_page_banner_2-kids-biking.jpg) no-repeat center center;
  background-size: cover;
  height: 80rem;
  margin-bottom: 10rem;
}
article.page-header.home_albertas_largest_greenhouse .field--name-field-header-title {
  color: #FEFEFE;
  font-size: 10rem;
  line-height: 9.8rem;
  max-width: 56rem;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(18%, -121%);
}
article.page-header .field--name-field-header-title {
  font-family: fairwater-script, sans-serif;
  font-weight: 700;
  font-style: normal;
}

body.video-open .block-views-blockhomepage-banners-block-1 {
  margin-top: -34px;
}
body.video-open .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ol.flex-control-nav {
  display: none;
}

.block-views-blockhomepage-banners-block-1 {
  height: 80rem;
}
.block-views-blockhomepage-banners-block-1 .form-group {
  height: 100%;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners {
  height: 100%;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content {
  height: 100%;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider {
  height: 100%;
  max-height: 80rem;
  border-radius: 0;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides {
  height: 100%;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li {
  position: relative;
  height: 100%;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .field--label {
  display: none;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.video-banner .container .field--name-field-home-banner-image {
  pointer-events: initial;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.video-banner .container .field--name-field-home-banner-image img {
  cursor: pointer;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 80rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.6s ease, max-height 0.8s ease;
  background-color: #000000;
  z-index: 2500;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .video svg {
  background-color: transparent;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .video .field--name-field-video-embed {
  max-width: 142.3rem;
  width: 100%;
  height: 80rem;
  margin: 0 auto;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .video a.close-video {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 500;
  width: 4.6rem;
  height: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #90B44E;
  color: #FFFFFF;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .video a.close-video:hover {
  background-color: #0076a8;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .video a.close-video:before, .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .video a.close-video:after {
  content: " ";
  display: block;
  width: 3rem;
  height: 0.3rem;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .video a.close-video:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .video a.close-video:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .video.on {
  max-height: 80rem;
  opacity: 1;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .svgContainer {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2560px;
  z-index: 100;
  height: 100%;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .svgContainer .field--name-field-home-banner-background {
  display: block;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .svgContainer .field--name-field-home-banner-background-mob {
  display: none;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .svgContainer svg {
  width: 2560px;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 200;
  height: 100%;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .copy-container {
  width: 35%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .copy-container h3 {
  font-family: ff-good-web-pro-wide, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 6rem;
  line-height: 6.5rem;
  color: #FFFFFF;
  margin-top: 10.8rem;
  text-transform: uppercase;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .copy-container .body {
  font-family: din-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3rem;
  line-height: 4rem;
  color: #FFFFFF;
  margin-top: 2.5rem;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .copy-container .banner-cta {
  display: inline-block;
  font-family: ff-good-web-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.1rem;
  line-height: 2.5rem;
  color: #FFFFFF;
  margin-top: 3rem;
  text-decoration: none;
  transition: color 0.3s ease;
  width: 14.6rem;
  border: 1px solid #FFFFFF;
  text-align: center;
  border-radius: 5px;
  padding: 0.8rem 0;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .copy-container .banner-cta:hover {
  color: #0076a8;
  background-color: #FFFFFF;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .copy-container .banner-cta:hover:after {
  color: #0076a8;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .field--name-field-home-banner-image {
  width: 60%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .field--name-field-home-banner-image .field--item img {
  width: 100%;
  height: auto;
  max-width: none;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .branding-container {
  display: inline-block;
  width: auto;
  position: absolute;
  bottom: 12rem;
  left: 0;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .branding-container .field--name-field-home-banner-branding {
  width: 20.8rem;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .branding-container .field--name-field-home-banner-branding svg {
  width: 100%;
  height: auto;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .branding-container .field--name-field-home-banner-branding svg path {
  fill: #FFFFFF;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.hello-welcome .container .field--name-field-home-banner-image {
  position: relative;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.hello-welcome .container .field--name-field-home-banner-image .field--item::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  background: url("../img/header_banners/play-button.svg") no-repeat;
  width: 7.2rem;
  height: 4.8rem;
  cursor: pointer;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.hello-welcome .container .field--name-field-home-banner-image img {
  transform: rotate(-5deg);
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.juicy-crunchy .container .copy-container {
  width: 42%;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.juicy-crunchy .container .field--name-field-home-banner-image {
  width: 57%;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.juicy-crunchy .container .field--name-field-home-banner-image .field--item {
  position: relative;
  width: 100%;
  height: 100%;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.juicy-crunchy .container .field--name-field-home-banner-image .field--item img {
  position: absolute;
  max-width: 98rem;
  width: max-content;
  top: 5.6rem;
  right: 0;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.packaging-innovation .container .field--name-field-home-banner-image img {
  max-width: 80.8rem;
  width: max-content;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.great-ingredients-great-meals .container .copy-container {
  width: 41%;
  margin-right: 3rem;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.great-ingredients-great-meals .container .field--name-field-home-banner-image {
  width: 55%;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.great-ingredients-great-meals .container .field--name-field-home-banner-image img {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 15px;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ol.flex-control-nav {
  bottom: 5rem;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ol.flex-control-nav li {
  margin: 0 1rem;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ol.flex-control-nav li a {
  width: 2rem;
  height: 2rem;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  opacity: 0.5;
  transition: background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}
.block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ol.flex-control-nav li a.flex-active {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  opacity: 1;
}

.home_our_freshest {
  background-color: #F9F9F9;
  text-align: center;
}
.home_our_freshest .content {
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12rem;
}
.home_our_freshest .content .field {
  flex-basis: 100%;
  width: 100%;
}
.home_our_freshest .content .field--name-field-content-inline-image {
  order: 2;
  border-radius: unset;
  border: unset;
  width: auto;
  height: auto;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_our_freshest .content .field--name-field-content-inline-image > div.our-freshest {
  position: relative;
  min-height: 26rem;
  margin: 0 1rem;
}
.home_our_freshest .content .field--name-field-content-inline-image > div.our-freshest:after {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  color: #4A4A4A;
}
.home_our_freshest .content .field--name-field-content-inline-image > div.our-freshest.tomatoes:after {
  content: "Tomatoes";
}
.home_our_freshest .content .field--name-field-content-inline-image > div.our-freshest.cucumbers:after {
  content: "Cucumbers";
}
.home_our_freshest .content .field--name-field-content-inline-image > div.our-freshest.peppers:after {
  content: "Peppers";
}
.home_our_freshest .content .field--name-field-content-inline-image > div.our-freshest.eggplants:after {
  content: "Eggplants";
}
.home_our_freshest .content .field--name-field-content-inline-image > div.our-freshest.lettuces:after {
  content: "Lettuces";
}
.home_our_freshest .content .field--name-field-content-inline-image img {
  width: 40rem;
  height: auto;
  max-width: 100%;
  position: relative;
}
.home_our_freshest .content .field--name-field-content-title {
  order: 1;
  margin-bottom: 3rem;
}
.home_our_freshest .content .field--name-field-content-body {
  order: 3;
  text-align: center;
}
.home_our_freshest .content .field--name-field-content-body p {
  width: 66%;
  margin: 0 auto;
  /*
  &:first-child {
    @include din-demi();
    color: $bmfBrightBlue;
    font-size: 4rem;
    line-height: 5.5rem;
    text-align: center;
    text-transform: unset;
    width: 100%;
    margin-bottom: 4rem;
  }

   */
}
.home_our_freshest .content .field--name-field-content-cta {
  order: 4;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.home_ready_to_enjoy {
  background-color: #F9F9F9;
  text-align: center;
  padding-top: 6rem;
}
.home_ready_to_enjoy .content {
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.home_ready_to_enjoy .content .field {
  flex-basis: 100%;
  width: 100%;
}
.home_ready_to_enjoy .content .field--name-field-content-inline-image {
  order: 2;
  border-radius: unset;
  border: unset;
  width: auto;
  height: auto;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.home_ready_to_enjoy .content .field--name-field-content-inline-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  position: relative;
}
.home_ready_to_enjoy .content .field--name-field-content-title {
  order: 1;
  margin-bottom: 3rem;
}
.home_ready_to_enjoy .content .field--name-field-content-body {
  order: 3;
  text-align: center;
}
.home_ready_to_enjoy .content .field--name-field-content-body p {
  width: 66%;
  margin: 0 auto;
}
.home_ready_to_enjoy .content .field--name-field-content-cta {
  order: 4;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.home_video_slice {
  height: 80rem;
  position: relative;
  padding: 0;
  border: 0;
  margin: 0;
  overflow: hidden;
}
.home_video_slice:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: block;
  z-index: 500;
}
.home_video_slice .content {
  margin: 0 !important;
  height: 100%;
}
.home_video_slice .content .field--name-field-content-body {
  position: relative;
  z-index: 350;
  width: 100%;
  height: 100%;
  max-width: initial !important;
}
.home_video_slice .content .field--name-field-content-body > .wistia_embed {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home_if_youre_looking {
  background-color: #DDD3B3;
}
.home_if_youre_looking .field--name-field-content-body {
  text-align: center;
}
.home_if_youre_looking .field--name-field-content-body p {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4A4A4A;
  font-size: 4.8rem;
  line-height: 5.3rem;
}

.home_big_recipes {
  padding: 6rem 0;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.home_big_recipes .content {
  display: flex;
  flex-wrap: wrap;
}
.home_big_recipes .content .field--name-field-content-inline-image {
  order: 2;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 3.5rem;
}
.home_big_recipes .content .field--name-field-content-inline-image img {
  width: 100%;
  height: auto;
}
.home_big_recipes .content .field--name-field-content-title {
  order: 1;
  width: 100%;
  margin-bottom: 4rem;
}
.home_big_recipes .content .desc-and-link {
  order: 3;
  width: calc(100% - 39rem);
  padding-right: 7.7rem;
}
.home_big_recipes .content .featured-recipe-wrapper {
  order: 4;
  width: 39rem;
  flex-basis: 39rem;
}
.home_big_recipes .content .views-element-container .view-recipe-grid.view-display-id-block_1 {
  display: inline-block;
}
.home_big_recipes .content .views-element-container .view-recipe-grid.view-display-id-block_1 .view-content {
  padding: 0;
}
.home_big_recipes .content .views-element-container .view-recipe-grid.view-display-id-block_1 .view-content .item-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home_big_recipes .content .views-element-container .view-recipe-grid.view-display-id-block_1 .view-content .item-list ul li {
  flex-basis: 39rem;
  width: 39rem;
}
.home_big_recipes .content .views-element-container .view-recipe-grid.view-display-id-block_1 .view-content .item-list ul li .views-field-nothing {
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 2.7rem;
  text-transform: uppercase;
  margin: 1.3rem 0 0 0;
  color: #0076a8;
}
.home_big_recipes .content .views-element-container .view-recipe-grid.view-display-id-block_1 .view-content .item-list ul li .views-field-field-recipe-thumbnail {
  width: 100%;
  height: auto;
}
.home_big_recipes .content .views-element-container .view-recipe-grid.view-display-id-block_1 .view-content .item-list ul li .views-field-title {
  text-align: left;
}
.home_big_recipes .content .views-element-container .view-recipe-grid.view-display-id-block_1 .view-content .item-list ul li .views-field-title a {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 2.7rem;
  text-decoration: none;
  color: #4A4A4A;
  transition: color 0.3s ease;
}
.home_big_recipes .content .views-element-container .view-recipe-grid.view-display-id-block_1 .view-content .item-list ul li .views-field-title a:hover {
  color: #0076a8;
}

.home_lets_talk_local {
  height: 557px;
  position: relative;
}
.home_lets_talk_local .field--name-field-content-inline-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  z-index: 1;
}
.home_lets_talk_local .field--name-field-content-inline-image .field--item {
  max-width: initial !important;
}
.home_lets_talk_local .field--name-field-content-inline-image .field--item img {
  max-width: initial;
}
.home_lets_talk_local .field--name-field-content-title {
  color: #FFFFFF;
  margin-top: 12rem;
  margin-bottom: 2rem;
  font-size: 8.5rem;
}
.home_lets_talk_local .field--name-field-content-body {
  color: #FFFFFF;
}
.home_lets_talk_local .field--name-field-content-body p {
  width: 66%;
}
.home_lets_talk_local .field--name-field-content-cta a {
  color: #FFFFFF;
}
.home_lets_talk_local .field--name-field-content-cta a:hover {
  color: #9B9B9B;
}
.home_lets_talk_local .field--name-field-content-title,
.home_lets_talk_local .field--name-field-content-body,
.home_lets_talk_local .field--name-field-content-cta {
  position: relative;
  z-index: 50;
}
.home_lets_talk_local svg {
  position: absolute;
}
.home_lets_talk_local svg#grown_in_ab {
  right: 0;
  bottom: -14.5rem;
  width: 15rem;
  fill: #FFFFFF;
}
.home_lets_talk_local svg#redhat_logo {
  right: 10em;
  bottom: -12.5rem;
  width: 17.5rem;
  fill: #FFFFFF;
}
.home_lets_talk_local svg#redhat_logo .st0 {
  stroke: #FFFFFF;
}

.home_where_to_find {
  padding: 6rem 0;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.home_where_to_find .content {
  position: relative;
  padding-right: 51rem !important;
}
.home_where_to_find .content .field--item {
  display: block;
}
.home_where_to_find .content .field--name-field-content-title {
  font-size: 6.2rem;
  line-height: 6.4rem;
}
.home_where_to_find .content .field--name-field-content-body {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.home_where_to_find .content .field--name-field-content-inline-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 32.4rem;
}
.home_where_to_find .content .field--name-field-content-inline-image .field--item {
  height: 100%;
}
.home_where_to_find .content .field--name-field-content-inline-image .field--item img {
  height: 100%;
  width: auto;
}

/* End Home Page */
/* Always Growing */
/** Always Growing Content Page **/
article.always_growing_header {
  background: transparent url(../img/header_banners/BMF-Always-Growing--Banner-clean.jpg) no-repeat center center;
  background-size: cover;
}
article.always_growing_header .field--name-field-header-title {
  font-family: fairwater-script, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14rem;
  line-height: 14.5rem;
  color: #fff;
  max-width: 1140px;
  text-align: left;
  display: table;
  width: auto;
  min-width: -moz-fit-content;
  min-width: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
article.always_growing_header .field--name-field-page-header-extra {
  display: inline-block;
  width: 1140px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10rem;
  text-align: right;
}
article.always_growing_header .field--name-field-page-header-extra svg {
  fill: #FFFFFF;
  width: 25rem;
  height: 25rem;
}
article.always_growing_header .content {
  height: 100%;
}
article.always_growing_header .header_bottom {
  background: transparent;
}

.always_growing .field--name-field-content-sub-title {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-weight: bold;
}
.always_growing .field--name-field-content-cta a {
  float: right;
}

/*** Always Growing Slices ***/
.always_growing_top {
  padding-top: 6rem;
  padding-bottom: 6rem;
  max-width: 1140px;
  margin: 0 auto;
}
.always_growing_top .field--name-field-content-sub-title {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #0076a8;
  font-size: 4rem;
  line-height: 5.5rem;
  text-align: center;
  text-transform: unset;
  width: 100%;
}
.always_growing_top .field--name-field-content-body {
  text-align: center;
  font-size: 1.8rem;
  line-height: 3.1rem;
  color: #4A4A4A;
  width: 75%;
}
.always_growing_top .field--name-field-content-body a {
  color: #0076a8;
}
.always_growing_top .field--name-field-content-body p {
  margin: 4rem 0;
}

.always_growing_smh {
  height: 87.6rem;
}
.always_growing_smh .field--name-field-content-sub-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  max-width: 100% !important;
  padding: 4.5rem;
  font-family: fairwater-script, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6.2rem;
  line-height: 5.7rem;
}
.always_growing_smh .field--name-field-content-title {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #0076a8;
  margin-top: 10rem;
  margin-bottom: 2.5rem;
  font-size: 8.5rem;
}
.always_growing_smh .field--name-field-content-body {
  column-count: 2;
  column-gap: 5rem;
  color: #4A4A4A;
}
.always_growing_smh .field--name-field-content-body a {
  color: #0076a8;
}

.always_growing_breaker {
  font-weight: 800;
  background-color: #DDD3B3;
  color: #4A4A4A;
  text-align: center;
}
.always_growing_breaker .field--name-field-content-sub-title {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.8rem;
  line-height: 5.7rem;
  letter-spacing: unset;
}

.always_growing_ls {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.always_growing_ls .field--name-field-content-title {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  font-size: 7.5rem;
  line-height: 9.2rem;
  margin-bottom: 3rem;
}
.always_growing_ls .field--name-field-content-body p {
  margin: 0 auto 7.5rem auto;
  text-align: center;
  font-size: 1.8rem;
  line-height: 3.1rem;
  color: #4A4A4A;
  max-width: 50%;
}
.always_growing_ls .field--name-field-content-body svg {
  display: block;
  width: 25rem;
  height: auto;
  margin: 0 auto;
  fill: #0076a8;
}

.always_growing_greenhouse {
  background-color: #7A9743;
  height: 78.5rem;
}
.always_growing_greenhouse .content {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  padding-top: 8rem;
}
.always_growing_greenhouse .content .field--name-field-content-title {
  color: #FFFFFF;
  width: 40%;
  display: block;
  margin-left: 0 !important;
  margin-bottom: 5rem;
}
.always_growing_greenhouse .content .field--name-field-content-body {
  color: #FFFFFF;
  width: 40%;
  display: block;
  text-align: right;
  margin-left: 0 !important;
}
.always_growing_greenhouse .content .field--name-field-content-body p {
  margin: 2rem 0;
  text-align: left;
}
.always_growing_greenhouse .content .field--name-field-content-body svg {
  width: 20rem;
  fill: #FFFFFF;
  margin-top: 2rem;
}
.always_growing_greenhouse .content .field--name-field-content-inline-image {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
}
.always_growing_greenhouse .content .field--name-field-content-inline-image img {
  height: 100%;
  width: auto;
  max-width: initial;
}

/* Mini Always Growing Flexslider */
/* Yeah, this isn't a Flexslider anymore, and changing the machine name of a view in D8 isn't a whole lotta fun, so
    we're going to keep using the original name for now.
 */
#block-views-block-always-growing-flexslider-block-1 {
  padding: 7rem 0;
  position: relative;
}
#block-views-block-always-growing-flexslider-block-1 h2.block-title {
  display: none;
}

.view-always-growing-flexslider .view-content {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.view-always-growing-flexslider .view-content .item-list {
  max-width: 100%;
}
.view-always-growing-flexslider .view-content .item-list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.view-always-growing-flexslider .view-content .item-list ul li {
  flex-basis: 50%;
  width: 50%;
}
.view-always-growing-flexslider .view-content .item-list ul li:nth-child(odd) article {
  padding-right: 7.5rem;
}
.view-always-growing-flexslider .view-content .item-list ul li:nth-child(even) article {
  padding-left: 7.5rem;
}
.view-always-growing-flexslider .view-content .item-list ul li article {
  margin-bottom: 9rem;
}
.view-always-growing-flexslider .view-content .item-list ul li article .content .field--name-field-content-title {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.5rem;
  line-height: 5.5rem;
  text-transform: initial;
}

/*** End Always Growing Slices ***/
/** End Always Growing Content Page **/
/* End Always Growing */
/* Produce */
/** Produce Content Page **/
body.path-produce div.sku-image {
  position: absolute;
  opacity: 1;
  transition: top 0.6s ease, left 0.6s ease, opacity 0.3s ease;
  overflow: hidden;
}
body.path-produce div.sku-image.hidden {
  opacity: 0;
}
body.path-produce div.sku-image a.close {
  position: absolute;
  top: 1.5rem;
  right: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: solid 2px #0076a8;
  color: #0076a8;
  z-index: 100;
  width: 2rem;
  height: 2rem;
  padding: 1.3rem 1.25rem 1.25rem 1.25rem;
  opacity: 1;
  font-weight: 400;
  text-shadow: none;
}
body.path-produce div.sku-image img {
  transition: width 0.6s ease, height 0.65s ease;
  cursor: pointer;
}
body.path-produce section.col-sm-12 {
  padding-top: 10rem;
  padding-bottom: 6rem;
}
body.path-produce article.produce_header {
  background: transparent url(../img/header_banners/produce_banner.jpg) no-repeat center center;
  background-size: cover;
  margin: 0;
  min-height: 50rem;
  overflow: hidden;
}
body.path-produce article.produce_header .content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 100%;
}
body.path-produce article.produce_header .content .field--name-field-header-title {
  font-family: fairwater-script, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: table;
  font-size: 14rem;
  line-height: 14.5rem;
  color: #FFFFFF;
  text-align: left;
  width: auto;
  min-width: -moz-fit-content;
  min-width: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.path-produce article.produce_header .header_bottom {
  display: none;
}
body.path-produce .produce_top {
  background-color: #0076a8;
}
body.path-produce .produce_top > .content > .views-element-container {
  opacity: 1 !important;
}
body.path-produce .produce_top .content {
  max-width: 1140px;
  margin: 0 auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
body.path-produce .produce_top .content .views-element-container {
  width: 100%;
}
body.path-produce .produce_top .content ul {
  list-style: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
body.path-produce .produce_top .content ul li a {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 3.1rem;
  text-transform: uppercase;
  color: #CCCCCC;
}
body.path-produce .produce_top .content ul li a.active {
  color: #FFFFFF;
  text-decoration: underline;
}
body.path-produce .views-element-container {
  transition: all 0.3s ease;
  opacity: 1;
}
body.path-produce .views-element-container.fadeout {
  opacity: 0;
}
body.path-produce .views-element-container.block-views {
  height: auto;
  overflow: hidden;
}
body.path-produce .views-element-container.block-views.fadeout {
  height: 0;
}
body.path-produce .view-produce .view-filters {
  display: none;
}
body.path-produce .view-produce .view-content .item-list > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.path-produce .view-produce .view-content .item-list > ul > li {
  max-width: 1140px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 3rem 3rem 0 3rem;
  margin-bottom: 8rem;
}
body.path-produce .view-produce .view-content .item-list > ul > li article {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  text-align: left;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 {
  margin-bottom: 10rem;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container {
  min-height: 48rem;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .produce-copy-container {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 51rem);
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .produce-copy-container h3 {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 4.5rem;
  line-height: 4.8rem;
  text-transform: uppercase;
  color: #0076a8;
  display: inline-block;
  width: 40rem;
  margin-bottom: 2rem;
  margin-left: 2rem;
  text-align: left;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .produce-copy-container p {
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 3.1rem;
  display: inline-block;
  width: 40rem;
  margin-left: 2rem;
  text-align: left;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .produce-copy-container .nutritional-fact-container {
  display: inline-block;
  width: 40rem;
  margin-top: 5rem;
  margin-left: 2rem;
  text-align: left;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .produce-copy-container .nutritional-fact-container .field--label {
  position: relative;
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0076a8;
  font-size: 2.4rem;
  line-height: 2.7rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .produce-copy-container .nutritional-fact-container .field--label:before {
  content: " ";
  background: transparent url("../img/icons/nutrient-icon.svg") no-repeat top left;
  background-size: cover;
  width: 3.6rem;
  height: 3.6rem;
  display: inline-block;
  margin-right: 1rem;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .produce-copy-container .nutritional-fact-container .field--label:hover {
  color: #9B9B9B;
  cursor: pointer;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .produce-copy-container .nutritional-fact-container .field--item img {
  display: none;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .produce-copy-container .promoted-recipe-container {
  display: inline-block;
  width: 40rem;
  margin-top: 2rem;
  margin-left: 2rem;
  text-align: left;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .produce-copy-container .promoted-recipe-container a {
  position: relative;
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0076a8;
  font-size: 2.4rem;
  line-height: 2.7rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .produce-copy-container .promoted-recipe-container a:before {
  content: " ";
  background: transparent url("../img/icons/recipe-icon.svg") no-repeat top left;
  background-size: cover;
  width: 3.6rem;
  height: 3.6rem;
  display: inline-block;
  margin-right: 1rem;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .produce-copy-container .promoted-recipe-container a:hover {
  color: #9B9B9B;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .image-catcher {
  display: inline-block;
  vertical-align: top;
  width: 50rem;
  min-height: 33rem;
  opacity: 1;
  transition: opacity 0.3s ease;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .image-catcher > ul {
  list-style: none;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .image-catcher.fade {
  opacity: 0;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .image-catcher img {
  width: 100%;
  height: auto;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .image-catcher .flexslider {
  height: auto;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .image-catcher .flexslider ul.slides {
  list-style: none;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .image-catcher .flex-control-nav {
  bottom: -3rem;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .image-catcher .flex-control-nav li a {
  background-color: #4A4A4A;
  border-color: #4A4A4A;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .image-catcher .flex-control-nav li a.flex-active {
  opacity: 1;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-field-produce-image .field-content > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-field-produce-image .field--label {
  display: none;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-field-produce-image .flexslider {
  height: 17.1rem;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-field-produce-image .flexslider:hover .flex-direction-nav .flex-prev {
  left: 0;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-field-produce-image .flexslider:hover .flex-direction-nav .flex-next {
  right: 0;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-field-produce-image .flexslider .flex-viewport {
  height: 100%;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-field-produce-image .flexslider .flex-viewport ul.slides {
  height: 100%;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-field-produce-image .flexslider .flex-viewport ul.slides li {
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-bottom: solid 0.1rem transparent;
  transition: border-color 0.3s ease;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-field-produce-image .flexslider .flex-viewport ul.slides li img {
  cursor: pointer;
  height: calc(100% - 2.25rem);
  width: auto;
  margin: 0 auto;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-field-produce-image .flexslider .flex-viewport ul.slides li span.sku-title {
  display: inline-block;
  margin-top: 0.5rem;
  transition: color 0.3s ease;
  max-height: 2rem;
  overflow: hidden;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-field-produce-image .flexslider .flex-viewport ul.slides li.active span.sku-title {
  color: #0076a8;
  font-weight: bold;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-field-produce-image .flexslider .flex-direction-nav li a {
  width: 2.92rem;
  height: 2.92rem;
  opacity: 1;
  display: block;
  margin-top: -3.5rem;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-field-produce-image .flexslider .flex-direction-nav li a:before {
  content: " ";
  width: 2.92rem;
  height: 2.92rem;
  display: block;
  background: transparent url("../img/icons/pager_arrow.png") no-repeat top left;
  background-size: contain;
  opacity: 0.7;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-field-produce-image .flexslider .flex-direction-nav li a.flex-next:before {
  transform: rotate(180deg);
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-field-produce-flavours {
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 3.1rem;
  display: inline-block;
  width: 40rem;
  margin-left: 2rem;
  text-align: left;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-field-produce-flavours ul {
  list-style: disc;
  list-style-position: outside;
  margin-top: 3rem;
  margin-left: 2rem;
  padding: 0;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-field-produce-flavours ul li {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling {
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 3.1rem;
  text-align: left;
  width: calc(100% + 6rem);
  margin-left: -3rem;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container {
  padding: 4rem 3rem 0 3rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: rgba(0, 118, 168, 0.09);
  position: relative;
  transition: max-height 0.3s ease, padding 0.3s ease;
  overflow: hidden;
  max-height: 4rem;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container.open {
  padding: 6rem 3rem 6rem 3rem;
  max-height: 40rem;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container.open a.fresh-facts-toggle:before {
  transform: rotate(45deg);
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container a.fresh-facts-toggle {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.8rem 0 0.8rem 3.4rem;
  height: 4rem;
  width: 100%;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.9rem;
  color: #0076a8;
  line-height: 2.5rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  background-color: rgba(0, 118, 168, 0.14);
  text-decoration: none;
  transition: color 0.3s ease;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container a.fresh-facts-toggle:before {
  content: "+";
  transition: transform 0.3s ease;
  font-size: 4rem;
  font-weight: 100;
  margin-right: 1.6rem;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container a.fresh-facts-toggle:focus {
  color: #0076a8;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container a.fresh-facts-toggle:hover {
  color: #0076a8;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container .attrib-group {
  border-right: solid 1px #0076a8;
  flex-basis: 33%;
  height: 100%;
  padding: 0 2rem;
  color: #0076a8;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container .attrib-group:last-of-type {
  border-right: 0;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container .attrib-group h3 {
  font-family: fairwater-script, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 2.5rem;
  color: #0076a8;
  margin: 2rem 0 1rem 0;
  padding: 0;
  text-align: left;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container .attrib-group ul {
  list-style: disc;
  list-style-position: outside;
  margin: 0 0 0 2rem;
  padding: 0;
}
body.path-produce .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container .attrib-group ul li {
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #0076a8;
  text-align: left;
}
/* End Produce */
/* Alberta Grown */
/** Alberta Grown Home Page **/
.path-frontpage .alberta_grown {
  color: #fff;
}
.path-frontpage .alberta_grown .field--name-field-content-title {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-weight: bold;
  margin-top: 3em;
}
.path-frontpage .alberta_grown .field--name-field-content-sub-title {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 22px;
}
.path-frontpage .alberta_grown .field--name-field-content-cta {
  margin-bottom: 3em;
}
.path-frontpage .alberta_grown .field--name-field-content-body:after {
  content: " ";
  display: block;
  background: transparent url(../img/made-in-alberta-stamp-white.png) no-repeat bottom left;
  background-size: contain;
  width: 150px;
  height: 150px;
  position: relative;
  float: right;
  -webkit-shape-outside: circle(75px at 50% 50%);
  shape-outside: circle(75px at 50% 50%);
  -webkit-shape-margin: 20px;
  shape-margin: 20px;
  -webkit-clip-path: circle(75px at 50% 50%);
  clip-path: circle(75px at 50% 50%);
}

/** End Alberta Grown Home Page **/
/** Alberta Grown Content Page **/
article.alberta_grown_header {
  background: transparent url(../img/header_banners/alberta-grown-banner.jpg) no-repeat center center;
  background-size: cover;
}
article.alberta_grown_header .field--name-field-header-title {
  font-family: fairwater-script, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14rem;
  line-height: 14.5rem;
  color: #fff;
  text-align: left;
  display: table;
  width: auto;
  min-width: -moz-fit-content;
  min-width: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -75%);
}
article.alberta_grown_header .field--name-field-page-header-extra {
  display: inline-block;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(181%, 36%);
}
article.alberta_grown_header .field--name-field-page-header-extra svg {
  fill: #FFFFFF;
  width: 17rem;
  height: 17rem;
}
article.alberta_grown_header .header_bottom {
  background: transparent;
}

.alberta_grown_top_header {
  max-width: 100%;
}
.alberta_grown_top_header .content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.alberta_grown_top_header .field--name-field-content-title {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4rem;
  line-height: 5.5rem;
  color: #0076a8;
  max-width: 1140px;
  width: 100%;
  text-align: center;
  padding: 4.5rem;
  text-transform: initial;
}

.alberta_grown_top_content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 12rem;
}
.alberta_grown_top_content .content .field--name-field-content-body {
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 3.1rem;
  text-align: center;
  width: 66%;
}

.alberta_grown_our_culture {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  height: 90rem;
}
.alberta_grown_our_culture .content .field--name-field-content-inline-image {
  position: absolute;
  top: 0;
  left: -5rem;
  z-index: 100;
}
.alberta_grown_our_culture .content .field--name-field-content-inline-image img {
  width: 100%;
  height: auto;
}
.alberta_grown_our_culture .content .field--name-field-content-title {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 9.5rem;
  line-height: 9.5rem;
  padding: 4.3rem 7.5rem 3rem 7.5rem;
  position: absolute;
  margin: 0 !important;
  top: 50%;
  left: 50%;
  z-index: 400;
  transform: translate(-21%, -103%);
  background-color: #F9F9F9;
  width: 70%;
}
.alberta_grown_our_culture .content .field--name-field-content-body {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 400;
  transform: translate(-21%, -2%);
  padding: 0 7.5rem 4.3rem 7.5rem;
  background-color: #F9F9F9;
  width: 70%;
}

.alberta_grown_our_friends {
  background-color: #0076a8;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.alberta_grown_our_friends .content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.alberta_grown_our_friends .content .field--name-field-content-title {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 7.5rem;
  line-height: 7.5rem;
  color: #FFFFFF;
  width: 47%;
  margin-left: 0 !important;
  margin-bottom: 3rem;
}
.alberta_grown_our_friends .content .field--name-field-content-body p {
  float: left;
  width: 60%;
  margin-right: 10%;
  color: #FFFFFF;
}
.alberta_grown_our_friends .content .field--name-field-content-body svg#redhat_logo {
  fill: #FFFFFF;
  width: 24rem;
  float: left;
}
.alberta_grown_our_friends .content .field--name-field-content-body svg#redhat_logo .st0 {
  stroke: #FFFFFF;
}

.alberta_grown_our_founder {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.alberta_grown_our_founder .content {
  padding-left: 42rem !important;
}
.alberta_grown_our_founder .content .field--name-field-content-inline-image {
  position: absolute;
  top: 8rem;
  left: 0;
  width: 42rem;
  height: 43rem;
}
.alberta_grown_our_founder .content .field--name-field-content-inline-image img {
  transform: rotate(-5deg);
  width: 90%;
  height: auto;
  box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.5);
}
.alberta_grown_our_founder .content .field--name-field-content-title,
.alberta_grown_our_founder .content .field--name-field-content-sub-title,
.alberta_grown_our_founder .content .field--name-field-content-body {
  width: 100%;
}
.alberta_grown_our_founder .content .field--name-field-content-title {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 7.5rem;
  line-height: 7.5rem;
}
.alberta_grown_our_founder .content .field--name-field-content-sub-title {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 3rem;
  line-height: 0.7rem;
  text-transform: uppercase;
  color: #0076a8;
  margin: 2rem 0 !important;
}
.alberta_grown_our_founder .content .field--name-field-content-body p strong {
  font-weight: 600;
}
.alberta_grown_our_founder .content .field--name-field-content-body p strong:first-of-type {
  font-weight: 700;
}

.alberta_grown_the_cramer_family {
  background-color: rgba(221, 211, 179, 0.1);
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.alberta_grown_the_cramer_family .content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.alberta_grown_the_cramer_family .content .field--name-field-content-title {
  order: 1;
  font-size: 6.5rem;
  line-height: 6.5rem;
}
.alberta_grown_the_cramer_family .content .field--name-field-content-body {
  order: 2;
  text-align: center;
  padding: 0 12.5%;
  margin: 2rem 0 4rem 0;
}
.alberta_grown_the_cramer_family .content .field--name-field-content-inline-image {
  order: 3;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
}

.alberta_grown_rick {
  padding: 8.5rem 0;
}
.alberta_grown_rick .content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.alberta_grown_rick .content .field--name-field-content-title {
  font-size: 6.5rem;
  line-height: 6.5rem;
  margin-bottom: 2rem;
}
.alberta_grown_rick .content .field--name-field-content-inline-image {
  float: left;
  margin-left: 10rem;
  margin-right: 5rem;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
  transform: rotate(-5deg);
}

.alberta_grown_albert {
  padding: 8.5rem 0;
}
.alberta_grown_albert .content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.alberta_grown_albert .content .field--name-field-content-title {
  font-size: 6.5rem;
  line-height: 6.5rem;
  margin-bottom: 2rem;
}
.alberta_grown_albert .content .field--name-field-content-inline-image {
  float: left;
  margin-left: 10rem;
  margin-right: 5rem;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
  transform: rotate(4.8deg);
}

.alberta_grown_grow_with_us {
  color: #FFFFFF;
  padding-top: 3rem;
  padding-bottom: 3rem;
  height: 29rem;
  margin-bottom: 12rem;
  background: #90B44E url(../img/slice_bg/grow-with-us-image-slice.jpeg) no-repeat center center;
  background-size: cover;
}
.alberta_grown_grow_with_us.parallax_bg {
  background: initial !important;
}
.alberta_grown_grow_with_us .content {
  max-width: 1140px;
  margin: 0 auto !important;
  text-align: center;
}
.alberta_grown_grow_with_us .field--name-field-content-title {
  font-family: fairwater-script, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 9rem;
  line-height: 11.3rem;
  color: #FFFFFF;
  text-transform: initial;
}
.alberta_grown_grow_with_us .field--name-field-content-body {
  text-align: center;
}
.alberta_grown_grow_with_us .field--name-field-content-body p:first-of-type {
  margin: 3rem 0;
}
.alberta_grown_grow_with_us .field--name-field-content-body a {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #FFFFFF;
}
.alberta_grown_grow_with_us .field--name-field-content-body a:after {
  content: "›";
  display: inline-block;
  font-size: 3rem;
  line-height: 1.7rem;
  margin-left: 0.5rem;
  padding-top: 0.1rem;
  position: relative;
  top: 0.22rem;
  transition: color 0.3s ease;
}

/** End Alberta Grown Content Page **/
/* End Alberta Grown */
body.page-node-type-big-marble-first article.big_marble_first_header {
  background: transparent url(../img/header_banners/BM-first-overview-banner.jpg) no-repeat center center;
  background-size: cover;
  margin: 0;
  min-height: 50rem;
  overflow: hidden;
  padding: 0;
}
body.page-node-type-big-marble-first article.big_marble_first_header .content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 13.8rem;
  padding-bottom: 5.4rem;
}
body.page-node-type-big-marble-first article.big_marble_first_header .content p {
  margin-top: 5.3rem;
  font-size: 2.55rem;
  line-height: 2.9rem;
  color: #FFFFFF;
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
body.page-node-type-big-marble-first article.big_marble_first_header .content .field--name-field-header-title {
  font-family: fairwater-script, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12.2rem;
  line-height: 14.9rem;
  color: #FFFFFF;
  text-align: right;
  width: 76.2rem;
  min-width: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
}
body.page-node-type-big-marble-first article.big_marble_first_header .content svg {
  background: rgba(0, 0, 0, 0.2);
}
body.page-node-type-big-marble-first article.big_marble_first_header .header_bottom {
  display: none;
}
body.page-node-type-big-marble-first .big_marble_first_top {
  background-color: #0076a8;
}
body.page-node-type-big-marble-first .big_marble_first_top .content {
  max-width: 1140px;
  margin: 0 auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
body.page-node-type-big-marble-first .big_marble_first_top .content .item-list {
  width: 100%;
  height: 100%;
}
body.page-node-type-big-marble-first .big_marble_first_top .content ul {
  list-style: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;
}
body.page-node-type-big-marble-first .big_marble_first_top .content ul li {
  height: 100%;
  flex-basis: 33.33%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-node-type-big-marble-first .big_marble_first_top .content ul li.active {
  background: rgba(255, 255, 255, 0.5);
}
body.page-node-type-big-marble-first .big_marble_first_top .content ul li a {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 3.1rem;
  text-transform: uppercase;
  color: #FFFFFF;
}
body.page-node-type-big-marble-first .big_marble_first_top .content ul li a.active, body.page-node-type-big-marble-first .big_marble_first_top .content ul li a:hover {
  text-decoration: none;
}
body.page-node-type-big-marble-first .bmfirst-tab {
  opacity: 0;
  transition: opacity 0.3s ease;
  height: 0;
  overflow: hidden;
}
body.page-node-type-big-marble-first .bmfirst-tab.active {
  opacity: 1;
  height: auto;
}
body.page-node-type-big-marble-first div.packaging-intro,
body.page-node-type-big-marble-first .views-element-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
body.page-node-type-big-marble-first article.content > .content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
body.page-node-type-big-marble-first article.content > .content .field--name-field-content-body p {
  font-size: 3rem;
  line-height: 4.8rem;
  color: #4A4A4A;
}
body.page-node-type-big-marble-first article.content.bmfirst_well_being {
  padding-top: 11.5rem;
  padding-bottom: 13rem;
}
body.page-node-type-big-marble-first article.content.bmfirst_well_being .content {
  position: relative;
  height: 100%;
}
body.page-node-type-big-marble-first article.content.bmfirst_well_being .content .field--name-field-content-body {
  top: 0;
  left: 0;
  width: 84rem;
  text-align: center;
}
body.page-node-type-big-marble-first article.content.bmfirst_well_being .content .field--name-field-content-body p {
  color: #0076a8;
  margin-bottom: 6.8rem;
}
body.page-node-type-big-marble-first article.content.bmfirst_well_being .content .field--name-field-content-body ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 68.9rem;
  margin: auto;
}
body.page-node-type-big-marble-first article.content.bmfirst_well_being .content .field--name-field-content-body ul li {
  flex-basis: 25%;
}
body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow {
  height: 102.5rem;
  background: transparent url(../img/slice_bg/overview-greenhouse-background.jpg) no-repeat bottom center;
  background-size: cover;
}
body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow .content {
  position: relative;
  height: 100%;
  margin-top: auto;
  display: flex;
  align-items: flex-end;
}
body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow .content .field--name-field-content-body {
  width: 100%;
  text-align: center;
  margin-bottom: 8.3rem;
}
body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow .content .field--name-field-content-body ul {
  list-style: none;
  justify-content: space-between;
  display: flex;
  margin-bottom: 7.5rem;
  padding: 0;
}
body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow .content .field--name-field-content-body ul li {
  background: url(../img/svg/bmfirst/overview-house-shape.svg) no-repeat top center;
  flex-basis: 33%;
  width: 33rem;
  height: 29.5rem;
  text-align: center;
  background-size: contain;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 3rem;
  flex-direction: column;
}
body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow .content .field--name-field-content-body ul li p {
  font-size: 2rem;
  line-height: 2.6rem;
  max-height: 7.8rem;
  height: 100%;
  margin-top: 2.5rem;
  width: 80%;
}
body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow .content .field--name-field-content-body ul li a {
  text-decoration: none;
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.9rem;
  line-height: 2.3rem;
  font-weight: 600;
}
body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow .content .field--name-field-content-body ul li a:after {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  border: solid;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  margin-left: 0.3rem;
  border-color: #0076a8;
}
body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow .content .field--name-field-content-body ul li a:hover {
  transition: color 0.3s ease;
  color: #4A4A4A;
}
body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow .content .field--name-field-content-body ul li a:hover:after {
  border-color: #4A4A4A;
}
body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow .content .field--name-field-content-body ul > li:nth-child(2) p {
  width: 55%;
}
body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow .content .field--name-field-content-body h3 {
  color: #FFFFFF;
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 4.5rem;
  line-height: 4.8rem;
  text-transform: uppercase;
}
body.page-node-type-big-marble-first article.content.bmfirst_promise .content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  height: 77.5rem;
  margin-top: 16.6rem;
  margin-bottom: 13.7rem;
  width: 100%;
}
body.page-node-type-big-marble-first article.content.bmfirst_promise .content .field--name-field-content-body {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 54.4rem;
}
body.page-node-type-big-marble-first article.content.bmfirst_promise .content .field--name-field-content-body h3 {
  font-family: fairwater-script, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #0076a8;
  font-size: 7.5rem;
  line-height: 8rem;
  margin: 0 0 4rem 0;
}
body.page-node-type-big-marble-first article.content.bmfirst_promise .content .field--name-field-content-inline-image {
  position: relative;
  width: 100%;
  height: 100%;
}
body.page-node-type-big-marble-first article.content.bmfirst_promise .content .field--name-field-content-inline-image .field--item:nth-child(1) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: max-content;
}
body.page-node-type-big-marble-first article.content.bmfirst_promise .content .field--name-field-content-inline-image .field--item:nth-child(1) img {
  width: 50.8rem;
  height: auto;
}
body.page-node-type-big-marble-first article.content.bmfirst_promise .content .field--name-field-content-inline-image .field--item:nth-child(2) {
  position: absolute;
  top: 2.8rem;
  right: 0;
  width: max-content;
}
body.page-node-type-big-marble-first article.content.bmfirst_promise .content .field--name-field-content-inline-image .field--item:nth-child(2) img {
  width: 47rem;
  height: auto;
}
body.page-node-type-big-marble-first article.content.bmfirst_branding {
  height: 61.2rem;
  background: transparent url(../img/bmfirst/paper-bg.jpg) no-repeat bottom center;
  background-size: cover;
  padding-top: 11.6rem;
  padding-bottom: 8.3rem;
}
body.page-node-type-big-marble-first article.content.bmfirst_branding .content {
  margin: 0 auto;
}
body.page-node-type-big-marble-first article.content.bmfirst_branding .field--name-field-content-body ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
body.page-node-type-big-marble-first article.content.bmfirst_branding .field--name-field-content-body ul li {
  display: flex;
  flex-basis: 20%;
}
body.page-node-type-big-marble-first article.content.bmfirst_branding .field--name-field-content-body ul li:first-child {
  flex-basis: 100%;
  margin-bottom: 7rem;
  justify-content: center;
}
body.page-node-type-big-marble-first article.content.bmfirst_branding .field--name-field-content-body ul li:last-child {
  flex-basis: 0;
}
body.page-node-type-big-marble-first article.content.bmfirst_sustainable_packaging .content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
body.page-node-type-big-marble-first article.content.bmfirst_sustainable_packaging .content > .field {
  flex-basis: 100%;
  text-align: center;
}
body.page-node-type-big-marble-first article.content.bmfirst_sustainable_packaging .content > .field.field--name-field-content-inline-image {
  order: 3;
  margin-bottom: 11rem;
}
body.page-node-type-big-marble-first article.content.bmfirst_sustainable_packaging .content > .field.field--name-field-content-title {
  order: 0;
  margin-top: 11rem;
  margin-bottom: 3rem;
  font-size: 6.3rem;
  line-height: 6.4rem;
}
body.page-node-type-big-marble-first article.content.bmfirst_sustainable_packaging .content > .field.field--name-field-content-body {
  order: 1;
  flex-basis: 59%;
}
body.page-node-type-big-marble-first article.content.bmfirst_sustainable_packaging .content > .field.field--name-field-content-body p {
  font-size: 2.1rem;
  line-height: 3.4rem;
}
body.page-node-type-big-marble-first article.content.bmfirst_sustainable_packaging .content > .field.field--name-field-content-cta {
  order: 2;
  margin-top: 2rem;
  margin-bottom: 6rem;
}
body.page-node-type-big-marble-first article.content.bmfirst_sustainable_packaging .content > .field.field--name-field-content-cta a {
  font-size: 2.2rem;
  line-height: 2.7rem;
}
body.page-node-type-big-marble-first article.content.bmfirst_sustainable_packaging .content > .field.field--name-field-content-cta a:after {
  font-size: 3.5rem;
  font-weight: 100;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .field--name-field-content-title {
  font-size: 6.2rem;
  line-height: 6.4rem;
  text-align: center;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow h4 {
  font-size: 3.2rem;
  line-height: 3.1rem;
  color: #4A4A4A;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow ul {
  list-style: none;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_hwg_intro {
  padding-top: 12.3rem;
  padding-bottom: 18rem;
  text-align: center;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_hwg_intro .content {
  max-width: 88rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_hwg_intro .field--name-field-content-title {
  margin-bottom: 3.7rem;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_hwg_intro .field--name-field-content-sub-title {
  font-size: 3.4rem;
  line-height: 4.8rem;
  color: #0076a8;
  margin-bottom: 3rem;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_hwg_intro .field--name-field-content-body {
  text-align: center;
  font-size: 3rem;
  line-height: 4.8rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses {
  background: transparent url(../img/bmfirst/high-tech-greenhouses.svg) top center;
  background-size: cover;
  height: auto;
  padding-top: 10.8rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses .field--name-field-content-title {
  color: #FFFFFF;
  margin-bottom: 1.2rem;
  font-size: 5.7rem;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses .field--name-field-content-sub-title {
  font-size: 1.8rem;
  line-height: 3.1rem;
  color: #FFFFFF;
  font-weight: 100;
  max-width: 78rem;
  text-align: center;
  margin-bottom: 7.7rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul {
  display: flex;
  flex-wrap: wrap;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul li {
  display: flex;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul li .copy h4 {
  color: #FFFFFF;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul li .copy p {
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 3.1rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul li.hydroponic-irrigation {
  align-items: flex-end;
  margin-bottom: 4.8rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul li.hydroponic-irrigation .copy {
  flex-basis: 31%;
  margin-left: 3rem;
  margin-bottom: 1.2rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul li.hydroponic-irrigation .copy h4 {
  margin-bottom: 2rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul li.hydroponic-irrigation .image {
  flex-basis: 60%;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul li.integrated-pest-management {
  position: relative;
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul li.integrated-pest-management .copy {
  order: 0;
  max-width: 43rem;
  margin-top: 7rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul li.integrated-pest-management .copy p {
  margin-top: 2rem;
  width: 89%;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul li.integrated-pest-management .copy .ipm-logo {
  margin-top: 5.5rem;
  max-width: 16.5rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul li.integrated-pest-management .image {
  order: 1;
  position: absolute;
  top: 0;
  right: 0;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul li.integrated-pest-management .image svg {
  width: 73.2rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination {
  padding-top: 9.7rem;
  padding-bottom: 7.2rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination ul li {
  display: flex;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination ul li .copy p {
  font-size: 1.8rem;
  line-height: 3.1rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination ul li.high-wire-cultivation {
  position: relative;
  height: 58rem;
  justify-content: flex-end;
  margin-bottom: 5.2rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination ul li.high-wire-cultivation .image {
  position: absolute;
  right: 54.3rem;
  top: 0;
  height: 58rem;
  width: auto;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination ul li.high-wire-cultivation .image img:nth-child(2) {
  display: none;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination ul li.high-wire-cultivation .copy {
  max-width: 36rem;
  margin-right: 11rem;
  margin-top: 6rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination ul li.high-wire-cultivation .copy h4 {
  margin-bottom: 1.5rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination ul li.bumble-bee-pollination {
  justify-content: center;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination ul li.bumble-bee-pollination .copy {
  order: 0;
  max-width: 37rem;
  margin-right: 8.5rem;
  margin-top: 11.5rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination ul li.bumble-bee-pollination .image {
  order: 1;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting {
  padding-top: 8.2rem;
  background-color: #CC3C2A;
  overflow: hidden;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting ul li {
  display: flex;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting ul li .copy h4 {
  color: #FFFFFF;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting ul li .copy p {
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 3.1rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting ul li.pruning-deleafing {
  margin-bottom: 5rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting ul li.pruning-deleafing .copy {
  width: 37rem;
  margin-left: 7.7rem;
  margin-top: 5rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting ul li.hand-picked-harvesting {
  position: relative;
  height: 66.8rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting ul li.hand-picked-harvesting .copy {
  max-width: 37rem;
  margin-top: 8rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting ul li.hand-picked-harvesting .image {
  position: absolute;
  top: 0;
  left: 43.5rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting ul li.hand-picked-harvesting .image img:nth-child(2) {
  display: none;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_water_mgmt {
  background: transparent url(../img/svg/bmfirst/water-management-bg.svg) top center;
  background-size: cover;
  margin-top: -12rem;
  margin-bottom: 14.4rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_water_mgmt .content {
  margin-top: 19.7rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_water_mgmt .content .field--name-field-content-title {
  margin-bottom: 13.2rem;
  font-size: 5.7rem;
  line-height: 6.4rem;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_water_mgmt .content ul {
  padding: 0;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_water_mgmt .content ul li .copy {
  max-width: 91rem;
  margin: auto;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_water_mgmt .content ul li .copy p {
  font-size: 2.8rem;
  line-height: 4.5rem;
  text-align: center;
  margin-bottom: 0;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_water_mgmt .content ul li.hydrologic {
  margin-bottom: 15.5rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_water_mgmt .content ul li.hydrologic .image {
  position: relative;
  height: 51.2rem;
  margin-bottom: 3rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_water_mgmt .content ul li.hydrologic .image svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-75%);
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_water_mgmt .content ul li.hydrologic p {
  color: #FFFFFF;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_water_mgmt .content ul li.safety-circulation .image {
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8.8rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_water_mgmt .content ul li.safety-circulation .image img {
  max-width: 45%;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way {
  height: 81.7rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .background-svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  display: grid;
  height: 100%;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .background-svg svg {
  width: auto;
  height: 100%;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .background-svg div {
  grid-column: 1;
  grid-row: 1;
  transition: opacity 0.1s;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .background-svg div svg:last-child {
  display: none;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .titles,
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .bodies {
  perspective: 600px;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .titles .card-flip,
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .bodies .card-flip {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .titles .card-flip.is-flipped,
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .bodies .card-flip.is-flipped {
  transform: rotateX(180deg);
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .titles .card-flip > div,
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .bodies .card-flip > div {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .titles .card-flip > div.dark,
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .bodies .card-flip > div.dark {
  transform: rotateX(180deg);
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .titles {
  position: absolute;
  top: 7.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 70rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .titles h4 {
  font-size: 5.7rem;
  line-height: 6.4rem;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .bodies {
  width: 75rem;
  position: absolute;
  left: 50%;
  top: 17rem;
  padding: 0;
  transform: translateX(-50%);
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .bodies p {
  text-align: center;
  color: #FFFFFF;
  font-size: 2.8rem;
  line-height: 4.5rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .bodies ul li {
  text-align: center;
  color: #FFFFFF;
  font-size: 2.8rem;
  line-height: 4.5rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .bodies ul li:before {
  content: "•";
  color: #FFFFFF;
  margin-right: 0.5rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .copy h4 {
  position: absolute;
  top: 12.3rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 5.7rem;
  line-height: 6.4rem;
  font-weight: 600;
  color: #FFFFFF;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .copy ul {
  width: 70rem;
  position: absolute;
  left: 50%;
  bottom: 11.5rem;
  padding: 0;
  transform: translateX(-50%);
  text-align: center;
  color: #FFFFFF;
  font-size: 2.8rem;
  line-height: 4.5rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .mobile-copy {
  display: none;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_promo_slice {
  background: transparent url(../img/bmfirst/paper-bg.jpg) top center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 2rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_promo_slice ul li {
  display: flex;
  justify-content: center;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_promo_slice ul li .copy {
  flex-basis: 44%;
  margin-top: 8.6rem;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_promo_slice ul li .copy h4 {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 5.7rem;
  line-height: 6.4rem;
  font-weight: 600;
  color: #0076a8;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_promo_slice ul li .copy p {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #000000;
}
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_promo_slice ul li .image {
  width: 29.7rem;
  margin-right: 5rem;
}
body.page-node-type-big-marble-first div.packaging-intro {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.1rem;
  line-height: 4.6rem;
  text-align: center;
  margin: 14.4rem auto;
  padding: 0 13rem;
  color: #0076a8;
}
body.page-node-type-big-marble-first div.sustainable-slice {
  height: auto;
  background: rgba(81, 95, 140, 0.92);
  background-size: cover;
  margin-bottom: 4rem;
  padding-top: 5.1rem;
  padding-bottom: 4.5rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
body.page-node-type-big-marble-first div.sustainable-slice .text-copy {
  max-width: 47.7rem;
  width: 100%;
  padding-top: 6.1rem;
  margin-right: 6rem;
}
body.page-node-type-big-marble-first div.sustainable-slice .text-copy svg.mobile-delicious-produce {
  display: none;
}
body.page-node-type-big-marble-first div.sustainable-slice .text-copy .copy {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4.8rem;
  line-height: 5.6rem;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 3.3rem;
}
body.page-node-type-big-marble-first div.sustainable-slice .image-copy {
  text-align: center;
  max-width: 59rem;
}
body.page-node-type-big-marble-first div.sustainable-slice .image-copy img {
  width: 100%;
  height: auto;
}
body.page-node-type-big-marble-first div.sustainable-slice .image-copy svg {
  margin-top: -2.5rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li {
  padding: 5rem;
  margin-bottom: 7rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li .views-field-title {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4.5rem;
  line-height: 4.8rem;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li .packaging-image-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li .packaging-image-container .flexslider {
  height: auto;
  max-height: initial;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li .packaging-image-container .flexslider:hover .flex-direction-nav .flex-prev {
  left: 0;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li .packaging-image-container .flexslider:hover .flex-direction-nav .flex-next {
  right: 0;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li .packaging-image-container .flexslider .slides img {
  width: 100%;
  height: auto;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li .packaging-image-container .flex-direction-nav li a {
  width: 2.92rem;
  height: 2.92rem;
  opacity: 1;
  display: block;
  margin-top: -3.5rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li .packaging-image-container .flex-direction-nav li a:before {
  content: " ";
  width: 2.92rem;
  height: 2.92rem;
  display: block;
  background: transparent url("../img/icons/arrow-left.svg") no-repeat top left;
  background-size: contain;
  opacity: 0.7;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li .packaging-image-container .flex-direction-nav li a.flex-next:before {
  transform: rotate(180deg);
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li .packaging-image-container .bullet-point {
  position: absolute;
  z-index: 100;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li .packaging-image-container .bullet-point.bullet-point-1 {
  top: 0;
  left: 0;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li .packaging-image-container .bullet-point.bullet-point-1 h4:after {
  content: " ";
  display: inline-block;
  border-bottom: solid 1px #FFFFFF;
  width: 3rem;
  position: relative;
  top: -0.5rem;
  right: -1rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li .packaging-image-container .bullet-point.bullet-point-2 {
  bottom: 0;
  right: 0;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li .packaging-image-container .bullet-point.bullet-point-2 h4:before {
  content: " ";
  display: inline-block;
  border-bottom: solid 1px #FFFFFF;
  width: 3rem;
  position: absolute;
  top: 1.33rem;
  left: -4rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li .packaging-image-container .bullet-point h4 {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.3rem;
  line-height: 3.1rem;
  color: #FFFFFF;
  position: relative;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li .packaging-image-container .bullet-point ul {
  margin: 0;
  list-style: disc;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li .packaging-image-container .bullet-point ul li {
  font-size: 2.1rem;
  line-height: 2.7rem;
  color: #FFFFFF;
  max-width: 15rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li .views-field-body {
  width: 75%;
  margin: 3rem auto;
  color: #FFFFFF;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li .views-field-body p {
  font-size: 1.8rem;
  line-height: 3.1rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li .views-field-body .field-content {
  font-size: 1.9rem;
  line-height: 2.5rem;
  text-align: center;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.beefsteak-tomato-4-pack {
  border-bottom: 5px solid #FFFFFF;
  padding-top: 13.6rem;
  margin-bottom: 5rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.beefsteak-tomato-4-pack .views-field-title {
  margin-bottom: 8.4rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.beefsteak-tomato-4-pack .views-field-body {
  width: 75%;
  margin-bottom: 5rem;
  margin-top: 4rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.beefsteak-tomato-4-pack .packaging-image-container .bullet-point.bullet-point-1 h4:after {
  width: 17.5rem;
  top: 3.5rem;
  right: 15rem;
  transform: rotate(15deg);
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.beefsteak-tomato-4-pack .packaging-image-container .bullet-point.bullet-point-2 {
  bottom: 11rem;
  right: 13rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.beefsteak-tomato-4-pack .packaging-image-container .bullet-point.bullet-point-2 h4:before {
  width: 11.4rem;
  left: -14rem;
  transform: rotate(6deg);
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.beefsteak-tomato-4-pack .packaging-image-container .flexslider {
  margin-bottom: 0;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.beefsteak-tomato-4-pack .packaging-image-container .flexslider .slides img {
  width: 80.5rem;
  height: auto;
  margin: auto;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.albertas-hamburger-pack {
  margin-bottom: 7.5rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.albertas-hamburger-pack .views-field-title {
  margin-bottom: 7rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.albertas-hamburger-pack .views-field-body {
  margin-bottom: 3.5rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.albertas-hamburger-pack .packaging-image-container .flexslider {
  margin-bottom: 2rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.albertas-hamburger-pack .packaging-image-container .flexslider .slides img {
  width: 67%;
  margin: auto;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.albertas-hamburger-pack .packaging-image-container .bullet-point.bullet-point-1 {
  top: 1rem;
  left: 0;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.albertas-hamburger-pack .packaging-image-container .bullet-point.bullet-point-1 h4:after {
  width: 19.2rem;
  transform: rotate(20deg);
  top: 5rem;
  right: 5.5rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.albertas-hamburger-pack .packaging-image-container .bullet-point.bullet-point-2 {
  bottom: 9rem;
  right: 6rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.albertas-hamburger-pack .packaging-image-container .bullet-point.bullet-point-2 h4:before {
  width: 20rem;
  left: -21rem;
  transform: rotate(-4deg);
  top: 2.33rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbleous-snack-pints {
  margin-bottom: 2rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbleous-snack-pints .views-field-title {
  color: #0076a8;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbleous-snack-pints .views-field-body {
  color: #4A4A4A;
  margin-top: 2rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbleous-snack-pints .packaging-image-container .bullet-point.bullet-point-1 {
  top: 7rem;
  left: 8rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbleous-snack-pints .packaging-image-container .bullet-point.bullet-point-1 h4 {
  color: #4A4A4A;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbleous-snack-pints .packaging-image-container .bullet-point.bullet-point-1 h4:after {
  width: 13rem;
  border-color: #4A4A4A;
  top: 6.5rem;
  right: 5.5rem;
  transform: rotate(52deg);
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbleous-snack-pints .packaging-image-container .bullet-point.bullet-point-1 ul li {
  color: #4A4A4A;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbleous-snack-pints .packaging-image-container .bullet-point.bullet-point-2 {
  bottom: 5rem;
  right: 4rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbleous-snack-pints .packaging-image-container .bullet-point.bullet-point-2 h4 {
  color: #4A4A4A;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbleous-snack-pints .packaging-image-container .bullet-point.bullet-point-2 h4:before {
  border-color: #4A4A4A;
  width: 11rem;
  left: -2rem;
  top: -5.5rem;
  transform: rotate(55deg);
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbleous-snack-pints .packaging-image-container .bullet-point.bullet-point-2 ul li {
  color: #4A4A4A;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbleous-snack-pints .packaging-image-container .flexslider .slides img {
  width: 88%;
  margin: auto;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbelous-cocktail-tomatoes {
  padding-top: 13.4rem;
  padding-bottom: 9rem;
  border-bottom: 5px solid #FFFFFF;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbelous-cocktail-tomatoes .views-field-title {
  margin-bottom: 9rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbelous-cocktail-tomatoes .packaging-image-container .flexslider {
  margin-bottom: 1rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbelous-cocktail-tomatoes .packaging-image-container .slides img {
  width: 66%;
  margin: auto;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbelous-cocktail-tomatoes .packaging-image-container .bullet-point.bullet-point-1 {
  top: 45.5rem;
  left: 15rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbelous-cocktail-tomatoes .packaging-image-container .bullet-point.bullet-point-1 h4:after {
  width: 13rem;
  transform: rotate(-8deg);
  top: -1.5rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbelous-cocktail-tomatoes .packaging-image-container .bullet-point.bullet-point-2 {
  bottom: 55rem;
  right: 5.5rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbelous-cocktail-tomatoes .packaging-image-container .bullet-point.bullet-point-2 h4:before {
  width: 17rem;
  left: -18rem;
  transform: rotate(-20deg);
  top: 4.33rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-trays {
  padding-bottom: 10rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-trays .packaging-image-container .flexslider {
  margin-bottom: 2rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-trays .packaging-image-container .flexslider .slides img {
  width: 88%;
  margin: auto;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-trays .packaging-image-container .bullet-point.bullet-point-1 {
  top: 3rem;
  left: 7rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-trays .packaging-image-container .bullet-point.bullet-point-1 h4:after {
  width: 24rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-trays .packaging-image-container .bullet-point.bullet-point-2 {
  bottom: 4rem;
  right: 4rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-trays .packaging-image-container .bullet-point.bullet-point-2 h4:before {
  width: 13rem;
  left: -8rem;
  top: -7rem;
  transform: rotate(58deg);
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-bowls {
  margin-bottom: 3.5rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-bowls .views-field-title {
  color: #0076a8;
  margin-bottom: 0;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-bowls .views-field-body {
  color: #4A4A4A;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-bowls .packaging-image-container .flexslider {
  margin-bottom: -2rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-bowls .packaging-image-container .flexslider .slides img {
  width: 80%;
  margin: auto;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-bowls .packaging-image-container .bullet-point.bullet-point-1 {
  top: 4rem;
  left: 4rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-bowls .packaging-image-container .bullet-point.bullet-point-1 h4 {
  color: #4A4A4A;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-bowls .packaging-image-container .bullet-point.bullet-point-1 h4:after {
  width: 13rem;
  border-color: #4A4A4A;
  transform: rotate(39deg);
  top: 5rem;
  right: 4rem;
  border-bottom: solid 2px #4A4A4A;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-bowls .packaging-image-container .bullet-point.bullet-point-1 ul li {
  color: #4A4A4A;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-bowls .packaging-image-container .bullet-point.bullet-point-2 {
  bottom: 4rem;
  right: 5rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-bowls .packaging-image-container .bullet-point.bullet-point-2 h4 {
  color: #4A4A4A;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-bowls .packaging-image-container .bullet-point.bullet-point-2 h4:before {
  width: 9rem;
  left: -10rem;
  border-color: #4A4A4A;
  transform: rotate(22deg);
  border-bottom: solid 2px #4A4A4A;
  top: -0.67rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-bowls .packaging-image-container .bullet-point.bullet-point-2 ul li {
  color: #4A4A4A;
  max-width: max-content;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.kraft-cases {
  padding-bottom: 1rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.kraft-cases .views-field-title {
  color: #0076a8;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.kraft-cases .views-field-body {
  color: #4A4A4A;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.kraft-cases .packaging-image-container .flexslider {
  margin-bottom: 0;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.kraft-cases .packaging-image-container .bullet-point.bullet-point-1 {
  top: 5rem;
  left: 0;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.kraft-cases .packaging-image-container .bullet-point.bullet-point-1 h4 {
  color: #4A4A4A;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.kraft-cases .packaging-image-container .bullet-point.bullet-point-1 h4:after {
  border-bottom: solid 2px #4A4A4A;
  width: 33rem;
  border-color: #4A4A4A;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.kraft-cases .packaging-image-container .bullet-point.bullet-point-1 ul li {
  color: #4A4A4A;
  font-weight: 100;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.kraft-cases .packaging-image-container .bullet-point.bullet-point-2 {
  bottom: 6rem;
  right: 3.5rem;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.kraft-cases .packaging-image-container .bullet-point.bullet-point-2 h4 {
  color: #4A4A4A;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.kraft-cases .packaging-image-container .bullet-point.bullet-point-2 h4:before {
  border-color: #4A4A4A;
  width: 19rem;
  left: -20rem;
  top: -1rem;
  transform: rotate(13deg);
  border-bottom: solid 2px #4A4A4A;
}
body.page-node-type-big-marble-first .view-big-marble-first-packaging .view-content .item-list > ul > li.kraft-cases .packaging-image-container .bullet-point.bullet-point-2 ul li {
  color: #4A4A4A;
}
body.page-node-type-big-marble-first .group-one,
body.page-node-type-big-marble-first .group-three {
  position: relative;
  height: auto;
}
body.page-node-type-big-marble-first .group-one svg.desktop-bkgd,
body.page-node-type-big-marble-first .group-three svg.desktop-bkgd {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  object-fit: cover;
  z-index: -1;
}
body.page-node-type-big-marble-first .group-one svg.mobile-bkgd,
body.page-node-type-big-marble-first .group-three svg.mobile-bkgd {
  display: none;
}

/* Big News */
/** Big News Home Page **/
/** TODO: Rename these from the old name of what's growing to big news **/
.path-frontpage .whats_growing h3 {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 68px;
  color: #157eb4;
  margin: 0 0 50px 0;
}

.whats_growing .field--name-field-content-body {
  text-align: center;
  margin: 0 0 30px 0;
}
.whats_growing .flip-container p {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 13px;
  width: 70%;
  text-align: center;
  margin: 10px 0;
  padding: 0;
  display: inline-block;
  color: #157eb4;
}

/** End Big News Home Page **/
/** Big News Content Page **/
article.big_news_header {
  height: 50rem;
  background: transparent url(../img/header_banners/big-news-header.jpg) no-repeat center center;
  background-size: cover;
}
article.big_news_header .field--name-field-header-title {
  font-family: fairwater-script, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14rem;
  line-height: 14.5rem;
  color: #fff;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 1140px;
  text-align: left;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.big_news_header {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}

.big_news_top {
  background-color: #0076a8;
  border: 0;
}
.big_news_top .content {
  max-width: 1140px;
  margin: 0 auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.big_news_top .content ul {
  list-style: none;
  width: 66%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.big_news_top .content ul li a {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 3.1rem;
  text-transform: uppercase;
  color: #CCCCCC;
}
.big_news_top .content ul li a.active {
  color: #FFFFFF;
  text-decoration: underline;
}

.path-big-news .big_news_header p {
  color: #fff;
  position: absolute;
  top: 10%;
  left: calc(350px + 18%);
  -webkit-transform: translateX(33%);
  transform: translateX(33%);
  font-size: 30px;
  width: 25%;
}

.page-node-type-article .whats_growing .flip-container,
.path-big-news .big_news_top ul li .flip-container {
  width: 7em;
  height: 7em;
}

.page-node-type-article .whats_growing .circle-link,
.path-big-news .big_news_top ul li .circle-link {
  width: 7em;
  height: 7em;
}

.page-node-type-article .whats_growing .circle-link span,
.path-big-news .big_news_top ul li .circle-link span {
  width: 4.6em;
  height: 4.6em;
  font-size: 20px;
}

.page-node-type-article .circle-links .whats_growing a.back-to-big-news {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  margin: 20px 0 0 0;
}

.view-big-news .view-filters {
  display: none;
}
.view-big-news .item-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.view-big-news .item-list ul li {
  position: relative;
  transition: left 5s ease;
  padding-left: 4rem;
  padding-right: 4rem;
}
.view-big-news .item-list ul li.filtered {
  left: -50%;
}
.view-big-news .item-list ul li:nth-child(odd) article {
  background-color: transparent;
}
.view-big-news .item-list ul li.sticky-On:first-of-type article {
  padding: 3rem;
  border: solid 2px #0076a8;
  border-radius: 3rem;
}
.view-big-news .item-list ul li.sticky-On:first-of-type article .views-field-field-image {
  margin-bottom: 0;
}
@supports (display: grid) {
  .view-big-news .item-list ul li.sticky-On:first-of-type article {
    padding: 3rem;
    border: solid 2px #0076a8;
    border-radius: 3rem;
    display: grid;
    grid-template-rows: [title-row] auto [date-row] 3rem [copy-row] auto [link-row] 1fr;;
    grid-template-columns: [image-cell] 45% [copy-cell] 55%;;
    align-content: space-between;
  }
  .view-big-news .item-list ul li.sticky-On:first-of-type article .views-field-title {
    grid-row-start: title-row;
    grid-row-end: title-row;
    grid-column-start: image-cell;
    grid-column-end: span 2;
    align-self: start;
    width: 100%;
    font-size: 3.5rem;
    line-height: 4.3rem;
  }
  .view-big-news .item-list ul li.sticky-On:first-of-type article .views-field-title .field-content a {
    color: #0076a8;
  }
  .view-big-news .item-list ul li.sticky-On:first-of-type article .views-field-created {
    grid-row-start: date-row;
    grid-row-end: date-row;
    grid-column-start: image-cell;
    grid-column-end: span 2;
    align-self: end;
  }
  .view-big-news .item-list ul li.sticky-On:first-of-type article .views-field-field-image {
    grid-row-start: copy-row;
    grid-row-end: span 2;
    grid-column-start: image-cell;
    grid-column-end: image-cell;
    width: 90%;
    height: auto;
    margin: 0;
  }
  .view-big-news .item-list ul li.sticky-On:first-of-type article .views-field-field-image img {
    width: 100%;
    height: auto;
  }
  .view-big-news .item-list ul li.sticky-On:first-of-type article .views-field-body {
    grid-row-start: copy-row;
    grid-row-end: copy-row;
    grid-column-start: copy-cell;
    grid-column-end: copy-cell;
    margin: 0;
  }
  .view-big-news .item-list ul li.sticky-On:first-of-type article .views-field-view-node {
    grid-row-start: link-row;
    grid-row-end: link-row;
    grid-column-start: copy-cell;
    grid-column-end: copy-cell;
  }
}
.view-big-news article {
  max-width: 1140px;
  margin: 10rem auto;
  padding: 0 2.5rem;
}
.view-big-news article .views-field-field-tags {
  display: block;
  clear: both;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.view-big-news article .views-field-field-image {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 25%;
  height: 100%;
  float: left;
  margin: 0 6rem 10rem 0;
}
.view-big-news article .views-field-field-image .big-news-thumb-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.view-big-news article .views-field-title {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 3.1rem;
  color: #0076a8;
  width: 85%;
}
.view-big-news article .views-field-title .field-content a {
  color: #0076a8;
}
.view-big-news article .views-field-created {
  font-size: 1.4rem;
  margin: 1rem 0;
}
.view-big-news article .views-field-body {
  font-size: 1.8rem;
  line-height: 3.1rem;
  margin: 10px 0 20px;
}
.view-big-news article .views-field-body img {
  display: none;
}
.view-big-news article .views-field-view-node a {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.9rem;
  line-height: 2.3rem;
  color: #0076a8;
}
.view-big-news article .views-field-view-node a:after {
  content: "›";
  display: inline-block;
  font-size: 3rem;
  line-height: 1.7rem;
  margin-left: 0.5rem;
  padding-top: 0.1rem;
  position: relative;
  top: 0.22rem;
  transition: color 0.3s ease;
}

ul.js-pager__items {
  margin: 0;
}
ul.js-pager__items li a {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5rem;
  text-decoration: underline;
  text-transform: uppercase;
  padding: 6rem 0;
  background-color: transparent;
  border: 0;
  border-radius: unset;
}
ul.js-pager__items li a:active, ul.js-pager__items li a:hover {
  background: transparent;
}

/*** Article Detail page ***/
.page-node-type-article .region article.article {
  max-width: 1140px;
  margin: 10rem auto;
}
.page-node-type-article .region article.article span[property="schema:name"] {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 4.5rem;
  line-height: 5.5rem;
  display: inline-block;
  color: #0076a8;
}
.page-node-type-article .region article.article .field--name-field-content-inline-image,
.page-node-type-article .region article.article .field--name-field-feature-image {
  width: 100%;
}
.page-node-type-article .region article.article .field--name-field-content-inline-image img,
.page-node-type-article .region article.article .field--name-field-feature-image img {
  width: 100%;
  height: auto;
}
.page-node-type-article .region article.article .field--name-field-article-sub-title {
  font-size: 24px;
  text-transform: uppercase;
}
.page-node-type-article .region article.article .article-date,
.page-node-type-article .region article.article .field--name-body {
  color: #4A4A4A;
}
.page-node-type-article .region article.article .article-date {
  display: block;
  font-size: 1.8rem;
  line-height: 3.1rem;
  margin: 3rem 0 2rem 0;
}
.page-node-type-article .region article.article .field--name-body {
  font-size: 1.8rem;
  line-height: 3.1rem;
}
.page-node-type-article .region article.article .field--name-body p {
  margin: 2rem 0;
}
.page-node-type-article .region article.article .field--name-body img {
  max-width: 100%;
}

/*** End Article Detail page ***/
/* Social Slice */
section.block-simple-instagram-feed {
  display: none;
}

#block-bmf-bright-socialslice {
  background-color: rgba(221, 211, 179, 0.1);
  padding: 6rem 0;
  color: #4A4A4A;
  text-align: center;
}
#block-bmf-bright-socialslice h3 {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 4.5rem;
  line-height: 5.5rem;
  text-transform: uppercase;
  color: #0076a8;
}
#block-bmf-bright-socialslice h4 {
  font-size: 1.8rem;
  line-height: 3.1rem;
  margin: 1.2rem 0 3.5rem 0;
}
#block-bmf-bright-socialslice .social-source {
  width: 260px;
  display: inline-block;
  margin: 0 10px 50px 10px;
  overflow: hidden;
  vertical-align: top;
  height: 474px;
}
#block-bmf-bright-socialslice .social-source .social-link {
  border-radius: 50%;
  color: #FFFFFF;
  background-color: #0076a8;
  margin: 2rem;
  width: 4.5rem;
  height: 4.5rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  text-indent: -9999px;
  font: normal normal normal 2.5rem/1 FontAwesome;
}
#block-bmf-bright-socialslice .social-source .social-link:after {
  content: " ";
  color: #FFFFFF;
  display: inline-block;
  position: absolute;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#block-bmf-bright-socialslice .social-source iframe {
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: hidden;
}
#block-bmf-bright-socialslice .social-source.instagram {
  width: 119.5rem;
  height: 54rem;
}
#block-bmf-bright-socialslice .social-source.instagram .social-link:after {
  content: "\f16d";
}
#block-bmf-bright-socialslice .social-source.instagram .powr-social-feed {
  height: 100%;
  overflow: scroll;
  background: transparent;
}
#block-bmf-bright-socialslice .social-source.instagram .embedsocial-hashtag {
  background-color: #FFFFFF;
}
#block-bmf-bright-socialslice .social-source.instagram .embedsocial-hashtag iframe {
  overflow: scroll !important;
}
#block-bmf-bright-socialslice .social-source.instagram section.block {
  margin: 0 !important;
  height: 383px !important;
  overflow-y: scroll;
  background-color: #FFFFFF;
}
#block-bmf-bright-socialslice .social-source.instagram section.block.block-simple-instagram-feed {
  display: block;
}
#block-bmf-bright-socialslice .social-source.instagram section.block .instagram-feed .instagram_profile {
  display: flex;
  padding: 1rem;
  align-items: center;
  justify-content: center;
}
#block-bmf-bright-socialslice .social-source.instagram section.block .instagram-feed .instagram_gallery a {
  display: block;
  margin-bottom: 1rem;
}
#block-bmf-bright-socialslice .social-source.instagram section.block .instagram-feed .instagram_gallery a img {
  float: none !important;
}
#block-bmf-bright-socialslice .social-source.twitter .social-link:after {
  content: "\f099";
}
#block-bmf-bright-socialslice .social-source.twitter div {
  background-color: #fff;
  height: 383px;
}
#block-bmf-bright-socialslice .social-source.twitter iframe {
  padding: 6px 0 0 0 !important;
  height: 383px !important;
}
#block-bmf-bright-socialslice .social-source.facebook .social-link:after {
  content: "\f09a";
}
#block-bmf-bright-socialslice .social-source.facebook iframe {
  height: 383px !important;
}

/** End Big News Content Page **/
/* End Big News */
/* Find Us */
/** Find Us Home Page **/
.find_us {
  color: #157eb4;
}
.find_us .field--name-field-content-title {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
}
.find_us a {
  color: #000;
}

.path-frontpage .find_us .field--name-field-content-cta {
  margin-bottom: 3em;
  float: right;
}

/** End Find Us Home Page **/
/** Find Us Content Page **/
article.find_us_header {
  background: transparent url(../img/header_banners/find-us-header.jpg) no-repeat center center;
  background-size: cover;
}
article.find_us_header .field--name-field-header-title {
  font-family: fairwater-script, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14rem;
  line-height: 14.5rem;
  color: #fff;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: left;
  display: table;
  width: auto;
  min-width: -moz-fit-content;
  min-width: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
article.find_us_header .header_bottom {
  background: transparent;
}

.find_us_top {
  background-color: #0076a8;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.find_us_top .content {
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: 0 auto !important;
}
.find_us_top .content .field--name-field-content-inline-image {
  flex-basis: 66%;
  order: 2;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 66%;
  text-align: center;
  margin: 3rem auto;
}
.find_us_top .content .field--name-field-content-body {
  flex-basis: 75%;
  order: 1;
  color: #FFFFFF;
  width: 75%;
  text-align: center;
}
.find_us_top .content .field--name-field-content-body a {
  color: #FFFFFF;
  text-decoration: underline;
}
.find_us_top .content .field--name-field-content-body ul.available-in-these-stores {
  list-style: none;
  margin: 5rem auto 2rem auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 90%;
}
.find_us_top .content .field--name-field-content-body ul.available-in-these-stores li {
  display: inline-block;
  height: 3.5rem;
  margin: 2rem 3.75rem;
}
.find_us_top .content .field--name-field-content-body ul.available-in-these-stores li svg {
  height: 100%;
  width: auto;
  fill: #FFFFFF;
}
.find_us_top .content .field--name-field-content-body ul.available-in-these-stores li svg#costco {
  height: 2.8rem;
}
.find_us_top .content .field--name-field-content-body ul.available-in-these-stores li svg#sobeys {
  height: 2.8rem;
}
.find_us_top .content .field--name-field-content-body ul.available-in-these-stores li svg#loblaws_logo {
  height: 2.2rem;
}
.find_us_top .content .field--name-field-content-body ul.available-in-these-stores li svg#loblaws_logo .st1,
.find_us_top .content .field--name-field-content-body ul.available-in-these-stores li svg#loblaws_logo .st2 {
  fill: #FFFFFF;
}
.find_us_top .content .field--name-field-content-body ul.available-in-these-stores li svg#no_frills_logo {
  height: 1.741rem;
}
.find_us_top .content .field--name-field-content-body ul.available-in-these-stores li svg#rcs_logo {
  height: 2.4rem;
}
.find_us_top .content .field--name-field-content-body ul.available-in-these-stores li svg#save_on_foods_logo {
  height: 3.4rem;
}
.find_us_top .content .field--name-field-content-body ul.available-in-these-stores li svg#safeway {
  height: 2.4rem;
}

.find_us_map {
  background-color: transparent;
}

.find_us_tours {
  background-color: transparent;
}
.find_us_tours .content {
  text-align: center;
  max-width: 1140px;
  margin: 0 auto;
}
.find_us_tours .content .field--name-field-content-title {
  font-family: fairwater-script, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 7.5rem;
  line-height: 9.5rem;
  margin-bottom: 1rem;
  text-transform: initial;
}
.find_us_tours .content .field--name-field-content-body {
  text-align: center;
  width: 66%;
  margin: 0 auto 9rem auto;
  color: #4A4A4A;
}

.find_us_contact_form .content #block-webform {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.find_us_contact_form .content #block-webform h2 {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 5.5rem;
  line-height: 6.8rem;
  text-transform: uppercase;
  color: #0076a8;
  margin: 0 0 6rem 0;
}
.find_us_contact_form .content #block-webform button[data-drupal-selector=edit-preview] {
  display: none;
}
.find_us_contact_form .content #block-webform form {
  width: 45%;
  margin: 0 auto;
}
.find_us_contact_form .content #block-webform form label {
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  display: block;
  text-align: left;
}
.find_us_contact_form .content #block-webform form label.form-required:after {
  background-image: none;
  content: "*";
  display: inline-block;
  margin-left: 0.25rem;
}
.find_us_contact_form .content #block-webform form input[type=text],
.find_us_contact_form .content #block-webform form input[type=email] {
  margin-bottom: 2rem;
}
.find_us_contact_form .content #block-webform form textarea {
  margin-bottom: 2rem;
}
.find_us_contact_form .content #block-webform form .captcha {
  margin-bottom: 2rem;
}
.find_us_contact_form .content #block-webform form .form-item {
  text-align: left;
  font-size: 1.8rem;
  color: #4A4A4A;
}
.find_us_contact_form .content #block-webform form div.form-actions {
  text-align: left;
}
.find_us_contact_form .content #block-webform form div.form-actions .button--primary {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.9rem;
  line-height: 2.3rem;
  text-transform: initial;
  color: #0076a8;
  transition: color 0.3s ease;
}
.find_us_contact_form .content #block-webform form div.form-actions .button--primary:after {
  content: "›";
  display: inline-block;
  font-size: 3rem;
  line-height: 1.7rem;
  margin-left: 0.5rem;
  padding-top: 0.1rem;
  position: relative;
  top: 0.22rem;
  transition: color 0.3s ease;
}
.find_us_contact_form .content #block-webform form div.form-actions .button--primary:hover {
  color: #9B9B9B;
}
.find_us_contact_form .content #block-webform form div.form-actions .button--primary:hover:after {
  color: #9B9B9B;
}

/** End Find Us Content Page **/
/* End Find Us */
/* Recipes Page */
article.recipes {
  height: 500px;
  background: transparent url(../img/header_banners/recipes-header.jpg) no-repeat center center;
  background-size: cover;
}
article.recipes .field--name-field-header-title {
  font-family: fairwater-script, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14rem;
  line-height: 14.5rem;
  color: #0076a8;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: left;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0%, -90%);
}
article.recipes .field--name-field-content-sub-title .field--label {
  display: none;
}
article.recipes .field--name-field-content-sub-title .field--item {
  position: absolute;
  top: 63%;
  left: 55.5%;
  width: 30%;
  max-width: 44rem;
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.4rem;
  color: #0076a8;
}
article.recipes .header_bottom {
  background: transparent;
}

.view-recipe-grid .view-header h3.intro {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 3.4rem;
  text-align: center;
  color: #0076a8;
  text-transform: uppercase;
  margin: 6rem 0 3.5rem 0;
}
.view-recipe-grid.view-display-id-block_2 .view-header h3.intro, .view-recipe-grid.view-display-id-block_3 .view-header h3.intro, .view-recipe-grid.view-display-id-block_4 .view-header h3.intro {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: initial;
  font-size: 3.5rem;
  line-height: 5.6rem;
}
.view-recipe-grid .view-content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.view-recipe-grid .view-content .item-list ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  width: 100%;
  flex-wrap: wrap;
  padding-left: 0;
}
.view-recipe-grid .view-content .item-list ul li {
  flex-basis: 33rem;
  width: 33rem;
  height: auto;
  margin-bottom: 6rem;
  flex-shrink: 0;
}
.view-recipe-grid .view-content .item-list ul li .views-field-field-recipe-thumbnail {
  width: 100%;
  height: 16.5rem;
  overflow: hidden;
}
.view-recipe-grid .view-content .item-list ul li .views-field-field-recipe-thumbnail img {
  width: 100%;
  height: auto;
}
.view-recipe-grid .view-content .item-list ul li .views-field-title {
  text-align: center;
  margin: 1rem 0 2rem 0;
}
.view-recipe-grid .view-content .item-list ul li .views-field-title a {
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 500;
  color: #4A4A4A;
}

body.page-node-type-recipe article.recipe .content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8rem;
}
body.page-node-type-recipe article.recipe .content .container {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 5rem;
}
body.page-node-type-recipe article.recipe .content .container .print-logo-stamp {
  display: none;
}
body.page-node-type-recipe article.recipe .content .container .row.instructions {
  padding-top: 5rem;
}
body.page-node-type-recipe article.recipe .content .container .row.video {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
body.page-node-type-recipe article.recipe .content .container .row.additional-images {
  border-bottom: solid 1px #9B9B9B;
}
body.page-node-type-recipe article.recipe .content .container .row.additional-images > div {
  padding-left: 0;
  padding-right: 0;
}
body.page-node-type-recipe article.recipe .content .container .row.additional-images > div .field--name-field-recipe-additional-images {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  height: 25rem;
  margin-top: 9rem;
}
body.page-node-type-recipe article.recipe .content .container .row.additional-images > div .field--name-field-recipe-additional-images .field--item {
  flex-basis: 30%;
}
body.page-node-type-recipe article.recipe .content .container .row.additional-images > div .field--name-field-recipe-additional-images .field--item .additional-image {
  width: 100%;
  height: 18.4rem;
  overflow: hidden;
}
body.page-node-type-recipe article.recipe .content .container .row.additional-images > div .field--name-field-recipe-additional-images .field--item .additional-image img {
  height: auto;
  width: 100%;
}
body.page-node-type-recipe article.recipe .content .container .row.additional-images > div .field--name-field-recipe-additional-images .field--item span.desc {
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
  font-style: italic;
  margin: 0.25rem 0 0 0;
}
body.page-node-type-recipe article.recipe .content .container .row .header-images {
  margin-bottom: 5rem;
}
body.page-node-type-recipe article.recipe .content .container .row .header-images .field--name-field-recipe-images .field--item {
  width: 100%;
  height: 500px;
  position: relative;
}
body.page-node-type-recipe article.recipe .content .container .row .header-images .field--name-field-recipe-images .field--item img {
  padding: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: 2560px;
  height: 500px;
}
body.page-node-type-recipe article.recipe .content .container .row .title span {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 5.3rem;
  line-height: 5.3rem;
  color: #0076a8;
  text-transform: uppercase;
}
body.page-node-type-recipe article.recipe .content .container .row .info > .row {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
body.page-node-type-recipe article.recipe .content .container .row .info .servings {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.16rem;
  color: #4A4A4A;
  text-align: right;
}
body.page-node-type-recipe article.recipe .content .container .row .info .servings div,
body.page-node-type-recipe article.recipe .content .container .row .info .servings span {
  display: inline-block;
}
body.page-node-type-recipe article.recipe .content .container .row .info .share {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
body.page-node-type-recipe article.recipe .content .container .row .info .share .print-link {
  font-family: cubano, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #9B9B9B;
  font-size: 1.6rem;
  line-height: 1.9rem;
  text-transform: uppercase;
  margin-right: 2rem;
}
body.page-node-type-recipe article.recipe .content .container .row .info .share .block-social-sharing-buttons-block {
  display: inline-block;
}
body.page-node-type-recipe article.recipe .content .container .row .info .share .block-social-sharing-buttons-block .social-sharing-buttons {
  margin: 0;
}
body.page-node-type-recipe article.recipe .content .container .row .info .share .block-social-sharing-buttons-block .social-sharing-buttons a {
  width: 3rem;
  height: 3rem;
  background-color: #9B9B9B;
  border-radius: 50%;
}
body.page-node-type-recipe article.recipe .content .container .row .info .share .block-social-sharing-buttons-block .social-sharing-buttons a svg {
  transition: fill 0.3s ease;
  fill: #F9F9F9;
}
body.page-node-type-recipe article.recipe .content .container .row .info .share .block-social-sharing-buttons-block .social-sharing-buttons a.social_button_facebook:hover svg {
  fill: #3b5998;
}
body.page-node-type-recipe article.recipe .content .container .row .info .share .block-social-sharing-buttons-block .social-sharing-buttons a.social_button_twitter:hover svg {
  fill: #1da1f2;
}
body.page-node-type-recipe article.recipe .content .container .row .info .share .block-social-sharing-buttons-block .social-sharing-buttons a.social_button_pinterest:hover svg {
  fill: #cb2027;
}
body.page-node-type-recipe article.recipe .content .container .row .desc {
  font-size: 1.8rem;
  line-height: 3.1rem;
  margin: 3rem 0;
}
body.page-node-type-recipe article.recipe .content .container .row .ingredients .field--label {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2.16rem;
  color: #0076a8;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
body.page-node-type-recipe article.recipe .content .container .row .ingredients .field--item {
  margin: 1rem 0;
  line-height: 3.1rem;
}
body.page-node-type-recipe article.recipe .content .container .row .directions .field--label {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2.16rem;
  color: #0076a8;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
body.page-node-type-recipe article.recipe .content .container .row .directions .field--item {
  margin: 1rem 0;
  line-height: 3.1rem;
}
body.page-node-type-recipe article.recipe .content .container .row.similar {
  margin-top: 12rem;
}
body.page-node-type-recipe article.recipe .content .container .row.similar .field--name-field-similar-recipes .field--label {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 3rem;
  color: #0076a8;
  text-transform: uppercase;
  text-align: center;
  margin: 3rem 0;
}
body.page-node-type-recipe article.recipe .content .container .row.similar .field--name-field-similar-recipes > .field--items {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
body.page-node-type-recipe article.recipe .content .container .row.similar .field--name-field-similar-recipes > .field--items > .field--item {
  flex-basis: 30%;
}
body.page-node-type-recipe article.recipe .content .container .row.similar .field--name-field-recipe-images {
  width: 100%;
  height: 16.5rem;
  overflow: hidden;
}
body.page-node-type-recipe article.recipe .content .container .row.similar .field--name-field-recipe-images img {
  width: 100%;
  height: auto;
}
body.page-node-type-recipe article.recipe .content .container .row.similar a.similar-link {
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #4A4A4A;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 1rem 0;
  text-decoration: none;
  transition: color 0.3s ease;
}
body.page-node-type-recipe article.recipe .content .container .row.similar a.similar-link:hover {
  color: #0076a8;
}

/* End Recipes Pages */
/* Big Jobs */
body.page-node-type-job-posting {
  overflow-x: initial;
}

article.big_jobs_header {
  height: 500px;
  background: transparent url(../img/header_banners/big-jobs-header.jpg) no-repeat center center;
  background-size: cover;
}
article.big_jobs_header .content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
article.big_jobs_header .content p {
  font-family: fairwater-script, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14rem;
  line-height: 14.5rem;
  color: #FFFFFF;
  max-width: 1140px;
  text-align: left;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.view-big-jobs .view-filters {
  display: none;
}

.path-big-jobs .view-empty {
  padding: 50px 20%;
  font-size: 35px;
  color: #157eb4;
}
.view-job-postings {
  margin-top: 12rem;
}
.view-job-postings .item-list {
  color: #157eb4;
}
.view-job-postings .item-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.view-job-postings .item-list ul li {
  position: relative;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
  padding-bottom: 7rem;
  border-bottom: solid 1px #9B9B9B;
}
.view-job-postings .item-list ul li:last-of-type {
  border-bottom: 0;
}
.view-job-postings .item-list ul li ul {
  list-style: initial;
}
.view-job-postings .item-list ul li ul li {
  margin: 0 0 0 20px;
  padding: 0;
  border-bottom: none;
}
.view-job-postings .views-field-title h3 a {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 3.5rem;
  line-height: 4.3rem;
  color: #0076a8;
}
.view-job-postings .views-field-view-node a {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding-left: 0;
  color: #0076a8;
  display: inline-block;
  font-size: 1.9rem;
  text-decoration: none;
  transition: color 0.3s ease;
}
.view-job-postings .views-field-view-node a:after {
  content: "›";
  display: inline-block;
  font-size: 3rem;
  line-height: 1.7rem;
  margin-left: 0.5rem;
  padding-top: 0.1rem;
  position: relative;
  top: 0.22rem;
  transition: color 0.3s ease;
}
.view-job-postings .views-field-view-node a:hover {
  color: #0076a8;
}
.view-job-postings .views-field-view-node a:hover:after {
  color: #0076a8;
}
.view-job-postings .views-field-field-email-us {
  display: none;
}
.view-job-postings .views-field-created {
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 3.1rem;
  margin: 2rem 0;
  color: #4A4A4A;
}
.view-job-postings .views-field-body {
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 3.1rem;
  margin: 2rem 0;
  color: #4A4A4A;
}

/* Detail view */
div.job-posting {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12rem;
  padding-bottom: 6rem;
}
div.job-posting .content h3 {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 3.5rem;
  line-height: 4.3rem;
  color: #0076a8;
}
div.job-posting .content .post-date {
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 3.1rem;
  margin: 2rem 0;
  color: #4A4A4A;
}
div.job-posting .content .post-location,
div.job-posting .content .post-body,
div.job-posting .content .post-requirements {
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 3.1rem;
  margin: 2rem 0;
  color: #4A4A4A;
}
div.job-posting .content .post-location h4,
div.job-posting .content .post-body h4,
div.job-posting .content .post-requirements h4 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #0076a8;
}
div.job-posting .content a.apply-now {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding-left: 0;
  margin-bottom: 2.5rem;
  color: #0076a8;
  display: inline-block;
  font-size: 1.9rem;
  text-decoration: none;
  transition: color 0.3s ease;
}
div.job-posting .content a.apply-now:after {
  content: "›";
  display: inline-block;
  font-size: 3rem;
  line-height: 1.7rem;
  margin-left: 0.5rem;
  padding-top: 0.1rem;
  position: relative;
  top: 0.22rem;
  transition: color 0.3s ease;
}
div.job-posting .content a.apply-now:hover {
  color: #0076a8;
}
div.job-posting .content a.apply-now:hover:after {
  color: #0076a8;
}
div.job-posting .content .application-form-container {
  overflow: hidden;
  max-height: 0;
  height: auto;
  transition: max-height 0.3s ease;
}
div.job-posting .content .application-form-container.open {
  max-height: 60rem;
}
div.job-posting .content .application-form-container form {
  max-width: 75%;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 1rem;
  border: solid 1px #DDD3B3;
  background: #F9F9F9;
}
div.job-posting .content .application-form-container form .form-item {
  margin-bottom: 1rem;
}
div.job-posting .content .application-form-container form .captcha {
  display: inline-block;
  margin-left: 15px;
}
div.job-posting .content .application-form-container form #edit-submit {
  margin-left: 15px;
}
div.job-posting .content .back-to-jobs {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding-left: 0;
  color: #0076a8;
  display: block;
  font-size: 1.9rem;
  text-decoration: none;
  transition: color 0.3s ease;
  margin-top: 2.5rem;
}
div.job-posting .content .back-to-jobs:before {
  content: "›";
  display: inline-block;
  font-size: 3rem;
  line-height: 1.7rem;
  margin-left: 0.5rem;
  padding-top: 0.1rem;
  position: relative;
  top: 0.22rem;
  transition: color 0.3s ease;
  content: "‹";
  margin-left: unset;
  margin-right: 0.5rem;
}
div.job-posting .content .back-to-jobs:hover {
  color: #0076a8;
}
div.job-posting .content .back-to-jobs:hover:after {
  color: #0076a8;
}

/* End Detail view */
/* End Big Jobs */
body.page-node-type-video .video-container {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 118, 168, 0.5);
}
body.page-node-type-video .video-container svg#grown-in-ab {
  position: absolute;
  opacity: 0.1;
  right: -34rem;
  width: 102rem;
  bottom: 0;
  z-index: 50;
}
body.page-node-type-video .video-container .container {
  position: relative;
  z-index: 100;
}
body.page-node-type-video .video-container .container h2.video-title {
  color: #FFFFFF;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin: 8rem auto 0 auto;
}
body.page-node-type-video .video-container .container h2.video-title span {
  display: inline-block;
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 8rem;
  line-height: 9.2rem;
}
body.page-node-type-video .video-container .container .field--name-field-video-embed {
  width: 80%;
  margin: 6rem auto 9rem auto;
  border: solid 3px #FFFFFF;
}
body.page-node-type-video .client-container {
  text-align: center;
}
body.page-node-type-video .client-container .container svg {
  width: 30rem;
  height: auto;
  margin-bottom: 5rem;
}
body.page-node-type-video .client-container .container h3 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  margin: 6rem auto 3rem auto;
}
body.page-node-type-video .client-container .container .field--name-body {
  font-size: 1.8rem;
  line-height: 3.1rem;
  width: 50%;
  margin: 1.5rem auto 13rem auto;
}
body.page-node-type-video .client-container .container .additional-content {
  margin-bottom: 10rem;
}
body.page-node-type-video .client-container .container .additional-content h3 {
  font-family: fairwater-script, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  line-height: 4.2rem;
  color: #0076a8;
}
body.page-node-type-video .client-container .container .additional-content .field--name-field-additional-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
body.page-node-type-video .client-container .container .additional-content .field--name-field-additional-content > .field--item {
  flex-basis: 50%;
  margin: 0 1rem;
}
body.page-node-type-video .client-container .container .additional-content .field--name-field-additional-content > .field--item article .field--type-image {
  height: 21rem;
  overflow: hidden;
  position: relative;
}
body.page-node-type-video .client-container .container .additional-content .field--name-field-additional-content > .field--item article .field--type-image img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body.page-node-type-video .client-container .container .additional-content .field--name-field-additional-content > .field--item article a {
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
  display: inline-block;
  width: 100%;
  color: #000000;
  margin-top: 2.5rem;
  text-decoration: none;
  transition: color 0.3s ease;
}
body.page-node-type-video .client-container .container .additional-content .field--name-field-additional-content > .field--item article a:hover {
  color: #0076a8;
}
body.page-node-type-video .client-container .container .additional-content .field--name-field-additional-content > .field--item article a span {
  display: inline-block;
  padding: 0 2rem;
}
body.page-node-type-video footer {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* System Pages */
/** Search **/
.search-results-container {
  padding: 10rem 0 !important;
}
.search-results-container .search-form {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: block;
  text-align: right;
}
.search-results-container .search-form .input-group {
  width: 200px;
  height: 18px;
  line-height: 18px;
  float: right;
  position: relative;
  z-index: 9010;
}
.search-results-container .search-form .input-group .form-control {
  height: 22px;
  font-size: 13px;
  border-color: #0076a8;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  box-shadow: unset;
  background-color: transparent;
}
.search-results-container .search-form .input-group .btn {
  font-size: 14px;
  padding: 2px 5px;
  background-color: transparent;
  color: #0076a8;
  border-radius: 0;
  border: 0;
}
.search-results-container .search-form .form-group {
  margin: 0;
}
.search-results-container form + h2,
.search-results-container form + h3 {
  clear: both;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.search-results-container h2 {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 4.1rem;
  text-transform: uppercase;
}
.search-results-container h3 {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  margin: 1rem 0;
}
.search-results-container p {
  font-size: 1.8rem;
  line-height: 3.1rem;
}
.search-results-container h2,
.search-results-container h3,
.search-results-container a {
  color: #0076a8;
}
.search-results-container ol {
  list-style: none;
  padding-left: 0;
}
.search-results-container ol li {
  padding: 15px 0;
}
.search-results-container ol li:nth-child(even) {
  background-color: rgba(0, 118, 168, 0.05);
}
.search-results-container ol li h3,
.search-results-container ol li p {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

body.path-search #search-block-form {
  display: none;
}

/** Login **/
.path-user .main-container .region {
  padding: 50px 20%;
  color: #0076a8;
}
.path-user .main-container .region .user-login-form {
  width: 80%;
  margin: 15rem auto;
}
.path-user .main-container .region .user-login-form .form-group {
  margin-bottom: 30px;
}
.path-user .main-container .region .user-login-form label {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.8rem;
}
.path-user .main-container .region .user-login-form button.form-submit {
  font-family: cubano, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding-left: 0;
  color: #9B9B9B;
  display: inline-block;
  font-size: 1.9rem;
  text-decoration: none;
  transition: color 0.3s ease;
}
.path-user .main-container .region .user-login-form button.form-submit:after {
  content: "›";
  display: inline-block;
  font-size: 3rem;
  line-height: 1.7rem;
  margin-left: 0.5rem;
  padding-top: 0.1rem;
  position: relative;
  top: 0.22rem;
  transition: color 0.3s ease;
}
.path-user .main-container .region .user-login-form button.form-submit:hover {
  color: #0076a8;
}
.path-user .main-container .region .user-login-form button.form-submit:hover:after {
  color: #0076a8;
}
.path-user .main-container .region .user-login-form button.form-submit span.glyphicon {
  display: none;
}

/** End Login **/
/* Privacy Policy */
article.privacy_policy {
  padding: 6rem 0;
}
article.privacy_policy h2 {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #0076a8;
  text-transform: uppercase;
  margin-top: 3rem;
}

/* End Privacy Policy */
/* End System Pages */
body.page-name_red_hat_is_now_big_marble {
  padding-top: 0;
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_header {
  height: 85rem;
  background: transparent url(/themes/custom/bmf_bright/img/slice_bg/redhat_bmf/redhat_bmf_greenhouse.jpg) no-repeat center center;
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_header .field--name-field-content-title {
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 8rem;
  line-height: 9.5rem;
  color: #4A4A4A;
  text-align: center;
  text-transform: initial;
  letter-spacing: -1.05px;
  width: 65%;
  margin-top: 8.7rem;
  max-width: 90rem;
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro {
  height: 75rem;
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content {
  position: relative;
  padding-top: 26rem;
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos {
  position: absolute;
  top: -15.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 46.2rem;
  height: 30.2rem;
  border-radius: 23.1rem/15.1rem;
  overflow: hidden;
  background-color: #F9F9F9;
  perspective: 600px;
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube {
  top: 50%;
  left: 50%;
  width: 250px;
  height: 250px;
  position: relative;
  transform-style: preserve-3d;
  transform: translate3d(-50%, -50%, -125px) rotate3d(1, 0, 0, 0deg);
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube.show-front {
  transform: translateZ(-125px) rotateY(0deg);
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube.show-right {
  transform: translateZ(-125px) rotateY(-90deg);
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube.show-back {
  transform: translateZ(-125px) rotateY(-180deg);
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube.show-left {
  transform: translateZ(-125px) rotateY(90deg);
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube.show-top {
  transform: translateZ(-125px) rotateX(-90deg);
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube.show-bottom {
  transform: translateZ(-125px) rotateX(90deg);
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face {
  position: absolute;
  width: 250px;
  height: 250px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face--front {
  transform: rotateY(0deg) translateZ(125px);
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face--right {
  transform: rotateY(90deg) translateZ(125px);
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face--back {
  transform: rotateY(180deg) translateZ(125px);
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face--left {
  transform: rotateY(-90deg) translateZ(125px);
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face--top {
  transform: rotateX(90deg) translateZ(125px);
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face--bottom {
  transform: rotateX(-90deg) translateZ(125px);
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .field--name-field-content-body p {
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.7rem;
  line-height: 5.8rem;
  text-align: center;
  color: #4A4A4A;
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_distribution {
  height: 116.9rem;
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_distribution .content {
  position: relative;
  padding-top: 12.4rem;
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_distribution .content .svg_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_distribution .content .svg_bg svg {
  position: absolute;
  width: 256rem;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_distribution .content .field--name-field-content-body {
  position: relative;
  z-index: 100;
  top: 0;
  opacity: 0;
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_distribution .content .field--name-field-content-body p {
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 4.6rem;
  font-style: italic;
  color: #FFFFFF;
  text-align: center;
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_greenhouse {
  height: 110.5rem;
  background: transparent url(/themes/custom/bmf_bright/img/slice_bg/redhat_bmf/redhat_bmf_family.jpg) no-repeat center center;
  background-size: cover;
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_greenhouse .content {
  padding-top: 3.4rem;
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_greenhouse .content .field--name-field-content-body {
  width: 35%;
  opacity: 0;
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_greenhouse .content .field--name-field-content-body p {
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 4.6rem;
  color: #4A4A4A;
  text-align: center;
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_footer {
  border-top: solid 4.5rem #0076a8;
  height: 132.8rem;
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_footer .content {
  padding-top: 19rem;
  text-align: center;
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_footer .content .field--name-field-content-title {
  font-family: fairwater-script, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6rem;
  line-height: 5.8rem;
  text-transform: initial;
  margin-bottom: 5rem;
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_footer .content a {
  display: block;
  font-size: 3.2rem;
  line-height: 4rem;
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_footer .content a:last-of-type {
  margin-top: 6rem;
  font-weight: bold;
  transition: color 0.3s ease;
}
body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_footer .content a:last-of-type:after {
  content: "›";
  display: inline-block;
  font-size: 3rem;
  line-height: 1.7rem;
  margin-left: 0.5rem;
  padding-top: 0.1rem;
  position: relative;
  top: 0.22rem;
  transition: color 0.3s ease;
  font-size: 4rem;
}

/* Media Breakpoints */
@media screen and (max-width: 1200px) {
  .field--name-field-content-slices .field--item > article div.content {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  body {
    /* Redhat -> Big Marble page */
    /* End Redhat -> Big Marble page */
  }
  body.page-name_red_hat_is_now_big_marble {
    overflow-x: hidden;
  }
  body.page-name_red_hat_is_now_big_marble div[role=main] section.col-sm-12 {
    padding: 0;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_header {
    height: 85rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_header .field--name-field-content-title {
    font-family: din-2014, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 7rem;
    line-height: 8rem;
    margin-top: 8.7rem;
    width: 90%;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro {
    height: 75rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content {
    padding-top: 26rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos {
    position: absolute;
    top: -15.1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 46.2rem;
    height: 30.2rem;
    border-radius: 23.1rem/15.1rem;
    overflow: hidden;
    background-color: #F9F9F9;
    perspective: 600px;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube {
    top: 50%;
    left: 50%;
    width: 250px;
    height: 250px;
    position: relative;
    transform-style: preserve-3d;
    transform: translate3d(-50%, -50%, -125px) rotate3d(1, 0, 0, 0deg);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube.show-front {
    transform: translateZ(-125px) rotateY(0deg);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube.show-right {
    transform: translateZ(-125px) rotateY(-90deg);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube.show-back {
    transform: translateZ(-125px) rotateY(-180deg);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube.show-left {
    transform: translateZ(-125px) rotateY(90deg);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube.show-top {
    transform: translateZ(-125px) rotateX(-90deg);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube.show-bottom {
    transform: translateZ(-125px) rotateX(90deg);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face {
    position: absolute;
    width: 250px;
    height: 250px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face svg {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face--front {
    transform: rotateY(0deg) translateZ(125px);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face--right {
    transform: rotateY(90deg) translateZ(125px);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face--back {
    transform: rotateY(180deg) translateZ(125px);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face--left {
    transform: rotateY(-90deg) translateZ(125px);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face--top {
    transform: rotateX(90deg) translateZ(125px);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face--bottom {
    transform: rotateX(-90deg) translateZ(125px);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .field--name-field-content-body p {
    font-size: 2.7rem;
    line-height: 4.8rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_distribution {
    height: 86.9rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_distribution .content {
    padding-top: 6.4rem;
    height: 100%;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_distribution .content .svg_bg {
    height: 100%;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_distribution .content .svg_bg svg {
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-70%);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_distribution .content .field--name-field-content-body {
    position: relative;
    z-index: 100;
    top: 0;
    opacity: 0;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_distribution .content .field--name-field-content-body p {
    font-size: 2.2rem;
    line-height: 4rem;
    text-align: center;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_greenhouse {
    height: 110.5rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_greenhouse .content {
    padding-top: 10.4rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_greenhouse .content .field--name-field-content-body {
    width: 75%;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_greenhouse .content .field--name-field-content-body p {
    font-size: 2.2rem;
    line-height: 4rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_footer {
    height: 132.8rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_footer .content {
    padding-top: 19rem;
    text-align: center;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_footer .content img {
    max-width: 90%;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_footer .content .field--name-field-content-title {
    font-size: 5rem;
    line-height: 5.8rem;
  }

  header .header-margin-container .navbar-header {
    margin-left: 4rem;
  }
  header .header-margin-container #block-bmf-bright-main-menu,
header .header-margin-container #block-bmf-bright-search {
    right: 4rem;
  }

  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .svgContainer {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2560px;
    z-index: 100;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .svgContainer svg {
    width: 2560px;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container {
    padding-left: 4rem;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .copy-container {
    width: 50%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .copy-container h3 {
    font-size: 6.5rem;
    line-height: 7.1rem;
    margin-top: 13rem;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .copy-container .body {
    font-size: 3rem;
    line-height: 4rem;
    margin-top: 6.5rem;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .copy-container .banner-cta {
    font-size: 2.1rem;
    line-height: 2.8rem;
    margin-top: 2rem;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .copy-container .banner-cta:after {
    font-size: 2.1rem;
    line-height: 2.8rem;
    margin-left: 0.5ch;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .field--name-field-home-banner-image {
    width: 49%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .branding-container {
    bottom: 12rem;
    left: 4rem;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .branding-container .field--name-field-home-banner-branding {
    width: 20.8rem;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .branding-container .field--name-field-home-banner-branding svg {
    width: 100%;
    height: auto;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .branding-container .field--name-field-home-banner-branding svg path {
    fill: #FFFFFF;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.juicy-crunchy-handpicked .container .field--name-field-home-banner-image .field--item, div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.packaging-innovation .container .field--name-field-home-banner-image .field--item {
    position: initial;
    height: auto;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.juicy-crunchy-handpicked .container .field--name-field-home-banner-image .field--item img, div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.packaging-innovation .container .field--name-field-home-banner-image .field--item img {
    position: initial;
    width: auto;
    max-width: 100%;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.great-ingredients-great-meals .copy-container {
    margin-right: 0;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ol.flex-control-nav {
    bottom: 5rem;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ol.flex-control-nav li {
    margin: 0 1rem;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ol.flex-control-nav li a {
    width: 2rem;
    height: 2rem;
  }
  div.main-container #block-views-block-homepage-flexslider-block-1 .flexslider ul.slides li {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  div.main-container article.home_albertas_largest_greenhouse .field--name-field-header-title {
    font-size: 7rem;
    line-height: 6.7rem;
    max-width: 44rem;
    transform: translate(25%, -121%);
  }
  div.main-container article.always_growing_header .content .field--name-field-header-title, div.main-container article.alberta_grown_header .content .field--name-field-header-title, div.main-container article.produce_header .content .field--name-field-header-title, div.main-container article.big_news_header .content .field--name-field-header-title, div.main-container article.find_us_header .content .field--name-field-header-title {
    transform: translate(-45%, -50%);
  }
  div.main-container article.big_jobs_header .content p {
    transform: translate(-45%, -50%);
  }
  div.main-container article.home_lets_talk_local svg#grown_in_ab {
    right: 4rem;
    bottom: -12.5rem;
  }
  div.main-container article.home_lets_talk_local svg#redhat_logo {
    right: 22rem;
    bottom: -10.5rem;
  }
  div.main-container article.home_where_to_find .content {
    padding-left: 2rem;
    padding-right: 55rem !important;
  }
  div.main-container article.home_where_to_find .content .field--name-field-content-inline-image {
    right: 2rem;
  }
  div.main-container article.home_video_slice .content {
    padding-left: 0;
    padding-right: 0;
  }
  div.main-container article.always_growing_top .field--name-field-content-body {
    width: 75%;
  }
  div.main-container article.alberta_grown_our_founder .field--name-field-content-inline-image {
    top: 11rem;
    left: 5rem;
    width: 35rem;
    height: 34rem;
  }
  div.main-container article.alberta_grown_the_cramer_family .content .field--name-field-content-title {
    font-size: 5.75rem;
  }
  div.main-container article.alberta_grown_the_cramer_family .content .field--name-field-content-inline-image .field--item img {
    width: 100%;
    height: auto;
  }
  div.main-container article.alberta_grown_rick .content .field--name-field-content-title {
    font-size: 5.75rem;
  }
  div.main-container article.alberta_grown_rick .content .field--name-field-content-inline-image {
    margin-left: 0;
    margin-bottom: 3rem;
  }
  div.main-container article.alberta_grown_rick .content .field--name-field-content-inline-image img {
    width: 100%;
    height: auto;
  }
  div.main-container article.alberta_grown_albert .content .field--name-field-content-title {
    font-size: 5.75rem;
  }
  div.main-container article.alberta_grown_albert .content .field--name-field-content-inline-image {
    margin-left: 0;
    margin-bottom: 3rem;
  }
  div.main-container article.alberta_grown_albert .content .field--name-field-content-inline-image img {
    width: 100%;
    height: auto;
  }
  div.main-container article.big_jobs_header .content p {
    margin-left: 4rem;
  }

  .view-big-news .item-list ul li.sticky-On {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .view-job-postings .item-list ul li {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .view-always-growing-flexslider .view-content {
    max-width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .field--name-field-content-title {
    font-size: 6.5rem;
    line-height: 7rem;
  }

  .field--name-field-content-sub-title {
    font-size: 2.75rem;
    line-height: 2.75rem;
  }

  .views-field-field-content-cta a,
.field--name-field-content-cta a {
    font-size: 1.7rem;
  }

  .field--name-field-content-body {
    line-height: 3.2rem;
    font-size: 1.9rem;
  }
  .field--name-field-content-body p,
.field--name-field-content-body span {
    line-height: 3.2rem;
    font-size: 1.9rem;
  }
  .field--name-field-content-body a {
    color: #0076a8;
  }

  .field--name-field-content-slices .field--item > article div.content {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .navbar-default .navbar-nav > li > a {
    font-size: 1.9rem;
    padding: 3.2rem 0.8rem 0.5rem 0.8rem;
    letter-spacing: -0.02rem;
  }

  body {
    /* Big Marble First */
    /* End Big Marble First */
    /* Redhat -> Big Marble page */
    /* End Redhat -> Big Marble page */
  }
  body #block-bmf-bright-socialslice {
    display: none;
  }
  body.page-node-type-recipe article.recipe .content .container .row.additional-images > div .field--name-field-recipe-additional-images .field--item .additional-image {
    height: 18.4rem;
    overflow: hidden;
  }
  body.page-node-type-recipe article.recipe .content .container .row.additional-images > div .field--name-field-recipe-additional-images .field--item .additional-image img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  body.page-node-type-recipe article.recipe .content .container .row .header-images .field--name-field-recipe-images .field--item {
    height: auto;
  }
  body.page-node-type-recipe article.recipe .content .container .row .header-images .field--name-field-recipe-images .field--item img {
    position: relative;
    height: auto;
  }
  body div.main-container article.home_albertas_largest_greenhouse .field--name-field-header-title {
    font-size: 7.5rem;
    line-height: 7.2rem;
    max-width: 40rem;
    transform: translate(20%, -117%);
  }
  body.path-produce .produce_top .content ul {
    width: 90%;
    margin: 0 auto;
  }
  body.path-produce .produce_top .content ul li a {
    font-size: 2.25rem;
  }
  body.path-produce section.col-sm-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  body.page-node-type-recipe article.recipe .content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  body.page-node-type-recipe article.recipe .content .container .row {
    margin-left: 0;
    margin-right: 0;
  }
  body.page-node-type-recipe article.recipe .content .container .row .info .print-link {
    display: none;
  }
  body.page-node-type-recipe article.recipe .content .container .row .info > .row {
    text-align: right;
  }
  body.path-search .search-results-container ol li {
    padding: 1.5rem 3rem;
  }
  body.path-search h2 {
    padding-left: 3rem;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow {
    height: 100%;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow .content .field--name-field-content-body {
    margin-bottom: 4.8rem;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow .content .field--name-field-content-body ul {
    flex-direction: column;
    justify-content: center;
    margin-top: 8.6rem;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow .content .field--name-field-content-body ul li {
    flex-basis: initial;
    margin: 0 auto 5.1rem auto;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_promise .content {
    height: auto;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_promise .content .field--name-field-content-body {
    position: initial;
    order: 0;
    text-align: center;
    max-width: 80%;
    margin-bottom: 7.6rem;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_promise .content .field--name-field-content-inline-image {
    order: 2;
    display: flex;
    flex-direction: column;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_promise .content .field--name-field-content-inline-image .field--item:nth-child(1) {
    position: initial;
    order: 1;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_promise .content .field--name-field-content-inline-image .field--item:nth-child(2) {
    position: initial;
    order: 0;
    margin-bottom: 4.6rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul {
    padding: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul li.hydroponic-irrigation {
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 7.7rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul li.hydroponic-irrigation .image {
    flex-basis: 100%;
    margin-bottom: 3.2rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul li.hydroponic-irrigation .image svg {
    width: 100%;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul li.hydroponic-irrigation .copy {
    flex-basis: 55%;
    margin: auto;
    text-align: center;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul li.integrated-pest-management .image {
    right: -8%;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul li.integrated-pest-management .copy {
    max-width: 47rem;
    margin: auto;
    text-align: center;
    z-index: 50;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul li.integrated-pest-management .copy p {
    width: 100%;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul li.integrated-pest-management .copy .ipm-logo {
    margin: 4rem auto;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination ul {
    padding: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination ul li.high-wire-cultivation,
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination ul li.bumble-bee-pollination {
    height: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination ul li.high-wire-cultivation .image,
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination ul li.bumble-bee-pollination .image {
    position: initial;
    height: auto;
    order: 1;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination ul li.high-wire-cultivation .image img,
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination ul li.bumble-bee-pollination .image img {
    width: 100vw;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination ul li.high-wire-cultivation .copy,
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination ul li.bumble-bee-pollination .copy {
    max-width: 60%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 7.7rem;
    text-align: center;
    order: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting ul {
    padding: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting ul li.pruning-deleafing,
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting ul li.hand-picked-harvesting {
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting ul li.pruning-deleafing .copy,
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting ul li.hand-picked-harvesting .copy {
    width: 60%;
    margin-left: 0;
    text-align: center;
    max-width: unset;
    margin-top: 2.5rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting ul li.pruning-deleafing .image,
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting ul li.hand-picked-harvesting .image {
    position: initial;
    width: 100%;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting ul li.pruning-deleafing .image img,
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting ul li.hand-picked-harvesting .image img {
    width: 100%;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting ul li.pruning-deleafing {
    margin-bottom: 7rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting ul li.hand-picked-harvesting {
    margin-bottom: 14rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_water_mgmt ul {
    padding: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_water_mgmt ul li.safety-circulation .image img {
    width: 50%;
    height: auto;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way {
    height: 91rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .background-svg div svg {
    height: 100vh;
    width: auto;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging div.sustainable-slice .text-copy {
    text-align: center;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging div.sustainable-slice .text-copy svg.desktop-delicious-produce {
    display: none;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging div.sustainable-slice .text-copy svg.mobile-delicious-produce {
    display: initial;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li .packaging-image-container .bullet-point h4 {
    font-size: 2rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li .packaging-image-container .bullet-point ul li {
    font-size: 1.8rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.beefsteak-tomato-pack {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 3rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.beefsteak-tomato-pack .views-field-body {
    margin: 7.4rem auto 0 auto;
    border-bottom: 3px solid #FFFFFF;
    padding-bottom: 6rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.albertas-hamburger-pack .packaging-image-container .bullet-point.bullet-point-1 {
    top: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.albertas-hamburger-pack .packaging-image-container .bullet-point.bullet-point-2 {
    bottom: 8rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbelous-cocktail-tomatoes {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 3rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbelous-cocktail-tomatoes .views-field-body {
    margin-top: 9.4rem;
    border-bottom: 3px solid #FFFFFF;
    padding-bottom: 6rem;
    margin-bottom: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbelous-cocktail-tomatoes .packaging-image-container .bullet-point.bullet-point-1 {
    top: 42rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbelous-cocktail-tomatoes .packaging-image-container .bullet-point.bullet-point-2 {
    bottom: 48rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-trays .packaging-image-container .bullet-point.bullet-point-1 {
    top: 1rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-bowls .packaging-image-container .bullet-point.bullet-point-2 {
    bottom: 0;
  }
  body.page-name_red_hat_is_now_big_marble {
    overflow-x: hidden;
  }
  body.page-name_red_hat_is_now_big_marble div[role=main] section.col-sm-12 {
    padding: 0;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_header {
    height: 85rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_header .field--name-field-content-title {
    font-family: din-2014, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 7rem;
    line-height: 8rem;
    margin-top: 8.7rem;
    width: 90%;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro {
    height: 75rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content {
    padding-top: 26rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos {
    position: absolute;
    top: -15.1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 46.2rem;
    height: 30.2rem;
    border-radius: 23.1rem/15.1rem;
    overflow: hidden;
    background-color: #F9F9F9;
    perspective: 600px;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube {
    top: 50%;
    left: 50%;
    width: 250px;
    height: 250px;
    position: relative;
    transform-style: preserve-3d;
    transform: translate3d(-50%, -50%, -125px) rotate3d(1, 0, 0, 0deg);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube.show-front {
    transform: translateZ(-125px) rotateY(0deg);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube.show-right {
    transform: translateZ(-125px) rotateY(-90deg);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube.show-back {
    transform: translateZ(-125px) rotateY(-180deg);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube.show-left {
    transform: translateZ(-125px) rotateY(90deg);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube.show-top {
    transform: translateZ(-125px) rotateX(-90deg);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube.show-bottom {
    transform: translateZ(-125px) rotateX(90deg);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face {
    position: absolute;
    width: 250px;
    height: 250px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face svg {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face--front {
    transform: rotateY(0deg) translateZ(125px);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face--right {
    transform: rotateY(90deg) translateZ(125px);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face--back {
    transform: rotateY(180deg) translateZ(125px);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face--left {
    transform: rotateY(-90deg) translateZ(125px);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face--top {
    transform: rotateX(90deg) translateZ(125px);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face--bottom {
    transform: rotateX(-90deg) translateZ(125px);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .field--name-field-content-body p {
    font-size: 2.7rem;
    line-height: 4.8rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_distribution {
    height: 86.9rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_distribution .content {
    padding-top: 6.4rem;
    height: 100%;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_distribution .content .svg_bg {
    height: 100%;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_distribution .content .svg_bg svg {
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-70%);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_distribution .content .field--name-field-content-body {
    position: relative;
    z-index: 100;
    top: 0;
    opacity: 0;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_distribution .content .field--name-field-content-body p {
    font-size: 2.2rem;
    line-height: 4rem;
    text-align: center;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_greenhouse {
    height: 110.5rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_greenhouse .content {
    padding-top: 10.4rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_greenhouse .content .field--name-field-content-body {
    width: 75%;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_greenhouse .content .field--name-field-content-body p {
    font-size: 2.2rem;
    line-height: 4rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_footer {
    height: 132.8rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_footer .content {
    padding-top: 19rem;
    text-align: center;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_footer .content img {
    max-width: 90%;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_footer .content .field--name-field-content-title {
    font-size: 5rem;
    line-height: 5.8rem;
  }

  header.sticky #block-bmf-bright-main-menu ul li {
    margin-left: 0.5rem;
  }
  header .header-margin-container .navbar-header {
    margin-left: 4rem;
  }
  header .header-margin-container #block-bmf-bright-main-menu {
    right: 4rem;
  }
  header .header-margin-container #block-bmf-bright-search {
    right: 1rem;
  }
  header.container > .navbar-collapse {
    margin-left: auto;
    margin-right: auto;
  }

  div.main-container {
    /* Blocks */
    /* End Blocks */
    /* Views */
    /* End Views */
  }
  div.main-container article.parallax_bg {
    background-size: contain;
  }
  div.main-container div.job-posting {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  div.main-container .find_us_contact_form .content #block-webform form {
    width: 75%;
  }
  div.main-container article {
    /* Home Page */
    /* End Home Page */
    /* Always Growing */
    /* End Always Growing */
    /* Produce */
    /* End Produce */
    /* Alberta Grown */
    /* End Alberta Grown */
    /* Recipes */
    /* End Recipes */
    /* Big News */
    /* End Big News */
    /* Big Jobs */
    /* End Big jobs */
  }
  div.main-container article.always_growing_header, div.main-container article.alberta_grown_header, div.main-container article.produce_header, div.main-container article.big_news_header, div.main-container article.find_us_header, div.main-container article.big_marble_first_header {
    height: 40rem;
    min-height: 40rem;
    background-size: cover;
  }
  div.main-container article.always_growing_header .content .field--name-field-header-title, div.main-container article.alberta_grown_header .content .field--name-field-header-title, div.main-container article.produce_header .content .field--name-field-header-title, div.main-container article.big_news_header .content .field--name-field-header-title, div.main-container article.find_us_header .content .field--name-field-header-title, div.main-container article.big_marble_first_header .content .field--name-field-header-title {
    font-size: 9.5rem;
    line-height: 10rem;
    transform: translate(-45%, -50%);
  }
  div.main-container article.big_marble_first_header .content {
    padding-top: 3.2rem;
    padding-bottom: 3.5rem;
  }
  div.main-container article.recipes {
    height: 40rem;
    min-height: 40rem;
    background-size: cover;
  }
  div.main-container article.recipes .content .field--name-field-header-title {
    font-size: 9.5rem;
    line-height: 10rem;
  }
  div.main-container article.big_jobs_header {
    height: 40rem;
    min-height: 40rem;
    background-size: cover;
  }
  div.main-container article.big_jobs_header .content p {
    font-size: 9.5rem;
    line-height: 10rem;
    transform: translate(-45%, -50%);
  }
  div.main-container article.home_albertas_largest_greenhouse {
    height: 60rem;
  }
  div.main-container article.home_albertas_largest_greenhouse .field--name-field-header-title {
    font-size: 7.5rem;
    line-height: 8rem;
  }
  div.main-container article.home_our_freshest .content .field--name-field-content-inline-image img {
    width: 50rem;
  }
  div.main-container article.home_video_slice .content {
    padding-left: 0;
    padding-right: 0;
  }
  div.main-container article.home_lets_talk_local {
    background: transparent url(../img/slice_bg/local_slice.jpg) no-repeat center center;
    background-size: cover;
    height: 40rem;
  }
  div.main-container article.home_lets_talk_local .field--name-field-content-title {
    margin-top: 4rem;
  }
  div.main-container article.home_lets_talk_local .field--name-field-content-inline-image {
    display: none;
  }
  div.main-container article.home_lets_talk_local svg#grown_in_ab {
    right: 1rem;
    bottom: -10.5rem;
    width: 10rem;
  }
  div.main-container article.home_lets_talk_local svg#redhat_logo {
    right: 14rem;
    bottom: -8.5rem;
    width: 12.5rem;
  }
  div.main-container article.home_if_youre_looking .field--name-field-content-body p {
    font-size: 4.3rem;
    line-height: 5rem;
  }
  div.main-container article.always_growing_header .content {
    position: relative;
  }
  div.main-container article.always_growing_header .field--name-field-page-header-extra {
    margin-right: 8rem !important;
    left: calc(50% - 15rem);
  }
  div.main-container article.always_growing_header .field--name-field-page-header-extra svg {
    width: 20rem;
    height: 20rem;
  }
  div.main-container article.always_growing_top {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  div.main-container article.always_growing_top .field--name-field-content-sub-title {
    font-size: 3rem;
    line-height: 4.5rem;
    width: 75%;
  }
  div.main-container article.always_growing_smh {
    background: transparent url(../img/slice_bg/medicine_hat.png) no-repeat center center;
    background-size: cover;
    height: 55rem;
  }
  div.main-container article.always_growing_smh .field--name-field-content-title {
    font-size: 6.5rem;
    margin-top: 4rem;
  }
  div.main-container article.always_growing_smh .field--name-field-content-sub-title {
    font-size: 3.8rem;
    padding: 2.5rem;
  }
  div.main-container article.always_growing_ls .field--name-field-content-title {
    font-size: 6.5rem;
  }
  div.main-container article.always_growing_greenhouse {
    height: 110rem;
  }
  div.main-container article.always_growing_greenhouse .content {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
  div.main-container article.always_growing_greenhouse .content .field--name-field-content-inline-image {
    position: relative;
    width: 100%;
    height: auto;
    top: initial;
    left: initial;
    transform: initial;
  }
  div.main-container article.always_growing_greenhouse .content .field--name-field-content-inline-image .field--item img {
    height: auto;
    width: 100%;
  }
  div.main-container article.always_growing_greenhouse .content .field--name-field-content-title {
    margin-left: 0 !important;
    margin-top: 3rem;
    margin-bottom: 0;
    padding: 0 2rem;
    width: auto;
    font-size: 5.25rem;
  }
  div.main-container article.always_growing_greenhouse .content .field--name-field-content-body {
    margin-left: 0 !important;
    width: 100%;
    padding: 2rem;
  }
  div.main-container article.alberta_grown_header .content .field--name-field-header-title {
    transform: translate(-45%, -80%);
  }
  div.main-container article.alberta_grown_header .content .field--name-field-page-header-extra {
    transform: translate(171%, 33%);
  }
  div.main-container article.alberta_grown_header .content .field--name-field-page-header-extra svg {
    width: 14rem;
    height: 14rem;
  }
  div.main-container article.alberta_grown_our_culture .content .field--name-field-content-title {
    font-size: 6.5rem;
    transform: translate(-31%, -153%);
  }
  div.main-container article.alberta_grown_our_culture .content .field--name-field-content-body {
    transform: translate(-31%, -22%);
  }
  div.main-container article.alberta_grown_our_culture .content .field--name-field-content-inline-image {
    width: 65rem;
    left: 5rem;
  }
  div.main-container article.alberta_grown_our_friends .content .field--name-field-content-title {
    font-size: 6.5rem;
    line-height: 6.5rem;
  }
  div.main-container article.alberta_grown_our_friends .content .field--name-field-content-body svg {
    width: 27rem;
  }
  div.main-container article.alberta_grown_our_founder .content .field--name-field-content-inline-image {
    width: 35rem;
    margin-bottom: 20rem;
  }
  div.main-container article.alberta_grown_our_founder .content .field--name-field-content-title {
    font-size: 6.25rem;
  }
  div.main-container article.alberta_grown_the_cramer_family .content .field--name-field-content-title {
    font-size: 5.75rem;
  }
  div.main-container article.alberta_grown_rick .content .field--name-field-content-title {
    font-size: 5.75rem;
  }
  div.main-container article.alberta_grown_rick .content .field--name-field-content-inline-image {
    margin-left: 0;
    margin-bottom: 3rem;
  }
  div.main-container article.alberta_grown_rick .content .field--name-field-content-inline-image img {
    width: 100%;
    height: auto;
  }
  div.main-container article.alberta_grown_albert .content .field--name-field-content-title {
    font-size: 5.75rem;
  }
  div.main-container article.alberta_grown_albert .content .field--name-field-content-inline-image {
    margin-left: 0;
    margin-bottom: 3rem;
  }
  div.main-container article.alberta_grown_albert .content .field--name-field-content-inline-image img {
    width: 100%;
    height: auto;
  }
  div.main-container article.alberta_grown_grow_with_us {
    background: transparent url(../img/header_banners/grow-with-us-image-slice.jpg) no-repeat center center !important;
    background-size: cover !important;
  }
  div.main-container article.alberta_grown_grow_with_us .field--name-field-content-title {
    font-size: 6.5rem;
  }
  div.main-container article.recipes .field--name-field-header-title {
    font-size: 9.5rem;
    line-height: 10rem;
  }
  div.main-container article.recipes .field--name-field-content-sub-title .field--item {
    top: 59%;
    left: 58.5%;
    font-size: 3.4rem;
    line-height: 4.4rem;
    width: 45%;
  }
  div.main-container article.article.news, div.main-container article.article.blog, div.main-container article.article.press {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content #ag-flexslider {
    height: 38rem;
  }
  div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content #ag-flexslider .flex-viewport ul.slides li {
    height: 38rem;
  }
  div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content #ag-flexslider .flex-viewport ul.slides li .always_growing_highwire,
div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content #ag-flexslider .flex-viewport ul.slides li .always_growing_ipm,
div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content #ag-flexslider .flex-viewport ul.slides li .always_growing_pack_shed {
    padding: 2rem 5rem;
  }
  div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content #ag-flexslider .flex-viewport ul.slides li .always_growing_highwire .field--name-field-content-title,
div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content #ag-flexslider .flex-viewport ul.slides li .always_growing_ipm .field--name-field-content-title,
div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content #ag-flexslider .flex-viewport ul.slides li .always_growing_pack_shed .field--name-field-content-title {
    font-size: 3rem;
    line-height: 3rem;
  }
  div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content #ag-flexslider .flex-viewport ul.slides li .always_growing_highwire .field--name-field-content-body p,
div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content #ag-flexslider .flex-viewport ul.slides li .always_growing_ipm .field--name-field-content-body p,
div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content #ag-flexslider .flex-viewport ul.slides li .always_growing_pack_shed .field--name-field-content-body p {
    font-size: 1.9rem;
    line-height: 2.8rem;
    margin: 1rem 0;
  }
  div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content #ag-flexslider .flex-viewport ul.slides li .always_growing_highwire .field--name-field-content-body a,
div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content #ag-flexslider .flex-viewport ul.slides li .always_growing_ipm .field--name-field-content-body a,
div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content #ag-flexslider .flex-viewport ul.slides li .always_growing_pack_shed .field--name-field-content-body a {
    color: #0076a8;
  }
  div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content #ag-flexslider .flex-control-paging {
    bottom: -5rem;
  }
  div.main-container .view-produce {
    width: 90%;
    margin: 0 auto;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article {
    width: 100%;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .produce-copy-container {
    width: calc(100% - 46rem);
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .produce-copy-container h3 {
    font-size: 4.5rem;
    line-height: 4.8rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .produce-copy-container .body-wrapper {
    font-size: 1.8rem;
    line-height: 3.1rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .image-catcher {
    width: 45rem;
    padding: 0 0 0 5rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-title {
    font-size: 4.5rem;
    line-height: 4.8rem;
    width: 34rem;
    margin-bottom: 2rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-body {
    font-size: 1.8rem;
    line-height: 3.1rem;
    width: 34rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-flavours {
    font-size: 1.8rem;
    line-height: 3.1rem;
    width: 34rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-flavours ul {
    list-style: disc;
    list-style-position: outside;
    margin-top: 3rem;
    margin-left: 4rem;
    padding: 0;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling {
    font-size: 1.8rem;
    line-height: 3.1rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container {
    padding: 4rem 3rem 0 3rem;
    width: 100%;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container .attrib-group h3 {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container .attrib-group ul {
    margin: 0 0 0 4rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container .attrib-group ul li {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container .attrib-group.benefits ul {
    display: flex;
    flex-wrap: wrap;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container .attrib-group.benefits ul li {
    flex-basis: 40%;
    width: 40%;
    margin-right: 10%;
  }
  div.main-container .view-recipe-grid .view-header h3.intro {
    font-size: 3.4rem;
    margin: 3rem 0 4rem 0;
  }
  div.main-container .view-recipe-grid .view-content .item-list ul li {
    flex-basis: 27rem;
    width: 27rem;
  }
  div.main-container .view-recipe-grid .view-content .item-list ul li .views-field-field-recipe-thumbnail {
    width: 100%;
    height: 13.5rem;
  }
  div.main-container .view-recipe-grid .view-content .item-list ul li .views-field-field-recipe-thumbnail img {
    width: 100%;
    height: auto;
  }
  div.main-container .view-recipe-grid .view-content .item-list ul li .views-field-title a {
    font-size: 1.6rem;
  }
  div.main-container .view-big-news .item-list ul li.sticky-On:first-of-type {
    width: 95%;
    margin: 0 auto;
  }
  div.main-container .view-big-news .item-list ul li article {
    margin: 3rem auto;
  }
  div.main-container .view-job-postings {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  footer #block-bmf-bright-footersocialicons {
    margin: 3.5em 0;
  }
  footer svg#always_growing_logo {
    top: 21rem;
  }
}
@media screen and (max-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 1.5rem;
  }

  .view-always-growing-flexslider .view-content .item-list ul li {
    flex-basis: 100%;
    width: 100%;
  }
  .view-always-growing-flexslider .view-content .item-list ul li:nth-child(even) article, .view-always-growing-flexslider .view-content .item-list ul li:nth-child(odd) article {
    padding-left: 0;
    padding-right: 0;
  }

  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_water_mgmt {
    background-position: 55%;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way {
    height: 89rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .background-svg div svg:first-child {
    display: none;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .background-svg div svg:last-child {
    display: initial;
    height: auto;
    width: 100vw;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .bodies {
    bottom: 21.5rem;
    top: initial;
  }
}
@media screen and (max-width: 810px) {
  .field--name-field-content-title {
    font-size: 6.5rem;
    line-height: 7rem;
  }

  .field--name-field-content-sub-title {
    font-size: 2.75rem;
    line-height: 2.75rem;
  }

  .views-field-field-content-cta a,
.field--name-field-content-cta a {
    font-size: 1.7rem;
  }

  .field--name-field-content-body {
    line-height: 2.75rem;
    font-size: 1.5rem;
  }
  .field--name-field-content-body p,
.field--name-field-content-body span {
    line-height: 2.75rem;
    font-size: 1.5rem;
  }
  .field--name-field-content-body a {
    color: #0076a8;
  }

  .field--name-field-content-slices .field--item > article div.content {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .navbar-default .navbar-nav > li > a {
    font-size: 1.6rem;
    padding: 3.2rem 0.8rem 0.5rem 0.8rem;
    letter-spacing: -0.02rem;
  }

  body {
    /* Big Marble First */
    /* End Big Marble First */
    /* Redhat -> Big Marble page */
    /* End Redhat -> Big Marble page */
  }
  body.page-node-type-recipe article.recipe .content .container .row.instructions .directions {
    margin-top: 5rem;
  }
  body.page-node-type-recipe article.recipe .content .container .row.additional-images > div .field--name-field-recipe-additional-images {
    margin-top: 4.5rem;
  }
  body.page-node-type-recipe article.recipe .content .container .row.additional-images > div .field--name-field-recipe-additional-images .field--item .additional-image {
    height: 12.4rem;
  }
  body.page-node-type-recipe article.recipe .content .container .row.similar .field--name-field-recipe-images {
    height: 8.5rem;
  }
  body.page-node-type-big-marble-first article.big_marble_first_header .content svg {
    max-width: 66%;
    width: auto;
    height: auto;
  }
  body.page-node-type-big-marble-first article.content > .content {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
  body.page-node-type-big-marble-first article.content > .content .field--name-field-content-body p {
    font-size: 2.2rem;
    line-height: 3.4rem;
    color: #4A4A4A;
  }
  body.page-node-type-big-marble-first article.content > .content .field--name-field-content-inline-image img {
    max-width: 100%;
    height: auto;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_well_being .content .field--name-field-content-body {
    width: 100%;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_branding {
    height: 100%;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_branding .field--name-field-content-body ul li {
    flex-basis: 50%;
    justify-content: center;
    margin-bottom: 5rem;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_branding .field--name-field-content-body ul > li:first-child svg {
    width: 100%;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_branding .field--name-field-content-body ul > li:last-child {
    flex-basis: 100%;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_sustainable_packaging .content .field--name-field-content-title {
    font-size: 5.5rem;
    line-height: 5.5rem;
    margin-top: 5rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_water_mgmt .content ul li.hydrologic .image svg {
    transform: translateX(-74.5%);
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul li.integrated-pest-management .image {
    right: -30%;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way {
    height: 89rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .background-svg {
    height: 100%;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .background-svg div {
    height: 100%;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .background-svg div svg:first-child {
    display: none;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .background-svg div svg:last-child {
    display: initial;
    height: 100vh;
    width: 100vw;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .packaging-intro {
    font-size: 2.75rem;
    line-height: 4rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .sustainable-slice .copy {
    font-size: 4rem;
    line-height: 5.7rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li .views-field-title {
    font-size: 4rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li .views-field-body {
    margin: 10rem auto 3rem auto;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li .packaging-image-container .bullet-point h4 {
    font-size: 2rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li .packaging-image-container .bullet-point h4:after {
    transform-origin: top left;
    display: none;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li .packaging-image-container .bullet-point h4:before {
    transform-origin: bottom right;
    display: none;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li .packaging-image-container .bullet-point ul li {
    font-size: 1.8rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.beefsteak-tomato-pack .packaging-image-container .bullet-point.bullet-point-1 {
    top: -6rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.beefsteak-tomato-pack .packaging-image-container .bullet-point.bullet-point-1 h4:after {
    top: 1.5rem;
    right: 13rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.beefsteak-tomato-pack .packaging-image-container .bullet-point.bullet-point-2 {
    bottom: 8rem;
    right: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.albertas-hamburger-pack .packaging-image-container .bullet-point.bullet-point-1 {
    top: -3rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.albertas-hamburger-pack .packaging-image-container .bullet-point.bullet-point-1 h4:after {
    top: 2rem;
    right: 11.5rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.albertas-hamburger-pack .packaging-image-container .bullet-point.bullet-point-2 {
    bottom: 3rem;
    right: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbleous-snack-pints .packaging-image-container .bullet-point.bullet-point-1 {
    top: 0;
    left: 6rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbleous-snack-pints .packaging-image-container .bullet-point.bullet-point-1 h4:after {
    top: 1.5rem;
    right: 2.5rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbleous-snack-pints .packaging-image-container .bullet-point.bullet-point-2 {
    bottom: 1rem;
    right: 1rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbleous-snack-pints .packaging-image-container .bullet-point.bullet-point-2 h4:before {
    left: -1rem;
    top: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbelous-cocktail-tomatoes .packaging-image-container .bullet-point.bullet-point-1 {
    top: 32rem;
    left: 4rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbelous-cocktail-tomatoes .packaging-image-container .bullet-point.bullet-point-2 {
    bottom: 41rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-trays .packaging-image-container .bullet-point.bullet-point-1 {
    top: 0;
    left: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-trays .packaging-image-container .bullet-point.bullet-point-1 h4:after {
    width: 22rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-trays .packaging-image-container .bullet-point.bullet-point-2 {
    bottom: 0;
    right: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-trays .packaging-image-container .bullet-point.bullet-point-2 h4:before {
    left: -7rem;
    top: -1rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-bowls .views-field-title {
    margin-bottom: 4rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-bowls .packaging-image-container .bullet-point.bullet-point-1 {
    top: 0;
    left: 4rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-bowls .packaging-image-container .bullet-point.bullet-point-1 h4:after {
    top: 2rem;
    right: 4rem;
    transform: rotate(19deg);
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-bowls .packaging-image-container .bullet-point.bullet-point-2 {
    bottom: -5rem;
    right: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.kraft-cases .packaging-image-container .bullet-point.bullet-point-1 {
    top: 0;
    left: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.kraft-cases .packaging-image-container .bullet-point.bullet-point-1 h4:after {
    width: 23rem;
    transform: rotate(9deg);
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.kraft-cases .packaging-image-container .bullet-point.bullet-point-2 {
    bottom: 0;
    right: 1.5rem;
  }
  body.page-name_red_hat_is_now_big_marble {
    overflow-x: hidden;
  }
  body.page-name_red_hat_is_now_big_marble div[role=main] section.col-sm-12 {
    padding: 0;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_header {
    height: 85rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_header .field--name-field-content-title {
    font-family: din-2014, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 6rem;
    line-height: 7rem;
    margin-top: 8.7rem;
    width: 90%;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro {
    height: 65rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content {
    padding-top: 26rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos {
    position: absolute;
    top: -15.1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 46.2rem;
    height: 30.2rem;
    border-radius: 23.1rem/15.1rem;
    overflow: hidden;
    background-color: #F9F9F9;
    perspective: 600px;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube {
    top: 50%;
    left: 50%;
    width: 250px;
    height: 250px;
    position: relative;
    transform-style: preserve-3d;
    transform: translate3d(-50%, -50%, -125px) rotate3d(1, 0, 0, 0deg);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube.show-front {
    transform: translateZ(-125px) rotateY(0deg);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube.show-right {
    transform: translateZ(-125px) rotateY(-90deg);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube.show-back {
    transform: translateZ(-125px) rotateY(-180deg);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube.show-left {
    transform: translateZ(-125px) rotateY(90deg);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube.show-top {
    transform: translateZ(-125px) rotateX(-90deg);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube.show-bottom {
    transform: translateZ(-125px) rotateX(90deg);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face {
    position: absolute;
    width: 250px;
    height: 250px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face svg {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face--front {
    transform: rotateY(0deg) translateZ(125px);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face--right {
    transform: rotateY(90deg) translateZ(125px);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face--back {
    transform: rotateY(180deg) translateZ(125px);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face--left {
    transform: rotateY(-90deg) translateZ(125px);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face--top {
    transform: rotateX(90deg) translateZ(125px);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face--bottom {
    transform: rotateX(-90deg) translateZ(125px);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .field--name-field-content-body p {
    font-size: 2.5rem;
    line-height: 4.4rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_distribution {
    height: 86.9rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_distribution .content {
    padding-top: 6.4rem;
    height: 100%;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_distribution .content .svg_bg {
    height: 100%;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_distribution .content .svg_bg svg {
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-70%);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_distribution .content .field--name-field-content-body {
    position: relative;
    z-index: 100;
    top: 0;
    opacity: 0;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_distribution .content .field--name-field-content-body p {
    font-size: 2.2rem;
    line-height: 4rem;
    text-align: center;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_greenhouse {
    height: 110.5rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_greenhouse .content {
    padding-top: 10.4rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_greenhouse .content .field--name-field-content-body {
    width: 75%;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_greenhouse .content .field--name-field-content-body p {
    font-size: 2.2rem;
    line-height: 4rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_footer {
    height: 102.8rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_footer .content {
    padding-top: 19rem;
    text-align: center;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_footer .content img {
    max-width: 90%;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_footer .content .field--name-field-content-title {
    font-size: 4rem;
    line-height: 5.8rem;
  }

  header .header-margin-container .navbar-header {
    margin-left: 2.5rem;
  }
  header .header-margin-container .navbar-header .navbar-toggle {
    display: flex;
  }
  header.container > .navbar-collapse {
    margin-left: auto;
    margin-right: auto;
  }

  body.video-open .block-views-blockhomepage-banners-block-1 {
    margin-top: initial;
  }
  body.video-open .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.video-banner .video .field--name-field-video-embed {
    position: relative;
  }
  body.video-open .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.video-banner .video .field--name-field-video-embed .field--item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }

  div.main-container {
    /* Blocks */
    /* End Blocks */
    /* Views */
    /* End Views */
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .svgContainer {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    z-index: 100;
    overflow: hidden;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .svgContainer svg {
    width: 2560px;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container {
    padding-left: 0;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .copy-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    height: auto;
    width: 100%;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .copy-container h3 {
    font-size: 4.75rem;
    line-height: 5.6rem;
    margin: 8rem auto 0 auto;
    text-align: center;
    width: 85%;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .copy-container .body {
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin-top: 3.5rem;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .copy-container .banner-cta {
    font-size: 2.1rem;
    line-height: 2.8rem;
    margin: 2rem auto 0 auto;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .copy-container .banner-cta:after {
    font-size: 2.1rem;
    line-height: 2.8rem;
    margin-left: 0.5ch;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .field--name-field-home-banner-image {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 18%;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .field--name-field-home-banner-image .field--item img {
    margin: auto;
    width: auto;
    max-width: 100%;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .branding-container {
    bottom: 12rem;
    left: 4rem;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .branding-container .field--name-field-home-banner-branding {
    width: 20.8rem;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .branding-container .field--name-field-home-banner-branding svg {
    width: 100%;
    height: auto;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .branding-container .field--name-field-home-banner-branding svg path {
    fill: #FFFFFF;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.juicy-crunchy-handpicked .svgContainer, div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.packaging-innovation .svgContainer {
    height: 100%;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.juicy-crunchy-handpicked .svgContainer .field--name-field-home-banner-background-mob, div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.packaging-innovation .svgContainer .field--name-field-home-banner-background-mob {
    display: block;
    height: 100%;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.juicy-crunchy-handpicked .svgContainer .field--name-field-home-banner-background-mob .field--item, div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.packaging-innovation .svgContainer .field--name-field-home-banner-background-mob .field--item {
    height: 100%;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.juicy-crunchy-handpicked .svgContainer .field--name-field-home-banner-background-mob .field--item svg, div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.packaging-innovation .svgContainer .field--name-field-home-banner-background-mob .field--item svg {
    height: 100%;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.juicy-crunchy-handpicked .svgContainer .field--name-field-home-banner-background, div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.packaging-innovation .svgContainer .field--name-field-home-banner-background {
    display: none;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.hello-welcome .container .field--name-field-home-banner-image {
    bottom: 14%;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.juicy-crunchy-handpicked .container .field--name-field-home-banner-image {
    bottom: 12%;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.juicy-crunchy-handpicked .container .field--name-field-home-banner-image .field--item img {
    height: 36rem;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.packaging-innovation .container .field--name-field-home-banner-image {
    bottom: 12%;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.packaging-innovation .container .field--name-field-home-banner-image .field--item img {
    height: 41rem;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.great-ingredients-great-meals .container .field--name-field-home-banner-image {
    bottom: 13%;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.great-ingredients-great-meals .container .field--name-field-home-banner-image .field--item img {
    height: 33rem;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ol.flex-control-nav {
    bottom: 5rem;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ol.flex-control-nav li {
    margin: 0 1rem;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ol.flex-control-nav li a {
    width: 2rem;
    height: 2rem;
  }
  div.main-container #block-views-block-homepage-flexslider-block-1 .flexslider {
    height: 40rem;
    max-height: 40rem;
  }
  div.main-container #block-views-block-homepage-flexslider-block-1 .flexslider ul.slides li {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  div.main-container #block-views-block-homepage-flexslider-block-1 .flexslider ul.slides li .views-field.views-field-title {
    font-size: 7rem;
  }
  div.main-container #block-views-block-homepage-flexslider-block-1 .flexslider ul.slides li .views-field.views-field-body .field-content {
    font-size: 2.4rem;
  }
  div.main-container #block-views-block-homepage-flexslider-block-1 .flexslider ul.slides li .views-field.views-field-body .field-content svg#greenhouse_logo {
    right: 4rem;
  }
  div.main-container #block-views-block-homepage-flexslider-block-1 .flexslider ul.slides li .views-field.views-field-field-content-cta a {
    font-size: 1.4rem;
  }
  div.main-container #block-views-block-homepage-flexslider-block-1 .flexslider ul.slides li .views-field.views-field-field-background-image {
    width: 204.8rem;
    height: 40rem;
  }
  div.main-container #block-views-block-homepage-flexslider-block-1 .flexslider ul.slides li.big-recipes .views-field.views-field-title {
    top: -4%;
    left: 61%;
    width: 33%;
  }
  div.main-container #block-views-block-homepage-flexslider-block-1 .flexslider ul.slides li.big-recipes .views-field.views-field-body {
    top: 63%;
    left: 61.5%;
    width: 30%;
  }
  div.main-container #block-views-block-homepage-flexslider-block-1 .flexslider ul.slides li.big-recipes .views-field.views-field-field-content-cta {
    top: 75%;
    left: 61.5%;
  }
  div.main-container article.parallax_bg {
    background-size: contain;
  }
  div.main-container article {
    /* Home Page */
    /* End Home Page */
    /* Always Growing */
    /* End Always Growing */
    /* Alberta Grown */
    /* End Alberta Grown */
    /* Produce */
    /* End Produce */
    /* Recipes */
    /* End Recipes */
    /* Big Jobs */
    /* End Big jobs */
  }
  div.main-container article.home_albertas_largest_greenhouse {
    height: 50rem;
  }
  div.main-container article.home_albertas_largest_greenhouse .content .field--name-field-header-title {
    font-size: 6rem;
    line-height: 5.5rem;
    width: 41%;
    text-align: right;
    transform: translate(18%, -93%);
  }
  div.main-container article.always_growing_header, div.main-container article.alberta_grown_header, div.main-container article.produce_header, div.main-container article.big_news_header, div.main-container article.find_us_header, div.main-container article.big_marble_first_header {
    height: 30rem;
    min-height: 30rem;
    background-size: cover;
  }
  div.main-container article.always_growing_header .content .field--name-field-header-title, div.main-container article.alberta_grown_header .content .field--name-field-header-title, div.main-container article.produce_header .content .field--name-field-header-title, div.main-container article.big_news_header .content .field--name-field-header-title, div.main-container article.find_us_header .content .field--name-field-header-title, div.main-container article.big_marble_first_header .content .field--name-field-header-title {
    font-size: 8.5rem;
    line-height: 9rem;
    transform: translate(-45%, -50%);
  }
  div.main-container article.big_marble_first_header .content .field--name-field-header-title {
    width: 75%;
    line-height: 9.5rem;
  }
  div.main-container article.recipes {
    height: 30rem;
    min-height: 30rem;
    background-size: cover;
  }
  div.main-container article.recipes .content .field--name-field-header-title {
    font-size: 8.5rem;
    line-height: 9rem;
  }
  div.main-container article.big_jobs_header {
    height: 30rem;
    min-height: 30rem;
    background-size: cover;
  }
  div.main-container article.big_jobs_header .content p {
    font-size: 8.5rem;
    line-height: 9rem;
    transform: translate(-45%, -50%);
  }
  div.main-container article.recipes {
    height: 30rem;
    min-height: 30rem;
    background-size: cover;
  }
  div.main-container article.recipes .content .field--name-field-header-title {
    font-size: 8.5rem;
    line-height: 9rem;
    transform: translate(0%, -74%);
  }
  div.main-container article.home_our_freshest .content .field--name-field-content-inline-image > div.our-freshest {
    min-height: 20rem;
  }
  div.main-container article.home_our_freshest .content .field--name-field-content-inline-image > div.our-freshest:after {
    font-size: 1.7rem;
  }
  div.main-container article.home_our_freshest .content .field--name-field-content-inline-image img {
    width: 50rem;
  }
  div.main-container article.home_video_slice {
    height: 24rem;
    margin-top: 3rem;
  }
  div.main-container article.home_video_slice .content {
    padding-left: 0;
    padding-right: 0;
  }
  div.main-container article.home_video_slice .content .field--name-field-content-body > .wistia_embed {
    width: 100% !important;
  }
  div.main-container article.home_video_slice .content .field--name-field-content-body > .wistia_embed .w-video-wrapper.w-css-reset {
    background-color: transparent !important;
  }
  div.main-container article.home_lets_talk_local {
    background: transparent url(../img/slice_bg/local_slice.png) no-repeat center center;
    background-size: cover;
    height: 40rem;
  }
  div.main-container article.home_lets_talk_local .field--name-field-content-title {
    font-size: 5.5rem;
    margin-top: 4rem;
  }
  div.main-container article.home_lets_talk_local svg#grown_in_ab {
    right: 1rem;
    bottom: -8.5rem;
    width: 10rem;
  }
  div.main-container article.home_lets_talk_local svg#redhat_logo {
    right: 14rem;
    bottom: -7rem;
    width: 12.5rem;
  }
  div.main-container article.home_if_youre_looking .field--name-field-content-body p {
    font-size: 3.75rem;
    line-height: 4.25rem;
  }
  div.main-container article.home_big_recipes .content .field--name-field-content-title {
    font-size: 5.5rem;
  }
  div.main-container article.home_big_recipes .content .desc-and-link {
    width: calc(100% - 29rem);
    padding-right: 5.7rem;
  }
  div.main-container article.home_big_recipes .content .featured-recipe-wrapper {
    width: 29rem;
    flex-basis: 29rem;
  }
  div.main-container article.home_big_recipes .content .views-element-container .view-recipe-grid.view-display-id-block_1 .view-content .item-list ul li {
    flex-basis: 29rem;
    width: 29rem;
  }
  div.main-container article.home_lets_talk_local .field--name-field-content-title {
    font-size: 5.5rem;
  }
  div.main-container article.home_where_to_find .content {
    display: flex;
    flex-wrap: wrap;
    padding-right: 4rem !important;
    align-items: center;
    justify-content: center;
  }
  div.main-container article.home_where_to_find .content .field--name-field-content-inline-image {
    right: initial;
    position: relative;
    order: 2;
  }
  div.main-container article.home_where_to_find .content .field--name-field-content-title {
    order: 1;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 5.5rem;
  }
  div.main-container article.home_where_to_find .content .field--name-field-content-body {
    order: 3;
    text-align: center;
  }
  div.main-container article.home_where_to_find .content .field--name-field-content-cta {
    order: 4;
  }
  div.main-container article.always_growing_header .field--name-field-page-header-extra {
    margin-right: 0rem !important;
    left: calc(50% - 21rem);
  }
  div.main-container article.always_growing_header .field--name-field-page-header-extra svg {
    width: 15rem;
    height: 15rem;
  }
  div.main-container article.always_growing_top .field--name-field-content-sub-title {
    font-size: 3rem;
    line-height: 4.5rem;
    width: 75%;
  }
  div.main-container article.always_growing_smh {
    background: transparent url(../img/slice_bg/medicine_hat.png) no-repeat center center;
    background-size: cover;
    height: 55rem;
  }
  div.main-container article.always_growing_smh .field--name-field-content-title {
    font-size: 5.5rem;
    margin-top: 4rem;
  }
  div.main-container article.always_growing_smh .field--name-field-content-sub-title {
    font-size: 3.3rem;
    padding: 2rem;
  }
  div.main-container article.always_growing_ls .field--name-field-content-title {
    font-size: 5.5rem;
  }
  div.main-container article.always_growing_greenhouse {
    height: 93rem;
  }
  div.main-container article.always_growing_greenhouse .content {
    padding: 0;
  }
  div.main-container article.always_growing_greenhouse .content .field--name-field-content-title {
    font-size: 5.25rem;
  }
  div.main-container article.alberta_grown_header .content .field--name-field-header-title {
    transform: translate(-45%, -80%);
  }
  div.main-container article.alberta_grown_header .content .field--name-field-page-header-extra {
    transform: translate(161%, 27%);
  }
  div.main-container article.alberta_grown_header .content .field--name-field-page-header-extra svg {
    width: 11rem;
    height: 11rem;
  }
  div.main-container article.alberta_grown_top_header .field--name-field-content-title {
    font-size: 3rem;
    line-height: 4.25rem;
    padding: 2.5rem;
  }
  div.main-container article.alberta_grown_top_content .content .field--name-field-content-sub-title {
    width: 100%;
  }
  div.main-container article.alberta_grown_top_content .content .field--name-field-content-body {
    width: 100%;
    margin-left: 0 !important;
  }
  div.main-container article.alberta_grown_our_culture {
    height: 75rem;
  }
  div.main-container article.alberta_grown_our_culture .content .field--name-field-content-title {
    font-size: 5.5rem;
    padding: 3.3rem 5.5rem 2rem 5.5rem;
  }
  div.main-container article.alberta_grown_our_culture .content .field--name-field-content-body {
    padding: 0 5.5rem 3.3rem 5.5rem;
  }
  div.main-container article.alberta_grown_our_culture .content .field--name-field-content-inline-image {
    width: 50rem;
  }
  div.main-container article.alberta_grown_our_friends .content .field--name-field-content-title {
    font-size: 5.5rem;
    line-height: 5.5rem;
  }
  div.main-container article.alberta_grown_our_friends .content .field--name-field-content-body p {
    width: 55%;
  }
  div.main-container article.alberta_grown_our_friends .content .field--name-field-content-body svg {
    width: 22rem;
  }
  div.main-container article.alberta_grown_our_founder .content {
    padding-left: initial !important;
  }
  div.main-container article.alberta_grown_our_founder .content .field--name-field-content-inline-image {
    position: relative;
    top: initial;
    left: initial;
    width: 85%;
    height: auto;
    margin: 0 auto 2rem auto;
  }
  div.main-container article.alberta_grown_our_founder .content .field--name-field-content-inline-image img {
    transform: initial;
    width: 100%;
  }
  div.main-container article.alberta_grown_our_founder .content .field--name-field-content-title {
    font-size: 5.5rem;
    line-height: 5.5rem;
  }
  div.main-container article.alberta_grown_our_founder .content .field--name-field-content-sub-title {
    margin-left: 5.25rem !important;
  }
  div.main-container article.alberta_grown_our_founder .content .field--name-field-content-title,
div.main-container article.alberta_grown_our_founder .content .field--name-field-content-sub-title,
div.main-container article.alberta_grown_our_founder .content .field--name-field-content-body {
    width: 85%;
  }
  div.main-container article.alberta_grown_the_cramer_family .content .field--name-field-content-title {
    font-size: 5rem;
  }
  div.main-container article.alberta_grown_the_cramer_family .content .field--name-field-content-inline-image .field--item img {
    width: 100%;
    height: auto;
  }
  div.main-container article.alberta_grown_rick .content .field--name-field-content-title {
    font-size: 5rem;
  }
  div.main-container article.alberta_grown_rick .content .field--name-field-content-inline-image {
    margin-left: 0;
    margin-bottom: 6rem;
    width: 25rem;
  }
  div.main-container article.alberta_grown_rick .content .field--name-field-content-inline-image img {
    width: 100%;
    height: auto;
  }
  div.main-container article.alberta_grown_albert .content .field--name-field-content-title {
    font-size: 5rem;
  }
  div.main-container article.alberta_grown_albert .content .field--name-field-content-inline-image {
    margin-left: 0;
    margin-bottom: 3rem;
    width: 25rem;
  }
  div.main-container article.alberta_grown_albert .content .field--name-field-content-inline-image img {
    width: 100%;
    height: auto;
  }
  div.main-container article.alberta_grown_grow_with_us {
    margin-bottom: 0;
  }
  div.main-container article.alberta_grown_grow_with_us .field--name-field-content-title {
    font-size: 5.5rem;
  }
  div.main-container article.recipes .field--name-field-content-sub-title .field--item {
    font-size: 3.1rem;
    line-height: 3.5rem;
  }
  div.main-container #block-bmf-bright-socialslice .social-source {
    width: 20rem;
  }
  div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content .item-list ul li article .field--name-field-content-body p {
    font-size: 1.8rem;
    line-height: 3.1rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container {
    min-height: 48rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .produce-copy-container {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 31rem);
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .produce-copy-container h3 {
    font-size: 4rem;
    line-height: 4.2rem;
    width: 24rem;
    margin-bottom: 2rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .produce-copy-container p {
    font-size: 1.6rem;
    line-height: 2.7rem;
    width: 24rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .produce-copy-container .nutritional-fact-container .field--label {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .produce-copy-container .nutritional-fact-container .field--label:before {
    width: 3rem;
    height: 3rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .produce-copy-container .promoted-recipe-container {
    width: auto;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .produce-copy-container .promoted-recipe-container a {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .produce-copy-container .promoted-recipe-container a:before {
    width: 3rem;
    height: 3rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .image-catcher {
    width: 30rem;
    min-height: 33rem;
    padding-left: 0;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-image .flexslider .flex-viewport {
    width: 90%;
    margin: 0 auto;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-flavours {
    font-size: 1.6rem;
    line-height: 2.7rem;
    width: 24rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-flavours ul {
    list-style: disc;
    list-style-position: outside;
    margin-top: 3rem;
    margin-left: 4rem;
    padding: 0;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container {
    width: 100%;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container .attrib-group {
    padding: 1rem;
    min-height: 18rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container .attrib-group h3 {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container .attrib-group ul {
    margin: 0 0 0 2rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container .attrib-group ul li {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container .attrib-group.benefits ul {
    display: flex;
    flex-wrap: wrap;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container .attrib-group.benefits ul li {
    flex-basis: 40%;
    width: 40%;
    margin-right: 10%;
  }
  div.main-container .view-recipe-grid .view-header h3.intro {
    font-size: 3.4rem;
    margin: 3rem 0 4rem 0;
  }
  div.main-container .view-recipe-grid .view-content .item-list ul li {
    flex-basis: 23rem;
    width: 23rem;
  }
  div.main-container .view-recipe-grid .view-content .item-list ul li .views-field-field-recipe-thumbnail {
    width: 100%;
    height: 11rem;
  }
  div.main-container .view-recipe-grid .view-content .item-list ul li .views-field-field-recipe-thumbnail img {
    width: 100%;
    height: auto;
  }
  div.main-container .view-recipe-grid .view-content .item-list ul li .views-field-title a {
    font-size: 1.3rem;
  }

  .view-big-news article .views-field-title,
.view-big-news article .views-field-created,
.view-big-news article .views-field-body,
.view-big-news article .views-field-view-node {
    width: 66%;
    margin-left: auto;
  }
  .view-big-news .item-list ul li.sticky-On:first-of-type .views-field-title,
.view-big-news .item-list ul li.sticky-On:first-of-type .views-field-created,
.view-big-news .item-list ul li.sticky-On:first-of-type .views-field-body,
.view-big-news .item-list ul li.sticky-On:first-of-type .views-field-view-node {
    width: 100%;
  }

  footer svg#always_growing_logo {
    top: 20rem;
  }

  .view-job-postings {
    margin-top: 6rem;
  }
}
/* Landscape Orientations */
/** Large Tablet **/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
  article.home_lets_talk_local {
    background: transparent url(../img/slice_bg/local_slice.png) no-repeat center center;
    background-size: cover;
  }
  article.always_growing_header .field--name-field-header-title {
    margin-left: 12rem !important;
  }
  article.always_growing_header .field--name-field-page-header-extra {
    margin-right: 16rem !important;
  }
  article.always_growing_smh {
    background: transparent url(../img/slice_bg/medicine_hat.png) no-repeat center center;
    background-size: cover;
  }
  article.always_growing_greenhouse .content .field--name-field-content-title,
article.always_growing_greenhouse .content .field--name-field-content-body {
    margin-left: 7rem !important;
    width: 40%;
  }

  header#navbar.sticky .header-margin-container .navbar-collapse #block-bmf-bright-main-menu ul.navbar-nav > li > a {
    padding: 3.2rem 2rem 0.5rem 1rem;
  }
  header#navbar.sticky .header-margin-container .navbar-collapse #block-bmf-bright-main-menu ul.navbar-nav > li.find_us {
    margin-right: 4rem;
  }

  .page-node-type-article .region article.article {
    margin: 10rem 2rem;
  }

  body.path-produce .produce_top .content ul {
    justify-content: space-around;
  }

  article.recipes .field--name-field-header-title {
    transform: translate(0%, -77%);
  }

  body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow .content .field--name-field-content-body ul li {
    flex-basis: 31%;
    width: 31rem;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_promise .content .field--name-field-content-inline-image .field--item:nth-child(2) img {
    width: 39rem;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_promise .content .field--name-field-content-body {
    left: 4rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way {
    height: 95rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging div.sustainable-slice .text-copy {
    text-align: center;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging div.sustainable-slice .text-copy svg.desktop-delicious-produce {
    display: none;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging div.sustainable-slice .text-copy svg.mobile-delicious-produce {
    display: initial;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.beefsteak-tomato-pack {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 3rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.beefsteak-tomato-pack .views-field-body {
    margin: 7.4rem auto 0 auto;
    border-bottom: 3px solid #FFFFFF;
    padding-bottom: 6rem;
  }
}
/** End Large Tablet **/
/** Tablet **/
@media only screen and (min-device-width: 810px) and (max-device-width: 1024px) and (orientation: landscape) {
  article.home_lets_talk_local {
    background: transparent url(../img/slice_bg/local_slice.png) no-repeat center center;
    background-size: cover;
  }
  article.always_growing_smh {
    background: transparent url(../img/slice_bg/medicine_hat.png) no-repeat center center;
    background-size: cover;
  }

  header.sticky .navbar-collapse #block-bmf-bright-main-menu ul.navbar-nav li a {
    padding: 3.2rem 0.5rem 0.5rem 1rem !important;
  }
  header.sticky .navbar-collapse #block-bmf-bright-main-menu ul.navbar-nav li.find_us {
    margin-right: 4rem !important;
  }

  .page-node-type-article .region article.article {
    margin: 10rem 2rem;
  }

  body.path-produce .produce_top .content ul {
    justify-content: space-around;
  }

  article.content.bmfirst_why_we_grow .content .field--name-field-content-body ul li {
    flex-basis: 33%;
    width: 33rem;
    padding-top: 3rem;
  }

  article.recipes .field--name-field-header-title {
    transform: translate(0%, -77%);
  }

  body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow .content .field--name-field-content-body ul li {
    flex-basis: 31%;
    width: 31rem;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow .content .field--name-field-content-body ul > li:nth-child(2) p {
    width: 80%;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow .content .field--name-field-content-body ul > li:nth-child(3) p {
    width: 90%;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_promise .content .field--name-field-content-inline-image .field--item:nth-child(2) img {
    width: 39rem;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_promise .content .field--name-field-content-body {
    left: 4rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way {
    height: 96rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging div.sustainable-slice .text-copy {
    text-align: center;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging div.sustainable-slice .text-copy svg.desktop-delicious-produce {
    display: none;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging div.sustainable-slice .text-copy svg.mobile-delicious-produce {
    display: initial;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.beefsteak-tomato-pack {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 3rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.beefsteak-tomato-pack .views-field-body {
    margin: 7.4rem auto 0 auto;
    border-bottom: 3px solid #FFFFFF;
    padding-bottom: 6rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbelous-cocktail-tomatoes {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 3rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbelous-cocktail-tomatoes .views-field-body {
    margin-top: 9.4rem;
    border-bottom: 3px solid #FFFFFF;
    padding-bottom: 6rem;
    margin-bottom: 0;
  }
}
/** End Tablet **/
/* End Landscape Orientations */
@media (max-width: 810px) {
  body {
    padding-top: 8.5rem;
  }

  header .navbar-header {
    margin-left: 1rem;
    height: 8.5rem;
  }
  header .navbar-header .navbar-toggle {
    display: flex;
    top: 1rem;
  }
  header .navbar-header .navbar-toggle .icon-bar {
    transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
    transform: rotate(0);
  }
  header .navbar-header .navbar-toggle:hover, header .navbar-header .navbar-toggle:focus {
    background-color: transparent;
  }
  header .navbar-header .navbar-toggle:hover .icon-bar, header .navbar-header .navbar-toggle:focus .icon-bar {
    background-color: #888;
  }
  header .navbar-header .navbar-toggle.open {
    background-color: transparent;
  }
  header .navbar-header .navbar-toggle.open .icon-bar {
    position: relative;
    background-color: #888;
    width: 2rem;
  }
  header .navbar-header .navbar-toggle.open .icon-bar:nth-child(2) {
    top: 0.75rem;
    transform: rotate(45deg);
  }
  header .navbar-header .navbar-toggle.open .icon-bar:nth-child(4) {
    bottom: 0.66rem;
    transform: rotate(-45deg);
  }
  header .navbar-header .navbar-toggle.open .icon-bar:nth-child(3) {
    opacity: 0;
  }
  header .navbar-header {
    float: none;
  }
  header .navbar-left, header .navbar-right {
    float: none !important;
  }
  header .navbar-toggle {
    display: block;
  }
  header .navbar-collapse {
    border-top: 1px solid transparent;
  }
  header .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  header .navbar-collapse.collapse {
    display: none !important;
  }
  header .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  header .navbar-nav > li {
    float: none;
  }
  header .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .collapse.in {
    display: block !important;
  }
  header .header-margin-container .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    border: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  }
  header .header-margin-container .navbar-collapse .region-navigation-collapsible {
    padding-bottom: 6rem;
    background-color: #fff;
    position: relative;
  }
  header .header-margin-container .navbar-collapse .region-navigation-collapsible .search-block-form {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    width: initial;
    bottom: 2rem;
  }
  header .header-margin-container .navbar-collapse #block-bmf-bright-main-menu {
    position: relative;
    right: unset;
    width: 100%;
    background-color: #FFFFFF;
  }
  header .header-margin-container .navbar-collapse #block-bmf-bright-main-menu ul.navbar-nav {
    float: none;
    width: 100%;
  }
  header .header-margin-container .navbar-collapse #block-bmf-bright-main-menu ul.navbar-nav > li {
    width: 85%;
    margin: 0 auto;
    border-bottom: solid 1px #D8D8D8;
  }
  header .header-margin-container .navbar-collapse #block-bmf-bright-main-menu ul.navbar-nav > li.big_jobs {
    display: block;
  }
  header .header-margin-container .navbar-collapse #block-bmf-bright-main-menu ul.navbar-nav > li:last-of-type {
    border-bottom: 0;
  }
  header .header-margin-container .navbar-collapse #block-bmf-bright-main-menu ul.navbar-nav > li > a {
    display: block;
    padding: 2vh 0 2vh 1rem;
    font-size: 2.1rem;
  }
}
/* End Media Breakpoints */
/* Media Breakpoints */
@media screen and (min-width: 481px) and (max-width: 767px) {
  /*
   * This breakpoint exists only to pass a browser resize drag test,
   * as real-world uses for this resolution range are... limited,
   * to say the least.
   *
   * The majority of these rules are the same as the 480px breakpoint,
   * with some adjustments for parallax and other content that falls
   * between the gaps.
   *
   */
  .field--name-field-content-title {
    font-size: 4.5rem;
    line-height: 5.5rem;
    letter-spacing: 0.03em;
  }

  .field--name-field-content-sub-title {
    font-size: 2.75rem;
    letter-spacing: 0.03em;
    line-height: 2.75rem;
  }

  .views-field-field-content-cta a,
.field--name-field-content-cta a {
    font-size: 1.7rem;
  }

  .field--name-field-content-body {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .field--name-field-content-body p,
.field--name-field-content-body span {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .field--name-field-content-body a {
    color: #0076a8;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row > section.col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .field--name-field-content-slices .field--item > article div.content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .field--name-field-content-slices .field--item > article.home_video_slice div.content {
    padding-left: 0;
    padding-right: 0;
  }

  .sub-nav.sticky.drop {
    top: 5rem;
  }

  .big_news_top .content ul li a {
    font-size: 2.3rem;
    line-height: 3.1rem;
  }

  body {
    padding-top: 5rem;
  }

  header#navbar.sticky {
    height: 5rem;
  }
  header#navbar.sticky .search-block-form {
    display: block;
  }
  header#navbar.sticky .navbar-header {
    margin-left: 1rem;
    height: 5rem;
  }
  header#navbar.sticky .navbar-header .navbar-toggle {
    display: flex;
    top: -0.25rem;
  }
  header#navbar.sticky .logo-wrap {
    margin-top: 0.4rem;
    transform: scale(0.8);
    margin-left: -2.5rem;
    border-radius: initial;
    border: 0;
  }
  header#navbar.sticky .header-margin-container .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    border: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  }
  header#navbar.sticky .header-margin-container .navbar-collapse .region-navigation-collapsible {
    padding-bottom: 6rem;
    background-color: #fff;
    position: relative;
  }
  header#navbar.sticky .header-margin-container .navbar-collapse .region-navigation-collapsible .search-block-form {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    width: initial;
    bottom: 2rem;
  }
  header#navbar.sticky .header-margin-container .navbar-collapse #block-bmf-bright-main-menu {
    position: relative;
    right: unset;
    width: 100%;
    background-color: #FFFFFF;
  }
  header#navbar.sticky .header-margin-container .navbar-collapse #block-bmf-bright-main-menu ul.navbar-nav {
    float: none;
    width: 100%;
  }
  header#navbar.sticky .header-margin-container .navbar-collapse #block-bmf-bright-main-menu ul.navbar-nav > li {
    width: 85%;
    margin: 0 auto;
    border-bottom: solid 1px #D8D8D8;
  }
  header#navbar.sticky .header-margin-container .navbar-collapse #block-bmf-bright-main-menu ul.navbar-nav > li:last-of-type {
    border-bottom: 0;
  }
  header#navbar.sticky .header-margin-container .navbar-collapse #block-bmf-bright-main-menu ul.navbar-nav > li > a {
    display: block;
    padding: 2rem 0 2rem 1rem;
    font-size: 2.1rem;
  }

  div.main-container div.job-posting {
    padding: 0 2rem;
  }
  div.main-container .view-recipe-grid .view-header h3.intro {
    font-size: 2.4rem;
    line-height: 2.9rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  div.main-container .view-recipe-grid .view-content .item-list ul li {
    flex-basis: 85%;
    width: 85%;
    margin-bottom: 2rem;
  }
  div.main-container .view-recipe-grid .view-content .item-list ul li .views-field-title a {
    font-size: 1.7rem;
  }
  div.main-container .view-recipe-grid .view-content .item-list ul li .views-field-field-recipe-thumbnail {
    height: 18rem;
  }
  div.main-container .view-big-news .item-list ul li {
    margin-bottom: 8rem;
  }
  div.main-container .view-big-news .item-list ul li.sticky-On {
    padding-left: 0;
    padding-right: 0;
  }
  div.main-container .view-big-news .item-list ul li.sticky-On:first-of-type {
    margin: 0 auto 8rem auto;
  }
  div.main-container .view-big-news .item-list ul li.sticky-On:first-of-type article {
    display: flex;
  }
  div.main-container .view-big-news .item-list ul li.sticky-On:first-of-type article .views-field-title {
    font-size: 3.3rem;
    line-height: 3.5rem;
  }
  div.main-container .view-big-news .item-list ul li.sticky-On:first-of-type article .views-field-created {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  div.main-container .view-big-news .item-list ul li.sticky-On:first-of-type article .views-field-field-image {
    margin: 2rem 0;
  }
  div.main-container .view-big-news .item-list ul li.sticky-On:first-of-type article .views-field-body {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  div.main-container .view-big-news .item-list ul li.sticky-On:first-of-type article .views-field-view-node {
    font-size: 1.7rem;
    line-height: 2rem;
    margin-top: 3rem;
  }
  div.main-container .view-big-news .item-list ul li article {
    display: flex;
    flex-wrap: wrap;
  }
  div.main-container .view-big-news .item-list ul li article .views-field-title {
    order: 1;
    width: 100%;
    flex-basis: 100%;
    font-size: 2.3rem;
    line-height: 2.9rem;
  }
  div.main-container .view-big-news .item-list ul li article .views-field-created {
    order: 2;
    width: 100%;
    flex-basis: 100%;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  div.main-container .view-big-news .item-list ul li article .views-field-field-image {
    order: 3;
    width: 100%;
    flex-basis: 100%;
    margin: 2rem 0;
  }
  div.main-container .view-big-news .item-list ul li article .views-field-field-image img {
    width: 100%;
  }
  div.main-container .view-big-news .item-list ul li article .views-field-body {
    order: 4;
    width: 100%;
    flex-basis: 100%;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  div.main-container .view-big-news .item-list ul li article .views-field-view-node {
    order: 5;
    width: 100%;
    flex-basis: 100%;
    font-size: 1.7rem;
    line-height: 2rem;
    margin-top: 1.5rem;
  }
  div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content .item-list ul li article .field--name-field-content-body p {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  div.main-container #block-views-block-homepage-flexslider-block-1 .flexslider {
    height: 34rem;
    max-height: 34rem;
    margin-bottom: 0;
  }
  div.main-container #block-views-block-homepage-flexslider-block-1 .flexslider ul.slides li .views-field.views-field-title {
    font-size: 6rem;
    line-height: 6rem;
    margin-bottom: 1rem;
    max-width: 66%;
    margin-left: 0;
    margin-right: 0;
  }
  div.main-container #block-views-block-homepage-flexslider-block-1 .flexslider ul.slides li .views-field.views-field-body {
    display: none;
  }
  div.main-container #block-views-block-homepage-flexslider-block-1 .flexslider ul.slides li .views-field.views-field-field-background-image {
    height: 34rem;
    transform: translateX(-45%);
  }
  div.main-container #block-views-block-homepage-flexslider-block-1 .flexslider ul.slides li .views-field.views-field-field-background-image .field-content {
    height: 100%;
  }
  div.main-container #block-views-block-homepage-flexslider-block-1 .flexslider ul.slides li .views-field.views-field-field-background-image .field-content img {
    height: 100%;
    width: auto;
  }
  div.main-container #block-bmf-bright-socialslice {
    display: none;
  }
  div.main-container .view-job-postings {
    padding-left: 0;
    padding-right: 0;
  }
  div.main-container .view-job-postings .item-list ul li {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  div.main-container .view-job-postings .item-list ul li .views-field-title h3 {
    font-size: 3.3rem;
    line-height: 3.5rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article {
    width: 100%;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container {
    display: block;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container .attrib-group {
    border: 0;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container .attrib-group ul {
    display: flex;
    flex-wrap: wrap;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container .attrib-group ul li {
    flex-basis: 40%;
    width: 40%;
    margin-right: 10%;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-image {
    float: none;
    width: 100%;
    text-align: unset;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-title {
    width: 100%;
    font-size: 4.2rem;
    line-height: 5rem;
    margin-right: unset;
    margin-left: unset;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-body {
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-right: unset;
    margin-left: unset;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling {
    margin: 3rem 0 0 0;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-flavours {
    margin-left: unset;
    margin-right: unset;
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-flavours ul {
    margin-left: 2rem;
  }
  div.main-container article.home_our_freshest {
    padding: 4rem 0;
  }
  div.main-container article.home_our_freshest .content {
    margin-top: 0;
  }
  div.main-container article.home_our_freshest .content .field--name-field-content-body p {
    width: 90%;
  }
  div.main-container article.home_if_youre_looking {
    padding: 2rem 0;
  }
  div.main-container article.home_if_youre_looking .content {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  div.main-container article.home_if_youre_looking .field--name-field-content-body p {
    width: 95%;
    margin: 0 auto;
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  div.main-container article.home_big_recipes {
    padding: 4rem 0 4rem 0;
  }
  div.main-container article.home_big_recipes .content {
    margin-top: 0;
    margin-bottom: 0;
  }
  div.main-container article.home_big_recipes .content .field--name-field-content-inline-image {
    display: none;
  }
  div.main-container article.home_big_recipes .content .field--name-field-content-title {
    font-size: 4.5rem;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  div.main-container article.home_big_recipes .content .field--name-field-content-body {
    width: 100%;
    text-align: center;
  }
  div.main-container article.home_big_recipes .content .field--name-field-content-cta {
    width: 100%;
    text-align: center;
  }
  div.main-container article.home_big_recipes .content .featured-recipe-wrapper {
    float: none;
    margin: 0 auto;
    width: 22rem;
  }
  div.main-container article.home_big_recipes .content .featured-recipe-wrapper h3.featured-recipe {
    font-size: 1.9rem;
    text-align: center;
  }
  div.main-container article.home_big_recipes .content .featured-recipe-wrapper .views-element-container .view-recipe-grid .view-content .item-list ul li .views-field-field-recipe-thumbnail {
    width: 100%;
  }
  div.main-container article.home_lets_talk_local {
    background: #0076a8;
    padding: 4rem 0 10rem 0;
    height: auto;
  }
  div.main-container article.home_lets_talk_local svg#grown_in_ab {
    right: 4rem;
    bottom: 2rem;
  }
  div.main-container article.home_lets_talk_local svg#redhat_logo {
    right: unset;
    left: 4rem;
    bottom: 3.5rem;
  }
  div.main-container article.home_lets_talk_local .content {
    margin-top: 0;
    text-align: center;
  }
  div.main-container article.home_lets_talk_local .content .field--name-field-content-title {
    font-size: 4rem;
    line-height: 4rem;
    margin-top: 2rem;
  }
  div.main-container article.home_lets_talk_local .content .field--name-field-content-body p {
    width: 100%;
    text-align: center;
  }
  div.main-container article.home_where_to_find {
    padding: 4rem 0;
  }
  div.main-container article.home_where_to_find .content {
    display: flex;
    flex-wrap: wrap;
  }
  div.main-container article.home_where_to_find .content .field--name-field-content-title {
    order: 1;
    width: 100%;
    padding-right: 0 !important;
    font-size: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
  }
  div.main-container article.home_where_to_find .content .field--name-field-content-body {
    order: 2;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    line-height: 3.1rem;
    padding-right: 0 !important;
  }
  div.main-container article.home_where_to_find .content .field--name-field-content-cta {
    order: 3;
    width: 100%;
    padding-right: 0 !important;
    text-align: center;
  }
  div.main-container article.home_where_to_find .content .field--name-field-content-inline-image {
    position: relative;
    order: 4;
    width: 80%;
    margin: 0 auto;
  }
  div.main-container article.always_growing_header {
    height: 17rem;
  }
  div.main-container article.always_growing_header .content .field--name-field-header-title {
    font-size: 6rem;
    line-height: 6.2rem;
    width: 50%;
    left: 4rem;
    transform: unset;
    margin-left: 0 !important;
    top: 4rem;
  }
  div.main-container article.always_growing_header .content .field--name-field-page-header-extra {
    margin-top: 0;
    transform: unset;
    width: auto;
    left: unset;
    right: 2rem;
    top: unset;
    bottom: 2rem;
  }
  div.main-container article.always_growing_header .content .field--name-field-page-header-extra svg {
    width: 10rem;
    height: 10rem;
  }
  div.main-container article.always_growing_top {
    padding-top: 0;
  }
  div.main-container article.always_growing_top .content .field--name-field-content-sub-title {
    font-size: 2.8rem;
    line-height: 3.4rem;
    width: 100%;
  }
  div.main-container article.always_growing_top .content .field--name-field-content-body {
    font-size: 1.6rem;
    line-height: 2.8rem;
    width: 100%;
  }
  div.main-container article.always_growing_smh {
    background-size: cover;
    background-position: center top;
    height: auto;
  }
  div.main-container article.always_growing_smh .content .field--name-field-content-title {
    font-size: 4.2rem;
    line-height: 4.5rem;
    margin-top: 0;
  }
  div.main-container article.always_growing_smh .content .field--name-field-content-body {
    column-count: 1;
    margin-top: 3rem;
    margin-bottom: 24rem;
  }
  div.main-container article.always_growing_breaker .content .field--name-field-content-sub-title {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  div.main-container article.always_growing_ls {
    padding-top: 0;
  }
  div.main-container article.always_growing_ls .content .field--name-field-content-title {
    font-size: 4.2rem;
    line-height: 4.5rem;
  }
  div.main-container article.always_growing_ls .content .field--name-field-content-body p {
    font-size: 1.6rem;
    line-height: 2.8rem;
    max-width: unset;
    margin-top: 3rem;
  }
  div.main-container article.always_growing_ls .content .field--name-field-content-body svg {
    width: 17rem;
  }
  div.main-container article.always_growing_greenhouse {
    height: auto;
  }
  div.main-container article.always_growing_greenhouse .content {
    width: 100%;
  }
  div.main-container article.always_growing_greenhouse .content .field--name-field-content-inline-image .field--item img {
    display: none;
  }
  div.main-container article.always_growing_greenhouse .content .field--name-field-content-title {
    width: 100%;
    text-align: center;
    font-size: 4.5rem;
  }
  div.main-container article.always_growing_greenhouse .content .field--name-field-content-body {
    width: 100%;
    text-align: center;
  }
  div.main-container article.always_growing_greenhouse .content .field--name-field-content-body p {
    font-size: 1.8rem;
    line-height: 3.1rem;
  }
  div.main-container article.always_growing_greenhouse .content .field--name-field-content-body svg {
    width: 16rem;
  }
  div.main-container article.alberta_grown_header {
    height: 17rem;
    background-position: 55% 0;
  }
  div.main-container article.alberta_grown_header .content .field--name-field-header-title {
    font-size: 4.6rem;
    line-height: 5.2rem;
    margin-top: 5rem;
  }
  div.main-container article.alberta_grown_top {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  div.main-container article.alberta_grown_top .content {
    margin-top: 0;
  }
  div.main-container article.alberta_grown_top .content .field--name-field-content-sub-title {
    font-size: 2.8rem;
    line-height: 3.9rem;
    margin-bottom: 3rem;
  }
  div.main-container article.alberta_grown_top .content .field--name-field-content-body p {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  div.main-container article.alberta_grown_our_culture {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  div.main-container article.alberta_grown_our_culture .content .field--name-field-content-inline-image {
    position: relative;
    width: auto;
    height: 35rem;
  }
  div.main-container article.alberta_grown_our_culture .content .field--name-field-content-inline-image .field--item {
    width: auto;
    height: 100%;
  }
  div.main-container article.alberta_grown_our_culture .content .field--name-field-content-inline-image .field--item img {
    width: auto;
    height: 100%;
  }
  div.main-container article.alberta_grown_our_culture .content .field--name-field-content-title {
    width: 100%;
    margin: 3rem 0 2rem 0 !important;
    font-size: 5.1rem;
    line-height: 6rem;
  }
  div.main-container article.alberta_grown_our_culture .content .field--name-field-content-body {
    width: 100%;
    margin: 0 !important;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  div.main-container article.alberta_grown_our_friends {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  div.main-container article.alberta_grown_our_friends .content .field--name-field-content-title {
    font-size: 4.5rem;
    line-height: 4.5rem;
    width: 100%;
  }
  div.main-container article.alberta_grown_our_friends .content .field--name-field-content-body {
    text-align: center;
  }
  div.main-container article.alberta_grown_our_friends .content .field--name-field-content-body p {
    width: 100%;
    text-align: left;
    margin: 3rem 0;
  }
  div.main-container article.alberta_grown_our_friends .content .field--name-field-content-body svg {
    width: 18rem;
    margin: 0 auto;
    float: none;
  }
  div.main-container article.alberta_grown_our_founder {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  div.main-container article.alberta_grown_our_founder .content .field--name-field-content-inline-image {
    width: 66%;
    margin-bottom: 2rem;
  }
  div.main-container article.alberta_grown_our_founder .content .field--name-field-content-inline-image img {
    transform: unset;
  }
  div.main-container article.alberta_grown_our_founder .content .field--name-field-content-title {
    width: 100%;
    display: inline-block;
  }
  div.main-container article.alberta_grown_our_founder .content .field--name-field-content-sub-title {
    width: 100%;
  }
  div.main-container article.alberta_grown_our_founder .content .field--name-field-content-body {
    width: 100%;
    margin: 2rem 0;
  }
  div.main-container article.alberta_grown_grow_with_us .content .field--name-field-content-title {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
  div.main-container article.alberta_grown_grow_with_us .content .field--name-field-content-body {
    width: 75%;
  }
  div.main-container article.page-header.recipes {
    height: 25.5rem;
    min-height: 25.5rem;
  }
  div.main-container article.page-header.recipes .field--name-field-header-title {
    font-size: 6rem;
  }
  div.main-container article.page-header.recipes .field--name-field-content-sub-title .field--item {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
  div.main-container article.find_us_top {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  div.main-container article.find_us_top .content .field--name-field-content-body {
    flex-basis: 100%;
    width: 100%;
  }
  div.main-container article.find_us_top .content .field--name-field-content-body p {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  div.main-container article.find_us_top .content .field--name-field-content-inline-image {
    display: block;
  }
  div.main-container article.find_us_top .content .field--name-field-content-inline-image .field--item {
    margin-bottom: 2rem;
  }
  div.main-container article.find_us_contact_form {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  div.main-container article.find_us_contact_form .content #block-webform {
    padding-top: 0;
    padding-bottom: 0;
  }
  div.main-container article.find_us_contact_form .content #block-webform h2 {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }
  div.main-container article.find_us_contact_form .content #block-webform form {
    width: 90%;
  }
  div.main-container article.find_us_tours .content .field--name-field-content-title {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }
  div.main-container article.find_us_tours .content .field--name-field-content-body {
    width: 90%;
  }
  div.main-container article.big_jobs_header {
    height: 17rem;
    max-height: 17rem;
    background-position: 70% 0;
  }

  body div.parallax-mirror {
    display: none;
  }
  body.page-node-type-recipe article.recipe .content {
    padding-left: 0;
    padding-right: 0;
  }
  body.page-node-type-recipe article.recipe .content .container {
    padding-left: 0;
    padding-right: 0;
  }
  body.page-node-type-recipe article.recipe .content .container .row.intro {
    padding-left: 2rem;
    padding-right: 2rem;
    border-bottom: 0;
  }
  body.page-node-type-recipe article.recipe .content .container .row.instructions {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  body.page-node-type-recipe article.recipe .content .container .row.similar .col-xs-12 {
    margin-bottom: 2rem;
  }
  body.page-node-type-recipe article.recipe .content .container .row.similar .field--name-field-recipe-images {
    height: 16.5rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  body.page-node-type-recipe article.recipe .content .container .row .header-images {
    height: 35rem;
  }
  body.page-node-type-recipe article.recipe .content .container .row .header-images .field--name-field-recipe-images .field--item img {
    max-width: unset;
    width: auto;
    height: 35rem;
  }
  body.page-node-type-recipe article.recipe .content .container .row .title {
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #9B9B9B;
  }
  body.page-node-type-recipe article.recipe .content .container .row .title span {
    font-size: 4rem;
    line-height: 4.2rem;
  }
  body.page-node-type-recipe article.recipe .content .container .row .desc {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  body.page-node-type-recipe article.recipe .content .container .row .info > .row {
    text-align: left;
    margin: 1.5rem 0;
  }
  body.page-node-type-recipe article.recipe .content .container .row .info > .row .servings,
body.page-node-type-recipe article.recipe .content .container .row .info > .row .share {
    padding: 0;
  }
  body.page-node-type-recipe article.recipe .content .container .row .info .servings {
    text-align: left;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  body.page-node-type-article .region article.article {
    margin: 3rem auto;
  }
  body.page-node-type-article .region article.article span[property="schema:name"] {
    font-size: 3.8rem;
    line-height: 4rem;
  }
  body.page-node-type-article .region article.article .article-date {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  body.page-node-type-article .region article.article .field--name-field-content-inline-image img,
body.page-node-type-article .region article.article .field--name-field-feature-image img {
    width: calc(100% + 4rem);
    max-width: calc(100% + 4rem);
    margin-left: -2rem;
  }
  body.page-node-type-article .region article.article .field--name-body p {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  body.path-produce div.main-container > .row {
    margin-left: 0;
    margin-right: 0;
  }
  body.path-produce article.produce_header {
    height: 17rem;
    min-height: 17rem;
  }
  body.path-produce article.produce_header .content .field--name-field-header-title {
    width: 40rem;
    height: 40rem;
    font-size: 6.7rem;
    line-height: 6.3rem;
    top: -2rem;
    right: -10rem;
    padding: 5.5rem 12rem 5.5rem 5.5rem;
  }
  body.path-produce .produce_top .content ul {
    width: 90%;
  }
  body.path-produce .produce_top .content ul li a {
    font-size: 2rem;
    line-height: 3.1rem;
  }
  body.path-search h2 {
    font-size: 3.4rem;
    line-height: 4.5rem;
  }
  body.path-search #search-block-form {
    display: block;
  }

  footer.footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  footer.footer #block-bmf-bright-mainnavigation,
footer.footer #block-bmf-bright-footernewslettersignup,
footer.footer #block-bmf-bright-contentmanagerlink {
    display: none;
  }
  footer.footer #block-bmf-bright-footersocialicons {
    margin: 0;
  }
  footer.footer #block-bmf-bright-footersocialicons p.footer-name {
    display: none;
  }
  footer.footer #block-bmf-bright-footersocialicons .social-wrapper {
    margin-left: 0;
    font-size: 4rem;
    margin-top: -5rem;
    margin-bottom: 5rem;
  }
  footer.footer #block-bmf-bright-footersocialicons .social-wrapper a {
    margin: 0 0.25rem;
  }
  footer.footer #block-footermobilecontent {
    display: block;
    text-align: center;
  }
  footer.footer #block-footermobilecontent .logo-wrap {
    margin-top: 0;
    transform: scale(0.8);
  }
  footer.footer #block-footermobilecontent .logo-wrap a {
    margin: 0 auto;
  }
  footer.footer #block-footermobilecontent .subscribe-mobile {
    position: absolute;
    bottom: -6rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5000;
    width: 100%;
  }
  footer.footer #block-footermobilecontent .subscribe-mobile a {
    text-decoration: underline;
  }
  footer.footer #block-bmf-bright-footerlegalcopyright p.footer-copyright {
    width: 75%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .field--name-field-content-title {
    font-size: 4.5rem;
    line-height: 4.5rem;
    letter-spacing: 0.03em;
  }

  .field--name-field-content-sub-title {
    font-size: 2.75rem;
    letter-spacing: 0.03em;
    line-height: 2.75rem;
  }

  .views-field-field-content-cta a,
.field--name-field-content-cta a {
    font-size: 1.7rem;
  }

  .field--name-field-content-body {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .field--name-field-content-body p,
.field--name-field-content-body span {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .field--name-field-content-body p:last-child {
    margin-bottom: 2.5rem;
  }
  .field--name-field-content-body a {
    color: #0076a8;
  }

  .field--name-field-content-slices .field--item > article div.content {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 0;
  }

  .sub-nav.sticky.drop {
    top: 5rem;
  }

  .big_news_top .content ul {
    width: 73%;
  }
  .big_news_top .content ul li a {
    font-size: 2.3rem;
    line-height: 3.1rem;
  }

  body {
    padding-top: 5rem;
  }

  header#navbar.sticky {
    height: 5rem;
  }
  header#navbar.sticky .search-block-form {
    display: block;
  }
  header#navbar.sticky .navbar-header {
    margin-left: 1rem;
    height: 5rem;
  }
  header#navbar.sticky .navbar-header .navbar-toggle {
    display: flex;
    top: -0.5rem;
  }
  header#navbar.sticky .navbar-header .navbar-toggle .icon-bar {
    transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
    transform: rotate(0);
  }
  header#navbar.sticky .navbar-header .navbar-toggle:hover, header#navbar.sticky .navbar-header .navbar-toggle:focus {
    background-color: transparent;
  }
  header#navbar.sticky .navbar-header .navbar-toggle:hover .icon-bar, header#navbar.sticky .navbar-header .navbar-toggle:focus .icon-bar {
    background-color: #888;
  }
  header#navbar.sticky .navbar-header .navbar-toggle.open {
    background-color: transparent;
  }
  header#navbar.sticky .navbar-header .navbar-toggle.open .icon-bar {
    position: relative;
    background-color: #888;
    width: 2rem;
  }
  header#navbar.sticky .navbar-header .navbar-toggle.open .icon-bar:nth-child(2) {
    top: 0.75rem;
    transform: rotate(45deg);
  }
  header#navbar.sticky .navbar-header .navbar-toggle.open .icon-bar:nth-child(4) {
    bottom: 0.66rem;
    transform: rotate(-45deg);
  }
  header#navbar.sticky .navbar-header .navbar-toggle.open .icon-bar:nth-child(3) {
    opacity: 0;
  }
  header#navbar.sticky .logo-wrap {
    margin-top: 0.4rem;
    transform: scale(0.8);
    left: -2.5rem;
    border-radius: initial;
    border: 0;
  }
  header#navbar.sticky .header-margin-container .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    border: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  }
  header#navbar.sticky .header-margin-container .navbar-collapse .region-navigation-collapsible {
    padding-bottom: 6rem;
    background-color: #fff;
    position: relative;
  }
  header#navbar.sticky .header-margin-container .navbar-collapse .region-navigation-collapsible .search-block-form {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    width: initial;
    bottom: 2rem;
  }
  header#navbar.sticky .header-margin-container .navbar-collapse #block-bmf-bright-main-menu {
    position: relative;
    right: unset;
    width: 100%;
    background-color: #FFFFFF;
  }
  header#navbar.sticky .header-margin-container .navbar-collapse #block-bmf-bright-main-menu ul.navbar-nav {
    float: none;
    width: 100%;
  }
  header#navbar.sticky .header-margin-container .navbar-collapse #block-bmf-bright-main-menu ul.navbar-nav > li {
    width: 85%;
    margin: 0 auto;
    border-bottom: solid 1px #D8D8D8;
  }
  header#navbar.sticky .header-margin-container .navbar-collapse #block-bmf-bright-main-menu ul.navbar-nav > li.big_jobs {
    display: block;
  }
  header#navbar.sticky .header-margin-container .navbar-collapse #block-bmf-bright-main-menu ul.navbar-nav > li:last-of-type {
    border-bottom: 0;
  }
  header#navbar.sticky .header-margin-container .navbar-collapse #block-bmf-bright-main-menu ul.navbar-nav > li > a {
    display: block;
    padding: 2vh 0 2vh 1rem;
    font-size: 2.1rem;
  }

  .search-results-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .search-results-container .search-form .input-group {
    margin-bottom: 3rem;
  }
  .search-results-container ol li h3 {
    font-size: 2.2rem;
  }
  .search-results-container ol li p {
    font-size: 1.8rem;
    line-height: 3rem;
  }

  div.main-container > .row {
    margin-left: 0;
    margin-right: 0;
  }
  div.main-container > .row section.col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 {
    width: 100vw;
    overflow-x: hidden;
    height: 45rem;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .svgContainer {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 101vw;
    height: 45rem;
    z-index: 100;
    overflow: hidden;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .svgContainer .field--name-field-home-banner-background {
    display: none;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .svgContainer .field--name-field-home-banner-background-mob {
    display: block;
    height: 100%;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .svgContainer .field--name-field-home-banner-background-mob .field--item {
    height: 100%;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .svgContainer svg {
    width: auto;
    height: 100%;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .video {
    height: 45rem;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .video .field--name-field-video-embed {
    height: 45rem;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container {
    padding-left: 0;
    padding-right: 0;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .copy-container {
    height: 100%;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .copy-container h3 {
    font-size: 4.5rem;
    line-height: 4.6rem;
    margin: 2.4rem auto 0 auto;
    width: 85%;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .copy-container .body {
    display: none;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .copy-container .banner-cta {
    margin: 0 auto 2rem auto;
    width: 11.5rem;
    font-size: 1.7rem;
    line-height: 1.9rem;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .field--name-field-home-banner-image {
    width: 100%;
    bottom: 16%;
    right: 50%;
    transform: translateX(50%);
    font-size: 1.7rem;
    line-height: 1.9rem;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li .container .branding-container {
    display: none;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.hello-welcome .container {
    z-index: 3500;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.hello-welcome .container .copy-container {
    height: auto;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.hello-welcome .container .field--name-field-home-banner-image {
    height: 100%;
    bottom: 0;
    z-index: -1;
    /*
                            img {
                              content: url("../img/header_banners/mobile/BMF-home-welcome.jpg");
                              width: auto;
                              height: 45rem !important;
                              transform: initial;
                              object-fit: cover;
                              min-width: 100%;
                            }
    */
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.hello-welcome .container .field--name-field-home-banner-image .field--item {
    height: 100%;
    width: 100%;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.hello-welcome .container .field--name-field-home-banner-image .field--item::after {
    width: 12rem;
    height: 7.8rem;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.hello-welcome .container .field--name-field-home-banner-image img {
    margin-top: 130px;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.hello-welcome .container .copy-container .banner-cta {
    display: none;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.hello-welcome .video.on {
    z-index: 4000;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.packaging-innovation .container .field--name-field-home-banner-image .field--item img, div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.juicy-crunchy-handpicked .container .field--name-field-home-banner-image .field--item img {
    height: 100%;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.great-ingredients-great-meals .container .copy-container {
    justify-content: flex-start;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.great-ingredients-great-meals .container .copy-container h3 {
    color: #4A4A4A;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.great-ingredients-great-meals .container .copy-container .banner-cta {
    margin-top: 3.6rem;
    border-color: #4A4A4A;
    color: #4A4A4A;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.great-ingredients-great-meals .container .field--name-field-home-banner-image {
    height: 100%;
    bottom: 0;
    z-index: -1;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ul.slides li.great-ingredients-great-meals .container .field--name-field-home-banner-image img {
    content: url("../img/header_banners/mobile/BMF-home-recipe.jpg");
    width: auto;
    height: 45rem !important;
    border-radius: 0;
    max-width: none;
  }
  div.main-container .block-views-blockhomepage-banners-block-1 .form-group .view-homepage-banners .view-content .flexslider ol.flex-control-nav {
    display: none;
  }
  div.main-container div.job-posting {
    padding: 0 2rem;
  }
  div.main-container div.job-posting .content .email-container a {
    display: block;
    text-align: center;
  }
  div.main-container div.job-posting .content .back-to-jobs {
    display: block;
    text-align: center;
    margin: 2rem auto;
  }
  div.main-container .view-recipe-grid .view-header h3.intro {
    font-size: 2.4rem;
    line-height: 2.9rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  div.main-container .view-recipe-grid .view-content .item-list ul li {
    flex-basis: 85%;
    width: 85%;
    margin-bottom: 2rem;
  }
  div.main-container .view-recipe-grid .view-content .item-list ul li .views-field-title {
    margin: 1rem 0 1rem 0;
  }
  div.main-container .view-recipe-grid .view-content .item-list ul li .views-field-title a {
    font-size: 1.7rem;
  }
  div.main-container .view-recipe-grid .view-content .item-list ul li .views-field-field-recipe-thumbnail {
    height: 15rem;
  }
  div.main-container .view-big-news .item-list ul li {
    margin-bottom: 4rem;
    padding-left: 0;
    padding-right: 0;
  }
  div.main-container .view-big-news .item-list ul li.sticky-On {
    padding-left: 0;
    padding-right: 0;
  }
  div.main-container .view-big-news .item-list ul li.sticky-On:first-of-type {
    margin: 0 auto 8rem auto;
  }
  div.main-container .view-big-news .item-list ul li.sticky-On:first-of-type article {
    display: flex;
  }
  div.main-container .view-big-news .item-list ul li.sticky-On:first-of-type article .views-field-title {
    font-size: 3.3rem;
    line-height: 3.5rem;
  }
  div.main-container .view-big-news .item-list ul li.sticky-On:first-of-type article .views-field-created {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  div.main-container .view-big-news .item-list ul li.sticky-On:first-of-type article .views-field-field-image {
    margin: 2rem 0;
  }
  div.main-container .view-big-news .item-list ul li.sticky-On:first-of-type article .views-field-body {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  div.main-container .view-big-news .item-list ul li.sticky-On:first-of-type article .views-field-view-node {
    font-size: 1.7rem;
    line-height: 2rem;
    margin-top: 1.5rem;
  }
  div.main-container .view-big-news .item-list ul li article {
    display: flex;
    flex-wrap: wrap;
  }
  div.main-container .view-big-news .item-list ul li article .views-field-title {
    order: 1;
    width: 100%;
    flex-basis: 100%;
    font-size: 2.3rem;
    line-height: 2.9rem;
  }
  div.main-container .view-big-news .item-list ul li article .views-field-created {
    order: 2;
    width: 100%;
    flex-basis: 100%;
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin: 1.5rem 0 1rem 0;
  }
  div.main-container .view-big-news .item-list ul li article .views-field-field-image {
    order: 3;
    width: 100%;
    flex-basis: 100%;
    margin: 2rem 0;
  }
  div.main-container .view-big-news .item-list ul li article .views-field-field-image img {
    width: 100%;
  }
  div.main-container .view-big-news .item-list ul li article .views-field-body {
    order: 4;
    width: 100%;
    flex-basis: 100%;
    font-size: 1.8rem;
    line-height: 3rem;
    margin: 10px 0 0;
  }
  div.main-container .view-big-news .item-list ul li article .views-field-view-node {
    order: 5;
    width: 100%;
    flex-basis: 100%;
    font-size: 1.7rem;
    line-height: 2rem;
    margin-top: 1.5rem;
  }
  div.main-container ul.js-pager__items {
    margin: 0;
  }
  div.main-container ul.js-pager__items li a {
    font-family: din-2014, sans-serif;
    font-weight: 800;
    font-style: normal;
    padding: 0 0 6rem 0;
  }
  div.main-container #block-views-block-always-growing-flexslider-block-1 {
    padding: 7rem 0 0;
  }
  div.main-container #block-views-block-always-growing-flexslider-block-1:before, div.main-container #block-views-block-always-growing-flexslider-block-1:after {
    content: unset;
  }
  div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content #ag-flexslider {
    height: 40rem;
  }
  div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content #ag-flexslider .flex-viewport {
    overflow: hidden !important;
    width: 100%;
  }
  div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content #ag-flexslider .flex-viewport ul.slides li {
    height: 43rem;
  }
  div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content #ag-flexslider .flex-viewport ul.slides li .always_growing_highwire .field--name-field-content-title,
div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content #ag-flexslider .flex-viewport ul.slides li .always_growing_ipm .field--name-field-content-title,
div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content #ag-flexslider .flex-viewport ul.slides li .always_growing_pack_shed .field--name-field-content-title {
    font-size: 2.8rem;
    line-height: 3rem;
  }
  div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content #ag-flexslider .flex-viewport ul.slides li .always_growing_highwire .field--name-field-content-body p,
div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content #ag-flexslider .flex-viewport ul.slides li .always_growing_ipm .field--name-field-content-body p,
div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content #ag-flexslider .flex-viewport ul.slides li .always_growing_pack_shed .field--name-field-content-body p {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content #ag-flexslider .flex-direction-nav {
    display: none;
  }
  div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content #ag-flexslider .flex-control-paging {
    bottom: -7rem;
  }
  div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content .item-list ul li article {
    margin-bottom: 1.5rem;
  }
  div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content .item-list ul li article .content .field--name-field-content-title {
    margin-bottom: 1.5rem;
    line-height: 4rem;
  }
  div.main-container #block-views-block-homepage-flexslider-block-1 .flexslider {
    height: 34rem;
    max-height: 34rem;
    margin-bottom: 0;
  }
  div.main-container #block-views-block-homepage-flexslider-block-1 .flexslider ul.slides li .views-field.views-field-title {
    font-size: 6rem;
    line-height: 6rem;
    margin-bottom: 1rem;
    max-width: 66%;
    margin-left: 0;
    margin-right: 0;
  }
  div.main-container #block-views-block-homepage-flexslider-block-1 .flexslider ul.slides li .views-field.views-field-body {
    display: none;
  }
  div.main-container #block-views-block-homepage-flexslider-block-1 .flexslider ul.slides li .views-field.views-field-field-background-image {
    height: 34rem;
    transform: translateX(-45%);
  }
  div.main-container #block-views-block-homepage-flexslider-block-1 .flexslider ul.slides li .views-field.views-field-field-background-image .field-content {
    height: 100%;
  }
  div.main-container #block-views-block-homepage-flexslider-block-1 .flexslider ul.slides li .views-field.views-field-field-background-image .field-content img {
    height: 100%;
    width: auto;
  }
  div.main-container #block-views-block-homepage-flexslider-block-1 .flexslider ul.slides li.big-recipes .views-field.views-field-title {
    top: -19%;
    left: 51%;
  }
  div.main-container #block-views-block-homepage-flexslider-block-1 .flexslider ul.slides li.big-recipes .views-field.views-field-field-content-cta {
    top: 40%;
    left: 52.5%;
  }
  div.main-container #block-views-block-homepage-flexslider-block-1 .flexslider ul.slides li.big-recipes .views-field-field-background-image {
    transform: translateX(-39%);
  }
  div.main-container #block-bmf-bright-socialslice {
    display: none;
  }
  div.main-container .view-job-postings {
    padding-left: 0;
    padding-right: 0;
    margin-top: 4rem;
  }
  div.main-container .view-job-postings .item-list ul li {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  div.main-container .view-job-postings .item-list ul li .views-field-title h3 {
    font-size: 3.3rem;
    line-height: 3.5rem;
    margin-bottom: 0;
  }
  div.main-container .view-job-postings .item-list ul li .views-field-body {
    margin: 1.5rem 0 2rem 0;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article {
    width: 100%;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 {
    margin-bottom: 0;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container {
    min-height: 48rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .produce-copy-container {
    width: 100%;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .produce-copy-container h3 {
    font-size: 3.2rem;
    line-height: 4rem;
    width: auto;
    margin-bottom: 1.5rem;
    margin-left: unset;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .produce-copy-container p {
    font-size: 1.8rem;
    line-height: 3rem;
    width: auto;
    margin-left: unset;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .produce-copy-container .nutritional-fact-container {
    width: auto;
    margin-left: unset;
    margin-top: 4.5rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .produce-copy-container .nutritional-fact-container .field--label:before {
    min-height: 38px;
    min-width: 38px;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .produce-copy-container .promoted-recipe-container {
    width: auto;
    margin-top: 2rem;
    margin-left: unset;
    margin-bottom: 1.5rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .produce-copy-container .promoted-recipe-container .promoted-recipe:before {
    min-height: 38px;
    min-width: 38px;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .image-catcher {
    width: 100%;
    min-height: 30rem;
    margin-top: 5rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .image-catcher .flexslider {
    margin-bottom: 6rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-nothing-2 .produce-header-container .image-catcher .flex-control-nav {
    bottom: -1.75rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-image .flexslider .flex-viewport {
    width: 85%;
    margin: 0 auto;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling {
    margin: 3rem 0 0 -3rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container {
    display: block;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container.open {
    max-height: 100rem;
    padding: 5rem 3rem 2rem 3rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container .attrib-group {
    min-height: 15rem;
    border: 0;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container .attrib-group h3 {
    font-size: 2rem;
    margin: 1rem 0 1rem 0;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container .attrib-group ul li {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container .attrib-group.benefits {
    border: 0;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container .attrib-group.benefits ul {
    display: flex;
    flex-wrap: wrap;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-handling .produce-attrib-container .attrib-group.benefits ul li {
    flex-basis: 100%;
    width: 100%;
    margin-right: 0;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-flavours {
    margin-left: unset;
    margin-right: unset;
    width: 100%;
    font-size: 1.8rem;
    line-height: 3rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-flavours ul {
    margin-left: 2rem;
  }
  div.main-container .view-produce .view-content .item-list > ul > li article .views-field-field-produce-flavours ul li {
    font-size: 1.9rem;
  }
  div.main-container article.home_albertas_largest_greenhouse {
    background: transparent url(../img/header_banners/home_page_banner_2-kids-biking.jpg) no-repeat 39% 0;
    background-size: cover;
    height: 45rem;
    margin-bottom: 0;
  }
  div.main-container article.home_albertas_largest_greenhouse .content .field--name-field-header-title {
    font-size: 5rem;
    line-height: 4.75rem;
    text-align: center;
    width: 72%;
    transform: translate(-50%, -231%);
    color: #FFFFFF;
    text-shadow: 1px 0 6px rgba(0, 0, 0, 0.25);
  }
  div.main-container article.find_us_header {
    background-position: 35% 0;
  }
  div.main-container article.alberta_grown_header .content .field--name-field-page-header-extra {
    transform: none;
    top: initial;
    left: initial;
    bottom: 1rem;
    right: 1rem;
  }
  div.main-container article.alberta_grown_header .content .field--name-field-page-header-extra svg {
    width: 6rem;
    height: 6rem;
  }
  div.main-container article.always_growing_header, div.main-container article.alberta_grown_header, div.main-container article.produce_header, div.main-container article.big_news_header, div.main-container article.find_us_header, div.main-container article.big_marble_first_header {
    height: 17rem;
    min-height: 17rem;
    background-size: cover;
  }
  div.main-container article.always_growing_header .content .field--name-field-header-title, div.main-container article.alberta_grown_header .content .field--name-field-header-title, div.main-container article.produce_header .content .field--name-field-header-title, div.main-container article.big_news_header .content .field--name-field-header-title, div.main-container article.find_us_header .content .field--name-field-header-title, div.main-container article.big_marble_first_header .content .field--name-field-header-title {
    font-size: 3.2rem;
    line-height: 4.5rem;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }
  div.main-container article.recipes {
    height: 17rem;
    min-height: 17rem;
    background-size: cover;
  }
  div.main-container article.recipes .content .field--name-field-header-title {
    font-size: 3.2rem;
    line-height: 4.5rem;
  }
  div.main-container article.big_jobs_header {
    height: 17rem;
    min-height: 17rem;
    background-size: cover;
  }
  div.main-container article.big_jobs_header .content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  div.main-container article.big_jobs_header .content p {
    font-size: 3.2rem;
    line-height: 4.5rem;
    top: initial;
    left: initial;
    transform: initial;
    margin: 0;
    width: auto;
  }
  div.main-container article.home_our_freshest {
    margin-top: 1.5rem;
    margin-bottom: 0;
    padding: 3.2rem 0 0 0;
  }
  div.main-container article.home_our_freshest .content {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  div.main-container article.home_our_freshest .content .field--name-field-content-title {
    margin-bottom: 1.5rem;
  }
  div.main-container article.home_our_freshest .content .field--name-field-content-inline-image {
    flex-wrap: wrap;
    justify-content: center;
  }
  div.main-container article.home_our_freshest .content .field--name-field-content-inline-image > div.our-freshest {
    min-height: 18rem;
    flex-basis: 45%;
    width: 45%;
    margin: 4rem 2.5% 2rem 2.5%;
  }
  div.main-container article.home_our_freshest .content .field--name-field-content-inline-image > div.our-freshest a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  div.main-container article.home_our_freshest .content .field--name-field-content-inline-image img {
    height: 15rem;
    width: auto !important;
    max-width: initial;
  }
  div.main-container article.home_our_freshest .content .field--name-field-content-inline-image {
    order: 4;
    margin-bottom: 0;
  }
  div.main-container article.home_our_freshest .content .field--name-field-content-cta {
    order: 3;
    margin-top: 1.5rem;
  }
  div.main-container article.home_our_freshest .content .field--name-field-content-body {
    order: 2;
  }
  div.main-container article.home_our_freshest .content .field--name-field-content-body p {
    width: 100%;
    font-size: 1.8rem;
    line-height: 3rem;
    color: #4A4A4A;
  }
  div.main-container article.home_our_freshest .content .field--name-field-content-body p:first-child {
    font-family: din-2014, sans-serif;
    font-weight: 500;
    font-style: normal;
    width: 100%;
    font-size: 1.8rem;
    line-height: 3rem;
    color: #4A4A4A;
  }
  div.main-container article.home_ready_to_enjoy {
    padding-top: 0;
  }
  div.main-container article.home_ready_to_enjoy .content .field--name-field-content-title {
    margin-bottom: 1rem;
  }
  div.main-container article.home_ready_to_enjoy .content .field--name-field-content-inline-image {
    margin-bottom: 3.5rem;
  }
  div.main-container article.home_ready_to_enjoy .content .field--name-field-content-body p {
    width: 100%;
  }
  div.main-container article.home_ready_to_enjoy .content .field--name-field-content-cta {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }
  div.main-container article.home_if_youre_looking {
    padding: 2rem 0;
  }
  div.main-container article.home_if_youre_looking .content {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  div.main-container article.home_if_youre_looking .field--name-field-content-body p {
    width: 95%;
    margin: 0 auto;
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  div.main-container article.home_video_slice .content {
    padding-left: 0;
    padding-right: 0;
  }
  div.main-container article.home_big_recipes {
    padding: 4.75rem 0;
  }
  div.main-container article.home_big_recipes .content {
    margin-top: 0;
    margin-bottom: 0;
  }
  div.main-container article.home_big_recipes .content .field--name-field-content-inline-image {
    height: auto;
    margin-bottom: 1.5rem;
  }
  div.main-container article.home_big_recipes .content .field--name-field-content-title {
    font-size: 4.5rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  div.main-container article.home_big_recipes .content .field--name-field-content-body p:last-child {
    margin-bottom: 1.5rem;
  }
  div.main-container article.home_big_recipes .content .desc-and-link {
    flex-basis: 100%;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  div.main-container article.home_big_recipes .content .desc-and-link .field--name-field-content-body {
    text-align: center;
  }
  div.main-container article.home_big_recipes .content .featured-recipe-wrapper {
    display: none;
  }
  div.main-container article.home_lets_talk_local {
    background: #0076a8;
    padding: 3rem 0 17.5rem 0;
    height: auto;
  }
  div.main-container article.home_lets_talk_local svg#grown_in_ab {
    right: 4rem;
    bottom: -16.5rem;
  }
  div.main-container article.home_lets_talk_local svg#redhat_logo {
    right: unset;
    left: 4rem;
    bottom: -15rem;
  }
  div.main-container article.home_lets_talk_local .content {
    margin-top: 0;
    text-align: center;
  }
  div.main-container article.home_lets_talk_local .content .field--name-field-content-title {
    font-size: 4rem;
    line-height: 4rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
  div.main-container article.home_lets_talk_local .content .field--name-field-content-body p {
    width: 100%;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  div.main-container article.home_where_to_find {
    padding: 4.75rem 0;
  }
  div.main-container article.home_where_to_find .content {
    display: flex;
    flex-wrap: wrap;
    padding-right: 2rem !important;
    margin-top: 0;
    margin-bottom: 0;
  }
  div.main-container article.home_where_to_find .content .field--name-field-content-title {
    width: 100%;
    padding-right: 0 !important;
    font-size: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    max-width: initial !important;
    margin-bottom: 0;
  }
  div.main-container article.home_where_to_find .content .field--name-field-content-body {
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    line-height: 3rem;
    padding-right: 0 !important;
    margin: 1.5rem 0 0 0;
  }
  div.main-container article.home_where_to_find .content .field--name-field-content-body p:last-child {
    margin-bottom: 1.5rem;
  }
  div.main-container article.home_where_to_find .content .field--name-field-content-cta {
    width: 100%;
    padding-right: 0 !important;
    text-align: center;
  }
  div.main-container article.home_where_to_find .content .field--name-field-content-inline-image {
    display: none;
  }
  div.main-container article.always_growing_header {
    height: 17rem;
    margin: 0;
    padding: 0;
    background: transparent url(../img/header_banners/always-growing-banner_mobile.jpg) no-repeat center center;
    background-size: cover;
  }
  div.main-container article.always_growing_header .content {
    margin: 0;
  }
  div.main-container article.always_growing_header .content .field--name-field-page-header-extra {
    margin-top: 0;
    transform: unset;
    width: auto;
    left: unset;
    right: 2rem;
    top: unset;
    bottom: 2rem;
  }
  div.main-container article.always_growing_header .content .field--name-field-page-header-extra svg {
    width: 10rem;
    height: 10rem;
  }
  div.main-container article.always_growing_top {
    padding-top: 0;
  }
  div.main-container article.always_growing_top .content .field--name-field-content-sub-title {
    font-size: 2rem;
    line-height: 3rem;
    padding: 1rem;
    width: 100%;
  }
  div.main-container article.always_growing_top .content .field--name-field-content-body {
    font-size: 1.8rem;
    line-height: 3rem;
    width: 100%;
  }
  div.main-container article.always_growing_top .content .field--name-field-content-body p {
    margin: 4rem auto 2rem auto;
  }
  div.main-container article.always_growing_smh {
    background-size: auto 25rem;
    background-position: center top;
    height: auto;
    padding-bottom: 9rem;
  }
  div.main-container article.always_growing_smh .field--name-field-content-sub-title {
    font-size: 2.3rem;
    line-height: 2.7rem;
    background-color: #0076a8;
  }
  div.main-container article.always_growing_smh .content .field--name-field-content-title {
    font-size: 4.7rem;
    margin-top: 0;
  }
  div.main-container article.always_growing_smh .content .field--name-field-content-body {
    column-count: 1;
    margin-top: 17.7rem;
  }
  div.main-container article.always_growing_smh .content .field--name-field-content-body p:last-child {
    margin-bottom: 5.7rem;
  }
  div.main-container article.always_growing_breaker .content .field--name-field-content-sub-title {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  div.main-container article.always_growing_ls {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  div.main-container article.always_growing_ls .content {
    margin-top: 0;
    margin-bottom: 0;
  }
  div.main-container article.always_growing_ls .content .field--name-field-content-title {
    font-size: 4.2rem;
    line-height: 4.5rem;
    margin-bottom: 1.5rem;
  }
  div.main-container article.always_growing_ls .content .field--name-field-content-body p {
    font-size: 1.8rem;
    line-height: 3rem;
    max-width: unset;
    margin: 0 auto 3.5rem auto;
  }
  div.main-container article.always_growing_ls .content .field--name-field-content-body svg {
    width: 17rem;
  }
  div.main-container article.always_growing_greenhouse {
    height: auto;
  }
  div.main-container article.always_growing_greenhouse .content {
    width: 100%;
  }
  div.main-container article.always_growing_greenhouse .content .field--name-field-content-inline-image .field--item img {
    display: none;
  }
  div.main-container article.always_growing_greenhouse .content .field--name-field-content-title {
    width: 100%;
    text-align: center;
    font-size: 4.5rem;
    margin-top: 3.5rem;
  }
  div.main-container article.always_growing_greenhouse .content .field--name-field-content-body {
    width: 100%;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  div.main-container article.always_growing_greenhouse .content .field--name-field-content-body p {
    font-size: 1.8rem;
    line-height: 3.1rem;
  }
  div.main-container article.always_growing_greenhouse .content .field--name-field-content-body p:first-child {
    margin-top: 1.5rem;
  }
  div.main-container article.always_growing_greenhouse .content .field--name-field-content-body svg {
    width: 16rem;
    margin-top: 0;
    margin-bottom: 4rem;
  }
  div.main-container article.alberta_grown_header {
    background: transparent url(../img/header_banners/alberta-grown-banner_mobile.jpg) no-repeat center center;
    background-size: cover;
  }
  div.main-container article.alberta_grown_top_header .content .field--name-field-content-title {
    font-size: 2rem;
    line-height: 3rem;
    padding: 1rem;
  }
  div.main-container article.alberta_grown_top_content {
    padding-top: 3rem;
    padding-bottom: 1rem !important;
  }
  div.main-container article.alberta_grown_top_content .content {
    margin-top: 0;
  }
  div.main-container article.alberta_grown_top_content .content .field--name-field-content-sub-title {
    font-size: 2.8rem;
    line-height: 3.9rem;
    margin-bottom: 3rem;
  }
  div.main-container article.alberta_grown_top_content .content .field--name-field-content-body p {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  div.main-container article.alberta_grown_top_content .content .field--name-field-content-body p:last-child {
    margin-bottom: 0;
  }
  div.main-container article.alberta_grown_our_culture {
    padding-top: 2rem;
    padding-bottom: 3rem;
    height: auto;
  }
  div.main-container article.alberta_grown_our_culture .content .field--name-field-content-inline-image {
    position: relative;
    width: 100%;
    height: auto;
    left: initial;
  }
  div.main-container article.alberta_grown_our_culture .content .field--name-field-content-title {
    width: 100%;
    font-size: 5.1rem;
    line-height: 6rem;
    padding: 0;
    margin-top: 4rem !important;
    position: relative;
    transform: initial;
    top: initial;
    left: initial;
  }
  div.main-container article.alberta_grown_our_culture .content .field--name-field-content-body {
    width: 100%;
    font-size: 1.8rem;
    line-height: 3rem;
    padding: 0;
    margin: 0 !important;
    position: relative;
    transform: initial;
    top: initial;
    left: initial;
  }
  div.main-container article.alberta_grown_our_friends {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  div.main-container article.alberta_grown_our_friends .content .field--name-field-content-title {
    font-size: 4.5rem;
    line-height: 4.5rem;
    width: 100%;
    margin-bottom: 0rem !important;
  }
  div.main-container article.alberta_grown_our_friends .content .field--name-field-content-body {
    text-align: center;
  }
  div.main-container article.alberta_grown_our_friends .content .field--name-field-content-body p {
    width: 100%;
    text-align: left;
    margin: 1.5rem 0 3rem 0;
  }
  div.main-container article.alberta_grown_our_friends .content .field--name-field-content-body svg {
    width: 16.8rem !important;
    margin: 0 auto;
    float: none;
  }
  div.main-container article.alberta_grown_our_founder {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  div.main-container article.alberta_grown_our_founder .content {
    padding-left: 2rem !important;
  }
  div.main-container article.alberta_grown_our_founder .content .field--name-field-content-inline-image {
    width: 100%;
    margin-bottom: 2rem;
  }
  div.main-container article.alberta_grown_our_founder .content .field--name-field-content-inline-image img {
    width: 100%;
    transform: unset;
  }
  div.main-container article.alberta_grown_our_founder .content .field--name-field-content-title {
    width: 100%;
    display: inline-block;
  }
  div.main-container article.alberta_grown_our_founder .content .field--name-field-content-sub-title {
    width: 100%;
    line-height: 3rem;
    margin: 1.5rem 0 !important;
  }
  div.main-container article.alberta_grown_our_founder .content .field--name-field-content-body {
    width: 100%;
    margin: 1.5rem 0 2rem 0;
  }
  div.main-container article.alberta_grown_the_cramer_family {
    padding: 3rem 0 0;
  }
  div.main-container article.alberta_grown_the_cramer_family .content .field--name-field-content-title {
    order: 2;
    text-align: left;
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
  div.main-container article.alberta_grown_the_cramer_family .content .field--name-field-content-body {
    order: 3;
    text-align: left;
    padding: 0;
    margin: 1.5rem 0 2rem 0;
  }
  div.main-container article.alberta_grown_the_cramer_family .content .field--name-field-content-inline-image {
    order: 1;
    margin-bottom: 2rem;
  }
  div.main-container article.alberta_grown_the_cramer_family .content .field--name-field-content-inline-image .field--item img {
    width: 100%;
    height: auto;
  }
  div.main-container article.alberta_grown_rick {
    padding: 3rem 0 0;
  }
  div.main-container article.alberta_grown_rick .content .field--name-field-content-title {
    font-size: 4.5rem;
    line-height: 4.5rem;
    margin-bottom: 1.5rem;
  }
  div.main-container article.alberta_grown_rick .content .field--name-field-content-inline-image {
    transform: initial;
    margin-left: 0;
    margin-bottom: 2rem;
    width: 100%;
  }
  div.main-container article.alberta_grown_rick .content .field--name-field-content-inline-image img {
    width: 100%;
    height: auto;
  }
  div.main-container article.alberta_grown_albert {
    padding: 3rem 0;
  }
  div.main-container article.alberta_grown_albert .content .field--name-field-content-title {
    font-size: 4.5rem;
    line-height: 4.5rem;
    margin-bottom: 1.5rem;
  }
  div.main-container article.alberta_grown_albert .content .field--name-field-content-inline-image {
    transform: initial;
    margin-left: 0;
    margin-bottom: 2rem;
    width: 100%;
  }
  div.main-container article.alberta_grown_albert .content .field--name-field-content-inline-image img {
    width: 100%;
    height: auto;
  }
  div.main-container article.alberta_grown_grow_with_us .content .field--name-field-content-title {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
  div.main-container article.alberta_grown_grow_with_us .content .field--name-field-content-body {
    width: 75%;
  }
  div.main-container article.page-header.recipes {
    background: transparent url(../img/header_banners/big-recipes-banner_mobile.jpg) no-repeat center center;
    background-size: cover;
  }
  div.main-container article.page-header.recipes .content .field--name-field-header-title {
    transform: translate(-10%, -120%);
  }
  div.main-container article.find_us_top {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  div.main-container article.find_us_top .content .field--name-field-content-body {
    flex-basis: 100%;
    width: 100%;
  }
  div.main-container article.find_us_top .content .field--name-field-content-body p {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  div.main-container article.find_us_top .content .field--name-field-content-body ul.available-in-these-stores {
    flex-wrap: wrap;
  }
  div.main-container article.find_us_top .content .field--name-field-content-body ul.available-in-these-stores li {
    width: 50%;
    margin: 2rem 0;
    display: block;
  }
  div.main-container article.find_us_top .content .field--name-field-content-body ul.available-in-these-stores li svg#svg3254, div.main-container article.find_us_top .content .field--name-field-content-body ul.available-in-these-stores li svg#save_on_foods_logo {
    height: 2.6rem;
  }
  div.main-container article.find_us_top .content .field--name-field-content-body ul.available-in-these-stores li svg#rcs_logo {
    height: 1.9rem;
  }
  div.main-container article.find_us_top .content .field--name-field-content-body ul.available-in-these-stores li svg#loblaws_logo {
    height: 2rem;
  }
  div.main-container article.find_us_top .content .field--name-field-content-body ul.available-in-these-stores li svg#no_frills_logo {
    height: 1.56rem;
  }
  div.main-container article.find_us_top .content .field--name-field-content-inline-image {
    display: block;
  }
  div.main-container article.find_us_top .content .field--name-field-content-inline-image .field--item {
    margin-bottom: 2rem;
  }
  div.main-container article.find_us_header {
    background: transparent url(../img/header_banners/contact-banner_mobile.png) no-repeat center center;
    background-size: cover;
    margin-bottom: 0;
  }
  div.main-container article.find_us_contact_form {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  div.main-container article.find_us_contact_form .content #block-webform {
    padding-top: 0;
    padding-bottom: 0;
  }
  div.main-container article.find_us_contact_form .content #block-webform h2 {
    font-size: 4.5rem;
    line-height: 5.5rem;
    margin-bottom: 3rem;
  }
  div.main-container article.find_us_contact_form .content #block-webform form {
    width: 90%;
  }
  div.main-container article.find_us_contact_form .content #block-webform form .captcha {
    transform: scale(0.8);
    margin: 0 0 0 -3rem;
  }
  div.main-container article.find_us_tours .content .field--name-field-content-title {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }
  div.main-container article.find_us_tours .content .field--name-field-content-body {
    width: 90%;
    margin: 0 auto 4.5rem auto;
  }
  div.main-container article.big_news_header {
    background: transparent url(../img/header_banners/big-news-banner_mobile.jpg) no-repeat center center;
    background-size: cover;
  }
  div.main-container article.big_jobs_header {
    background: transparent url(../img/header_banners/big-jobs-banner_mobile.jpg) no-repeat center center;
    background-size: cover;
    height: 17rem;
    max-height: 17rem;
  }

  footer.footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  footer.footer #block-bmf-bright-mainnavigation,
footer.footer #block-bmf-bright-footernewslettersignup,
footer.footer #block-bmf-bright-contentmanagerlink {
    display: none;
  }
  footer.footer #block-footermaicons {
    width: 100%;
    margin: 0;
  }
  footer.footer #block-bmf-bright-footerlegalcopyright {
    margin-top: 2rem;
  }
  footer.footer #block-bmf-bright-footersocialicons {
    margin: 0;
  }
  footer.footer #block-bmf-bright-footersocialicons p.footer-name {
    display: none;
  }
  footer.footer #block-bmf-bright-footersocialicons .social-wrapper {
    margin-left: 0;
    font-size: 4rem;
    margin-top: -5rem;
    margin-bottom: 5rem;
  }
  footer.footer #block-bmf-bright-footersocialicons .social-wrapper a {
    margin: 0 0.25rem;
  }
  footer.footer #block-footermobilecontent {
    display: block;
    text-align: center;
  }
  footer.footer #block-footermobilecontent .logo-wrap {
    margin-top: 0;
    border: 0;
    border-radius: initial;
  }
  footer.footer #block-footermobilecontent .logo-wrap a {
    margin: 0 auto;
    transform: scale(0.8);
  }
  footer.footer #block-footermobilecontent .subscribe-mobile {
    position: absolute;
    bottom: -6rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5000;
    width: 100%;
  }
  footer.footer #block-footermobilecontent .subscribe-mobile a {
    text-decoration: underline;
  }
  footer.footer #block-bmf-bright-footerlegalcopyright p.footer-copyright {
    width: 75%;
    margin: 0 auto;
  }

  body {
    /* Big Marble First */
    /* End Big Marble First */
    /* Redhat -> Big Marble page */
    /* End Redhat -> Big Marble page */
  }
  body.page-node-type-big-marble-first .big_marble_first_top .content ul li {
    padding: 1.6rem 1.8rem;
    text-align: center;
  }
  body.page-node-type-big-marble-first .big_marble_first_top .content ul li a {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
  body.page-node-type-big-marble-first article.big_marble_first_header .content {
    padding-top: 3.5rem;
    padding-bottom: 3.9rem;
  }
  body.page-node-type-big-marble-first article.big_marble_first_header .content p {
    display: none;
  }
  body.page-node-type-big-marble-first article.content > .content {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
  body.page-node-type-big-marble-first article.content > .content .field--name-field-content-body p {
    font-size: 1.8rem;
    line-height: 3rem;
    color: #4A4A4A;
    margin-bottom: 1.5rem;
  }
  body.page-node-type-big-marble-first article.content > .content .field--name-field-content-inline-image img {
    max-width: 100%;
    height: auto;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_well_being {
    padding-top: 3.6rem;
    padding-bottom: 6.3rem;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_well_being .content .field--name-field-content-body p {
    margin-bottom: 4rem;
    line-height: 2.7rem;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_well_being .content .field--name-field-content-body ul {
    padding: 0;
    justify-content: space-between;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_well_being .content .field--name-field-content-body ul li {
    flex-basis: 18%;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_well_being .content .field--name-field-content-body ul li svg {
    height: 8.6rem;
    width: auto;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_well_being .content .field--name-field-content-body ul li:last-child svg {
    height: 7.4rem;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow {
    background: transparent url(../img/slice_bg/overview-greenhouse-background-mobile.jpg) no-repeat bottom center;
    background-size: cover;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow .content .field--name-field-content-body {
    margin-bottom: 8.8rem;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow .content .field--name-field-content-body ul {
    margin-bottom: 6rem;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow .content .field--name-field-content-body ul li {
    height: 29.5rem;
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow .content .field--name-field-content-body ul li p {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow .content .field--name-field-content-body ul li a {
    font-weight: 600;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow .content .field--name-field-content-body ul > li:nth-child(1) svg {
    width: 7.5rem;
    height: auto;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow .content .field--name-field-content-body ul > li:nth-child(2) p {
    height: auto;
    width: 80%;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow .content .field--name-field-content-body ul > li:nth-child(2) svg {
    width: 5.9rem;
    height: 100%;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow .content .field--name-field-content-body ul > li:nth-child(3) {
    margin-bottom: 0;
    padding-top: 5.8rem;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow .content .field--name-field-content-body ul > li:nth-child(3) svg {
    width: auto;
    height: 100%;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_why_we_grow .content .field--name-field-content-body h3 {
    font-size: 4rem;
    line-height: 4.7rem;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_promise .content {
    margin-top: 7.6rem;
    margin-bottom: 7.1rem;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_promise .content .field--name-field-content-inline-image .field--item:nth-child(1),
body.page-node-type-big-marble-first article.content.bmfirst_promise .content .field--name-field-content-inline-image .field--item:nth-child(2) {
    width: 100%;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_promise .content .field--name-field-content-inline-image .field--item:nth-child(1) img,
body.page-node-type-big-marble-first article.content.bmfirst_promise .content .field--name-field-content-inline-image .field--item:nth-child(2) img {
    width: 100%;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_promise .content .field--name-field-content-body {
    max-width: 100%;
    margin-bottom: 4.6rem;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_promise .content .field--name-field-content-body h3 {
    font-size: 4rem;
    line-height: 4.5rem;
    margin-bottom: 3rem;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_branding {
    background: transparent url(../img/slice_bg/overview-kraft-mobile.jpg) no-repeat bottom center;
    background-size: cover;
    padding-top: 2.2rem;
    padding-bottom: 1.3rem;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_branding .content .field--name-field-content-body ul {
    padding: 0;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_branding .content .field--name-field-content-body ul li {
    flex-basis: 46%;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_branding .content .field--name-field-content-body ul > li:nth-child(1) {
    margin-bottom: 0.5rem;
    flex-basis: 100%;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_branding .content .field--name-field-content-body ul > li:last-child {
    flex-basis: 100%;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_branding .content .field--name-field-content-body ul li:nth-child(2) {
    width: 17rem;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_branding .content .field--name-field-content-body ul li:nth-child(3) {
    width: 11.5rem;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_branding .content .field--name-field-content-body ul li:nth-child(4),
body.page-node-type-big-marble-first article.content.bmfirst_branding .content .field--name-field-content-body ul li:nth-child(5) {
    width: 14.8rem;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_sustainable_packaging .content > .field.field--name-field-content-cta {
    margin-top: 0;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_sustainable_packaging .content > .field.field--name-field-content-cta a {
    font-size: 1.7rem;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_sustainable_packaging .content > .field.field--name-field-content-cta a:after {
    font-size: 3rem;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_sustainable_packaging .content > .field.field--name-field-content-title {
    font-size: 4.5rem;
    line-height: 4.5rem;
    margin-top: 5rem;
    margin-bottom: 1.5rem;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_sustainable_packaging .content > .field.field--name-field-content-body {
    flex-basis: 100%;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_sustainable_packaging .content > .field.field--name-field-content-body p {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  body.page-node-type-big-marble-first article.content.bmfirst_sustainable_packaging .content > .field.field--name-field-content-inline-image {
    margin-bottom: 5rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .content .field--name-field-content-title {
    font-size: 4rem;
    line-height: 4.7rem;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .content p {
    line-height: 2.7rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_hwg_intro {
    padding-top: 2.5rem;
    padding-bottom: 6.5rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_hwg_intro .content .field--name-field-content-title {
    margin-bottom: 3rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_hwg_intro .content .field--name-field-content-sub-title {
    font-size: 1.8rem;
    line-height: 2.7rem;
    margin-bottom: 2.5rem;
    font-weight: 600;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses {
    overflow: hidden;
    padding-top: 4rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses .field--name-field-content-title {
    font-size: 4rem;
    line-height: 4.7rem;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 3rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses .field--name-field-content-sub-title {
    margin-bottom: 3.7rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul li.hydroponic-irrigation {
    margin-bottom: 5.7rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul li.hydroponic-irrigation svg {
    height: max-content;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul li.hydroponic-irrigation .copy {
    flex-basis: 100%;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul li.hydroponic-irrigation .image {
    margin-bottom: 4.2rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul li.integrated-pest-management {
    position: initial;
    margin-bottom: 17.5rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul li.integrated-pest-management .image {
    top: unset;
    bottom: -30.5rem;
    right: -8rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_high_tech_greenhouses ul li.integrated-pest-management .image svg {
    width: 58.6rem;
    height: auto;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination {
    padding-bottom: 2rem;
    padding-top: 2.9rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination ul li.high-wire-cultivation,
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination ul li.bumble-bee-pollination {
    position: unset;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination ul li.high-wire-cultivation .copy,
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination ul li.bumble-bee-pollination .copy {
    max-width: 100%;
    margin-bottom: 1.7rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination ul li.high-wire-cultivation {
    margin-bottom: 7.2rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination ul li.high-wire-cultivation .image img:nth-child(1) {
    display: none;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination ul li.high-wire-cultivation .image img:nth-child(2) {
    display: initial;
    width: 100vw;
    height: auto;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination ul li.bumble-bee-pollination .image {
    width: 100%;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination ul li.bumble-bee-pollination .image svg {
    width: 100%;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination ul li.bumble-bee-pollination .copy {
    margin-bottom: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_cultivation_pollination ul li.bumble-bee-pollination .copy p {
    margin-bottom: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting {
    padding-top: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting .content {
    margin-top: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting ul li.pruning-deleafing .image,
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting ul li.hand-picked-harvesting .image {
    width: 100vw;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting ul li.pruning-deleafing .image img,
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting ul li.hand-picked-harvesting .image img {
    width: 100vw;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting ul li.pruning-deleafing .copy,
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting ul li.hand-picked-harvesting .copy {
    width: 100%;
    margin-top: 3rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting ul li.hand-picked-harvesting {
    margin-bottom: 17.5rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting ul li.hand-picked-harvesting .image img:nth-child(1) {
    display: none;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting ul li.hand-picked-harvesting .image img:nth-child(2) {
    display: initial;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_pruning_harvesting ul li.pruning-deleafing {
    margin-bottom: 4.5rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_water_mgmt {
    background: transparent url(../img/svg/bmfirst/water-management-bg-mobile.svg) no-repeat top center;
    background-size: cover;
    margin-bottom: 5rem;
    margin-top: -5;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_water_mgmt .content {
    margin-top: 7.7rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_water_mgmt .content .field--name-field-content-title {
    font-size: 4rem;
    line-height: 4.7rem;
    margin-bottom: 5.2rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_water_mgmt .content ul li.hydrologic {
    margin-bottom: 5rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_water_mgmt .content ul li.hydrologic .image {
    height: 24rem;
    margin-bottom: 2.5rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_water_mgmt .content ul li.hydrologic .image svg {
    width: 64rem;
    height: auto;
    transform: translateX(-74%);
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_water_mgmt .content ul li.hydrologic .copy p {
    font-size: 1.8rem;
    line-height: 3.1rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_water_mgmt .content ul li.safety-circulation .image {
    display: none;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_water_mgmt .content ul li.safety-circulation .copy p {
    font-size: 1.8rem;
    line-height: 3.1rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way {
    height: 100%;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .desktop-copy {
    display: none;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .content {
    margin-top: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .mobile-copy {
    display: initial;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .mobile-copy .mobile-light,
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .mobile-copy .mobile-dark {
    position: relative;
    height: 100%;
    text-align: center;
    color: #FFFFFF;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .mobile-copy .mobile-light h4,
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .mobile-copy .mobile-dark h4 {
    color: #FFFFFF;
    position: absolute;
    top: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 500;
    font-size: 3.5rem;
    line-height: 4.4rem;
    font-weight: 600;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .mobile-copy .mobile-light ul,
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .mobile-copy .mobile-light p,
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .mobile-copy .mobile-dark ul,
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .mobile-copy .mobile-dark p {
    padding: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4%;
    width: 100%;
    z-index: 500;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #FFFFFF;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .mobile-copy .mobile-light svg,
body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .mobile-copy .mobile-dark svg {
    display: table-row;
    width: 100vw;
    height: auto;
    transform: translateX(-2rem);
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .mobile-copy .mobile-light {
    margin-bottom: 1rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .mobile-copy .mobile-dark h4 {
    width: 50%;
    font-size: 3.4rem;
    line-height: 4rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_lighting_the_way .mobile-copy .mobile-dark ul {
    bottom: 9%;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_promo_slice {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_promo_slice ul {
    padding: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_promo_slice ul li {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_promo_slice ul li .image {
    flex-basis: 100%;
    width: 100%;
    margin-right: 0;
    position: relative;
    min-height: 21rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_promo_slice ul li .image svg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-42%);
    max-width: 75%;
    height: 100%;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_promo_slice ul li .copy {
    width: 100%;
    flex-basis: 100%;
    text-align: center;
    margin-top: 2rem;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_promo_slice ul li .copy h4 {
    font-size: 2.8rem;
    line-height: 4rem;
    margin-top: 1.5rem;
    color: #0076a8;
  }
  body.page-node-type-big-marble-first #bmfirst-how-we-grow .bmfirst_promo_slice ul li .copy p {
    color: #FFFFFF;
    font-size: 1.8rem;
    line-height: 3.1rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .packaging-intro {
    margin: 5.6rem auto 5.5rem auto;
    font-size: 1.8rem;
    line-height: 2.7rem;
    padding: 0 2rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .sustainable-slice {
    height: 100%;
    padding-bottom: 4rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .sustainable-slice .text-copy {
    margin-right: 0;
    width: 90%;
    text-align: center;
    padding-top: 1rem;
    margin-bottom: 4.5rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .sustainable-slice .text-copy svg.desktop-delicious-produce {
    display: none;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .sustainable-slice .text-copy svg.mobile-delicious-produce {
    display: initial;
    width: 100%;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .sustainable-slice .text-copy .copy {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .sustainable-slice .image-copy {
    width: 90%;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .sustainable-slice .image-copy svg {
    margin-top: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li {
    padding: 4.2rem 2rem;
    margin-bottom: 4rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li .views-field-title {
    font-size: 3.5rem;
    line-height: 4rem;
    margin-bottom: 10.9rem;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li .views-field-body {
    margin: 13.4rem auto 0 auto;
    width: 100%;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li .packaging-image-container {
    min-height: 100%;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li .packaging-image-container img {
    max-width: initial;
    width: 100%;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li .packaging-image-container .bullet-point h4 {
    font-size: 2rem;
    margin-bottom: 0;
    line-height: 2.4rem;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li .packaging-image-container .bullet-point h4:after {
    transform-origin: top left;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li .packaging-image-container .bullet-point h4:before {
    transform-origin: bottom right;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li .packaging-image-container .bullet-point ul li {
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-family: din-2014, sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.beefsteak-tomato-pack {
    border-bottom: none;
    padding-top: 4.2rem;
    margin-bottom: 0;
    padding-bottom: 3rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.beefsteak-tomato-pack .views-field-title {
    margin-bottom: 14.9rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.beefsteak-tomato-pack .views-field-body {
    margin: 7.4rem auto 0 auto;
    border-bottom: 3px solid #FFFFFF;
    padding-bottom: 6rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.beefsteak-tomato-pack .views-field-field-packaging-image img {
    transform: translateX(5%);
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.beefsteak-tomato-pack .packaging-image-container .bullet-point.bullet-point-1 {
    top: -11rem;
    left: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.beefsteak-tomato-pack .packaging-image-container .bullet-point.bullet-point-1 h4:after {
    width: 11.5rem;
    top: 1.5rem;
    right: 12rem;
    transform: rotate(45deg);
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.beefsteak-tomato-pack .packaging-image-container .bullet-point.bullet-point-2 {
    bottom: -2rem;
    right: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.beefsteak-tomato-pack .packaging-image-container .bullet-point.bullet-point-2 h4:before {
    width: 8.4rem;
    left: -1rem;
    transform: rotate(88deg);
    top: 0.33rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.albertas-hamburger-pack {
    padding-bottom: 8rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.albertas-hamburger-pack .views-field-body {
    margin-top: 11rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.albertas-hamburger-pack .packaging-image-container .bullet-point.bullet-point-1 {
    top: -6.5rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.albertas-hamburger-pack .packaging-image-container .bullet-point.bullet-point-1 h4:after {
    width: 10rem;
    transform: rotate(22deg);
    top: 2rem;
    right: 12rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.albertas-hamburger-pack .packaging-image-container .bullet-point.bullet-point-2 {
    bottom: -5rem;
    right: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.albertas-hamburger-pack .packaging-image-container .bullet-point.bullet-point-2 h4:before {
    width: 8rem;
    left: -3.5rem;
    transform: rotate(67deg);
    top: -1rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbleous-snack-pints {
    margin-bottom: 3rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbleous-snack-pints .view-field-title {
    margin-bottom: 13.5rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbleous-snack-pints .views-field-body {
    margin-top: 9.4rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbleous-snack-pints .packaging-image-container .bullet-point.bullet-point-1 {
    top: -10rem;
    left: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbleous-snack-pints .packaging-image-container .bullet-point.bullet-point-1 h4:after {
    width: 12rem;
    transform: rotate(54deg) translateX(-64px);
    margin-left: 7rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbleous-snack-pints .packaging-image-container .bullet-point.bullet-point-2 {
    bottom: -2rem;
    right: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbleous-snack-pints .packaging-image-container .bullet-point.bullet-point-2 h4:before {
    width: 10rem;
    left: 0;
    top: -1rem;
    transform: rotate(120deg);
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbelous-cocktail-tomatoes {
    border-bottom: none;
    padding-top: 7rem;
    margin-bottom: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbelous-cocktail-tomatoes .views-field-title {
    margin-bottom: 18.9rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbelous-cocktail-tomatoes .views-field-body {
    margin-top: 9.4rem;
    border-bottom: 3px solid #FFFFFF;
    padding-bottom: 6rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbelous-cocktail-tomatoes .packaging-image-container .bullet-point.bullet-point-1 {
    top: 30rem;
    left: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbelous-cocktail-tomatoes .packaging-image-container .bullet-point.bullet-point-1 h4:after {
    width: 11rem;
    transform: rotate(149deg);
    top: -8rem;
    left: 2rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbelous-cocktail-tomatoes .packaging-image-container .bullet-point.bullet-point-2 {
    bottom: 41rem;
    right: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.simply-marbelous-cocktail-tomatoes .packaging-image-container .bullet-point.bullet-point-2 h4:before {
    width: 16rem;
    left: -21rem;
    transform: rotate(106deg);
    top: 17rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-trays {
    padding-top: 3.5rem;
    padding-bottom: 8rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-trays .views-field-title {
    margin-bottom: 12.9rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-trays .views-field-body {
    margin-top: 14.4rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-trays .packaging-image-container .bullet-point.bullet-point-1 {
    top: -9rem;
    left: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-trays .packaging-image-container .bullet-point.bullet-point-1 h4:after {
    width: 9rem;
    transform: rotate(64deg);
    top: 1.5rem;
    right: 6rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-trays .packaging-image-container .bullet-point.bullet-point-2 {
    bottom: -9rem;
    right: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-trays .packaging-image-container .bullet-point.bullet-point-2 h4:before {
    width: 13rem;
    left: -1rem;
    top: -1rem;
    transform: rotate(63deg);
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-bowls {
    padding-top: 3rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-bowls .views-field-title {
    margin-bottom: 12.9rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-bowls .packaging-image-container .bullet-point.bullet-point-1 {
    top: -9rem;
    left: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-bowls .packaging-image-container .bullet-point.bullet-point-1 h4:after {
    width: 13rem;
    transform: rotate(50deg);
    top: 2rem;
    right: 4rem;
    border-bottom: 1px solid #4A4A4A;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-bowls .packaging-image-container .bullet-point.bullet-point-2 {
    bottom: -12rem;
    right: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.compostable-bowls .packaging-image-container .bullet-point.bullet-point-2 h4:before {
    width: 8rem;
    left: -3rem;
    transform: rotate(90deg);
    border-bottom: 1px solid #4A4A4A;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.kraft-cases {
    padding-top: 3rem;
    margin-bottom: 3rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.kraft-cases .views-field-title {
    margin-bottom: 12.9rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.kraft-cases .views-field-body {
    margin-top: 12.4rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.kraft-cases .packaging-image-container .bullet-point.bullet-point-1 {
    top: -8rem;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.kraft-cases .packaging-image-container .bullet-point.bullet-point-1 h4:after {
    width: 15rem;
    transform: rotate(30deg) translateX(29px);
    margin-left: -108px;
    border-bottom: 1px solid #4A4A4A;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.kraft-cases .packaging-image-container .bullet-point.bullet-point-2 {
    bottom: -7rem;
    right: 0;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .view-big-marble-first-packaging .view-content .item-list > ul > li.kraft-cases .packaging-image-container .bullet-point.bullet-point-2 h4:before {
    width: 8rem;
    left: -3rem;
    transform: rotate(98deg);
    border-bottom: 1px solid #4A4A4A;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .group-one svg.desktop-bkgd,
body.page-node-type-big-marble-first #bmfirst-packaging .group-three svg.desktop-bkgd {
    display: none;
  }
  body.page-node-type-big-marble-first #bmfirst-packaging .group-one svg.mobile-bkgd,
body.page-node-type-big-marble-first #bmfirst-packaging .group-three svg.mobile-bkgd {
    display: initial;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    object-fit: cover;
    z-index: -1;
  }
  body.page-name_red_hat_is_now_big_marble div[role=main] .row {
    margin-left: 0;
    margin-right: 0;
  }
  body.page-name_red_hat_is_now_big_marble div[role=main] section.col-sm-12 {
    padding: 0;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_header {
    height: 75vh;
    background: transparent url(/themes/custom/bmf_bright/img/slice_bg/redhat_bmf/redhat_bmf_greenhouse_mobile.jpg) no-repeat center center;
    background-size: cover;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_header .field--name-field-content-title {
    font-family: din-2014, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 3.5rem;
    line-height: 5rem;
    margin-top: 0;
    width: 100%;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro {
    height: 52rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content {
    padding-top: 14rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos {
    position: absolute;
    top: -15.1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 36.2rem;
    height: 25.2rem;
    border-radius: 18.1rem/12.6rem;
    overflow: hidden;
    background-color: #F9F9F9;
    perspective: 600px;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube {
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    position: relative;
    transform-style: preserve-3d;
    transform: translate3d(-50%, -50%, -100px) rotate3d(1, 0, 0, 0deg);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube.show-front {
    transform: translateZ(-100px) rotateY(0deg);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube.show-right {
    transform: translateZ(-100px) rotateY(-90deg);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube.show-back {
    transform: translateZ(-100px) rotateY(-180deg);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube.show-left {
    transform: translateZ(-100px) rotateY(90deg);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube.show-top {
    transform: translateZ(-100px) rotateX(-90deg);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube.show-bottom {
    transform: translateZ(-100px) rotateX(90deg);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face {
    position: absolute;
    width: 200px;
    height: 200px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face svg {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face--front {
    transform: rotateY(0deg) translateZ(100px);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face--right {
    transform: rotateY(90deg) translateZ(100px);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face--back {
    transform: rotateY(180deg) translateZ(100px);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face--left {
    transform: rotateY(-90deg) translateZ(100px);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face--top {
    transform: rotateX(90deg) translateZ(100px);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .logos .cube__face--bottom {
    transform: rotateX(-90deg) translateZ(100px);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_intro .content .field--name-field-content-body p {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_distribution {
    height: 101.9rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_distribution .content {
    padding-top: 4.4rem;
    height: 100%;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_distribution .content .svg_bg {
    height: 100%;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_distribution .content .svg_bg svg {
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-72%);
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_distribution .content .field--name-field-content-body {
    position: relative;
    z-index: 100;
    top: 0;
    opacity: 0;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_distribution .content .field--name-field-content-body p {
    font-size: 1.8rem;
    line-height: 3rem;
    text-align: center;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_greenhouse {
    height: 70.5rem;
    background: transparent url(/themes/custom/bmf_bright/img/slice_bg/redhat_bmf/redhat_bmf_family_mobile.jpg) no-repeat center center;
    background-size: cover;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_greenhouse .content {
    padding-top: 3.4rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_greenhouse .content .field--name-field-content-body {
    width: 100%;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_greenhouse .content .field--name-field-content-body p {
    font-size: 1.8rem;
    line-height: 3rem;
    text-align: center;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_footer {
    height: 62.8rem;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_footer .content {
    padding-top: 5rem;
    text-align: center;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_footer .content img {
    max-width: 90%;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_footer .content .field--name-field-content-title {
    font-size: 3rem;
    line-height: 4.8rem;
    width: 88%;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_footer .content a:last-of-type {
    margin: 6rem auto 0 auto;
    font-size: 2rem;
    line-height: 3rem;
    max-width: 75%;
  }
  body.page-name_red_hat_is_now_big_marble article.red_hat_is_now_big_marble .field--name-field-content-slices .field--item article.redhat_bmf_footer .content a:last-of-type:after {
    font-size: 3rem;
  }
  body.page-node-type-recipe article.recipe .content {
    padding-left: 0;
    padding-right: 0;
  }
  body.page-node-type-recipe article.recipe .content .container {
    padding-left: 0;
    padding-right: 0;
  }
  body.page-node-type-recipe article.recipe .content .container .row {
    margin-left: 0;
    margin-right: 0;
  }
  body.page-node-type-recipe article.recipe .content .container .row.intro {
    padding-left: 2rem;
    padding-right: 2rem;
    border-bottom: 0;
  }
  body.page-node-type-recipe article.recipe .content .container .row.instructions {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  body.page-node-type-recipe article.recipe .content .container .row.instructions .ingredients .field--label {
    margin-bottom: 1.5rem;
  }
  body.page-node-type-recipe article.recipe .content .container .row.video {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  body.page-node-type-recipe article.recipe .content .container .row.similar {
    margin-top: 4rem;
  }
  body.page-node-type-recipe article.recipe .content .container .row.similar .col-xs-12 {
    margin-bottom: 2rem;
  }
  body.page-node-type-recipe article.recipe .content .container .row.similar .field--name-field-similar-recipes .field--label {
    margin: 0;
  }
  body.page-node-type-recipe article.recipe .content .container .row.similar .field--name-field-similar-recipes > .field--items {
    flex-wrap: wrap;
  }
  body.page-node-type-recipe article.recipe .content .container .row.similar .field--name-field-similar-recipes > .field--items .field--item {
    flex-basis: 100%;
    margin-top: 2rem;
  }
  body.page-node-type-recipe article.recipe .content .container .row.similar .field--name-field-recipe-images {
    height: 16.5rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  body.page-node-type-recipe article.recipe .content .container .row.additional-images > div {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  body.page-node-type-recipe article.recipe .content .container .row.additional-images > div .field--name-field-recipe-additional-images {
    flex-wrap: wrap;
    height: auto;
    margin-top: 3.75rem;
  }
  body.page-node-type-recipe article.recipe .content .container .row.additional-images > div .field--name-field-recipe-additional-images .field--item {
    flex-basis: 100%;
    margin-bottom: 4rem;
  }
  body.page-node-type-recipe article.recipe .content .container .row.additional-images > div .field--name-field-recipe-additional-images .field--item .additional-image {
    height: auto;
  }
  body.page-node-type-recipe article.recipe .content .container .row.additional-images > div .field--name-field-recipe-additional-images .field--item .additional-image img {
    width: 100%;
    height: auto;
  }
  body.page-node-type-recipe article.recipe .content .container .row .header-images {
    height: 35rem;
    padding-left: 0;
    padding-right: 0;
  }
  body.page-node-type-recipe article.recipe .content .container .row .header-images .field--name-field-recipe-images .field--item {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.page-node-type-recipe article.recipe .content .container .row .header-images .field--name-field-recipe-images .field--item img {
    max-width: unset;
    width: auto;
    height: 35rem;
    top: initial;
    left: initial;
    transform: initial;
  }
  body.page-node-type-recipe article.recipe .content .container .row .title {
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #9B9B9B;
  }
  body.page-node-type-recipe article.recipe .content .container .row .title span {
    font-size: 4rem;
    line-height: 4.2rem;
  }
  body.page-node-type-recipe article.recipe .content .container .row .desc {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  body.page-node-type-recipe article.recipe .content .container .row .info > .row {
    text-align: center;
    margin: 1.5rem 0;
  }
  body.page-node-type-recipe article.recipe .content .container .row .info > .row .servings,
body.page-node-type-recipe article.recipe .content .container .row .info > .row .share {
    padding: 0;
  }
  body.page-node-type-recipe article.recipe .content .container .row .info > .row .share svg {
    max-height: 2rem;
  }
  body.page-node-type-recipe article.recipe .content .container .row .info .servings {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  body.page-node-type-article .region article.article {
    margin: 3rem auto;
  }
  body.page-node-type-article .region article.article span[property="schema:name"] {
    font-size: 3.8rem;
    line-height: 4rem;
  }
  body.page-node-type-article .region article.article .article-date {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  body.page-node-type-article .region article.article .field--name-field-content-inline-image img,
body.page-node-type-article .region article.article .field--name-field-feature-image img {
    width: calc(100% + 4rem);
    max-width: calc(100% + 4rem);
    margin-left: -2rem;
  }
  body.page-node-type-article .region article.article .field--name-body p {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  body.path-big-jobs .view-empty {
    font-size: 25px;
  }
  body.path-produce div.main-container > .row {
    margin-left: 0;
    margin-right: 0;
  }
  body.path-produce article.produce_header {
    background: transparent url(../img/header_banners/produce-banner_mobile.jpg) no-repeat center center;
    background-size: cover;
  }
  body.path-produce .produce_top.sub-nav {
    height: 9.5rem;
  }
  body.path-produce .produce_top .content ul {
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
  }
  body.path-produce .produce_top .content ul li {
    text-align: center;
    margin: 0.25rem 0.25rem;
  }
  body.path-produce .produce_top .content ul li a {
    font-size: 2.1rem;
    line-height: 3.1rem;
  }
  body.path-produce div.sku-image {
    z-index: 50;
  }
  body.path-produce div.sku-image a.close {
    top: 1%;
    right: 1%;
    width: 25px;
    height: 25px;
    border: solid 1px #0076a8;
    padding: 0.25rem 0.25rem 0.2rem 0.25rem;
    font-size: 17px;
  }
  body.path-search h2 {
    font-size: 3.4rem;
    line-height: 4.5rem;
  }
  body.path-search #search-block-form {
    display: block;
  }
  body.page-node-type-job-posting div.job-posting .application-form-container form {
    max-width: 100%;
    margin: 0;
  }

  body.page-node-type-video .video-container svg#grown-in-ab {
    display: none;
  }
  body.page-node-type-video .video-container .container {
    padding-left: 0;
    padding-right: 0;
  }
  body.page-node-type-video .video-container .container h2.video-title {
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 2.2rem;
  }
  body.page-node-type-video .video-container .container h2.video-title span {
    font-size: 4.5rem;
    line-height: 4.7rem;
  }
  body.page-node-type-video .video-container .container .field--name-field-video-embed {
    width: 100%;
    margin: 3rem 0 0 0;
    border: 0;
  }
  body.page-node-type-video .client-container {
    text-align: center;
  }
  body.page-node-type-video .client-container .container h3 {
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.8rem;
    line-height: 3.2rem;
    width: 66%;
    margin: 3rem auto 1rem auto;
  }
  body.page-node-type-video .client-container .container svg {
    width: 80%;
  }
  body.page-node-type-video .client-container .container .field--name-body {
    font-size: 1.8rem;
    line-height: 3rem;
    width: 80%;
    margin: 1.5rem auto 7.9rem auto;
  }
  body.page-node-type-video .client-container .container .additional-content {
    margin-bottom: 0;
  }
  body.page-node-type-video .client-container .container .additional-content h3 {
    font-family: fairwater-script, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4rem;
    line-height: 4.2rem;
    color: #0076a8;
  }
  body.page-node-type-video .client-container .container .additional-content .field--name-field-additional-content {
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  body.page-node-type-video .client-container .container .additional-content .field--name-field-additional-content > .field--item {
    flex-basis: 100%;
    margin: 0 0 6rem 0;
  }
  body.page-node-type-video .client-container .container .additional-content .field--name-field-additional-content > .field--item article .field--type-image {
    height: 17rem;
    overflow: hidden;
    position: relative;
  }
  body.page-node-type-video .client-container .container .additional-content .field--name-field-additional-content > .field--item article .field--type-image img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  body.page-node-type-video .client-container .container .additional-content .field--name-field-additional-content > .field--item article a {
    font-family: din-2014, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #000000;
    margin-top: 2.5rem;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  body.page-node-type-video .client-container .container .additional-content .field--name-field-additional-content > .field--item article a:hover {
    color: #0076a8;
  }
  body.page-node-type-video .client-container .container .additional-content .field--name-field-additional-content > .field--item article a span {
    display: inline-block;
    padding: 0 2rem;
  }
  body.page-node-type-video .client-container .container .additional-content .field--name-field-additional-content > .field--item article.article.blog, body.page-node-type-video .client-container .container .additional-content .field--name-field-additional-content > .field--item article.article.news, body.page-node-type-video .client-container .container .additional-content .field--name-field-additional-content > .field--item article.article.press {
    padding-left: 0;
    padding-right: 0;
  }
  body.page-node-type-video footer {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 320px) {
  header#navbar.sticky .logo-wrap {
    margin-top: 0.4rem;
    transform: scale(0.6);
    left: -6.5rem;
  }

  .big_news_top .content ul {
    width: 80%;
  }
  .big_news_top .content ul li a {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  body.path-produce article.produce_header {
    background: transparent url(../img/header_banners/produce_banner.jpg) no-repeat 55% 0rem;
    background-size: cover;
    height: 24rem;
    min-height: 24rem;
  }
  body.path-produce .produce_top .content ul li a {
    font-size: 1.7rem;
  }

  div.main-container .view-recipe-grid .view-content .item-list ul li .views-field-field-recipe-thumbnail {
    height: 14rem;
  }
  div.main-container #block-views-block-homepage-flexslider-block-1 .flexslider ul.slides li.big-recipes .views-field.views-field-title {
    top: -19%;
    left: 39%;
  }
  div.main-container #block-views-block-homepage-flexslider-block-1 .flexslider ul.slides li.big-recipes .views-field.views-field-field-content-cta {
    left: 40.5%;
  }
  div.main-container #block-views-block-always-growing-flexslider-block-1 .view-always-growing-flexslider .view-content .item-list ul li article .content .field--name-field-content-title {
    font-size: 3rem;
  }
  div.main-container article.home_albertas_largest_greenhouse .content .field--name-field-header-title {
    width: 81%;
    transform: translate(-50%, -228%);
  }
  div.main-container article.always_growing_header, div.main-container article.alberta_grown_header, div.main-container article.produce_header, div.main-container article.big_news_header, div.main-container article.find_us_header {
    height: 17rem;
    min-height: 17rem;
    background-size: cover;
  }
  div.main-container article.always_growing_header .content .field--name-field-header-title, div.main-container article.alberta_grown_header .content .field--name-field-header-title, div.main-container article.produce_header .content .field--name-field-header-title, div.main-container article.big_news_header .content .field--name-field-header-title, div.main-container article.find_us_header .content .field--name-field-header-title {
    font-size: 4rem;
    line-height: 5rem;
    transform: translate(-50%, -210%);
    text-align: center;
  }
  div.main-container article.alberta_grown_header .content .field--name-field-header-title {
    transform: translate(-50%, -70%);
  }
  div.main-container article.alberta_grown_header .content .field--name-field-page-header-extra {
    transform: translate(70%, 70%);
  }
  div.main-container article.recipes {
    height: 17rem;
    min-height: 17rem;
    background-size: cover;
  }
  div.main-container article.recipes .content .field--name-field-header-title {
    font-size: 4rem;
    line-height: 5rem;
  }
  div.main-container article.big_jobs_header {
    height: 17rem;
    min-height: 17rem;
    background-size: cover;
  }
  div.main-container article.big_jobs_header .content p {
    font-size: 4rem;
    line-height: 5rem;
    transform: translate(-50%, -50%);
  }
  div.main-container article.always_growing_smh .content .field--name-field-content-title {
    font-size: 4.1rem;
    line-height: 4.1rem;
  }
  div.main-container article.always_growing_smh .content .field--name-field-content-body {
    margin-top: 15rem;
  }
  div.main-container article.always_growing_ls .content {
    margin-bottom: 0;
  }
  div.main-container article.always_growing_ls .content .field--name-field-content-title {
    font-size: 3.6rem;
  }
  div.main-container article.always_growing_ls .content .field--name-field-content-body p {
    margin-bottom: 5rem;
  }
  div.main-container article.always_growing_greenhouse .content .field--name-field-content-body p {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  div.main-container article.alberta_grown_header .content .field--name-field-header-title {
    font-size: 4rem;
  }
  div.main-container article.alberta_grown_top .content .field--name-field-content-sub-title {
    font-size: 2.5rem;
    line-height: 3.6rem;
  }
  div.main-container article.alberta_grown_our_culture .content .field--name-field-content-title {
    font-size: 4.2rem;
  }
  div.main-container article.alberta_grown_our_friends .content .field--name-field-content-title {
    font-size: 4.2rem;
  }
  div.main-container article.alberta_grown_our_founder .content .field--name-field-content-title {
    font-size: 4.1rem;
  }
  div.main-container article.alberta_grown_grow_with_us .content .field--name-field-content-title {
    font-size: 3.8rem;
  }
  div.main-container article.find_us_contact_form .content #block-webform h2 {
    font-size: 4rem;
    line-height: 5.5rem;
  }
  div.main-container article.find_us_contact_form .content #block-webform form .captcha {
    transform: scale(0.7);
    margin: 0 0 0 -4.5rem;
  }
  div.main-container article.find_us_tours .content .field--name-field-content-title {
    font-size: 4rem;
    line-height: 5.5rem;
  }
  div.main-container article.page-header.recipes {
    background: transparent url(../img/header_banners/recipes-header.jpg) no-repeat 48% center;
    background-size: cover;
  }
  div.main-container article.page-header.recipes .field--name-field-content-sub-title .field--item {
    font-size: 2rem;
    line-height: 2.2rem;
    top: 29%;
    left: 39.5%;
    width: 49%;
  }
}
/* Landscape Orientations */
/* Large Mobile Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 810px) and (orientation: landscape) {
  header#navbar.sticky .header-margin-container .navbar-collapse #block-bmf-bright-main-menu ul.navbar-nav > li > a {
    font-size: 1.8rem;
    padding: 1rem 0 1rem 0.5rem;
  }

  body.path-frontpage div.main-container .view-recipe-grid .view-content .item-list ul li {
    flex-basis: 100%;
    width: 100%;
  }
  body.path-frontpage div.main-container .view-recipe-grid .view-content .item-list ul li .views-field-field-recipe-thumbnail {
    height: 11rem;
  }
  body.path-frontpage div.main-container .view-recipe-grid .view-content .item-list ul li .views-field-title a {
    font-size: 1.5rem;
  }

  div.main-container .view-recipe-grid .view-content .item-list ul li {
    flex-basis: 30%;
    width: 30%;
  }
  div.main-container .view-recipe-grid .view-content .item-list ul li .views-field-field-recipe-thumbnail {
    height: 11rem;
  }
  div.main-container .view-recipe-grid .view-content .item-list ul li .views-field-title a {
    font-size: 1.5rem;
  }
}
@media only screen and (min-device-height: 750px) and (max-device-height: 812px) and (orientation: landscape) {
  body.path-frontpage div.main-container article.home_lets_talk_local svg#grown_in_ab {
    bottom: -15rem;
  }
  body.path-frontpage div.main-container article.home_lets_talk_local svg#redhat_logo {
    bottom: -13rem;
  }
}
/* Small Mobile Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  header#navbar.sticky .header-margin-container .navbar-collapse #block-bmf-bright-main-menu ul.navbar-nav > li > a {
    font-size: 1.4rem;
    padding: 0.5rem 0 0.5rem 0.25rem;
  }

  div.main-container .view-recipe-grid .view-content .item-list ul li {
    flex-basis: 30%;
    width: 30%;
  }
  div.main-container .view-recipe-grid .view-content .item-list ul li .views-field-field-recipe-thumbnail {
    height: 8rem;
  }
  div.main-container .view-recipe-grid .view-content .item-list ul li .views-field-title a {
    font-size: 1.5rem;
  }
}
/* End Landscape Orientations */
/* End Media Breakpoints */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  header#navbar {
    max-width: inherit !important;
  }
  header#navbar .logo-wrap a .inner svg {
    bottom: -6rem;
  }
  header .header-margin-container .search-block-form form .input-group .form-control {
    box-shadow: inherit !important;
  }

  article.always_growing_greenhouse {
    overflow: hidden;
  }

  #block-views-block-homepage-flexslider-block-1 ul.slides li .views-field.views-field-field-background-image {
    max-width: inherit !important;
  }
}
@media print {
  body {
    padding-top: 15rem;
  }

  header.navbar,
footer {
    display: none;
  }

  body.page-node-type-recipe article.recipe .content {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  body.page-node-type-recipe article.recipe .content .container .print-logo-stamp {
    width: 10rem;
    height: 10rem;
    position: absolute;
    display: block;
    top: -15rem;
    right: 3rem;
  }
  body.page-node-type-recipe article.recipe .content .container .print-logo-stamp img {
    width: 100%;
    height: auto;
  }
  body.page-node-type-recipe article.recipe .content .container .row.similar {
    display: none;
  }
  body.page-node-type-recipe article.recipe .content .container .row .header-images {
    display: none;
  }
  body.page-node-type-recipe article.recipe .content .container .row.additional-images {
    display: none;
  }
  body.page-node-type-recipe article.recipe .content .container .row .info .servings {
    text-align: left;
  }
  body.page-node-type-recipe article.recipe .content .container .row .info .share {
    display: none;
  }
  body.page-node-type-recipe article.recipe .content .container .row .title span {
    font-size: 4rem;
    line-height: 4rem;
  }
}

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