@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:
 * ./natrel/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
/**
 * Colours
 *
 */
/*
 * Fonts
 *
 */
/*! 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: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline 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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
          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;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/Glyphicons/glyphicons-halflings-regular.eot");
  src: url("../fonts/Glyphicons/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Glyphicons/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/Glyphicons/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/Glyphicons/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/Glyphicons/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: 400;
  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;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-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;
  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;
  padding: 0;
  margin: -1px;
  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: 400;
  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 {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.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: #4d9343;
}

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

.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: #4d9343;
}

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

.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-right: 5px;
  padding-left: 5px;
}

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.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;
}

.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;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.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;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  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;
}

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

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 > 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 {
  min-height: 0.01%;
  overflow-x: auto;
}
@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 {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 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: 700;
}

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

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
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;
}

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;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  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, -webkit-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 {
  background-color: transparent;
  border: 0;
}
.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;
}

@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.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

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

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

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

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.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-right: 0;
  padding-left: 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;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.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;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.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;
  background-color: #f2dede;
  border-color: #a94442;
}
.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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.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;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  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 {
  background-image: none;
  outline: 0;
  -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;
  filter: alpha(opacity=65);
  opacity: 0.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;
  background-image: none;
  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.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;
  background-image: none;
  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.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;
  background-image: none;
  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.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;
  background-image: none;
  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.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;
  background-image: none;
  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.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;
  background-image: none;
  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.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 {
  font-weight: 400;
  color: #337ab7;
  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;
  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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  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);
}
.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: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

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

.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;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

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

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

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

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

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.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 {
  display: table;
  content: " ";
}
.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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 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 {
  display: table;
  content: " ";
}
.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-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-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-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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-right: 0;
  padding-left: 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: 400;
  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-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.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;
  cursor: not-allowed;
  background-color: transparent;
}
.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;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.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 {
  margin-bottom: 5px;
  text-align: center;
}
.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-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            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-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.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;
  }
}
@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;
}

.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-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.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;
  padding: 9px 10px;
  margin-right: 15px;
  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;
    -webkit-box-shadow: none;
            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 {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -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;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-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-right: 15px;
    margin-left: 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-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@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-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-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-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}
@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-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-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 {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.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;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.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 > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.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;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.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-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-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-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.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;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  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;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 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;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.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 {
  right: 5px;
  bottom: 0;
  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;
}

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

.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 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

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

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

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  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;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  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;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  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: 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: 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: 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 {
  overflow: hidden;
  zoom: 1;
}

.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 {
  padding-left: 0;
  margin-bottom: 20px;
}

.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-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.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;
}

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 {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

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

.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 {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-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-left-radius: 3px;
  border-top-right-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-left-radius: 0;
  border-top-right-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-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-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-right-radius: 3px;
  border-bottom-left-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 {
  margin-bottom: 0;
  border: 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;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 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;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-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;
  background-clip: padding-box;
  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);
  outline: 0;
}

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

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.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 {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.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;
  }
}
.wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 2000px;
  margin: 0 auto;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
          flex-basis: auto;
}

.col-xs-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 8.3333333333%;
  -webkit-flex-basis: 8.3333333333%;
          flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xs-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 16.6666666667%;
  -webkit-flex-basis: 16.6666666667%;
          flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-xs-3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
          flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 33.3333333333%;
  -webkit-flex-basis: 33.3333333333%;
          flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xs-5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 41.6666666667%;
  -webkit-flex-basis: 41.6666666667%;
          flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-xs-6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 58.3333333333%;
  -webkit-flex-basis: 58.3333333333%;
          flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xs-8 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 66.6666666667%;
  -webkit-flex-basis: 66.6666666667%;
          flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-xs-9 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
          flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 83.3333333333%;
  -webkit-flex-basis: 83.3333333333%;
          flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xs-11 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 91.6666666667%;
  -webkit-flex-basis: 91.6666666667%;
          flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-xs-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 25%;
}

.col-xs-offset-4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 50%;
}

.col-xs-offset-7 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 75%;
}

.col-xs-offset-10 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 100%;
}

.col-xs {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  max-width: 100%;
}

.start-xs {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.first-xs {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.last-xs {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (min-width: 480px) {
  .container {
    max-width: calc(480px - 1rem);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .col-xs {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: auto;
    -webkit-flex-basis: auto;
            flex-basis: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    max-width: 100%;
  }
  .col-xs-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 8.3333333333%;
    -webkit-flex-basis: 8.3333333333%;
            flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 16.6666666667%;
    -webkit-flex-basis: 16.6666666667%;
            flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 33.3333333333%;
    -webkit-flex-basis: 33.3333333333%;
            flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 41.6666666667%;
    -webkit-flex-basis: 41.6666666667%;
            flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 58.3333333333%;
    -webkit-flex-basis: 58.3333333333%;
            flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 66.6666666667%;
    -webkit-flex-basis: 66.6666666667%;
            flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 83.3333333333%;
    -webkit-flex-basis: 83.3333333333%;
            flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 91.6666666667%;
    -webkit-flex-basis: 91.6666666667%;
            flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .col-xs-offset-0 {
    margin-left: 0;
  }
  .col-xs-offset-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.3333333333%;
  }
  .col-xs-offset-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.6666666667%;
  }
  .col-xs-offset-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.3333333333%;
  }
  .col-xs-offset-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.6666666667%;
  }
  .col-xs-offset-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.3333333333%;
  }
  .col-xs-offset-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.6666666667%;
  }
  .col-xs-offset-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.3333333333%;
  }
  .col-xs-offset-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.6666666667%;
  }
  .col-xs-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%;
  }
  .start-xs {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-xs {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-xs {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-xs {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-xs {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-xs {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-xs {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-xs {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-xs {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-xs {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: calc(768px - 1rem);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .col-sm {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: auto;
    -webkit-flex-basis: auto;
            flex-basis: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 8.3333333333%;
    -webkit-flex-basis: 8.3333333333%;
            flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 16.6666666667%;
    -webkit-flex-basis: 16.6666666667%;
            flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 33.3333333333%;
    -webkit-flex-basis: 33.3333333333%;
            flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 41.6666666667%;
    -webkit-flex-basis: 41.6666666667%;
            flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 58.3333333333%;
    -webkit-flex-basis: 58.3333333333%;
            flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 66.6666666667%;
    -webkit-flex-basis: 66.6666666667%;
            flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 83.3333333333%;
    -webkit-flex-basis: 83.3333333333%;
            flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 91.6666666667%;
    -webkit-flex-basis: 91.6666666667%;
            flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2, body.path-user > #page > .main-container .user-login-form {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%;
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-sm {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: calc(992px - 1rem);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .col-md {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: auto;
    -webkit-flex-basis: auto;
            flex-basis: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 8.3333333333%;
    -webkit-flex-basis: 8.3333333333%;
            flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 16.6666666667%;
    -webkit-flex-basis: 16.6666666667%;
            flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 33.3333333333%;
    -webkit-flex-basis: 33.3333333333%;
            flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 41.6666666667%;
    -webkit-flex-basis: 41.6666666667%;
            flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 58.3333333333%;
    -webkit-flex-basis: 58.3333333333%;
            flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 66.6666666667%;
    -webkit-flex-basis: 66.6666666667%;
            flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 83.3333333333%;
    -webkit-flex-basis: 83.3333333333%;
            flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 91.6666666667%;
    -webkit-flex-basis: 91.6666666667%;
            flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1, body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page > .view-content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%;
  }
  .col-md-offset-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%;
  }
  .col-md-offset-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%;
  }
  .col-md-offset-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%;
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-md {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-md {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: calc(1200px - 1rem);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .col-lg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: auto;
    -webkit-flex-basis: auto;
            flex-basis: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 8.3333333333%;
    -webkit-flex-basis: 8.3333333333%;
            flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 16.6666666667%;
    -webkit-flex-basis: 16.6666666667%;
            flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 33.3333333333%;
    -webkit-flex-basis: 33.3333333333%;
            flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 41.6666666667%;
    -webkit-flex-basis: 41.6666666667%;
            flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 58.3333333333%;
    -webkit-flex-basis: 58.3333333333%;
            flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 66.6666666667%;
    -webkit-flex-basis: 66.6666666667%;
            flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 83.3333333333%;
    -webkit-flex-basis: 83.3333333333%;
            flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 91.6666666667%;
    -webkit-flex-basis: 91.6666666667%;
            flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%;
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-lg {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1920px) {
  .container {
    max-width: calc(1920px - 1rem);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .col-xl {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: auto;
    -webkit-flex-basis: auto;
            flex-basis: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 8.3333333333%;
    -webkit-flex-basis: 8.3333333333%;
            flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 16.6666666667%;
    -webkit-flex-basis: 16.6666666667%;
            flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 33.3333333333%;
    -webkit-flex-basis: 33.3333333333%;
            flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 41.6666666667%;
    -webkit-flex-basis: 41.6666666667%;
            flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 58.3333333333%;
    -webkit-flex-basis: 58.3333333333%;
            flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 66.6666666667%;
    -webkit-flex-basis: 66.6666666667%;
            flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 83.3333333333%;
    -webkit-flex-basis: 83.3333333333%;
            flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 91.6666666667%;
    -webkit-flex-basis: 91.6666666667%;
            flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-offset-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.3333333333%;
  }
  .col-xl-offset-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.6666666667%;
  }
  .col-xl-offset-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.3333333333%;
  }
  .col-xl-offset-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.6666666667%;
  }
  .col-xl-offset-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.3333333333%;
  }
  .col-xl-offset-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.6666666667%;
  }
  .col-xl-offset-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.3333333333%;
  }
  .col-xl-offset-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.6666666667%;
  }
  .col-xl-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%;
  }
  .start-xl {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-xl {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-xl {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-xl {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-xl {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-xl {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-xl {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-xl {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-xl {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-xl {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
/*
 * Global styles (typography, classes, mixins)
 *
 */
@-webkit-keyframes wave {
  to {
    margin-left: -1600px;
  }
}
@keyframes wave {
  to {
    margin-left: -1600px;
  }
}
.affix {
  position: fixed;
  top: 50px;
}

.affix-top {
  position: absolute;
  top: 50px;
}

.affix-bottom {
  position: absolute;
}

body {
  color: #0A0A0A;
  background-color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 400;
  position: relative;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-title,
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers > .view-content .views-row .field--name-field-question,
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page > .view-content .views-row .field--name-field-question,
body .view-products-category .key-facts-category-page .field--name-field-attributes-heading,
.view-products-category .key-facts-category-page body .field--name-field-attributes-heading,
body.page-node-type-product-old article.product > .content #product-group-availability .field--name-field-product-availability > .field--label,
body.page-node-type-product-old article.product > .content #product-group-keyfacts .field--name-field-product-attribute > .field--label,
body.page-node-type-product-old article.product > .content #product-group-nutrition .field--name-field-product-ingredients > .field--label,
body.path-taxonomy-regional_product_category .view-product-category .view-footer .field--name-field-rp-attribute-header,
body.page-node-type-recipe article.recipe > .content #recipe-group-right .field--name-preparation .field--name-field-heading,
body.page-node-type-recipe article.recipe > .content #recipe-group-left .field--name-ingredients .field--name-field-heading,
body.page-node-type-recipe article.recipe > .content #recipe-group-left .field--name-ingredients > .field--label {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
body h1 {
  font-size: 6rem;
  line-height: 7rem;
}
body h2,
body .view-products-category .key-facts-category-page .field--name-field-attributes-heading,
.view-products-category .key-facts-category-page body .field--name-field-attributes-heading,
body .view-homepage-product-categories.view-display-id-block_2 .view-footer h3,
.view-homepage-product-categories.view-display-id-block_2 .view-footer body h3,
body #block-exposedformproduct-availability-product-categorypage-1 .form--inline > .form-item .select-wrapper .selectize-control .selectize-input,
#block-exposedformproduct-availability-product-categorypage-1 .form--inline > .form-item .select-wrapper .selectize-control body .selectize-input,
body.page-node-type-product-old article.product > .content #product-group-keyfacts .field--name-field-product-attribute > .field--label,
body.page-node-type-product-old article.product > .content #product-group-nutrition .field--name-field-product-ingredients > .field--label,
body.path-taxonomy-regional_product_category .view-product-category .view-footer .field--name-field-rp-attribute-header {
  font-size: 5rem;
  line-height: 6rem;
}
body h3,
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper .selectize-control .selectize-input,
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper select,
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper .selectize-control .selectize-input,
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper select,
body #block-exposedformproduct-availability-product-categorypage-1 .form--inline > .form-item .select-wrapper select,
#block-exposedformproduct-availability-product-categorypage-1 .form--inline > .form-item .select-wrapper body select,
body.page-node-type-product-old article.product > .content #product-group-availability .field--name-field-product-availability > .field--label,
body.path-product-finder .view-product-category > .view-filters .form--inline > .form-item .select-wrapper .selectize-control .selectize-input,
body.path-product-finder .view-product-category > .view-filters .form--inline > .form-item .select-wrapper select,
body.page-node-type-recipe article.recipe > .content #recipe-group-right .field--name-preparation .field--name-field-heading,
body.page-node-type-recipe article.recipe > .content #recipe-group-left .field--name-ingredients > .field--label,
body > #page > .main-container .region-header.region-header-moment .moment-clock {
  font-size: 4rem;
  line-height: 4rem;
}
body h4,
body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-title,
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers > .view-content .views-row .field--name-field-question,
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page > .view-content .views-row .field--name-field-question,
body.page-node-type-product-old article.product > .content #product-group-nutrition .field--name-field-nutrition-facts h1,
body .view-recipes-all > .view-filters .form-item .select-wrapper .selectize-control .selectize-input,
.view-recipes-all > .view-filters .form-item .select-wrapper .selectize-control body .selectize-input,
body .view-recipes-category > .view-filters .form-item .select-wrapper .selectize-control .selectize-input,
.view-recipes-category > .view-filters .form-item .select-wrapper .selectize-control body .selectize-input,
body .view-recipes-all > .view-filters .form-item .select-wrapper select,
.view-recipes-all > .view-filters .form-item .select-wrapper body select,
body .view-recipes-category > .view-filters .form-item .select-wrapper select,
.view-recipes-category > .view-filters .form-item .select-wrapper body select,
body.page-node-type-recipe article.recipe > .content #recipe-group-left .field--name-ingredients .field--name-field-heading {
  font-size: 2.8rem;
  line-height: 3rem;
}
body h5,
body.path-taxonomy-regional_product_category .view-product-category .view-footer .field--name-field-legal-text,
body .view-recipes-all > .view-filters .form-actions .form-submit,
.view-recipes-all > .view-filters .form-actions body .form-submit,
body .view-recipes-category > .view-filters .form-actions .form-submit,
.view-recipes-category > .view-filters .form-actions body .form-submit,
body .view-recipes-all > .view-filters .form-item.checkbox label,
.view-recipes-all > .view-filters .form-item.checkbox body label,
body .view-recipes-category > .view-filters .form-item.checkbox label,
.view-recipes-category > .view-filters .form-item.checkbox body label {
  font-size: 2rem;
  line-height: 2.4rem;
}
body blockquote {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
body img {
  border-radius: 0px;
}
body.path-taxonomy-product_category #product-category-description .field--name-description, body.page-node-type-recipe article.recipe > .content #recipe-group-center .field--name-field-description {
  -webkit-font-smoothing: antialiased;
}
body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content, body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products, body.path-search .view-display-id-block_other_search .view-content,
body.path-recherche .view-display-id-block_other_search .view-content, body.path-search .view-display-id-block_other_search,
body.path-recherche .view-display-id-block_other_search, body.path-search .view-display-id-block_recipe_search .view-content .views-infinite-scroll-content-wrapper,
body.path-recherche .view-display-id-block_recipe_search .view-content .views-infinite-scroll-content-wrapper, body.path-search .view-display-id-block_recipe_search .view-content,
body.path-recherche .view-display-id-block_recipe_search .view-content, body.path-search .view-display-id-block_recipe_search,
body.path-recherche .view-display-id-block_recipe_search, body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row, body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .field--name-field-paragraphs,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .field--name-field-paragraphs,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .field--name-field-paragraphs,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .field--name-field-paragraphs, body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content,
body.page-node-type-event > #page > .main-container .region-content > article > div.content,
body.page-node-type-news > #page > .main-container .region-content > article > div.content,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content, body #block-natrel-main-menu ul.navbar-nav, body.path-taxonomy-product_category #block-views-block-regional-brand-products-block .view-content .views-infinite-scroll-content-wrapper, body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content, body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products, body.path-taxonomy-product_category .view-products-category > .view-content .views-infinite-scroll-content-wrapper,
body.page-node-type-product-old .view-products-related-products > .view-content .views-infinite-scroll-content-wrapper,
body.page-node-type-product-old .view-products-you-may-like > .view-content .views-infinite-scroll-content-wrapper,
body.path-product-finder .view-product-availability-product-category-old > .view-content .views-infinite-scroll-content-wrapper,
body.page-node-type-page-landing .view-products-category > .view-content .views-infinite-scroll-content-wrapper, body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products > .view-content, body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products, body .related-recipes-block > .view-content, body .related-recipes-block, body .view-products-you-may-like > .view-content .views-infinite-scroll-content-wrapper, .view-products-you-may-like > .view-content body .views-infinite-scroll-content-wrapper,
body .view-product-category > .view-content .views-infinite-scroll-content-wrapper,
.view-product-category > .view-content body .views-infinite-scroll-content-wrapper, body .view-recipes-all > .view-content .views-infinite-scroll-content-wrapper, .view-recipes-all > .view-content body .views-infinite-scroll-content-wrapper,
body .view-recipes-category > .view-content .views-infinite-scroll-content-wrapper,
.view-recipes-category > .view-content body .views-infinite-scroll-content-wrapper, body .view-recipes-all > .view-content,
body .view-recipes-category > .view-content, body .view-recipes-all > .view-header,
body .view-recipes-category > .view-header, body .view-recipes-all > .view-filters > .views-exposed-form,
body .view-recipes-all > .view-filters > .views-exposed-form > .form--inline,
body .view-recipes-category > .view-filters > .views-exposed-form,
body .view-recipes-category > .view-filters > .views-exposed-form > .form--inline, body .view-recipes-all > .view-filters,
body .view-recipes-category > .view-filters, body .view-recipes-all,
body .view-recipes-category, body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 .view-related-recipes > .view-content, body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 .view-related-recipes, body.page-node-type-recipe article.recipe > .content #recipe-group-quickinfo, body.page-node-type-recipe article.recipe > .content #recipe-group-left .field--name-ingredients .field--name-field-prg-ingredient-item .paragraph--type--prg-ingredient-item, body.page-node-type-recipe article.recipe > .content, #block-natrel-main-menu body ul.navbar-nav {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
body .btn-link {
  padding-left: 0;
}
body .btn-natrel,
body.path-search ul.pager li a,
body.path-recherche ul.pager li a,
body.path-search .view-display-id-block_recipe_search > ul.pager li a,
body.path-recherche .view-display-id-block_recipe_search > ul.pager li a,
body .view-homepage-product .view-content .views-row .group-1 .btn-natrel-gooey-wrapper a,
.view-homepage-product .view-content .views-row .group-1 .btn-natrel-gooey-wrapper body a,
body .view-homepage-product .view-content .views-row .group-3 .btn-natrel-gooey-wrapper a,
.view-homepage-product .view-content .views-row .group-3 .btn-natrel-gooey-wrapper body a,
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block > ul.pager li a,
body.path-taxonomy-product_category .view-products-category > ul.pager li a,
body.page-node-type-product-old .view-products-related-products > ul.pager li a,
body.page-node-type-product-old .view-products-you-may-like > ul.pager li a,
body.path-product-finder .view-product-availability-product-category-old > ul.pager li a,
body.page-node-type-page-landing .view-products-category > ul.pager li a,
body .product-header-block .view-content .views-row .views-field-products ul li > div.product-active > div,
.product-header-block .view-content .views-row .views-field-products ul body li > div.product-active > div,
body .view-products-you-may-like > ul.pager li a,
.view-products-you-may-like > ul.pager li body a,
body .view-product-category > ul.pager li a,
.view-product-category > ul.pager li body a,
body .view-recipes-all > ul.pager li a,
.view-recipes-all > ul.pager li body a,
body .view-recipes-category > ul.pager li a,
.view-recipes-category > ul.pager li body a {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.08em;
  padding: 0.8em 3em 0.6em;
  border-radius: 5em;
  text-decoration: none;
}
body .btn-natrel.btn-natrel-contrast,
body.path-search ul.pager li a.btn-natrel-contrast,
body.path-recherche ul.pager li a.btn-natrel-contrast,
body .view-homepage-product .view-content .views-row .group-1 .btn-natrel-gooey-wrapper a.btn-natrel-contrast,
.view-homepage-product .view-content .views-row .group-1 .btn-natrel-gooey-wrapper body a.btn-natrel-contrast,
body .view-homepage-product .view-content .views-row .group-3 .btn-natrel-gooey-wrapper a.btn-natrel-contrast,
.view-homepage-product .view-content .views-row .group-3 .btn-natrel-gooey-wrapper body a.btn-natrel-contrast,
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block > ul.pager li a.btn-natrel-contrast,
body.path-taxonomy-product_category .view-products-category > ul.pager li a.btn-natrel-contrast,
body.page-node-type-product-old .view-products-related-products > ul.pager li a.btn-natrel-contrast,
body.page-node-type-product-old .view-products-you-may-like > ul.pager li a.btn-natrel-contrast,
body.path-product-finder .view-product-availability-product-category-old > ul.pager li a.btn-natrel-contrast,
body.page-node-type-page-landing .view-products-category > ul.pager li a.btn-natrel-contrast,
body .product-header-block .view-content .views-row .views-field-products ul li > div.product-active > div.btn-natrel-contrast,
.product-header-block .view-content .views-row .views-field-products ul body li > div.product-active > div.btn-natrel-contrast,
body .view-products-you-may-like > ul.pager li a.btn-natrel-contrast,
.view-products-you-may-like > ul.pager li body a.btn-natrel-contrast,
body .view-product-category > ul.pager li a.btn-natrel-contrast,
.view-product-category > ul.pager li body a.btn-natrel-contrast,
body .view-recipes-all > ul.pager li a.btn-natrel-contrast,
.view-recipes-all > ul.pager li body a.btn-natrel-contrast,
body .view-recipes-category > ul.pager li a.btn-natrel-contrast,
.view-recipes-category > ul.pager li body a.btn-natrel-contrast {
  background-color: #59aa4d;
}
body .btn-natrel.btn-natrel-contrast:focus, body .btn-natrel.btn-natrel-contrast:hover,
body.path-search ul.pager li a.btn-natrel-contrast:focus,
body.path-recherche ul.pager li a.btn-natrel-contrast:focus,
body .view-homepage-product .view-content .views-row .group-1 .btn-natrel-gooey-wrapper a.btn-natrel-contrast:focus,
.view-homepage-product .view-content .views-row .group-1 .btn-natrel-gooey-wrapper body a.btn-natrel-contrast:focus,
body .view-homepage-product .view-content .views-row .group-3 .btn-natrel-gooey-wrapper a.btn-natrel-contrast:focus,
.view-homepage-product .view-content .views-row .group-3 .btn-natrel-gooey-wrapper body a.btn-natrel-contrast:focus,
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block > ul.pager li a.btn-natrel-contrast:focus,
body.path-taxonomy-product_category .view-products-category > ul.pager li a.btn-natrel-contrast:focus,
body.page-node-type-product-old .view-products-related-products > ul.pager li a.btn-natrel-contrast:focus,
body.path-product-finder .view-product-availability-product-category-old > ul.pager li a.btn-natrel-contrast:focus,
body.page-node-type-page-landing .view-products-category > ul.pager li a.btn-natrel-contrast:focus,
body .product-header-block .view-content .views-row .views-field-products ul li > div.product-active > div.btn-natrel-contrast:focus,
.product-header-block .view-content .views-row .views-field-products ul body li > div.product-active > div.btn-natrel-contrast:focus,
body .view-products-you-may-like > ul.pager li a.btn-natrel-contrast:focus,
.view-products-you-may-like > ul.pager li body a.btn-natrel-contrast:focus,
body .view-product-category > ul.pager li a.btn-natrel-contrast:focus,
.view-product-category > ul.pager li body a.btn-natrel-contrast:focus,
body .view-recipes-all > ul.pager li a.btn-natrel-contrast:focus,
.view-recipes-all > ul.pager li body a.btn-natrel-contrast:focus,
body .view-recipes-category > ul.pager li a.btn-natrel-contrast:focus,
.view-recipes-category > ul.pager li body a.btn-natrel-contrast:focus,
body.path-search ul.pager li a.btn-natrel-contrast:hover,
body.path-recherche ul.pager li a.btn-natrel-contrast:hover,
body .view-homepage-product .view-content .views-row .group-1 .btn-natrel-gooey-wrapper a.btn-natrel-contrast:hover,
.view-homepage-product .view-content .views-row .group-1 .btn-natrel-gooey-wrapper body a.btn-natrel-contrast:hover,
body .view-homepage-product .view-content .views-row .group-3 .btn-natrel-gooey-wrapper a.btn-natrel-contrast:hover,
.view-homepage-product .view-content .views-row .group-3 .btn-natrel-gooey-wrapper body a.btn-natrel-contrast:hover,
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block > ul.pager li a.btn-natrel-contrast:hover,
body.path-taxonomy-product_category .view-products-category > ul.pager li a.btn-natrel-contrast:hover,
body.page-node-type-product-old .view-products-related-products > ul.pager li a.btn-natrel-contrast:hover,
body.path-product-finder .view-product-availability-product-category-old > ul.pager li a.btn-natrel-contrast:hover,
body.page-node-type-page-landing .view-products-category > ul.pager li a.btn-natrel-contrast:hover,
body .product-header-block .view-content .views-row .views-field-products ul li > div.product-active > div.btn-natrel-contrast:hover,
.product-header-block .view-content .views-row .views-field-products ul body li > div.product-active > div.btn-natrel-contrast:hover,
body .view-products-you-may-like > ul.pager li a.btn-natrel-contrast:hover,
.view-products-you-may-like > ul.pager li body a.btn-natrel-contrast:hover,
body .view-product-category > ul.pager li a.btn-natrel-contrast:hover,
.view-product-category > ul.pager li body a.btn-natrel-contrast:hover,
body .view-recipes-all > ul.pager li a.btn-natrel-contrast:hover,
.view-recipes-all > ul.pager li body a.btn-natrel-contrast:hover,
body .view-recipes-category > ul.pager li a.btn-natrel-contrast:hover,
.view-recipes-category > ul.pager li body a.btn-natrel-contrast:hover {
  background-color: #47873d;
}
body .btn-natrel.btn-natrel-with-arrow,
body.path-search ul.pager li a.btn-natrel-with-arrow,
body.path-recherche ul.pager li a.btn-natrel-with-arrow,
body .view-homepage-product .view-content .views-row .group-1 .btn-natrel-gooey-wrapper a.btn-natrel-with-arrow,
.view-homepage-product .view-content .views-row .group-1 .btn-natrel-gooey-wrapper body a.btn-natrel-with-arrow,
body .view-homepage-product .view-content .views-row .group-3 .btn-natrel-gooey-wrapper a.btn-natrel-with-arrow,
.view-homepage-product .view-content .views-row .group-3 .btn-natrel-gooey-wrapper body a.btn-natrel-with-arrow,
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block > ul.pager li a.btn-natrel-with-arrow,
body.path-taxonomy-product_category .view-products-category > ul.pager li a.btn-natrel-with-arrow,
body.page-node-type-product-old .view-products-related-products > ul.pager li a.btn-natrel-with-arrow,
body.page-node-type-product-old .view-products-you-may-like > ul.pager li a.btn-natrel-with-arrow,
body.path-product-finder .view-product-availability-product-category-old > ul.pager li a.btn-natrel-with-arrow,
body.page-node-type-page-landing .view-products-category > ul.pager li a.btn-natrel-with-arrow,
body .product-header-block .view-content .views-row .views-field-products ul li > div.product-active > div.btn-natrel-with-arrow,
.product-header-block .view-content .views-row .views-field-products ul body li > div.product-active > div.btn-natrel-with-arrow,
body .view-products-you-may-like > ul.pager li a.btn-natrel-with-arrow,
.view-products-you-may-like > ul.pager li body a.btn-natrel-with-arrow,
body .view-product-category > ul.pager li a.btn-natrel-with-arrow,
.view-product-category > ul.pager li body a.btn-natrel-with-arrow,
body .view-recipes-all > ul.pager li a.btn-natrel-with-arrow,
.view-recipes-all > ul.pager li body a.btn-natrel-with-arrow,
body .view-recipes-category > ul.pager li a.btn-natrel-with-arrow,
.view-recipes-category > ul.pager li body a.btn-natrel-with-arrow {
  top: 2px;
  font-weight: 600;
  font-size: 0.65em;
  padding: 0;
  border-radius: 0;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  body .btn-natrel,
body.path-search ul.pager li a,
body.path-recherche ul.pager li a,
body.path-search .view-display-id-block_recipe_search > ul.pager li a,
body.path-recherche .view-display-id-block_recipe_search > ul.pager li a,
body .view-homepage-product .view-content .views-row .group-1 .btn-natrel-gooey-wrapper a,
.view-homepage-product .view-content .views-row .group-1 .btn-natrel-gooey-wrapper body a,
body .view-homepage-product .view-content .views-row .group-3 .btn-natrel-gooey-wrapper a,
.view-homepage-product .view-content .views-row .group-3 .btn-natrel-gooey-wrapper body a,
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block > ul.pager li a,
body.path-taxonomy-product_category .view-products-category > ul.pager li a,
body.page-node-type-product-old .view-products-related-products > ul.pager li a,
body.page-node-type-product-old .view-products-you-may-like > ul.pager li a,
body.path-product-finder .view-product-availability-product-category-old > ul.pager li a,
body.page-node-type-page-landing .view-products-category > ul.pager li a,
body .product-header-block .view-content .views-row .views-field-products ul li > div.product-active > div,
.product-header-block .view-content .views-row .views-field-products ul body li > div.product-active > div,
body .view-products-you-may-like > ul.pager li a,
.view-products-you-may-like > ul.pager li body a,
body .view-product-category > ul.pager li a,
.view-product-category > ul.pager li body a,
body .view-recipes-all > ul.pager li a,
.view-recipes-all > ul.pager li body a,
body .view-recipes-category > ul.pager li a,
.view-recipes-category > ul.pager li body a {
    padding: 0.8em 2em 0.6em;
  }
}
body .btn-natrel-gooey-wrapper,
body.path-search ul.pager li,
body.path-recherche ul.pager li,
body.path-search .view-display-id-block_recipe_search > ul.pager li,
body.path-recherche .view-display-id-block_recipe_search > ul.pager li,
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block > ul.pager li,
body.path-taxonomy-product_category .view-products-category > ul.pager li,
body.page-node-type-product-old .view-products-related-products > ul.pager li,
body.page-node-type-product-old .view-products-you-may-like > ul.pager li,
body.path-product-finder .view-product-availability-product-category-old > ul.pager li,
body.page-node-type-page-landing .view-products-category > ul.pager li,
body .product-header-block .view-content .views-row .views-field-products ul li > div.product-active,
.product-header-block .view-content .views-row .views-field-products ul body li > div.product-active,
body .view-products-you-may-like > ul.pager li,
.view-products-you-may-like > ul.pager body li,
body .view-product-category > ul.pager li,
.view-product-category > ul.pager body li,
body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul li > div.product-active,
body .view-recipes-all > ul.pager li,
.view-recipes-all > ul.pager body li,
body .view-recipes-category > ul.pager li,
.view-recipes-category > ul.pager body li {
  padding: 2rem;
  -webkit-transform: translateZ(0);
}
body .btn-natrel-gooey-wrapper a,
body .btn-natrel-gooey-wrapper .btn-natrel-gooey,
body.path-search ul.pager li a,
body.path-recherche ul.pager li a,
body.path-search .view-display-id-block_recipe_search > ul.pager li a,
body.path-recherche .view-display-id-block_recipe_search > ul.pager li a,
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block > ul.pager li a,
body.path-taxonomy-product_category .view-products-category > ul.pager li a,
body.page-node-type-product-old .view-products-related-products > ul.pager li a,
body.page-node-type-product-old .view-products-you-may-like > ul.pager li a,
body.path-product-finder .view-product-availability-product-category-old > ul.pager li a,
body.page-node-type-page-landing .view-products-category > ul.pager li a,
body .product-header-block .view-content .views-row .views-field-products ul li > div.product-active a,
.product-header-block .view-content .views-row .views-field-products ul body li > div.product-active a,
body .view-products-you-may-like > ul.pager li a,
.view-products-you-may-like > ul.pager body li a,
body .view-product-category > ul.pager li a,
.view-product-category > ul.pager body li a,
body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul li > div.product-active a,
body .view-recipes-all > ul.pager li a,
.view-recipes-all > ul.pager body li a,
body .view-recipes-category > ul.pager li a,
.view-recipes-category > ul.pager body li a,
body.path-search ul.pager li .btn-natrel-gooey,
body.path-recherche ul.pager li .btn-natrel-gooey,
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block > ul.pager li .btn-natrel-gooey,
body.path-taxonomy-product_category .view-products-category > ul.pager li .btn-natrel-gooey,
body.page-node-type-product-old .view-products-related-products > ul.pager li .btn-natrel-gooey,
body.page-node-type-product-old .view-products-you-may-like > ul.pager li .btn-natrel-gooey,
body.path-product-finder .view-product-availability-product-category-old > ul.pager li .btn-natrel-gooey,
body.page-node-type-page-landing .view-products-category > ul.pager li .btn-natrel-gooey,
body .product-header-block .view-content .views-row .views-field-products ul li > div.product-active .btn-natrel-gooey,
.product-header-block .view-content .views-row .views-field-products ul body li > div.product-active .btn-natrel-gooey,
body .view-products-you-may-like > ul.pager li .btn-natrel-gooey,
.view-products-you-may-like > ul.pager body li .btn-natrel-gooey,
body .view-product-category > ul.pager li .btn-natrel-gooey,
.view-product-category > ul.pager body li .btn-natrel-gooey,
body .view-recipes-all > ul.pager li .btn-natrel-gooey,
.view-recipes-all > ul.pager body li .btn-natrel-gooey,
body .view-recipes-category > ul.pager li .btn-natrel-gooey,
.view-recipes-category > ul.pager body li .btn-natrel-gooey {
  border-width: 0px;
  display: inline-block;
  text-align: center;
  border-radius: 0;
  position: relative;
  text-decoration: none;
  /*&:before,
  &:after {
    width: 4.4em;
    height: 2.95em;
    position: absolute;
    content: "";
    display: inline-block;
    border-radius: 50%;
    transition: transform 0.5s ease;
    transform: scale(0);
    z-index: -1;
    background: inherit;
  }

  &:before {
    top: -25%;
    left: 20%;
  }

  &:after {
    bottom: -25%;
    right: 20%;
  }*/
}
body .btn-natrel-gooey-wrapper a:hover:before, body .btn-natrel-gooey-wrapper a:hover:after, body .btn-natrel-gooey-wrapper a:focus:before, body .btn-natrel-gooey-wrapper a:focus:after,
body .btn-natrel-gooey-wrapper .btn-natrel-gooey:hover:before,
body .btn-natrel-gooey-wrapper .btn-natrel-gooey:hover:after,
body .btn-natrel-gooey-wrapper .btn-natrel-gooey:focus:before,
body .btn-natrel-gooey-wrapper .btn-natrel-gooey:focus:after,
body.path-search ul.pager li a:hover:before,
body.path-recherche ul.pager li a:hover:before,
body.path-search .view-display-id-block_recipe_search > ul.pager li a:hover:before,
body.path-recherche .view-display-id-block_recipe_search > ul.pager li a:hover:before,
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block > ul.pager li a:hover:before,
body.path-taxonomy-product_category .view-products-category > ul.pager li a:hover:before,
body.page-node-type-product-old .view-products-related-products > ul.pager li a:hover:before,
body.page-node-type-product-old .view-products-you-may-like > ul.pager li a:hover:before,
body.path-product-finder .view-product-availability-product-category-old > ul.pager li a:hover:before,
body.page-node-type-page-landing .view-products-category > ul.pager li a:hover:before,
body .product-header-block .view-content .views-row .views-field-products ul li > div.product-active a:hover:before,
.product-header-block .view-content .views-row .views-field-products ul body li > div.product-active a:hover:before,
body .view-products-you-may-like > ul.pager li a:hover:before,
.view-products-you-may-like > ul.pager body li a:hover:before,
body .view-product-category > ul.pager li a:hover:before,
.view-product-category > ul.pager body li a:hover:before,
body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul li > div.product-active a:hover:before,
body .view-recipes-all > ul.pager li a:hover:before,
.view-recipes-all > ul.pager body li a:hover:before,
body .view-recipes-category > ul.pager li a:hover:before,
.view-recipes-category > ul.pager body li a:hover:before,
body.path-search ul.pager li a:hover:after,
body.path-recherche ul.pager li a:hover:after,
body.path-search .view-display-id-block_recipe_search > ul.pager li a:hover:after,
body.path-recherche .view-display-id-block_recipe_search > ul.pager li a:hover:after,
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block > ul.pager li a:hover:after,
body.path-taxonomy-product_category .view-products-category > ul.pager li a:hover:after,
body.page-node-type-product-old .view-products-related-products > ul.pager li a:hover:after,
body.page-node-type-product-old .view-products-you-may-like > ul.pager li a:hover:after,
body.path-product-finder .view-product-availability-product-category-old > ul.pager li a:hover:after,
body.page-node-type-page-landing .view-products-category > ul.pager li a:hover:after,
body .product-header-block .view-content .views-row .views-field-products ul li > div.product-active a:hover:after,
.product-header-block .view-content .views-row .views-field-products ul body li > div.product-active a:hover:after,
body .view-products-you-may-like > ul.pager li a:hover:after,
.view-products-you-may-like > ul.pager body li a:hover:after,
body .view-product-category > ul.pager li a:hover:after,
.view-product-category > ul.pager body li a:hover:after,
body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul li > div.product-active a:hover:after,
body .view-recipes-all > ul.pager li a:hover:after,
.view-recipes-all > ul.pager body li a:hover:after,
body .view-recipes-category > ul.pager li a:hover:after,
.view-recipes-category > ul.pager body li a:hover:after,
body.path-search ul.pager li a:focus:before,
body.path-recherche ul.pager li a:focus:before,
body.path-search .view-display-id-block_recipe_search > ul.pager li a:focus:before,
body.path-recherche .view-display-id-block_recipe_search > ul.pager li a:focus:before,
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block > ul.pager li a:focus:before,
body.path-taxonomy-product_category .view-products-category > ul.pager li a:focus:before,
body.page-node-type-product-old .view-products-related-products > ul.pager li a:focus:before,
body.page-node-type-product-old .view-products-you-may-like > ul.pager li a:focus:before,
body.path-product-finder .view-product-availability-product-category-old > ul.pager li a:focus:before,
body.page-node-type-page-landing .view-products-category > ul.pager li a:focus:before,
body .product-header-block .view-content .views-row .views-field-products ul li > div.product-active a:focus:before,
.product-header-block .view-content .views-row .views-field-products ul body li > div.product-active a:focus:before,
body .view-products-you-may-like > ul.pager li a:focus:before,
.view-products-you-may-like > ul.pager body li a:focus:before,
body .view-product-category > ul.pager li a:focus:before,
.view-product-category > ul.pager body li a:focus:before,
body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul li > div.product-active a:focus:before,
body .view-recipes-all > ul.pager li a:focus:before,
.view-recipes-all > ul.pager body li a:focus:before,
body .view-recipes-category > ul.pager li a:focus:before,
.view-recipes-category > ul.pager body li a:focus:before,
body.path-search ul.pager li a:focus:after,
body.path-recherche ul.pager li a:focus:after,
body.path-search .view-display-id-block_recipe_search > ul.pager li a:focus:after,
body.path-recherche .view-display-id-block_recipe_search > ul.pager li a:focus:after,
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block > ul.pager li a:focus:after,
body.path-taxonomy-product_category .view-products-category > ul.pager li a:focus:after,
body.page-node-type-product-old .view-products-related-products > ul.pager li a:focus:after,
body.page-node-type-product-old .view-products-you-may-like > ul.pager li a:focus:after,
body.path-product-finder .view-product-availability-product-category-old > ul.pager li a:focus:after,
body.page-node-type-page-landing .view-products-category > ul.pager li a:focus:after,
body .product-header-block .view-content .views-row .views-field-products ul li > div.product-active a:focus:after,
.product-header-block .view-content .views-row .views-field-products ul body li > div.product-active a:focus:after,
body .view-products-you-may-like > ul.pager li a:focus:after,
.view-products-you-may-like > ul.pager body li a:focus:after,
body .view-product-category > ul.pager li a:focus:after,
.view-product-category > ul.pager body li a:focus:after,
body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul li > div.product-active a:focus:after,
body .view-recipes-all > ul.pager li a:focus:after,
.view-recipes-all > ul.pager body li a:focus:after,
body .view-recipes-category > ul.pager li a:focus:after,
.view-recipes-category > ul.pager body li a:focus:after,
body.path-search ul.pager li .btn-natrel-gooey:hover:before,
body.path-recherche ul.pager li .btn-natrel-gooey:hover:before,
body.path-search .view-display-id-block_recipe_search > ul.pager li .btn-natrel-gooey:hover:before,
body.path-recherche .view-display-id-block_recipe_search > ul.pager li .btn-natrel-gooey:hover:before,
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block > ul.pager li .btn-natrel-gooey:hover:before,
body.path-taxonomy-product_category .view-products-category > ul.pager li .btn-natrel-gooey:hover:before,
body.page-node-type-product-old .view-products-related-products > ul.pager li .btn-natrel-gooey:hover:before,
body.page-node-type-product-old .view-products-you-may-like > ul.pager li .btn-natrel-gooey:hover:before,
body.path-product-finder .view-product-availability-product-category-old > ul.pager li .btn-natrel-gooey:hover:before,
body.page-node-type-page-landing .view-products-category > ul.pager li .btn-natrel-gooey:hover:before,
body .product-header-block .view-content .views-row .views-field-products ul li > div.product-active .btn-natrel-gooey:hover:before,
.product-header-block .view-content .views-row .views-field-products ul body li > div.product-active .btn-natrel-gooey:hover:before,
body .view-products-you-may-like > ul.pager li .btn-natrel-gooey:hover:before,
.view-products-you-may-like > ul.pager body li .btn-natrel-gooey:hover:before,
body .view-product-category > ul.pager li .btn-natrel-gooey:hover:before,
.view-product-category > ul.pager body li .btn-natrel-gooey:hover:before,
body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul li > div.product-active .btn-natrel-gooey:hover:before,
body .view-recipes-all > ul.pager li .btn-natrel-gooey:hover:before,
.view-recipes-all > ul.pager body li .btn-natrel-gooey:hover:before,
body .view-recipes-category > ul.pager li .btn-natrel-gooey:hover:before,
.view-recipes-category > ul.pager body li .btn-natrel-gooey:hover:before,
body.path-search ul.pager li .btn-natrel-gooey:hover:after,
body.path-recherche ul.pager li .btn-natrel-gooey:hover:after,
body.path-search .view-display-id-block_recipe_search > ul.pager li .btn-natrel-gooey:hover:after,
body.path-recherche .view-display-id-block_recipe_search > ul.pager li .btn-natrel-gooey:hover:after,
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block > ul.pager li .btn-natrel-gooey:hover:after,
body.path-taxonomy-product_category .view-products-category > ul.pager li .btn-natrel-gooey:hover:after,
body.page-node-type-product-old .view-products-related-products > ul.pager li .btn-natrel-gooey:hover:after,
body.page-node-type-product-old .view-products-you-may-like > ul.pager li .btn-natrel-gooey:hover:after,
body.path-product-finder .view-product-availability-product-category-old > ul.pager li .btn-natrel-gooey:hover:after,
body.page-node-type-page-landing .view-products-category > ul.pager li .btn-natrel-gooey:hover:after,
body .product-header-block .view-content .views-row .views-field-products ul li > div.product-active .btn-natrel-gooey:hover:after,
.product-header-block .view-content .views-row .views-field-products ul body li > div.product-active .btn-natrel-gooey:hover:after,
body .view-products-you-may-like > ul.pager li .btn-natrel-gooey:hover:after,
.view-products-you-may-like > ul.pager body li .btn-natrel-gooey:hover:after,
body .view-product-category > ul.pager li .btn-natrel-gooey:hover:after,
.view-product-category > ul.pager body li .btn-natrel-gooey:hover:after,
body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul li > div.product-active .btn-natrel-gooey:hover:after,
body .view-recipes-all > ul.pager li .btn-natrel-gooey:hover:after,
.view-recipes-all > ul.pager body li .btn-natrel-gooey:hover:after,
body .view-recipes-category > ul.pager li .btn-natrel-gooey:hover:after,
.view-recipes-category > ul.pager body li .btn-natrel-gooey:hover:after,
body.path-search ul.pager li .btn-natrel-gooey:focus:before,
body.path-recherche ul.pager li .btn-natrel-gooey:focus:before,
body.path-search .view-display-id-block_recipe_search > ul.pager li .btn-natrel-gooey:focus:before,
body.path-recherche .view-display-id-block_recipe_search > ul.pager li .btn-natrel-gooey:focus:before,
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block > ul.pager li .btn-natrel-gooey:focus:before,
body.path-taxonomy-product_category .view-products-category > ul.pager li .btn-natrel-gooey:focus:before,
body.page-node-type-product-old .view-products-related-products > ul.pager li .btn-natrel-gooey:focus:before,
body.page-node-type-product-old .view-products-you-may-like > ul.pager li .btn-natrel-gooey:focus:before,
body.path-product-finder .view-product-availability-product-category-old > ul.pager li .btn-natrel-gooey:focus:before,
body.page-node-type-page-landing .view-products-category > ul.pager li .btn-natrel-gooey:focus:before,
body .product-header-block .view-content .views-row .views-field-products ul li > div.product-active .btn-natrel-gooey:focus:before,
.product-header-block .view-content .views-row .views-field-products ul body li > div.product-active .btn-natrel-gooey:focus:before,
body .view-products-you-may-like > ul.pager li .btn-natrel-gooey:focus:before,
.view-products-you-may-like > ul.pager body li .btn-natrel-gooey:focus:before,
body .view-product-category > ul.pager li .btn-natrel-gooey:focus:before,
.view-product-category > ul.pager body li .btn-natrel-gooey:focus:before,
body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul li > div.product-active .btn-natrel-gooey:focus:before,
body .view-recipes-all > ul.pager li .btn-natrel-gooey:focus:before,
.view-recipes-all > ul.pager body li .btn-natrel-gooey:focus:before,
body .view-recipes-category > ul.pager li .btn-natrel-gooey:focus:before,
.view-recipes-category > ul.pager body li .btn-natrel-gooey:focus:before,
body.path-search ul.pager li .btn-natrel-gooey:focus:after,
body.path-recherche ul.pager li .btn-natrel-gooey:focus:after,
body.path-search .view-display-id-block_recipe_search > ul.pager li .btn-natrel-gooey:focus:after,
body.path-recherche .view-display-id-block_recipe_search > ul.pager li .btn-natrel-gooey:focus:after,
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block > ul.pager li .btn-natrel-gooey:focus:after,
body.path-taxonomy-product_category .view-products-category > ul.pager li .btn-natrel-gooey:focus:after,
body.page-node-type-product-old .view-products-related-products > ul.pager li .btn-natrel-gooey:focus:after,
body.page-node-type-product-old .view-products-you-may-like > ul.pager li .btn-natrel-gooey:focus:after,
body.path-product-finder .view-product-availability-product-category-old > ul.pager li .btn-natrel-gooey:focus:after,
body.page-node-type-page-landing .view-products-category > ul.pager li .btn-natrel-gooey:focus:after,
body .product-header-block .view-content .views-row .views-field-products ul li > div.product-active .btn-natrel-gooey:focus:after,
.product-header-block .view-content .views-row .views-field-products ul body li > div.product-active .btn-natrel-gooey:focus:after,
body .view-products-you-may-like > ul.pager li .btn-natrel-gooey:focus:after,
.view-products-you-may-like > ul.pager body li .btn-natrel-gooey:focus:after,
body .view-product-category > ul.pager li .btn-natrel-gooey:focus:after,
.view-product-category > ul.pager body li .btn-natrel-gooey:focus:after,
body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul li > div.product-active .btn-natrel-gooey:focus:after,
body .view-recipes-all > ul.pager li .btn-natrel-gooey:focus:after,
.view-recipes-all > ul.pager body li .btn-natrel-gooey:focus:after,
body .view-recipes-category > ul.pager li .btn-natrel-gooey:focus:after,
.view-recipes-category > ul.pager body li .btn-natrel-gooey:focus:after {
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 768px) {
  body .btn-natrel-gooey-wrapper a,
body .btn-natrel-gooey-wrapper .btn-natrel-gooey,
body.path-search ul.pager li a,
body.path-recherche ul.pager li a,
body.path-search .view-display-id-block_recipe_search > ul.pager li a,
body.path-recherche .view-display-id-block_recipe_search > ul.pager li a,
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block > ul.pager li a,
body.path-taxonomy-product_category .view-products-category > ul.pager li a,
body.page-node-type-product-old .view-products-related-products > ul.pager li a,
body.page-node-type-product-old .view-products-you-may-like > ul.pager li a,
body.path-product-finder .view-product-availability-product-category-old > ul.pager li a,
body.page-node-type-page-landing .view-products-category > ul.pager li a,
body .product-header-block .view-content .views-row .views-field-products ul li > div.product-active a,
.product-header-block .view-content .views-row .views-field-products ul body li > div.product-active a,
body .view-products-you-may-like > ul.pager li a,
.view-products-you-may-like > ul.pager body li a,
body .view-product-category > ul.pager li a,
.view-product-category > ul.pager body li a,
body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul li > div.product-active a,
body .view-recipes-all > ul.pager li a,
.view-recipes-all > ul.pager body li a,
body .view-recipes-category > ul.pager li a,
.view-recipes-category > ul.pager body li a,
body.path-search ul.pager li .btn-natrel-gooey,
body.path-recherche ul.pager li .btn-natrel-gooey,
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block > ul.pager li .btn-natrel-gooey,
body.path-taxonomy-product_category .view-products-category > ul.pager li .btn-natrel-gooey,
body.page-node-type-product-old .view-products-related-products > ul.pager li .btn-natrel-gooey,
body.page-node-type-product-old .view-products-you-may-like > ul.pager li .btn-natrel-gooey,
body.path-product-finder .view-product-availability-product-category-old > ul.pager li .btn-natrel-gooey,
body.page-node-type-page-landing .view-products-category > ul.pager li .btn-natrel-gooey,
body .product-header-block .view-content .views-row .views-field-products ul li > div.product-active .btn-natrel-gooey,
.product-header-block .view-content .views-row .views-field-products ul body li > div.product-active .btn-natrel-gooey,
body .view-products-you-may-like > ul.pager li .btn-natrel-gooey,
.view-products-you-may-like > ul.pager body li .btn-natrel-gooey,
body .view-product-category > ul.pager li .btn-natrel-gooey,
.view-product-category > ul.pager body li .btn-natrel-gooey,
body .view-recipes-all > ul.pager li .btn-natrel-gooey,
.view-recipes-all > ul.pager body li .btn-natrel-gooey,
body .view-recipes-category > ul.pager li .btn-natrel-gooey,
.view-recipes-category > ul.pager body li .btn-natrel-gooey {
    margin-left: 5px;
  }
}
body #block-natrel-main-menu ul.navbar-nav > li.active.lvl-0:before, body.path-recipes-page #page > header > nav.navbar.mh-head:not(.fixed) li.recipes-item:before, body.path-recipes #page > header > nav.navbar.mh-head:not(.fixed) li.recipes-item:before, body.path-recettes #page > header > nav.navbar.mh-head:not(.fixed) li.recipes-item:before, body.path-taxonomy-recipe_category #page > header > nav.navbar.mh-head:not(.fixed) li.recipes-item:before, body.page-node-type-recipe #page > header > nav.navbar.mh-head:not(.fixed) li.recipes-item:before, body.path-our-products #page > header > nav.navbar.mh-head:not(.fixed) li.products-item:before, body.path-products #page > header > nav.navbar.mh-head:not(.fixed) li.products-item:before, body.path-produits #page > header > nav.navbar.mh-head:not(.fixed) li.products-item:before, body.path-taxonomy-product_category:not(.path-taxonomy-term-lactose-free):not(.path-taxonomy-term-sans-lactose) #page > header > nav.navbar.mh-head:not(.fixed) li.products-item:before, body.page-node-type-product #page > header > nav.navbar.mh-head:not(.fixed) li.products-item:before, body.path-frontpage > #page > header > nav.navbar.mh-head:not(.fixed) li.logo-item:before, body #page > header > nav.navbar.mh-head:not(.fixed) li.active.lvl-0:before, body #page .scrolled-menu > nav.navbar.mh-head:not(.fixed) li.active.lvl-0:before, body #block-natrel-main-menu.page-node-type-product #block-natrel-main-menu ul.navbar-nav > li.products-item:before, #block-natrel-main-menu.page-node-type-product #block-natrel-main-menu body ul.navbar-nav > li.products-item:before, body #block-natrel-main-menu.page-node-type-recipe #block-natrel-main-menu ul.navbar-nav > li.recipes-item:before, #block-natrel-main-menu.page-node-type-recipe #block-natrel-main-menu body ul.navbar-nav > li.recipes-item:before, body #block-natrel-main-menu.path-taxonomy-recipe_category #block-natrel-main-menu ul.navbar-nav > li.recipes-item:before, #block-natrel-main-menu.path-taxonomy-recipe_category #block-natrel-main-menu body ul.navbar-nav > li.recipes-item:before, body #block-natrel-main-menu ul.navbar-nav > li.active:before, #block-natrel-main-menu body ul.navbar-nav > li.active:before {
  content: "";
  display: block;
  height: 20px;
  position: relative;
  margin-top: -2rem;
  min-width: 10.5rem;
  z-index: 2;
}
body .wave {
  line-height: 0;
}

.product-color-blue > #page > .main-container .region-header {
  background: radial-gradient(#0585ff, #0056a8) !important;
}
.product-color-blue > #page > .main-container .region-header:before {
  background-color: transparent !important;
}
.product-color-blue > #page > .main-container article.product > .content #product-group-availability .field--name-field-product-availability > .field--items > .field--item:before {
  color: #0066C7 !important;
}
.product-color-blue > #page > .main-container .region-header .product-header-block .views-field-products .product-active {
  color: #0066C7 !important;
}
@media (max-width: 767px) {
  .product-color-blue > #page > .main-container .region-header .product-header-block .views-field-products .paragraph--view-mode--product-variations-format {
    color: #0066C7 !important;
  }
  .product-color-blue > #page > .main-container .region-header .product-header-block .views-field-products .product-active > div {
    background-color: #0066C7 !important;
    color: #FFFFFF;
  }
}
.product-color-blue .use-product-color {
  background-color: #0066C7 !important;
}
.product-color-blue .use-product-color-text {
  color: #0066C7 !important;
}
.product-color-blue:hover:not(body) .use-product-color-hover {
  background-color: #0066C7 !important;
}
.product-color-blue:hover:not(body) .use-product-color-hover-gradient {
  background: radial-gradient(#0585ff, #0056a8) !important;
}
.product-color-blue .use-product-color-gradient {
  background: radial-gradient(#0585ff, #0056a8) !important;
}

.product-bgcolor-blue {
  background-color: #0066C7 !important;
}

.product-color-red > #page > .main-container .region-header {
  background: radial-gradient(#ee5d56, #d41e15) !important;
}
.product-color-red > #page > .main-container .region-header:before {
  background-color: transparent !important;
}
.product-color-red > #page > .main-container article.product > .content #product-group-availability .field--name-field-product-availability > .field--items > .field--item:before {
  color: #E9281E !important;
}
.product-color-red > #page > .main-container .region-header .product-header-block .views-field-products .product-active {
  color: #E9281E !important;
}
@media (max-width: 767px) {
  .product-color-red > #page > .main-container .region-header .product-header-block .views-field-products .paragraph--view-mode--product-variations-format {
    color: #E9281E !important;
  }
  .product-color-red > #page > .main-container .region-header .product-header-block .views-field-products .product-active > div {
    background-color: #E9281E !important;
    color: #FFFFFF;
  }
}
.product-color-red .use-product-color {
  background-color: #E9281E !important;
}
.product-color-red .use-product-color-text {
  color: #E9281E !important;
}
.product-color-red:hover:not(body) .use-product-color-hover {
  background-color: #E9281E !important;
}
.product-color-red:hover:not(body) .use-product-color-hover-gradient {
  background: radial-gradient(#ee5d56, #d41e15) !important;
}
.product-color-red .use-product-color-gradient {
  background: radial-gradient(#ee5d56, #d41e15) !important;
}

.product-bgcolor-red {
  background-color: #E9281E !important;
}

.product-color-purple > #page > .main-container .region-header {
  background: radial-gradient(#9e6ebd, #70408f) !important;
}
.product-color-purple > #page > .main-container .region-header:before {
  background-color: transparent !important;
}
.product-color-purple > #page > .main-container article.product > .content #product-group-availability .field--name-field-product-availability > .field--items > .field--item:before {
  color: #814AA4 !important;
}
.product-color-purple > #page > .main-container .region-header .product-header-block .views-field-products .product-active {
  color: #814AA4 !important;
}
@media (max-width: 767px) {
  .product-color-purple > #page > .main-container .region-header .product-header-block .views-field-products .paragraph--view-mode--product-variations-format {
    color: #814AA4 !important;
  }
  .product-color-purple > #page > .main-container .region-header .product-header-block .views-field-products .product-active > div {
    background-color: #814AA4 !important;
    color: #FFFFFF;
  }
}
.product-color-purple .use-product-color {
  background-color: #814AA4 !important;
}
.product-color-purple .use-product-color-text {
  color: #814AA4 !important;
}
.product-color-purple:hover:not(body) .use-product-color-hover {
  background-color: #814AA4 !important;
}
.product-color-purple:hover:not(body) .use-product-color-hover-gradient {
  background: radial-gradient(#9e6ebd, #70408f) !important;
}
.product-color-purple .use-product-color-gradient {
  background: radial-gradient(#9e6ebd, #70408f) !important;
}

.product-bgcolor-purple {
  background-color: #814AA4 !important;
}

.product-color-green > #page > .main-container .region-header {
  background: radial-gradient(#3d7c64, #1f3f32) !important;
}
.product-color-green > #page > .main-container .region-header:before {
  background-color: transparent !important;
}
.product-color-green > #page > .main-container article.product > .content #product-group-availability .field--name-field-product-availability > .field--items > .field--item:before {
  color: #295343 !important;
}
.product-color-green > #page > .main-container .region-header .product-header-block .views-field-products .product-active {
  color: #295343 !important;
}
@media (max-width: 767px) {
  .product-color-green > #page > .main-container .region-header .product-header-block .views-field-products .paragraph--view-mode--product-variations-format {
    color: #295343 !important;
  }
  .product-color-green > #page > .main-container .region-header .product-header-block .views-field-products .product-active > div {
    background-color: #295343 !important;
    color: #FFFFFF;
  }
}
.product-color-green .use-product-color {
  background-color: #295343 !important;
}
.product-color-green .use-product-color-text {
  color: #295343 !important;
}
.product-color-green:hover:not(body) .use-product-color-hover {
  background-color: #295343 !important;
}
.product-color-green:hover:not(body) .use-product-color-hover-gradient {
  background: radial-gradient(#3d7c64, #1f3f32) !important;
}
.product-color-green .use-product-color-gradient {
  background: radial-gradient(#3d7c64, #1f3f32) !important;
}

.product-bgcolor-green {
  background-color: #295343 !important;
}

.product-color-chocolate > #page > .main-container .region-header {
  background: radial-gradient(#a86535, #623b1f) !important;
}
.product-color-chocolate > #page > .main-container .region-header:before {
  background-color: transparent !important;
}
.product-color-chocolate > #page > .main-container article.product > .content #product-group-availability .field--name-field-product-availability > .field--items > .field--item:before {
  color: #794926 !important;
}
.product-color-chocolate > #page > .main-container .region-header .product-header-block .views-field-products .product-active {
  color: #794926 !important;
}
@media (max-width: 767px) {
  .product-color-chocolate > #page > .main-container .region-header .product-header-block .views-field-products .paragraph--view-mode--product-variations-format {
    color: #794926 !important;
  }
  .product-color-chocolate > #page > .main-container .region-header .product-header-block .views-field-products .product-active > div {
    background-color: #794926 !important;
    color: #FFFFFF;
  }
}
.product-color-chocolate .use-product-color {
  background-color: #794926 !important;
}
.product-color-chocolate .use-product-color-text {
  color: #794926 !important;
}
.product-color-chocolate:hover:not(body) .use-product-color-hover {
  background-color: #794926 !important;
}
.product-color-chocolate:hover:not(body) .use-product-color-hover-gradient {
  background: radial-gradient(#a86535, #623b1f) !important;
}
.product-color-chocolate .use-product-color-gradient {
  background: radial-gradient(#a86535, #623b1f) !important;
}

.product-bgcolor-chocolate {
  background-color: #794926 !important;
}

.product-color-dark-chocolate > #page > .main-container .region-header {
  background: radial-gradient(#a94c17, #58280c) !important;
}
.product-color-dark-chocolate > #page > .main-container .region-header:before {
  background-color: transparent !important;
}
.product-color-dark-chocolate > #page > .main-container article.product > .content #product-group-availability .field--name-field-product-availability > .field--items > .field--item:before {
  color: #733410 !important;
}
.product-color-dark-chocolate > #page > .main-container .region-header .product-header-block .views-field-products .product-active {
  color: #733410 !important;
}
@media (max-width: 767px) {
  .product-color-dark-chocolate > #page > .main-container .region-header .product-header-block .views-field-products .paragraph--view-mode--product-variations-format {
    color: #733410 !important;
  }
  .product-color-dark-chocolate > #page > .main-container .region-header .product-header-block .views-field-products .product-active > div {
    background-color: #733410 !important;
    color: #FFFFFF;
  }
}
.product-color-dark-chocolate .use-product-color {
  background-color: #733410 !important;
}
.product-color-dark-chocolate .use-product-color-text {
  color: #733410 !important;
}
.product-color-dark-chocolate:hover:not(body) .use-product-color-hover {
  background-color: #733410 !important;
}
.product-color-dark-chocolate:hover:not(body) .use-product-color-hover-gradient {
  background: radial-gradient(#a94c17, #58280c) !important;
}
.product-color-dark-chocolate .use-product-color-gradient {
  background: radial-gradient(#a94c17, #58280c) !important;
}

.product-bgcolor-dark-chocolate {
  background-color: #733410 !important;
}

.product-color-maple > #page > .main-container .region-header {
  background: radial-gradient(#878492, #5a5863) !important;
}
.product-color-maple > #page > .main-container .region-header:before {
  background-color: transparent !important;
}
.product-color-maple > #page > .main-container article.product > .content #product-group-availability .field--name-field-product-availability > .field--items > .field--item:before {
  color: #696673 !important;
}
.product-color-maple > #page > .main-container .region-header .product-header-block .views-field-products .product-active {
  color: #696673 !important;
}
@media (max-width: 767px) {
  .product-color-maple > #page > .main-container .region-header .product-header-block .views-field-products .paragraph--view-mode--product-variations-format {
    color: #696673 !important;
  }
  .product-color-maple > #page > .main-container .region-header .product-header-block .views-field-products .product-active > div {
    background-color: #696673 !important;
    color: #FFFFFF;
  }
}
.product-color-maple .use-product-color {
  background-color: #696673 !important;
}
.product-color-maple .use-product-color-text {
  color: #696673 !important;
}
.product-color-maple:hover:not(body) .use-product-color-hover {
  background-color: #696673 !important;
}
.product-color-maple:hover:not(body) .use-product-color-hover-gradient {
  background: radial-gradient(#878492, #5a5863) !important;
}
.product-color-maple .use-product-color-gradient {
  background: radial-gradient(#878492, #5a5863) !important;
}

.product-bgcolor-maple {
  background-color: #696673 !important;
}

.product-color-caramel > #page > .main-container .region-header {
  background: radial-gradient(#d7882e, #8e581b) !important;
}
.product-color-caramel > #page > .main-container .region-header:before {
  background-color: transparent !important;
}
.product-color-caramel > #page > .main-container article.product > .content #product-group-availability .field--name-field-product-availability > .field--items > .field--item:before {
  color: #A86820 !important;
}
.product-color-caramel > #page > .main-container .region-header .product-header-block .views-field-products .product-active {
  color: #A86820 !important;
}
@media (max-width: 767px) {
  .product-color-caramel > #page > .main-container .region-header .product-header-block .views-field-products .paragraph--view-mode--product-variations-format {
    color: #A86820 !important;
  }
  .product-color-caramel > #page > .main-container .region-header .product-header-block .views-field-products .product-active > div {
    background-color: #A86820 !important;
    color: #FFFFFF;
  }
}
.product-color-caramel .use-product-color {
  background-color: #A86820 !important;
}
.product-color-caramel .use-product-color-text {
  color: #A86820 !important;
}
.product-color-caramel:hover:not(body) .use-product-color-hover {
  background-color: #A86820 !important;
}
.product-color-caramel:hover:not(body) .use-product-color-hover-gradient {
  background: radial-gradient(#d7882e, #8e581b) !important;
}
.product-color-caramel .use-product-color-gradient {
  background: radial-gradient(#d7882e, #8e581b) !important;
}

.product-bgcolor-caramel {
  background-color: #A86820 !important;
}

.product-color-teal > #page > .main-container .region-header {
  background: radial-gradient(#2d978c, #18504a) !important;
}
.product-color-teal > #page > .main-container .region-header:before {
  background-color: transparent !important;
}
.product-color-teal > #page > .main-container article.product > .content #product-group-availability .field--name-field-product-availability > .field--items > .field--item:before {
  color: #1F6860 !important;
}
.product-color-teal > #page > .main-container .region-header .product-header-block .views-field-products .product-active {
  color: #1F6860 !important;
}
@media (max-width: 767px) {
  .product-color-teal > #page > .main-container .region-header .product-header-block .views-field-products .paragraph--view-mode--product-variations-format {
    color: #1F6860 !important;
  }
  .product-color-teal > #page > .main-container .region-header .product-header-block .views-field-products .product-active > div {
    background-color: #1F6860 !important;
    color: #FFFFFF;
  }
}
.product-color-teal .use-product-color {
  background-color: #1F6860 !important;
}
.product-color-teal .use-product-color-text {
  color: #1F6860 !important;
}
.product-color-teal:hover:not(body) .use-product-color-hover {
  background-color: #1F6860 !important;
}
.product-color-teal:hover:not(body) .use-product-color-hover-gradient {
  background: radial-gradient(#2d978c, #18504a) !important;
}
.product-color-teal .use-product-color-gradient {
  background: radial-gradient(#2d978c, #18504a) !important;
}

.product-bgcolor-teal {
  background-color: #1F6860 !important;
}

.product-color-pink > #page > .main-container .region-header {
  background: radial-gradient(#dd4b76, #ac2049) !important;
}
.product-color-pink > #page > .main-container .region-header:before {
  background-color: transparent !important;
}
.product-color-pink > #page > .main-container article.product > .content #product-group-availability .field--name-field-product-availability > .field--items > .field--item:before {
  color: #C62554 !important;
}
.product-color-pink > #page > .main-container .region-header .product-header-block .views-field-products .product-active {
  color: #C62554 !important;
}
@media (max-width: 767px) {
  .product-color-pink > #page > .main-container .region-header .product-header-block .views-field-products .paragraph--view-mode--product-variations-format {
    color: #C62554 !important;
  }
  .product-color-pink > #page > .main-container .region-header .product-header-block .views-field-products .product-active > div {
    background-color: #C62554 !important;
    color: #FFFFFF;
  }
}
.product-color-pink .use-product-color {
  background-color: #C62554 !important;
}
.product-color-pink .use-product-color-text {
  color: #C62554 !important;
}
.product-color-pink:hover:not(body) .use-product-color-hover {
  background-color: #C62554 !important;
}
.product-color-pink:hover:not(body) .use-product-color-hover-gradient {
  background: radial-gradient(#dd4b76, #ac2049) !important;
}
.product-color-pink .use-product-color-gradient {
  background: radial-gradient(#dd4b76, #ac2049) !important;
}

.product-bgcolor-pink {
  background-color: #C62554 !important;
}

.product-color-hazelnut > #page > .main-container .region-header {
  background: radial-gradient(#d1876e, #ac5537) !important;
}
.product-color-hazelnut > #page > .main-container .region-header:before {
  background-color: transparent !important;
}
.product-color-hazelnut > #page > .main-container article.product > .content #product-group-availability .field--name-field-product-availability > .field--items > .field--item:before {
  color: #C26140 !important;
}
.product-color-hazelnut > #page > .main-container .region-header .product-header-block .views-field-products .product-active {
  color: #C26140 !important;
}
@media (max-width: 767px) {
  .product-color-hazelnut > #page > .main-container .region-header .product-header-block .views-field-products .paragraph--view-mode--product-variations-format {
    color: #C26140 !important;
  }
  .product-color-hazelnut > #page > .main-container .region-header .product-header-block .views-field-products .product-active > div {
    background-color: #C26140 !important;
    color: #FFFFFF;
  }
}
.product-color-hazelnut .use-product-color {
  background-color: #C26140 !important;
}
.product-color-hazelnut .use-product-color-text {
  color: #C26140 !important;
}
.product-color-hazelnut:hover:not(body) .use-product-color-hover {
  background-color: #C26140 !important;
}
.product-color-hazelnut:hover:not(body) .use-product-color-hover-gradient {
  background: radial-gradient(#d1876e, #ac5537) !important;
}
.product-color-hazelnut .use-product-color-gradient {
  background: radial-gradient(#d1876e, #ac5537) !important;
}

.product-bgcolor-hazelnut {
  background-color: #C26140 !important;
}

.product-color-light-blue > #page > .main-container .region-header {
  background: radial-gradient(#b1c2da, #7291bd) !important;
}
.product-color-light-blue > #page > .main-container .region-header:before {
  background-color: transparent !important;
}
.product-color-light-blue > #page > .main-container article.product > .content #product-group-availability .field--name-field-product-availability > .field--items > .field--item:before {
  color: #87a1c7 !important;
}
.product-color-light-blue > #page > .main-container .region-header .product-header-block .views-field-products .product-active {
  color: #87a1c7 !important;
}
@media (max-width: 767px) {
  .product-color-light-blue > #page > .main-container .region-header .product-header-block .views-field-products .paragraph--view-mode--product-variations-format {
    color: #87a1c7 !important;
  }
  .product-color-light-blue > #page > .main-container .region-header .product-header-block .views-field-products .product-active > div {
    background-color: #87a1c7 !important;
    color: #FFFFFF;
  }
}
.product-color-light-blue .use-product-color {
  background-color: #87a1c7 !important;
}
.product-color-light-blue .use-product-color-text {
  color: #87a1c7 !important;
}
.product-color-light-blue:hover:not(body) .use-product-color-hover {
  background-color: #87a1c7 !important;
}
.product-color-light-blue:hover:not(body) .use-product-color-hover-gradient {
  background: radial-gradient(#b1c2da, #7291bd) !important;
}
.product-color-light-blue .use-product-color-gradient {
  background: radial-gradient(#b1c2da, #7291bd) !important;
}

.product-bgcolor-light-blue {
  background-color: #87a1c7 !important;
}

.product-color-beige > #page > .main-container .region-header {
  background: radial-gradient(#e1c386, #cf9f3c) !important;
}
.product-color-beige > #page > .main-container .region-header:before {
  background-color: transparent !important;
}
.product-color-beige > #page > .main-container article.product > .content #product-group-availability .field--name-field-product-availability > .field--items > .field--item:before {
  color: #d5ab55 !important;
}
.product-color-beige > #page > .main-container .region-header .product-header-block .views-field-products .product-active {
  color: #d5ab55 !important;
}
@media (max-width: 767px) {
  .product-color-beige > #page > .main-container .region-header .product-header-block .views-field-products .paragraph--view-mode--product-variations-format {
    color: #d5ab55 !important;
  }
  .product-color-beige > #page > .main-container .region-header .product-header-block .views-field-products .product-active > div {
    background-color: #d5ab55 !important;
    color: #FFFFFF;
  }
}
.product-color-beige .use-product-color {
  background-color: #d5ab55 !important;
}
.product-color-beige .use-product-color-text {
  color: #d5ab55 !important;
}
.product-color-beige:hover:not(body) .use-product-color-hover {
  background-color: #d5ab55 !important;
}
.product-color-beige:hover:not(body) .use-product-color-hover-gradient {
  background: radial-gradient(#e1c386, #cf9f3c) !important;
}
.product-color-beige .use-product-color-gradient {
  background: radial-gradient(#e1c386, #cf9f3c) !important;
}

.product-bgcolor-beige {
  background-color: #d5ab55 !important;
}

.product-color-orange > #page > .main-container .region-header {
  background: radial-gradient(#ffd82f, #d2ab00) !important;
}
.product-color-orange > #page > .main-container .region-header:before {
  background-color: transparent !important;
}
.product-color-orange > #page > .main-container article.product > .content #product-group-availability .field--name-field-product-availability > .field--items > .field--item:before {
  color: #f1c400 !important;
}
.product-color-orange > #page > .main-container .region-header .product-header-block .views-field-products .product-active {
  color: #f1c400 !important;
}
@media (max-width: 767px) {
  .product-color-orange > #page > .main-container .region-header .product-header-block .views-field-products .paragraph--view-mode--product-variations-format {
    color: #f1c400 !important;
  }
  .product-color-orange > #page > .main-container .region-header .product-header-block .views-field-products .product-active > div {
    background-color: #f1c400 !important;
    color: #FFFFFF;
  }
}
.product-color-orange .use-product-color {
  background-color: #f1c400 !important;
}
.product-color-orange .use-product-color-text {
  color: #f1c400 !important;
}
.product-color-orange:hover:not(body) .use-product-color-hover {
  background-color: #f1c400 !important;
}
.product-color-orange:hover:not(body) .use-product-color-hover-gradient {
  background: radial-gradient(#ffd82f, #d2ab00) !important;
}
.product-color-orange .use-product-color-gradient {
  background: radial-gradient(#ffd82f, #d2ab00) !important;
}

.product-bgcolor-orange {
  background-color: #f1c400 !important;
}

.product-color-light-green > #page > .main-container .region-header {
  background: radial-gradient(#85d9cd, #3fc3b0) !important;
}
.product-color-light-green > #page > .main-container .region-header:before {
  background-color: transparent !important;
}
.product-color-light-green > #page > .main-container article.product > .content #product-group-availability .field--name-field-product-availability > .field--items > .field--item:before {
  color: #56caba !important;
}
.product-color-light-green > #page > .main-container .region-header .product-header-block .views-field-products .product-active {
  color: #56caba !important;
}
@media (max-width: 767px) {
  .product-color-light-green > #page > .main-container .region-header .product-header-block .views-field-products .paragraph--view-mode--product-variations-format {
    color: #56caba !important;
  }
  .product-color-light-green > #page > .main-container .region-header .product-header-block .views-field-products .product-active > div {
    background-color: #56caba !important;
    color: #FFFFFF;
  }
}
.product-color-light-green .use-product-color {
  background-color: #56caba !important;
}
.product-color-light-green .use-product-color-text {
  color: #56caba !important;
}
.product-color-light-green:hover:not(body) .use-product-color-hover {
  background-color: #56caba !important;
}
.product-color-light-green:hover:not(body) .use-product-color-hover-gradient {
  background: radial-gradient(#85d9cd, #3fc3b0) !important;
}
.product-color-light-green .use-product-color-gradient {
  background: radial-gradient(#85d9cd, #3fc3b0) !important;
}

.product-bgcolor-light-green {
  background-color: #56caba !important;
}

.product-color-irish-green > #page > .main-container .region-header {
  background: radial-gradient(#00ea7f, #008e4d) !important;
}
.product-color-irish-green > #page > .main-container .region-header:before {
  background-color: transparent !important;
}
.product-color-irish-green > #page > .main-container article.product > .content #product-group-availability .field--name-field-product-availability > .field--items > .field--item:before {
  color: #00AD5E !important;
}
.product-color-irish-green > #page > .main-container .region-header .product-header-block .views-field-products .product-active {
  color: #00AD5E !important;
}
@media (max-width: 767px) {
  .product-color-irish-green > #page > .main-container .region-header .product-header-block .views-field-products .paragraph--view-mode--product-variations-format {
    color: #00AD5E !important;
  }
  .product-color-irish-green > #page > .main-container .region-header .product-header-block .views-field-products .product-active > div {
    background-color: #00AD5E !important;
    color: #FFFFFF;
  }
}
.product-color-irish-green .use-product-color {
  background-color: #00AD5E !important;
}
.product-color-irish-green .use-product-color-text {
  color: #00AD5E !important;
}
.product-color-irish-green:hover:not(body) .use-product-color-hover {
  background-color: #00AD5E !important;
}
.product-color-irish-green:hover:not(body) .use-product-color-hover-gradient {
  background: radial-gradient(#00ea7f, #008e4d) !important;
}
.product-color-irish-green .use-product-color-gradient {
  background: radial-gradient(#00ea7f, #008e4d) !important;
}

.product-bgcolor-irish-green {
  background-color: #00AD5E !important;
}

.product-color-light-pink > #page > .main-container .region-header {
  background: radial-gradient(#ee98b8, #e14a81) !important;
}
.product-color-light-pink > #page > .main-container .region-header:before {
  background-color: transparent !important;
}
.product-color-light-pink > #page > .main-container article.product > .content #product-group-availability .field--name-field-product-availability > .field--items > .field--item:before {
  color: #E56493 !important;
}
.product-color-light-pink > #page > .main-container .region-header .product-header-block .views-field-products .product-active {
  color: #E56493 !important;
}
@media (max-width: 767px) {
  .product-color-light-pink > #page > .main-container .region-header .product-header-block .views-field-products .paragraph--view-mode--product-variations-format {
    color: #E56493 !important;
  }
  .product-color-light-pink > #page > .main-container .region-header .product-header-block .views-field-products .product-active > div {
    background-color: #E56493 !important;
    color: #FFFFFF;
  }
}
.product-color-light-pink .use-product-color {
  background-color: #E56493 !important;
}
.product-color-light-pink .use-product-color-text {
  color: #E56493 !important;
}
.product-color-light-pink:hover:not(body) .use-product-color-hover {
  background-color: #E56493 !important;
}
.product-color-light-pink:hover:not(body) .use-product-color-hover-gradient {
  background: radial-gradient(#ee98b8, #e14a81) !important;
}
.product-color-light-pink .use-product-color-gradient {
  background: radial-gradient(#ee98b8, #e14a81) !important;
}

.product-bgcolor-light-pink {
  background-color: #E56493 !important;
}

.product-color-light-purple > #page > .main-container .region-header {
  background: radial-gradient(#998cbc, #685795) !important;
}
.product-color-light-purple > #page > .main-container .region-header:before {
  background-color: transparent !important;
}
.product-color-light-purple > #page > .main-container article.product > .content #product-group-availability .field--name-field-product-availability > .field--items > .field--item:before {
  color: #7765A5 !important;
}
.product-color-light-purple > #page > .main-container .region-header .product-header-block .views-field-products .product-active {
  color: #7765A5 !important;
}
@media (max-width: 767px) {
  .product-color-light-purple > #page > .main-container .region-header .product-header-block .views-field-products .paragraph--view-mode--product-variations-format {
    color: #7765A5 !important;
  }
  .product-color-light-purple > #page > .main-container .region-header .product-header-block .views-field-products .product-active > div {
    background-color: #7765A5 !important;
    color: #FFFFFF;
  }
}
.product-color-light-purple .use-product-color {
  background-color: #7765A5 !important;
}
.product-color-light-purple .use-product-color-text {
  color: #7765A5 !important;
}
.product-color-light-purple:hover:not(body) .use-product-color-hover {
  background-color: #7765A5 !important;
}
.product-color-light-purple:hover:not(body) .use-product-color-hover-gradient {
  background: radial-gradient(#998cbc, #685795) !important;
}
.product-color-light-purple .use-product-color-gradient {
  background: radial-gradient(#998cbc, #685795) !important;
}

.product-bgcolor-light-purple {
  background-color: #7765A5 !important;
}

.product-color-gray > #page > .main-container .region-header {
  background: radial-gradient(#36b2a6, #216c64) !important;
}
.product-color-gray > #page > .main-container .region-header:before {
  background-color: transparent !important;
}
.product-color-gray > #page > .main-container article.product > .content #product-group-availability .field--name-field-product-availability > .field--items > .field--item:before {
  color: #28837a !important;
}
.product-color-gray > #page > .main-container .region-header .product-header-block .views-field-products .product-active {
  color: #28837a !important;
}
@media (max-width: 767px) {
  .product-color-gray > #page > .main-container .region-header .product-header-block .views-field-products .paragraph--view-mode--product-variations-format {
    color: #28837a !important;
  }
  .product-color-gray > #page > .main-container .region-header .product-header-block .views-field-products .product-active > div {
    background-color: #28837a !important;
    color: #FFFFFF;
  }
}
.product-color-gray .use-product-color {
  background-color: #28837a !important;
}
.product-color-gray .use-product-color-text {
  color: #28837a !important;
}
.product-color-gray:hover:not(body) .use-product-color-hover {
  background-color: #28837a !important;
}
.product-color-gray:hover:not(body) .use-product-color-hover-gradient {
  background: radial-gradient(#36b2a6, #216c64) !important;
}
.product-color-gray .use-product-color-gradient {
  background: radial-gradient(#36b2a6, #216c64) !important;
}

.product-bgcolor-gray {
  background-color: #28837a !important;
}

.product-color-strawberry-pink > #page > .main-container .region-header {
  background: radial-gradient(#f4ced7, #e2839a) !important;
}
.product-color-strawberry-pink > #page > .main-container .region-header:before {
  background-color: transparent !important;
}
.product-color-strawberry-pink > #page > .main-container article.product > .content #product-group-availability .field--name-field-product-availability > .field--items > .field--item:before {
  color: #E89CAE !important;
}
.product-color-strawberry-pink > #page > .main-container .region-header .product-header-block .views-field-products .product-active {
  color: #E89CAE !important;
}
@media (max-width: 767px) {
  .product-color-strawberry-pink > #page > .main-container .region-header .product-header-block .views-field-products .paragraph--view-mode--product-variations-format {
    color: #E89CAE !important;
  }
  .product-color-strawberry-pink > #page > .main-container .region-header .product-header-block .views-field-products .product-active > div {
    background-color: #E89CAE !important;
    color: #FFFFFF;
  }
}
.product-color-strawberry-pink .use-product-color {
  background-color: #E89CAE !important;
}
.product-color-strawberry-pink .use-product-color-text {
  color: #E89CAE !important;
}
.product-color-strawberry-pink:hover:not(body) .use-product-color-hover {
  background-color: #E89CAE !important;
}
.product-color-strawberry-pink:hover:not(body) .use-product-color-hover-gradient {
  background: radial-gradient(#f4ced7, #e2839a) !important;
}
.product-color-strawberry-pink .use-product-color-gradient {
  background: radial-gradient(#f4ced7, #e2839a) !important;
}

.product-bgcolor-strawberry-pink {
  background-color: #E89CAE !important;
}

.product-color-buttermilk > #page > .main-container .region-header {
  background: radial-gradient(#00e1d2, #00857c) !important;
}
.product-color-buttermilk > #page > .main-container .region-header:before {
  background-color: transparent !important;
}
.product-color-buttermilk > #page > .main-container article.product > .content #product-group-availability .field--name-field-product-availability > .field--items > .field--item:before {
  color: #00A499 !important;
}
.product-color-buttermilk > #page > .main-container .region-header .product-header-block .views-field-products .product-active {
  color: #00A499 !important;
}
@media (max-width: 767px) {
  .product-color-buttermilk > #page > .main-container .region-header .product-header-block .views-field-products .paragraph--view-mode--product-variations-format {
    color: #00A499 !important;
  }
  .product-color-buttermilk > #page > .main-container .region-header .product-header-block .views-field-products .product-active > div {
    background-color: #00A499 !important;
    color: #FFFFFF;
  }
}
.product-color-buttermilk .use-product-color {
  background-color: #00A499 !important;
}
.product-color-buttermilk .use-product-color-text {
  color: #00A499 !important;
}
.product-color-buttermilk:hover:not(body) .use-product-color-hover {
  background-color: #00A499 !important;
}
.product-color-buttermilk:hover:not(body) .use-product-color-hover-gradient {
  background: radial-gradient(#00e1d2, #00857c) !important;
}
.product-color-buttermilk .use-product-color-gradient {
  background: radial-gradient(#00e1d2, #00857c) !important;
}

.product-bgcolor-buttermilk {
  background-color: #00A499 !important;
}

.product-color-black > #page > .main-container .region-header {
  background: radial-gradient(#292929, black) !important;
}
.product-color-black > #page > .main-container .region-header:before {
  background-color: transparent !important;
}
.product-color-black > #page > .main-container article.product > .content #product-group-availability .field--name-field-product-availability > .field--items > .field--item:before {
  color: #0A0A0A !important;
}
.product-color-black > #page > .main-container .region-header .product-header-block .views-field-products .product-active {
  color: #0A0A0A !important;
}
@media (max-width: 767px) {
  .product-color-black > #page > .main-container .region-header .product-header-block .views-field-products .paragraph--view-mode--product-variations-format {
    color: #0A0A0A !important;
  }
  .product-color-black > #page > .main-container .region-header .product-header-block .views-field-products .product-active > div {
    background-color: #0A0A0A !important;
    color: #FFFFFF;
  }
}
.product-color-black .use-product-color {
  background-color: #0A0A0A !important;
}
.product-color-black .use-product-color-text {
  color: #0A0A0A !important;
}
.product-color-black:hover:not(body) .use-product-color-hover {
  background-color: #0A0A0A !important;
}
.product-color-black:hover:not(body) .use-product-color-hover-gradient {
  background: radial-gradient(#292929, black) !important;
}
.product-color-black .use-product-color-gradient {
  background: radial-gradient(#292929, black) !important;
}

.product-bgcolor-black {
  background-color: #0A0A0A !important;
}

/*
 * Page Builder Styles
 *
 */
body.page-node-type-page-builder > #page header {
  padding-left: 15px;
  padding-right: 15px;
}

body.page-node-type-page-builder.page-community #page > .main-container .region-header {
  background-image: url(../images/Community.jpg);
  background-position: center;
}

body.page-node-type-page-builder > #page > .main-container .heading-section {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 767px) {
  body > #page article.page-builder {
    padding: 0 1em;
  }
}
@media (max-width: 1199px) {
  body > #page article.page-builder .content .paragraph--type--row {
    margin-bottom: 5rem;
  }
}
body > #page article.page-builder .content .field--name-field-prg-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0em 2em;
}
@media (min-width: 1200px) and (max-width: 1919px) {
  body > #page article.page-builder .content .field--name-field-prg-row {
    padding: 0 1em 4em;
  }
}
@media (min-width: 1920px) {
  body > #page article.page-builder .content .field--name-field-prg-row {
    padding: 0 1em 6em;
  }
}
body > #page article.page-builder .content .field--name-field-prg-row h1 {
  margin-bottom: 0.5em;
}
body > #page article.page-builder .content .field--name-field-prg-row p {
  margin: 0 0 1.5em;
}
body > #page article.page-builder .content .field--name-field-prg-row > .col-sm-6 {
  padding-left: 0;
  padding-right: 0;
}
body > #page article.page-builder .content .field--name-field-prg-row > .field--item.col-sm-6:last-child:not(:first-child) .paragraph--type--prg-image,
body > #page article.page-builder .content .field--name-field-prg-row > .field--item.col-sm-4:last-child:not(:first-child) .paragraph--type--prg-image {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body > #page article.page-builder .content .field--name-field-prg-row > .field--item.col-sm-6:last-child:not(:first-child) .paragraph--type--prg-image.align-left,
body > #page article.page-builder .content .field--name-field-prg-row > .field--item.col-sm-4:last-child:not(:first-child) .paragraph--type--prg-image.align-left {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body > #page article.page-builder .content .field--name-field-prg-row > .field--item.col-sm-6:last-child:not(:first-child) .paragraph--type--prg-image.align-center,
body > #page article.page-builder .content .field--name-field-prg-row > .field--item.col-sm-4:last-child:not(:first-child) .paragraph--type--prg-image.align-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body > #page article.page-builder .content .field--name-field-prg-row > .field--item.col-sm-6:last-child:not(:first-child) .paragraph--type--prg-image.align-right,
body > #page article.page-builder .content .field--name-field-prg-row > .field--item.col-sm-4:last-child:not(:first-child) .paragraph--type--prg-image.align-right {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 480px) and (max-width: 1919px) and (-ms-high-contrast: active), screen and (min-width: 480px) and (max-width: 1919px) and (-ms-high-contrast: none) {
  body > #page article.page-builder .content .field--name-field-prg-row > .field--item.col-sm-6:last-child:not(:first-child),
body > #page article.page-builder .content .field--name-field-prg-row > .field--item.col-sm-4:last-child:not(:first-child) {
    display: inline-block;
  }
}
body > #page article.page-builder .content .field--name-field-prg-row > .field--item.col-sm-6 .paragraph--type--prg-image,
body > #page article.page-builder .content .field--name-field-prg-row > .field--item.col-sm-4 .paragraph--type--prg-image {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}
body > #page article.page-builder .content .field--name-field-prg-row > .field--item.col-sm-6 .paragraph--type--prg-image.align-left,
body > #page article.page-builder .content .field--name-field-prg-row > .field--item.col-sm-4 .paragraph--type--prg-image.align-left {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body > #page article.page-builder .content .field--name-field-prg-row > .field--item.col-sm-6 .paragraph--type--prg-image.align-center,
body > #page article.page-builder .content .field--name-field-prg-row > .field--item.col-sm-4 .paragraph--type--prg-image.align-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body > #page article.page-builder .content .field--name-field-prg-row > .field--item.col-sm-6 .paragraph--type--prg-image.align-center img,
body > #page article.page-builder .content .field--name-field-prg-row > .field--item.col-sm-4 .paragraph--type--prg-image.align-center img {
  max-width: 300px;
}
body > #page article.page-builder .content .field--name-field-prg-row > .field--item.col-sm-6 .paragraph--type--prg-image.align-right,
body > #page article.page-builder .content .field--name-field-prg-row > .field--item.col-sm-4 .paragraph--type--prg-image.align-right {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body > #page article.page-builder .content .field--name-field-prg-row > .field--item.col-sm-6 .field--name-field-prg-text,
body > #page article.page-builder .content .field--name-field-prg-row > .field--item.col-sm-4 .field--name-field-prg-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em 3.5em 3.5em;
  min-height: 370px;
}
@media (max-width: 1199px) {
  body > #page article.page-builder .content .field--name-field-prg-row > .field--item.col-sm-6 .field--name-field-prg-text,
body > #page article.page-builder .content .field--name-field-prg-row > .field--item.col-sm-4 .field--name-field-prg-text {
    padding: 2em 3.5em;
  }
}
@media (max-width: 991px) {
  body > #page article.page-builder .content .field--name-field-prg-row > .field--item.col-sm-6 .field--name-field-prg-text,
body > #page article.page-builder .content .field--name-field-prg-row > .field--item.col-sm-4 .field--name-field-prg-text {
    padding: 1em 2.5em;
  }
}
@media (max-width: 767px) {
  body > #page article.page-builder .content .field--name-field-prg-row > .field--item.col-sm-6 .field--name-field-prg-text,
body > #page article.page-builder .content .field--name-field-prg-row > .field--item.col-sm-4 .field--name-field-prg-text {
    padding: 1em 1.5em;
  }
}
body > #page article.page-builder .content .video-embed-field-responsive-video iframe {
  padding: 0 4rem;
}

body.page-node-type-page-builder #page .region #local-engagement-promise {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 5em;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 100%;
  background: #59aa4d;
  position: relative;
}
@media (max-width: 767px) {
  body.page-node-type-page-builder #page .region #local-engagement-promise {
    padding: 1em;
  }
}
body.page-node-type-page-builder #page .region #local-engagement-promise::before {
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  background: url(../images/local-pin.png) center center no-repeat;
  left: 25%;
  top: -130px;
}
@media (max-width: 480px) {
  body.page-node-type-page-builder #page .region #local-engagement-promise::before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
body.page-node-type-page-builder #page .region #local-engagement-promise div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991px) {
  body.page-node-type-page-builder #page .region #local-engagement-promise div {
    margin: 100px auto;
  }
}
@media (max-width: 767px) {
  body.page-node-type-page-builder #page .region #local-engagement-promise div {
    margin: 6em auto 2em;
  }
}
body.page-node-type-page-builder #page .region #local-engagement-promise div h2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 1em;
  -webkit-font-smoothing: antialiased;
}
body.page-node-type-page-builder #page .region #local-engagement-promise div ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.page-node-type-page-builder #page .region #local-engagement-promise div ul li {
  margin-bottom: 0.9em;
  position: relative;
  color: #FFFFFF;
  font-size: 1em;
  line-height: 1.6em;
  list-style-type: none;
}
body.page-node-type-page-builder #page .region #local-engagement-promise div ul li::before {
  position: absolute;
  content: "";
  left: -40px;
  top: 3px;
  right: 0;
  height: 3em;
  background: url(../images/icon-pin.png) no-repeat;
}
body.page-node-type-page-builder #page .region #local-engagement-promise div p {
  color: #FFFFFF;
  font-size: 17px;
  font-style: italic;
}

/*
 * CKEditor Classes
 *
 */
p.main-paragraph {
  color: #59aa4d;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  p.main-paragraph {
    padding: 0.5em 1.5em 0;
  }
}

h2.heading {
  color: #59aa4d;
  font-size: 1.8em;
  line-height: 4.5rem;
}

p.paragraph {
  color: #0A0A0A;
  font-size: 0.8em;
  line-height: 1.8em;
  font-weight: 500;
}

a.learn-more {
  color: #59aa4d;
  font-size: 0.7em;
  text-transform: uppercase;
}
a.learn-more::after {
  content: "\e092";
  font-family: "Glyphicons Halflings";
  font-size: 0.7em;
  line-height: 1;
  position: relative;
  top: 0px;
  left: 10px;
  pointer-events: none;
  display: inline-block;
  font-weight: normal;
}

/* Margin Override Function */
.mg-top-1 {
  margin-top: 1px !important;
}

.mg-top-2 {
  margin-top: 2px !important;
}

.mg-top-3 {
  margin-top: 3px !important;
}

.mg-top-4 {
  margin-top: 4px !important;
}

.mg-top-5 {
  margin-top: 5px !important;
}

.mg-top-6 {
  margin-top: 6px !important;
}

.mg-top-7 {
  margin-top: 7px !important;
}

.mg-top-8 {
  margin-top: 8px !important;
}

.mg-top-9 {
  margin-top: 9px !important;
}

.mg-top-10 {
  margin-top: 10px !important;
}

.mg-top-11 {
  margin-top: 11px !important;
}

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

.mg-top-13 {
  margin-top: 13px !important;
}

.mg-top-14 {
  margin-top: 14px !important;
}

.mg-top-15 {
  margin-top: 15px !important;
}

.mg-top-16 {
  margin-top: 16px !important;
}

.mg-top-17 {
  margin-top: 17px !important;
}

.mg-top-18 {
  margin-top: 18px !important;
}

.mg-top-19 {
  margin-top: 19px !important;
}

.mg-top-20 {
  margin-top: 20px !important;
}

.mg-top-21 {
  margin-top: 21px !important;
}

.mg-top-22 {
  margin-top: 22px !important;
}

.mg-top-23 {
  margin-top: 23px !important;
}

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

.mg-top-25 {
  margin-top: 25px !important;
}

.mg-top-26 {
  margin-top: 26px !important;
}

.mg-top-27 {
  margin-top: 27px !important;
}

.mg-top-28 {
  margin-top: 28px !important;
}

.mg-top-29 {
  margin-top: 29px !important;
}

.mg-top-30 {
  margin-top: 30px !important;
}

.mg-top-31 {
  margin-top: 31px !important;
}

.mg-top-32 {
  margin-top: 32px !important;
}

.mg-top-33 {
  margin-top: 33px !important;
}

.mg-top-34 {
  margin-top: 34px !important;
}

.mg-top-35 {
  margin-top: 35px !important;
}

.mg-top-36 {
  margin-top: 36px !important;
}

.mg-top-37 {
  margin-top: 37px !important;
}

.mg-top-38 {
  margin-top: 38px !important;
}

.mg-top-39 {
  margin-top: 39px !important;
}

.mg-top-40 {
  margin-top: 40px !important;
}

.mg-top-41 {
  margin-top: 41px !important;
}

.mg-top-42 {
  margin-top: 42px !important;
}

.mg-top-43 {
  margin-top: 43px !important;
}

.mg-top-44 {
  margin-top: 44px !important;
}

.mg-top-45 {
  margin-top: 45px !important;
}

.mg-top-46 {
  margin-top: 46px !important;
}

.mg-top-47 {
  margin-top: 47px !important;
}

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

.mg-top-49 {
  margin-top: 49px !important;
}

.mg-top-50 {
  margin-top: 50px !important;
}

.mg-top-51 {
  margin-top: 51px !important;
}

.mg-top-52 {
  margin-top: 52px !important;
}

.mg-top-53 {
  margin-top: 53px !important;
}

.mg-top-54 {
  margin-top: 54px !important;
}

.mg-top-55 {
  margin-top: 55px !important;
}

.mg-top-56 {
  margin-top: 56px !important;
}

.mg-top-57 {
  margin-top: 57px !important;
}

.mg-top-58 {
  margin-top: 58px !important;
}

.mg-top-59 {
  margin-top: 59px !important;
}

.mg-top-60 {
  margin-top: 60px !important;
}

.mg-top-61 {
  margin-top: 61px !important;
}

.mg-top-62 {
  margin-top: 62px !important;
}

.mg-top-63 {
  margin-top: 63px !important;
}

.mg-top-64 {
  margin-top: 64px !important;
}

.mg-top-65 {
  margin-top: 65px !important;
}

.mg-top-66 {
  margin-top: 66px !important;
}

.mg-top-67 {
  margin-top: 67px !important;
}

.mg-top-68 {
  margin-top: 68px !important;
}

.mg-top-69 {
  margin-top: 69px !important;
}

.mg-top-70 {
  margin-top: 70px !important;
}

.mg-top-71 {
  margin-top: 71px !important;
}

.mg-top-72 {
  margin-top: 72px !important;
}

.mg-top-73 {
  margin-top: 73px !important;
}

.mg-top-74 {
  margin-top: 74px !important;
}

.mg-top-75 {
  margin-top: 75px !important;
}

.mg-top-76 {
  margin-top: 76px !important;
}

.mg-top-77 {
  margin-top: 77px !important;
}

.mg-top-78 {
  margin-top: 78px !important;
}

.mg-top-79 {
  margin-top: 79px !important;
}

.mg-top-80 {
  margin-top: 80px !important;
}

.mg-top-81 {
  margin-top: 81px !important;
}

.mg-top-82 {
  margin-top: 82px !important;
}

.mg-top-83 {
  margin-top: 83px !important;
}

.mg-top-84 {
  margin-top: 84px !important;
}

.mg-top-85 {
  margin-top: 85px !important;
}

.mg-top-86 {
  margin-top: 86px !important;
}

.mg-top-87 {
  margin-top: 87px !important;
}

.mg-top-88 {
  margin-top: 88px !important;
}

.mg-top-89 {
  margin-top: 89px !important;
}

.mg-top-90 {
  margin-top: 90px !important;
}

.mg-top-91 {
  margin-top: 91px !important;
}

.mg-top-92 {
  margin-top: 92px !important;
}

.mg-top-93 {
  margin-top: 93px !important;
}

.mg-top-94 {
  margin-top: 94px !important;
}

.mg-top-95 {
  margin-top: 95px !important;
}

.mg-top-96 {
  margin-top: 96px !important;
}

.mg-top-97 {
  margin-top: 97px !important;
}

.mg-top-98 {
  margin-top: 98px !important;
}

.mg-top-99 {
  margin-top: 99px !important;
}

.mg-bottom-1 {
  margin-bottom: 1px !important;
}

.mg-bottom-2 {
  margin-bottom: 2px !important;
}

.mg-bottom-3 {
  margin-bottom: 3px !important;
}

.mg-bottom-4 {
  margin-bottom: 4px !important;
}

.mg-bottom-5 {
  margin-bottom: 5px !important;
}

.mg-bottom-6 {
  margin-bottom: 6px !important;
}

.mg-bottom-7 {
  margin-bottom: 7px !important;
}

.mg-bottom-8 {
  margin-bottom: 8px !important;
}

.mg-bottom-9 {
  margin-bottom: 9px !important;
}

.mg-bottom-10 {
  margin-bottom: 10px !important;
}

.mg-bottom-11 {
  margin-bottom: 11px !important;
}

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

.mg-bottom-13 {
  margin-bottom: 13px !important;
}

.mg-bottom-14 {
  margin-bottom: 14px !important;
}

.mg-bottom-15 {
  margin-bottom: 15px !important;
}

.mg-bottom-16 {
  margin-bottom: 16px !important;
}

.mg-bottom-17 {
  margin-bottom: 17px !important;
}

.mg-bottom-18 {
  margin-bottom: 18px !important;
}

.mg-bottom-19 {
  margin-bottom: 19px !important;
}

.mg-bottom-20 {
  margin-bottom: 20px !important;
}

.mg-bottom-21 {
  margin-bottom: 21px !important;
}

.mg-bottom-22 {
  margin-bottom: 22px !important;
}

.mg-bottom-23 {
  margin-bottom: 23px !important;
}

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

.mg-bottom-25 {
  margin-bottom: 25px !important;
}

.mg-bottom-26 {
  margin-bottom: 26px !important;
}

.mg-bottom-27 {
  margin-bottom: 27px !important;
}

.mg-bottom-28 {
  margin-bottom: 28px !important;
}

.mg-bottom-29 {
  margin-bottom: 29px !important;
}

.mg-bottom-30 {
  margin-bottom: 30px !important;
}

.mg-bottom-31 {
  margin-bottom: 31px !important;
}

.mg-bottom-32 {
  margin-bottom: 32px !important;
}

.mg-bottom-33 {
  margin-bottom: 33px !important;
}

.mg-bottom-34 {
  margin-bottom: 34px !important;
}

.mg-bottom-35 {
  margin-bottom: 35px !important;
}

.mg-bottom-36 {
  margin-bottom: 36px !important;
}

.mg-bottom-37 {
  margin-bottom: 37px !important;
}

.mg-bottom-38 {
  margin-bottom: 38px !important;
}

.mg-bottom-39 {
  margin-bottom: 39px !important;
}

.mg-bottom-40 {
  margin-bottom: 40px !important;
}

.mg-bottom-41 {
  margin-bottom: 41px !important;
}

.mg-bottom-42 {
  margin-bottom: 42px !important;
}

.mg-bottom-43 {
  margin-bottom: 43px !important;
}

.mg-bottom-44 {
  margin-bottom: 44px !important;
}

.mg-bottom-45 {
  margin-bottom: 45px !important;
}

.mg-bottom-46 {
  margin-bottom: 46px !important;
}

.mg-bottom-47 {
  margin-bottom: 47px !important;
}

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

.mg-bottom-49 {
  margin-bottom: 49px !important;
}

.mg-bottom-50 {
  margin-bottom: 50px !important;
}

.mg-bottom-51 {
  margin-bottom: 51px !important;
}

.mg-bottom-52 {
  margin-bottom: 52px !important;
}

.mg-bottom-53 {
  margin-bottom: 53px !important;
}

.mg-bottom-54 {
  margin-bottom: 54px !important;
}

.mg-bottom-55 {
  margin-bottom: 55px !important;
}

.mg-bottom-56 {
  margin-bottom: 56px !important;
}

.mg-bottom-57 {
  margin-bottom: 57px !important;
}

.mg-bottom-58 {
  margin-bottom: 58px !important;
}

.mg-bottom-59 {
  margin-bottom: 59px !important;
}

.mg-bottom-60 {
  margin-bottom: 60px !important;
}

.mg-bottom-61 {
  margin-bottom: 61px !important;
}

.mg-bottom-62 {
  margin-bottom: 62px !important;
}

.mg-bottom-63 {
  margin-bottom: 63px !important;
}

.mg-bottom-64 {
  margin-bottom: 64px !important;
}

.mg-bottom-65 {
  margin-bottom: 65px !important;
}

.mg-bottom-66 {
  margin-bottom: 66px !important;
}

.mg-bottom-67 {
  margin-bottom: 67px !important;
}

.mg-bottom-68 {
  margin-bottom: 68px !important;
}

.mg-bottom-69 {
  margin-bottom: 69px !important;
}

.mg-bottom-70 {
  margin-bottom: 70px !important;
}

.mg-bottom-71 {
  margin-bottom: 71px !important;
}

.mg-bottom-72 {
  margin-bottom: 72px !important;
}

.mg-bottom-73 {
  margin-bottom: 73px !important;
}

.mg-bottom-74 {
  margin-bottom: 74px !important;
}

.mg-bottom-75 {
  margin-bottom: 75px !important;
}

.mg-bottom-76 {
  margin-bottom: 76px !important;
}

.mg-bottom-77 {
  margin-bottom: 77px !important;
}

.mg-bottom-78 {
  margin-bottom: 78px !important;
}

.mg-bottom-79 {
  margin-bottom: 79px !important;
}

.mg-bottom-80 {
  margin-bottom: 80px !important;
}

.mg-bottom-81 {
  margin-bottom: 81px !important;
}

.mg-bottom-82 {
  margin-bottom: 82px !important;
}

.mg-bottom-83 {
  margin-bottom: 83px !important;
}

.mg-bottom-84 {
  margin-bottom: 84px !important;
}

.mg-bottom-85 {
  margin-bottom: 85px !important;
}

.mg-bottom-86 {
  margin-bottom: 86px !important;
}

.mg-bottom-87 {
  margin-bottom: 87px !important;
}

.mg-bottom-88 {
  margin-bottom: 88px !important;
}

.mg-bottom-89 {
  margin-bottom: 89px !important;
}

.mg-bottom-90 {
  margin-bottom: 90px !important;
}

.mg-bottom-91 {
  margin-bottom: 91px !important;
}

.mg-bottom-92 {
  margin-bottom: 92px !important;
}

.mg-bottom-93 {
  margin-bottom: 93px !important;
}

.mg-bottom-94 {
  margin-bottom: 94px !important;
}

.mg-bottom-95 {
  margin-bottom: 95px !important;
}

.mg-bottom-96 {
  margin-bottom: 96px !important;
}

.mg-bottom-97 {
  margin-bottom: 97px !important;
}

.mg-bottom-98 {
  margin-bottom: 98px !important;
}

.mg-bottom-99 {
  margin-bottom: 99px !important;
}

.mg-left-1 {
  margin-left: 1px !important;
}

.mg-left-2 {
  margin-left: 2px !important;
}

.mg-left-3 {
  margin-left: 3px !important;
}

.mg-left-4 {
  margin-left: 4px !important;
}

.mg-left-5 {
  margin-left: 5px !important;
}

.mg-left-6 {
  margin-left: 6px !important;
}

.mg-left-7 {
  margin-left: 7px !important;
}

.mg-left-8 {
  margin-left: 8px !important;
}

.mg-left-9 {
  margin-left: 9px !important;
}

.mg-left-10 {
  margin-left: 10px !important;
}

.mg-left-11 {
  margin-left: 11px !important;
}

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

.mg-left-13 {
  margin-left: 13px !important;
}

.mg-left-14 {
  margin-left: 14px !important;
}

.mg-left-15 {
  margin-left: 15px !important;
}

.mg-left-16 {
  margin-left: 16px !important;
}

.mg-left-17 {
  margin-left: 17px !important;
}

.mg-left-18 {
  margin-left: 18px !important;
}

.mg-left-19 {
  margin-left: 19px !important;
}

.mg-left-20 {
  margin-left: 20px !important;
}

.mg-left-21 {
  margin-left: 21px !important;
}

.mg-left-22 {
  margin-left: 22px !important;
}

.mg-left-23 {
  margin-left: 23px !important;
}

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

.mg-left-25 {
  margin-left: 25px !important;
}

.mg-left-26 {
  margin-left: 26px !important;
}

.mg-left-27 {
  margin-left: 27px !important;
}

.mg-left-28 {
  margin-left: 28px !important;
}

.mg-left-29 {
  margin-left: 29px !important;
}

.mg-left-30 {
  margin-left: 30px !important;
}

.mg-left-31 {
  margin-left: 31px !important;
}

.mg-left-32 {
  margin-left: 32px !important;
}

.mg-left-33 {
  margin-left: 33px !important;
}

.mg-left-34 {
  margin-left: 34px !important;
}

.mg-left-35 {
  margin-left: 35px !important;
}

.mg-left-36 {
  margin-left: 36px !important;
}

.mg-left-37 {
  margin-left: 37px !important;
}

.mg-left-38 {
  margin-left: 38px !important;
}

.mg-left-39 {
  margin-left: 39px !important;
}

.mg-left-40 {
  margin-left: 40px !important;
}

.mg-left-41 {
  margin-left: 41px !important;
}

.mg-left-42 {
  margin-left: 42px !important;
}

.mg-left-43 {
  margin-left: 43px !important;
}

.mg-left-44 {
  margin-left: 44px !important;
}

.mg-left-45 {
  margin-left: 45px !important;
}

.mg-left-46 {
  margin-left: 46px !important;
}

.mg-left-47 {
  margin-left: 47px !important;
}

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

.mg-left-49 {
  margin-left: 49px !important;
}

.mg-left-50 {
  margin-left: 50px !important;
}

.mg-left-51 {
  margin-left: 51px !important;
}

.mg-left-52 {
  margin-left: 52px !important;
}

.mg-left-53 {
  margin-left: 53px !important;
}

.mg-left-54 {
  margin-left: 54px !important;
}

.mg-left-55 {
  margin-left: 55px !important;
}

.mg-left-56 {
  margin-left: 56px !important;
}

.mg-left-57 {
  margin-left: 57px !important;
}

.mg-left-58 {
  margin-left: 58px !important;
}

.mg-left-59 {
  margin-left: 59px !important;
}

.mg-left-60 {
  margin-left: 60px !important;
}

.mg-left-61 {
  margin-left: 61px !important;
}

.mg-left-62 {
  margin-left: 62px !important;
}

.mg-left-63 {
  margin-left: 63px !important;
}

.mg-left-64 {
  margin-left: 64px !important;
}

.mg-left-65 {
  margin-left: 65px !important;
}

.mg-left-66 {
  margin-left: 66px !important;
}

.mg-left-67 {
  margin-left: 67px !important;
}

.mg-left-68 {
  margin-left: 68px !important;
}

.mg-left-69 {
  margin-left: 69px !important;
}

.mg-left-70 {
  margin-left: 70px !important;
}

.mg-left-71 {
  margin-left: 71px !important;
}

.mg-left-72 {
  margin-left: 72px !important;
}

.mg-left-73 {
  margin-left: 73px !important;
}

.mg-left-74 {
  margin-left: 74px !important;
}

.mg-left-75 {
  margin-left: 75px !important;
}

.mg-left-76 {
  margin-left: 76px !important;
}

.mg-left-77 {
  margin-left: 77px !important;
}

.mg-left-78 {
  margin-left: 78px !important;
}

.mg-left-79 {
  margin-left: 79px !important;
}

.mg-left-80 {
  margin-left: 80px !important;
}

.mg-left-81 {
  margin-left: 81px !important;
}

.mg-left-82 {
  margin-left: 82px !important;
}

.mg-left-83 {
  margin-left: 83px !important;
}

.mg-left-84 {
  margin-left: 84px !important;
}

.mg-left-85 {
  margin-left: 85px !important;
}

.mg-left-86 {
  margin-left: 86px !important;
}

.mg-left-87 {
  margin-left: 87px !important;
}

.mg-left-88 {
  margin-left: 88px !important;
}

.mg-left-89 {
  margin-left: 89px !important;
}

.mg-left-90 {
  margin-left: 90px !important;
}

.mg-left-91 {
  margin-left: 91px !important;
}

.mg-left-92 {
  margin-left: 92px !important;
}

.mg-left-93 {
  margin-left: 93px !important;
}

.mg-left-94 {
  margin-left: 94px !important;
}

.mg-left-95 {
  margin-left: 95px !important;
}

.mg-left-96 {
  margin-left: 96px !important;
}

.mg-left-97 {
  margin-left: 97px !important;
}

.mg-left-98 {
  margin-left: 98px !important;
}

.mg-left-99 {
  margin-left: 99px !important;
}

.mg-right-1 {
  margin-right: 1px !important;
}

.mg-right-2 {
  margin-right: 2px !important;
}

.mg-right-3 {
  margin-right: 3px !important;
}

.mg-right-4 {
  margin-right: 4px !important;
}

.mg-right-5 {
  margin-right: 5px !important;
}

.mg-right-6 {
  margin-right: 6px !important;
}

.mg-right-7 {
  margin-right: 7px !important;
}

.mg-right-8 {
  margin-right: 8px !important;
}

.mg-right-9 {
  margin-right: 9px !important;
}

.mg-right-10 {
  margin-right: 10px !important;
}

.mg-right-11 {
  margin-right: 11px !important;
}

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

.mg-right-13 {
  margin-right: 13px !important;
}

.mg-right-14 {
  margin-right: 14px !important;
}

.mg-right-15 {
  margin-right: 15px !important;
}

.mg-right-16 {
  margin-right: 16px !important;
}

.mg-right-17 {
  margin-right: 17px !important;
}

.mg-right-18 {
  margin-right: 18px !important;
}

.mg-right-19 {
  margin-right: 19px !important;
}

.mg-right-20 {
  margin-right: 20px !important;
}

.mg-right-21 {
  margin-right: 21px !important;
}

.mg-right-22 {
  margin-right: 22px !important;
}

.mg-right-23 {
  margin-right: 23px !important;
}

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

.mg-right-25 {
  margin-right: 25px !important;
}

.mg-right-26 {
  margin-right: 26px !important;
}

.mg-right-27 {
  margin-right: 27px !important;
}

.mg-right-28 {
  margin-right: 28px !important;
}

.mg-right-29 {
  margin-right: 29px !important;
}

.mg-right-30 {
  margin-right: 30px !important;
}

.mg-right-31 {
  margin-right: 31px !important;
}

.mg-right-32 {
  margin-right: 32px !important;
}

.mg-right-33 {
  margin-right: 33px !important;
}

.mg-right-34 {
  margin-right: 34px !important;
}

.mg-right-35 {
  margin-right: 35px !important;
}

.mg-right-36 {
  margin-right: 36px !important;
}

.mg-right-37 {
  margin-right: 37px !important;
}

.mg-right-38 {
  margin-right: 38px !important;
}

.mg-right-39 {
  margin-right: 39px !important;
}

.mg-right-40 {
  margin-right: 40px !important;
}

.mg-right-41 {
  margin-right: 41px !important;
}

.mg-right-42 {
  margin-right: 42px !important;
}

.mg-right-43 {
  margin-right: 43px !important;
}

.mg-right-44 {
  margin-right: 44px !important;
}

.mg-right-45 {
  margin-right: 45px !important;
}

.mg-right-46 {
  margin-right: 46px !important;
}

.mg-right-47 {
  margin-right: 47px !important;
}

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

.mg-right-49 {
  margin-right: 49px !important;
}

.mg-right-50 {
  margin-right: 50px !important;
}

.mg-right-51 {
  margin-right: 51px !important;
}

.mg-right-52 {
  margin-right: 52px !important;
}

.mg-right-53 {
  margin-right: 53px !important;
}

.mg-right-54 {
  margin-right: 54px !important;
}

.mg-right-55 {
  margin-right: 55px !important;
}

.mg-right-56 {
  margin-right: 56px !important;
}

.mg-right-57 {
  margin-right: 57px !important;
}

.mg-right-58 {
  margin-right: 58px !important;
}

.mg-right-59 {
  margin-right: 59px !important;
}

.mg-right-60 {
  margin-right: 60px !important;
}

.mg-right-61 {
  margin-right: 61px !important;
}

.mg-right-62 {
  margin-right: 62px !important;
}

.mg-right-63 {
  margin-right: 63px !important;
}

.mg-right-64 {
  margin-right: 64px !important;
}

.mg-right-65 {
  margin-right: 65px !important;
}

.mg-right-66 {
  margin-right: 66px !important;
}

.mg-right-67 {
  margin-right: 67px !important;
}

.mg-right-68 {
  margin-right: 68px !important;
}

.mg-right-69 {
  margin-right: 69px !important;
}

.mg-right-70 {
  margin-right: 70px !important;
}

.mg-right-71 {
  margin-right: 71px !important;
}

.mg-right-72 {
  margin-right: 72px !important;
}

.mg-right-73 {
  margin-right: 73px !important;
}

.mg-right-74 {
  margin-right: 74px !important;
}

.mg-right-75 {
  margin-right: 75px !important;
}

.mg-right-76 {
  margin-right: 76px !important;
}

.mg-right-77 {
  margin-right: 77px !important;
}

.mg-right-78 {
  margin-right: 78px !important;
}

.mg-right-79 {
  margin-right: 79px !important;
}

.mg-right-80 {
  margin-right: 80px !important;
}

.mg-right-81 {
  margin-right: 81px !important;
}

.mg-right-82 {
  margin-right: 82px !important;
}

.mg-right-83 {
  margin-right: 83px !important;
}

.mg-right-84 {
  margin-right: 84px !important;
}

.mg-right-85 {
  margin-right: 85px !important;
}

.mg-right-86 {
  margin-right: 86px !important;
}

.mg-right-87 {
  margin-right: 87px !important;
}

.mg-right-88 {
  margin-right: 88px !important;
}

.mg-right-89 {
  margin-right: 89px !important;
}

.mg-right-90 {
  margin-right: 90px !important;
}

.mg-right-91 {
  margin-right: 91px !important;
}

.mg-right-92 {
  margin-right: 92px !important;
}

.mg-right-93 {
  margin-right: 93px !important;
}

.mg-right-94 {
  margin-right: 94px !important;
}

.mg-right-95 {
  margin-right: 95px !important;
}

.mg-right-96 {
  margin-right: 96px !important;
}

.mg-right-97 {
  margin-right: 97px !important;
}

.mg-right-98 {
  margin-right: 98px !important;
}

.mg-right-99 {
  margin-right: 99px !important;
}

@media (max-width: 992px) {
  .affix,
.affix-bottom,
.affix-top {
    position: static !important;
  }
}
@media (max-width: 991px) {
  body h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
  }
  body h2,
body .view-products-category .key-facts-category-page .field--name-field-attributes-heading,
.view-products-category .key-facts-category-page body .field--name-field-attributes-heading,
body .view-homepage-product-categories.view-display-id-block_2 .view-footer h3,
.view-homepage-product-categories.view-display-id-block_2 .view-footer body h3,
body #block-exposedformproduct-availability-product-categorypage-1 .form--inline > .form-item .select-wrapper .selectize-control .selectize-input,
#block-exposedformproduct-availability-product-categorypage-1 .form--inline > .form-item .select-wrapper .selectize-control body .selectize-input,
body.page-node-type-product-old article.product > .content #product-group-keyfacts .field--name-field-product-attribute > .field--label,
body.page-node-type-product-old article.product > .content #product-group-nutrition .field--name-field-product-ingredients > .field--label,
body.path-taxonomy-regional_product_category .view-product-category .view-footer .field--name-field-rp-attribute-header {
    font-size: 4rem;
    line-height: 4rem;
  }
  body h3,
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper .selectize-control .selectize-input,
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper select,
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper .selectize-control .selectize-input,
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper select,
body #block-exposedformproduct-availability-product-categorypage-1 .form--inline > .form-item .select-wrapper select,
#block-exposedformproduct-availability-product-categorypage-1 .form--inline > .form-item .select-wrapper body select,
body.page-node-type-product-old article.product > .content #product-group-availability .field--name-field-product-availability > .field--label,
body.path-product-finder .view-product-category > .view-filters .form--inline > .form-item .select-wrapper .selectize-control .selectize-input,
body.path-product-finder .view-product-category > .view-filters .form--inline > .form-item .select-wrapper select,
body.page-node-type-recipe article.recipe > .content #recipe-group-right .field--name-preparation .field--name-field-heading,
body.page-node-type-recipe article.recipe > .content #recipe-group-left .field--name-ingredients > .field--label,
body > #page > .main-container .region-header.region-header-moment .moment-clock {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
  body h4,
body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-title,
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers > .view-content .views-row .field--name-field-question,
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page > .view-content .views-row .field--name-field-question,
body.page-node-type-product-old article.product > .content #product-group-nutrition .field--name-field-nutrition-facts h1,
body .view-recipes-all > .view-filters .form-item .select-wrapper .selectize-control .selectize-input,
.view-recipes-all > .view-filters .form-item .select-wrapper .selectize-control body .selectize-input,
body .view-recipes-category > .view-filters .form-item .select-wrapper .selectize-control .selectize-input,
.view-recipes-category > .view-filters .form-item .select-wrapper .selectize-control body .selectize-input,
body .view-recipes-all > .view-filters .form-item .select-wrapper select,
.view-recipes-all > .view-filters .form-item .select-wrapper body select,
body .view-recipes-category > .view-filters .form-item .select-wrapper select,
.view-recipes-category > .view-filters .form-item .select-wrapper body select,
body.page-node-type-recipe article.recipe > .content #recipe-group-left .field--name-ingredients .field--name-field-heading {
    font-size: 2.8rem;
    line-height: 3rem;
  }
  body h5,
body.path-taxonomy-regional_product_category .view-product-category .view-footer .field--name-field-legal-text,
body .view-recipes-all > .view-filters .form-actions .form-submit,
.view-recipes-all > .view-filters .form-actions body .form-submit,
body .view-recipes-category > .view-filters .form-actions .form-submit,
.view-recipes-category > .view-filters .form-actions body .form-submit,
body .view-recipes-all > .view-filters .form-item.checkbox label,
.view-recipes-all > .view-filters .form-item.checkbox body label,
body .view-recipes-category > .view-filters .form-item.checkbox label,
.view-recipes-category > .view-filters .form-item.checkbox body label {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  body .hidden-xs {
    display: none;
  }
  body .container-fluid {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .hidden-lg {
    display: none;
  }
}
@media (min-width: 1919px) {
  .hidden-xl {
    display: none;
  }
}
@media (max-width: 767px) {
  body h1 {
    font-size: 5rem;
    line-height: 6.5rem;
  }
}
@media (min-width: 2560px) {
  body > #page > .container-fluid {
    max-width: 2560px;
  }
}
/*
 * Layout Styles (Page, Regions, Main Menu)
 *
 */
body > #page {
  overflow: hidden;
  position: relative;
}

body.user-logged-in .svg-container .wave {
  -webkit-animation: none !important;
          animation: none !important;
}

/*
 * Main Menu Block
 *
 */
#block-natrel-main-menu .navbar-header {
  display: none;
}
#block-natrel-main-menu ul.navbar-nav {
  float: none;
  margin: 0 auto;
  text-align: center;
}
#block-natrel-main-menu ul.navbar-nav > li {
  -webkit-flex: 1;
          flex: 1;
  -ms-flex: 1;
  float: none;
  text-align: center;
  padding-top: 2rem;
}
#block-natrel-main-menu ul.navbar-nav > li a {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  display: inline-block;
  padding: 10px 0px 5px;
}
#block-natrel-main-menu ul.navbar-nav > li a:hover, #block-natrel-main-menu ul.navbar-nav > li a:focus {
  background-color: transparent;
  border-bottom: solid #FFFFFF 2px;
}
#block-natrel-main-menu ul.navbar-nav > li.logo-item {
  -webkit-flex: 1 0 200px;
          flex: 1 0 200px;
  -ms-flex: 1 0 200px;
}
#block-natrel-main-menu ul.navbar-nav > li.logo-item a {
  font-size: 0px;
  background-image: url("../images/logo-natrel-en.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  display: block;
  min-height: 45px;
  height: auto;
  border-bottom-width: 0px;
}
#block-natrel-main-menu ul.navbar-nav > li.search-item a {
  font-size: 0px;
  background-image: url("../images/recherche_JM_V1_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  display: block;
  height: auto;
  top: 5px;
  max-height: 25px;
  border-bottom-width: 0px;
}
.reposition-top {
  top: 80px !important;
}

.mobile-reposition-top {
  top: 39px !important;
}

/*
 * Mobile Header & Nav Layout
 *
 */
@media (max-width: 1199px) {
  body > #page > header #block-natrel-main-menu ul.navbar-nav {
    margin-left: -2rem;
    margin-right: -4rem;
  }
  body > #page > header #block-natrel-main-menu ul.navbar-nav li {
    background-image: none;
  }
  body > #page > header #block-natrel-main-menu ul.navbar-nav li.logo-item {
    -webkit-flex: 1 0 60px;
        -ms-flex: 1 0 60px;
            flex: 1 0 60px;
  }
}
@media (max-width: 767px) {
  body > #page > header {
    position: fixed;
    background: #0A0A0A;
    left: 0;
    right: 0;
    top: 0;
    min-height: 80px;
  }
  body > #page > header #block-natrel-main-menu .navbar-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body > #page > header #block-natrel-main-menu .navbar-header .navbar-header-menu {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    line-height: 80px;
  }
  body > #page > header #block-natrel-main-menu .navbar-header .navbar-header-menu .navbar-toggle {
    float: none;
  }
  body > #page > header #block-natrel-main-menu .navbar-header .navbar-header-menu .navbar-toggle .icon-bar {
    background: #FFFFFF;
    width: 28px;
    height: 3px;
    border-radius: 4px;
  }
  body > #page > header #block-natrel-main-menu .navbar-header .navbar-header-brand {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
    text-align: center;
    line-height: 80px;
  }
  body > #page > header #block-natrel-main-menu .navbar-header .navbar-header-brand img {
    max-height: 40px;
  }
  body > #page > header #block-natrel-main-menu .navbar-header .navbar-search-menu {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    line-height: 80px;
  }
  body > #page > header #block-natrel-main-menu .navbar-collapse {
    padding: 15px;
  }
  body > #page > header #block-natrel-main-menu .navbar-collapse ul.navbar-nav {
    margin: 0px;
    display: inherit;
  }
  body > #page > header #block-natrel-main-menu .navbar-collapse ul.navbar-nav li {
    background-image: none;
  }
  body > #page > header #block-natrel-main-menu .navbar-collapse ul.navbar-nav li a:hover,
body > #page > header #block-natrel-main-menu .navbar-collapse ul.navbar-nav li a:focus {
    border-bottom-width: 0px;
  }
  body > #page > header #block-natrel-main-menu .navbar-collapse ul.navbar-nav li.logo-item, body > #page > header #block-natrel-main-menu .navbar-collapse ul.navbar-nav li.search-item {
    display: none;
  }
  body > #page > .main-container {
    padding-top: 9rem;
    /*.region-header .recipe-header-block {
      padding-top: 10rem;
      padding-bottom: 0rem;

      .view-footer {
        bottom: -9rem !important;
        left: -4rem;
        right: -4rem;

        ul {
          li {
            max-width: 50%;
          }
        }
      }
    }*/
  }
  body > #page > .main-container .region-header {
    padding-top: 0rem !important;
    padding-bottom: 5rem !important;
  }
  body > #page > .main-container .region-header .page-header {
    padding-top: 12rem !important;
  }
  body > #page > .main-container .region-header .product-header-block {
    padding-top: 4rem;
    padding-bottom: 0rem;
  }
  body > #page > .main-container .region-header .product-header-block .view-content .views-row .group-right {
    margin-bottom: 3rem;
  }
  body > #page > .main-container .region-header .product-header-block .view-content .views-row .group-right .views-field-title {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body > #page {
    max-width: 2500px;
    margin: 0 auto;
  }
  #secondarynavigation.container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
body > #page > .main-container .heading-section {
  z-index: 2;
  margin-bottom: 4em;
}
@media (max-width: 767px) {
  body > #page > .main-container .heading-section {
    margin-bottom: 1em;
  }
}

body > #page > .main-container .region-header {
  color: #fff;
  padding: 0em 2em 10em;
  background: #59aa4d;
  position: relative;
  border-radius: 5px;
  margin-bottom: 0rem;
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  body > #page > .main-container .region-header {
    margin-bottom: 6rem;
    background-size: cover;
  }
}
@media (max-width: 991px) {
  body > #page > .main-container .region-header {
    min-height: 350px;
    background-size: cover;
  }
}
body > #page > .main-container .region-header > .header-container {
  z-index: 1;
  position: relative;
}
body > #page > .main-container .region-header > .svg-container {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
body > #page > .main-container .region-header .page-header {
  padding: 0;
  padding-top: 15rem;
  margin: 0;
  border-bottom-width: 0;
  text-align: center;
}
body > #page > .main-container .region-header.region-header-moment {
  padding-top: 5rem;
}
body > #page > .main-container .region-header.region-header-moment .moment-clock {
  position: relative;
  margin: 3rem auto;
  width: 20rem;
  height: 20rem;
  text-align: center;
  background: url(../images/clock.png) transparent no-repeat 0 0;
  text-align: center;
  background-size: cover;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
body > #page > .main-container .region-header.region-header-moment .moment-clock > div {
  position: relative;
}
body > #page > .main-container .region-header.region-header-moment .moment-clock > div sup {
  position: absolute;
  top: 50%;
  margin-top: -1rem;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  font-size: 0.8em;
  padding-left: 0.5rem;
}
@media screen and (min-width: 991px) {
  body > #page > .main-container .region-header.region-header-moment {
    padding: 5em 2em 15em;
  }
  body > #page > .main-container .region-header.region-header-moment .page-title {
    font-size: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  body > #page > .main-container .region-header.region-header-moment #block-views-block-moment-header {
    position: relative;
    top: 15rem;
  }
  body > #page > .main-container .region-header.region-header-moment .page-title {
    font-size: 9rem;
    position: relative;
    top: 50rem;
    color: #0A0A0A;
  }
}

body > #page .main-container .region-content {
  padding: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body > #page .main-container .region-content {
    padding: 0 2em;
  }
}

body.path-taxonomy-product_category > #page > .main-container .region-header {
  padding-bottom: 16em;
}

body > #page > .main-container .region-content h1.page-header {
  text-align: center;
  color: #0A0A0A;
  text-transform: none;
  border-bottom-width: 0px;
}
body > #page > .main-container .region-content h1.page-header {
  margin-top: 0px;
  padding-bottom: 0px;
  padding: 0 1.6em;
}
@media (max-width: 767px) {
  body > #page > .main-container .region-content h1.page-header {
    font-size: 4rem;
    line-height: 5.5rem;
    padding: 0 0.5em;
  }
}
body > #page > .main-container .region-content h2.page-subheader {
  font-family: "Open Sans", sans-serif;
  color: #0A0A0A;
  font-size: 2.8rem;
  line-height: 4rem;
  font-weight: normal;
  text-align: center;
}

body > #page > .main-container .region-header #block-views-block-404-page-block-1 {
  padding-top: 8rem;
}
@media (min-width: 768px) {
  body > #page > .main-container .region-header #block-views-block-404-page-block-1 {
    padding-top: 12rem;
  }
}
@media (min-width: 768px) {
  body > #page > .main-container .region-header #block-views-block-404-page-block-1 h1 {
    margin-bottom: 5rem;
  }
}
body > #page > .main-container .region-header #block-views-block-404-page-block-1 .btn-natrel {
  font-weight: 500;
}

/*
 * Recipe Page Content Type & Mobile Fixes
 *
 */
body.path-recipes #page > .main-container .region-header {
  background-image: url(../images/island-farms-recipes-hero.jpg);
  background-position: center;
  margin-bottom: 6rem;
}
@media (min-width: 1200px) {
  body.path-recipes #page > .main-container .region-header {
    margin-bottom: 5rem;
  }
}

body.page-node-type-recipe > #page > .main-container .region-header:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(101, 101, 101, 0.7);
  border-radius: 0px;
}

body.page-node-type-recipe .recipe-header-block {
  padding-top: 20rem;
  padding-bottom: 10rem;
}
@media (max-width: 991px) {
  body.page-node-type-recipe .recipe-header-block {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}
body.page-node-type-recipe .recipe-header-block .views-field-category a {
  color: #FFFFFF;
  background: #59aa4d;
  text-transform: uppercase;
  padding: 0.5em 0.75em 0.35em;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: bold;
  border-radius: 8px 0px 0px 8px;
  text-decoration: none;
  position: relative;
}
body.page-node-type-recipe .recipe-header-block .views-field-category a:after {
  left: 100%;
  top: 44%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #59aa4d;
  border-width: 17.5px;
  margin-top: -15px;
}
@media screen and (min-width: 480px) and (max-width: 1920px) and (-ms-high-contrast: active), screen and (min-width: 480px) and (max-width: 1920px) and (-ms-high-contrast: none) {
  body.page-node-type-recipe .recipe-header-block .views-field-category a:after {
    left: 99%;
    top: 43%;
    border-width: 17px;
  }
}
body.page-node-type-recipe .recipe-header-block .views-field-field-author {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.08em;
}
body.page-node-type-recipe .recipe-header-block .views-field-field-author .views-label {
  font-weight: bold;
}
body.page-node-type-recipe .recipe-header-block .views-field-field-author .views-label:before {
  content: "—";
  margin-right: 5px;
}
body.page-node-type-recipe .recipe-header-block .views-field-field-author .field-content {
  display: inline;
}
body.page-node-type-recipe .recipe-header-block .view-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -24rem;
  text-align: center;
}
@media (min-width: 1920px) {
  body.page-node-type-recipe .recipe-header-block .view-footer {
    bottom: -28rem;
  }
}
@media (max-width: 1919px) {
  body.page-node-type-recipe .recipe-header-block .view-footer {
    bottom: -27rem;
  }
}
@media (max-width: 1199px) {
  body.page-node-type-recipe .recipe-header-block .view-footer {
    bottom: -28rem;
  }
}
@media (max-width: 767px) {
  body.page-node-type-recipe .recipe-header-block .view-footer {
    bottom: -9rem;
  }
}
body.page-node-type-recipe .recipe-header-block .view-footer h5 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
body.page-node-type-recipe .recipe-header-block .view-footer ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px auto;
  display: table;
  border-spacing: 2rem 0rem;
  width: 100%;
}
@media (max-width: 767px) {
  body.page-node-type-recipe .recipe-header-block .view-footer ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body.page-node-type-recipe .recipe-header-block .view-footer ul li {
  display: inline-block;
  max-width: 50%;
  padding: 0 0.75rem;
}
@media (max-width: 767px) {
  body.page-node-type-recipe .recipe-header-block .view-footer ul li {
    padding: 0;
  }
}
body.page-node-type-recipe .recipe-header-block .view-footer ul li h2 {
  display: none;
}
body.page-node-type-recipe .recipe-header-block .view-footer ul li a img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  body.page-node-type-recipe .recipe-header-block .view-footer ul li a img {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  body.page-node-type-recipe .recipe-header-block .view-footer ul li .content .field--name-field-image-badge img {
    max-width: 70%;
  }
}
body.page-node-type-recipe article.recipe > .content {
  margin-right: auto;
  margin-left: auto;
  padding-top: 10rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (min-width: 480px) {
  body.page-node-type-recipe article.recipe > .content {
    max-width: calc(480px - 1rem);
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  body.page-node-type-recipe article.recipe > .content {
    max-width: calc(768px - 1rem);
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  body.page-node-type-recipe article.recipe > .content {
    max-width: calc(992px - 1rem);
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  body.page-node-type-recipe article.recipe > .content {
    max-width: calc(1200px - 1rem);
    width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  body.page-node-type-recipe article.recipe > .content {
    max-width: calc(1920px - 1rem);
    width: 100%;
  }
}
body.page-node-type-recipe article.recipe > .content #recipe-group-center {
  margin-top: -5rem;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  body.page-node-type-recipe article.recipe > .content #recipe-group-center {
    padding: 0 2rem 10rem;
  }
}
body.page-node-type-recipe article.recipe > .content #recipe-group-center .field--name-body p {
  color: #0A0A0A;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
body.page-node-type-recipe article.recipe > .content #recipe-group-center .field--name-field-description {
  font-weight: 600;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  line-height: 46px;
  font-weight: 700;
}
body.page-node-type-recipe article.recipe > .content #recipe-group-left {
  background-color: #FAFAFA;
  border-radius: 0px 8px 8px 0px;
  position: relative;
  left: -15px;
  padding: 5rem 10rem 5rem 3rem;
}
body.page-node-type-recipe article.recipe > .content #recipe-group-left .field--name-ingredients > .field--label {
  font-family: "Open Sans", sans-serif;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 700;
  margin-bottom: 0.7em;
}
body.page-node-type-recipe article.recipe > .content #recipe-group-left .field--name-ingredients > .field--item h3 {
  font-size: 1.2em;
  font-weight: 600;
}
body.page-node-type-recipe article.recipe > .content #recipe-group-left .field--name-ingredients > .field--item ul li {
  font-size: 0.9em;
  line-height: 2em;
}
body.page-node-type-recipe article.recipe > .content #recipe-group-left .field--name-ingredients > .field--item p {
  font-weight: 700;
}
body.page-node-type-recipe article.recipe > .content #recipe-group-left .field--name-ingredients .field--name-field-heading {
  margin-top: 2em;
  margin-bottom: 1em;
}
body.page-node-type-recipe article.recipe > .content #recipe-group-left .field--name-ingredients .field--name-field-prg-ingredient-item {
  margin-top: 1em;
}
body.page-node-type-recipe article.recipe > .content #recipe-group-left .field--name-ingredients .field--name-field-prg-ingredient-item .paragraph--type--prg-ingredient-item {
  padding: 0.5em;
  border-bottom: solid 2px #E3E3E3;
  font-size: 18px;
}
body.page-node-type-recipe article.recipe > .content #recipe-group-left .field--name-ingredients .field--name-field-prg-ingredient-item .paragraph--type--prg-ingredient-item .field--name-field-qty-imperial {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  font-weight: 600;
  text-transform: uppercase;
}
body.page-node-type-recipe article.recipe > .content #recipe-group-left .field--name-ingredients .field--name-field-prg-ingredient-item .paragraph--type--prg-ingredient-item .field--name-field-qty-metric {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  font-weight: 600;
  text-transform: uppercase;
}
body.page-node-type-recipe article.recipe > .content #recipe-group-left .field--name-ingredients .field--name-field-prg-ingredient-item .paragraph--type--prg-ingredient-item .field--name-field-ingredient-description {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
@media (max-width: 767px) {
  body.page-node-type-recipe article.recipe > .content #recipe-group-left .field--name-ingredients .field--name-field-prg-ingredient-item .paragraph--type--prg-ingredient-item {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  body.page-node-type-recipe article.recipe > .content #recipe-group-left .field--name-ingredients .field--name-field-prg-ingredient-item .paragraph--type--prg-ingredient-item .field--name-field-qty-imperial {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    -webkit-flex: 0;
        -ms-flex: 0;
            flex: 0;
    margin-right: 5px;
    min-width: 30px;
  }
  body.page-node-type-recipe article.recipe > .content #recipe-group-left .field--name-ingredients .field--name-field-prg-ingredient-item .paragraph--type--prg-ingredient-item .field--name-field-qty-metric {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    margin-right: 15px;
  }
  body.page-node-type-recipe article.recipe > .content #recipe-group-left .field--name-ingredients .field--name-field-prg-ingredient-item .paragraph--type--prg-ingredient-item .field--name-field-ingredient-description {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}
body.page-node-type-recipe article.recipe > .content #recipe-group-quickinfo {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 4rem;
  margin: 0 auto;
}
body.page-node-type-recipe article.recipe > .content #recipe-group-quickinfo > .field {
  -webkit-flex-basis: 24%;
      -ms-flex-preferred-size: 24%;
          flex-basis: 24%;
  padding-right: 0.25em;
  text-align: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 480px) and (max-width: 1920px) and (-ms-high-contrast: active), screen and (min-width: 480px) and (max-width: 1920px) and (-ms-high-contrast: none) {
  body.page-node-type-recipe article.recipe > .content #recipe-group-quickinfo > .field {
    -webkit-flex-basis: 24%;
        -ms-flex-preferred-size: 24%;
            flex-basis: 24%;
  }
}
@media screen and (min-width: 1920px) and (-ms-high-contrast: active), screen and (min-width: 1920px) and (-ms-high-contrast: none) {
  body.page-node-type-recipe article.recipe > .content #recipe-group-quickinfo > .field {
    -webkit-flex-basis: 24%;
        -ms-flex-preferred-size: 24%;
            flex-basis: 24%;
  }
}
body.page-node-type-recipe article.recipe > .content #recipe-group-quickinfo > .field:before {
  height: 50px;
  display: block;
  width: 40px;
  margin: 0 auto;
}
body.page-node-type-recipe article.recipe > .content #recipe-group-quickinfo > .field .field--label {
  font-size: 0.9em;
}
body.page-node-type-recipe article.recipe > .content #recipe-group-quickinfo > .field .field--item {
  font-size: 1.2em;
  line-height: 1.4em;
}
body.page-node-type-recipe article.recipe > .content #recipe-group-quickinfo .field--name-difficulty:before {
  content: url(../images/cooking_JM_V1.svg);
}
body.page-node-type-recipe article.recipe > .content #recipe-group-quickinfo .field--name-serves:before {
  content: url(../images/serving_JM_V1.svg);
}
body.page-node-type-recipe article.recipe > .content #recipe-group-quickinfo .field--name-time-preparation:before {
  position: relative;
  top: -5px;
  content: url(../images/preparation_JM_V1.svg);
}
body.page-node-type-recipe article.recipe > .content #recipe-group-quickinfo .field--name-time-cooking:before {
  content: url(../images/cooking_JM_V1.svg);
}
body.page-node-type-recipe article.recipe > .content #recipe-group-quickinfo .field--name-time-cooling:before {
  width: 32px;
  content: url(../images/cooling_JM_V1.svg);
}
body.page-node-type-recipe article.recipe > .content #recipe-group-right {
  padding: 5rem;
  margin-top: 0;
}
body.page-node-type-recipe article.recipe > .content #recipe-group-right .field--name-preparation .field--label {
  font-family: "Open Sans", sans-serif;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 700;
  margin-bottom: 0.7em;
}
body.page-node-type-recipe article.recipe > .content #recipe-group-right .field--name-preparation .field--name-field-heading {
  margin-top: 6rem;
  margin-bottom: 5rem;
}
body.page-node-type-recipe article.recipe > .content #recipe-group-right .field--name-preparation ol {
  counter-reset: preparationCounter;
}
body.page-node-type-recipe article.recipe > .content #recipe-group-right .field--name-preparation ol > li {
  margin-bottom: 1.25em;
  font-size: 0.9em;
  line-height: 2em;
  list-style-type: none;
  position: relative;
}
body.page-node-type-recipe article.recipe > .content #recipe-group-right .field--name-preparation ol > li .field--name-field-preparation-image {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
body.page-node-type-recipe article.recipe > .content #recipe-group-right .field--name-preparation ol > li:before {
  counter-increment: preparationCounter;
  content: counter(preparationCounter);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3d3d3d;
  border: solid 2px #818181;
  font-weight: 600;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding-top: 0px;
  vertical-align: top;
  top: 2px;
  left: -50px;
  position: absolute;
}
@media (max-width: 767px) {
  body.page-node-type-recipe article.recipe > .content #recipe-group-right .field--name-preparation ol > li:before {
    width: 30px;
    height: 30px;
    top: 4px;
    left: -40px;
  }
}
body.page-node-type-recipe article.recipe > .content #recipe-group-right .field--name-preparation ol > li > div {
  display: inline-block;
  max-width: calc(100% - 70px);
}
body.page-node-type-recipe article.recipe > .content #recipe-group-right .field--name-tips {
  background: #59aa4d;
  margin: 5em 0 0;
  padding: 3em;
}
@media (max-width: 1199px) {
  body.page-node-type-recipe article.recipe > .content #recipe-group-right .field--name-tips {
    padding: 2em;
  }
}
@media (max-width: 767px) {
  body.page-node-type-recipe article.recipe > .content #recipe-group-right .field--name-tips {
    margin: 4em 0 0;
    padding: 2em 1.5em;
    font-size: 0.9em;
  }
}
body.page-node-type-recipe article.recipe > .content #recipe-group-right .field--name-tips .field--label {
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 2.5rem;
  font-weight: 700;
  color: #FFFFFF;
  position: relative;
}
@media (max-width: 767px) {
  body.page-node-type-recipe article.recipe > .content #recipe-group-right .field--name-tips .field--item ul {
    margin-left: -10px;
  }
}
body.page-node-type-recipe article.recipe > .content #recipe-group-right .field--name-tips .field--item ul li {
  margin-bottom: 1em;
  color: #FFFFFF;
  font-weight: 400;
}
@media (max-width: 1199px) {
  body.page-node-type-recipe article.recipe > .content #recipe-group-right {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  body.page-node-type-recipe article.recipe > .content #recipe-group-quickinfo {
    margin-bottom: 0;
    padding: 2.5em;
  }
  body.page-node-type-recipe article.recipe > .content #recipe-group-quickinfo:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: solid 2px #E3E3E3;
    padding-bottom: 2rem;
  }
}
body.page-node-type-recipe article.recipe > .content #recipe-group-tips {
  padding: 3em;
  background: #59aa4d;
  color: #FFFFFF;
}
body.page-node-type-recipe article.recipe > .content #recipe-group-tips > .field .field--label {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
body.page-node-type-recipe article.recipe > .content #recipe-group-tips > .field .field--item ul li {
  font-size: 0.9em;
  line-height: 2em;
  margin-bottom: 1em;
}
body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 {
  color: #FFFFFF;
  padding: 5em 2em 4em;
  background: #59aa4d;
  margin: 20px -25px 40px;
}
@media (max-width: 991px) {
  body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 .view-related-recipes {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 .view-related-recipes > .view-header {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 32%;
      -ms-flex-preferred-size: 32%;
          flex-basis: 32%;
}
body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 .view-related-recipes > .view-header > div.view-header-container {
  padding: 2em 1em 3em 3em;
}
body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 .view-related-recipes > .view-header > div.view-header-container .related-recipe-heading {
  margin-bottom: 0.5em;
  font-weight: 700;
}
body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 .view-related-recipes > .view-header > div.view-header-container .related-recipe-heading span.term-name {
  text-transform: lowercase;
}
@media (max-width: 991px) {
  body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 .view-related-recipes > .view-header {
    text-align: center;
  }
  body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 .view-related-recipes > .view-header > div.view-header-container {
    padding: 2rem;
  }
}
body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 .view-related-recipes > .view-content {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 64%;
      -ms-flex-preferred-size: 64%;
          flex-basis: 64%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 .view-related-recipes > .view-content .views-row {
  padding: 1em;
  position: relative;
}
@media (min-width: 992px) {
  body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 .view-related-recipes > .view-content .views-row:nth-child(n+3) {
    display: none;
  }
}
body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 .view-related-recipes > .view-content .views-row .views-field-term-node-tid {
  position: absolute;
  top: 50px;
}
body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 .view-related-recipes > .view-content .views-row .views-field-term-node-tid a {
  color: #3d3d3d;
  background: #eef5eb;
  text-transform: uppercase;
  padding: 0.5em 0.75em 0.35em;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: bold;
  border-radius: 0px;
  text-decoration: none;
  position: relative;
}
body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 .view-related-recipes > .view-content .views-row .views-field-term-node-tid a:after {
  left: 100%;
  top: 47%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #eef5eb;
  border-width: 16px;
  margin-top: -15px;
}
body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 .view-related-recipes > .view-content .views-row .views-field-title {
  margin-top: 1em;
}
body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 .view-related-recipes > .view-content .views-row .views-field-title a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 700;
}
body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 .view-related-recipes > .view-content .views-row .views-field-image .field-content a img {
  border-radius: 10px;
}
body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 .view-related-recipes > .view-content .views-row .views-field-field-author {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.08em;
}
body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 .view-related-recipes > .view-content .views-row .views-field-field-author .views-label {
  font-weight: bold;
}
body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 .view-related-recipes > .view-content .views-row .views-field-field-author .views-label:before {
  content: "—";
  margin-right: 5px;
}
body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 .view-related-recipes > .view-content .views-row .views-field-field-author .field-content {
  display: inline;
}
body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 .view-related-recipes > .view-content .views-row .views-field-field-author .field-content a {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 .view-related-recipes > .view-content {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 .view-related-recipes > .view-content ul.slick-dots {
    display: none !important;
  }
  body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 .view-related-recipes > .view-content .views-row {
    margin: 0px 2rem;
    padding: 0px;
    max-width: 270px;
  }
  body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 .view-related-recipes > .view-content .views-row .views-field-term-node-tid {
    top: 20px;
  }
  body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 .view-related-recipes > .view-content .views-row .views-field-field-preparation-time {
    bottom: 0px;
    right: 0px;
    font-size: 12px;
  }
  body.page-node-type-recipe #block-views-block-recipes-related-recipes-block-1 .view-related-recipes > .view-content .views-row img {
    max-width: 270px !important;
  }
}

body.path-taxonomy-recipe_category #page > .main-container .region-content .view-recipes-category > .view-filters {
  display: none;
}

.view-recipes-all,
.view-recipes-category {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.view-recipes-all > .view-filters,
.view-recipes-category > .view-filters {
  margin-top: 2em;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0px 2rem;
}
.view-recipes-all > .view-filters > .views-exposed-form,
.view-recipes-all > .view-filters > .views-exposed-form > .form--inline,
.view-recipes-category > .view-filters > .views-exposed-form,
.view-recipes-category > .view-filters > .views-exposed-form > .form--inline {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.view-recipes-all > .view-filters .form-item,
.view-recipes-category > .view-filters .form-item {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 26%;
      -ms-flex-preferred-size: 26%;
          flex-basis: 26%;
  padding-right: 2rem;
  max-width: 300px;
}
.view-recipes-all > .view-filters .form-item legend,
.view-recipes-category > .view-filters .form-item legend {
  border-width: 0px;
}
.view-recipes-all > .view-filters .form-item.checkbox,
.view-recipes-category > .view-filters .form-item.checkbox {
  line-height: 5.75rem;
}
.view-recipes-all > .view-filters .form-item.checkbox label,
.view-recipes-category > .view-filters .form-item.checkbox label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1.5rem;
  font-weight: bold;
  text-indent: 1rem;
  margin-bottom: -5px;
}
.view-recipes-all > .view-filters .form-item.checkbox input,
.view-recipes-category > .view-filters .form-item.checkbox input {
  position: relative;
  top: -1px;
  margin-right: 0.75rem;
}
.view-recipes-all > .view-filters .form-item label,
.view-recipes-category > .view-filters .form-item label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1.5rem;
  text-indent: 1rem;
  margin-bottom: -5px;
}
@media (max-width: 767px) {
  .view-recipes-all > .view-filters .form-item label,
.view-recipes-category > .view-filters .form-item label {
    font-size: 1.25rem;
  }
}
.view-recipes-all > .view-filters .form-item .select-wrapper,
.view-recipes-category > .view-filters .form-item .select-wrapper {
  color: #0A0A0A;
  cursor: pointer;
  position: relative;
  margin-right: 2rem;
}
.view-recipes-all > .view-filters .form-item .select-wrapper select,
.view-recipes-category > .view-filters .form-item .select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border-width: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
  font-weight: 700;
  color: #0A0A0A;
  background-color: #FFFFFF;
  background-image: none;
}
.view-recipes-all > .view-filters .form-item .select-wrapper select option,
.view-recipes-category > .view-filters .form-item .select-wrapper select option {
  background-color: #FFFFFF;
  background-image: none;
  padding: 2rem;
  font-size: 18px;
  color: #0A0A0A;
}
.view-recipes-all > .view-filters .form-item .select-wrapper .selectize-control,
.view-recipes-category > .view-filters .form-item .select-wrapper .selectize-control {
  display: block;
}
.view-recipes-all > .view-filters .form-item .select-wrapper .selectize-control .selectize-input,
.view-recipes-category > .view-filters .form-item .select-wrapper .selectize-control .selectize-input {
  cursor: pointer;
  font-weight: 700;
  background: none;
  border-width: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-right: 28px;
}
.view-recipes-all > .view-filters .form-item .select-wrapper .selectize-control .selectize-input:hover,
.view-recipes-category > .view-filters .form-item .select-wrapper .selectize-control .selectize-input:hover {
  color: #59aa4d;
}
.view-recipes-all > .view-filters .form-item .select-wrapper .selectize-control .selectize-input:after,
.view-recipes-category > .view-filters .form-item .select-wrapper .selectize-control .selectize-input:after {
  content: none !important;
  display: none !important;
}
.view-recipes-all > .view-filters .form-item .select-wrapper .selectize-control .selectize-dropdown,
.view-recipes-category > .view-filters .form-item .select-wrapper .selectize-control .selectize-dropdown {
  min-height: 320px;
  padding: 1rem;
  font-size: 2rem;
  -webkit-box-shadow: 0px 0px 40px #666;
          box-shadow: 0px 0px 40px #666;
  border-radius: 4px;
}
.view-recipes-all > .view-filters .form-item .select-wrapper .selectize-control .selectize-dropdown .selectize-dropdown-content,
.view-recipes-category > .view-filters .form-item .select-wrapper .selectize-control .selectize-dropdown .selectize-dropdown-content {
  max-height: 420px;
}
.view-recipes-all > .view-filters .form-item .select-wrapper .selectize-control .selectize-dropdown [data-selectable],
.view-recipes-category > .view-filters .form-item .select-wrapper .selectize-control .selectize-dropdown [data-selectable] {
  padding: 1.5rem;
}
.view-recipes-all > .view-filters .form-item .select-wrapper .selectize-control:after,
.view-recipes-category > .view-filters .form-item .select-wrapper .selectize-control:after {
  content: none !important;
  display: none !important;
}
.view-recipes-all > .view-filters .form-item .select-wrapper:after,
.view-recipes-category > .view-filters .form-item .select-wrapper:after {
  color: #0A0A0A;
  content: "\e026";
  font-family: "Glyphicons Halflings";
  line-height: 1;
  margin: 5px;
  position: absolute;
  right: 0;
  top: 5px;
  pointer-events: none;
}
.view-recipes-all > .view-filters .form-item .select-wrapper:hover:after,
.view-recipes-all > .view-filters .form-item .select-wrapper:hover select,
.view-recipes-category > .view-filters .form-item .select-wrapper:hover:after,
.view-recipes-category > .view-filters .form-item .select-wrapper:hover select {
  color: #59aa4d;
}
.view-recipes-all > .view-filters .form-actions,
.view-recipes-category > .view-filters .form-actions {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  text-align: right;
}
.view-recipes-all > .view-filters .form-actions .form-submit,
.view-recipes-category > .view-filters .form-actions .form-submit {
  background: none;
  font-size: 1.8rem;
  border-radius: 0px;
  border-width: 0px;
  text-transform: uppercase;
  color: #59aa4d;
  font-weight: 700;
}
.view-recipes-all > .view-filters .form-actions .form-submit span,
.view-recipes-category > .view-filters .form-actions .form-submit span {
  display: none;
}
.view-recipes-all > .view-filters .form-actions .form-submit:after,
.view-recipes-category > .view-filters .form-actions .form-submit:after {
  content: "\e014";
  position: relative;
  top: 3px;
  left: 2px;
  font-family: "Glyphicons Halflings";
}
.view-recipes-all > .view-header,
.view-recipes-category > .view-header {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1920px) {
  .view-recipes-all > .view-header,
.view-recipes-category > .view-header {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .view-recipes-all > .view-header,
.view-recipes-category > .view-header {
    display: inline-block !important;
  }
}
.view-recipes-all > .view-header .view-display-id-block_featured,
.view-recipes-category > .view-header .view-display-id-block_featured {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-basis: 55%;
      -ms-flex-preferred-size: 55%;
          flex-basis: 55%;
  max-width: 840px;
  z-index: 2;
}
.view-recipes-all > .view-header .view-display-id-block_featured .view-content,
.view-recipes-category > .view-header .view-display-id-block_featured .view-content {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.view-recipes-all > .view-header .view-display-id-block_featured .view-content .views-row,
.view-recipes-category > .view-header .view-display-id-block_featured .view-content .views-row {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}
.view-recipes-all > .view-content,
.view-recipes-category > .view-content {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.view-recipes-all > .view-content .views-infinite-scroll-content-wrapper,
.view-recipes-category > .view-content .views-infinite-scroll-content-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.view-recipes-all > .view-content .views-row,
.view-recipes-category > .view-content .views-row {
  padding: 1em;
  margin-bottom: 2em;
  position: relative;
}
.view-recipes-all > .view-content .views-row .views-field-category,
.view-recipes-category > .view-content .views-row .views-field-category {
  position: absolute;
  top: 50px;
  left: 10px;
}
.view-recipes-all > .view-content .views-row .views-field-category a,
.view-recipes-category > .view-content .views-row .views-field-category a {
  color: #FFFFFF;
  background: #59aa4d;
  text-transform: uppercase;
  padding: 0.5em 0.75em 0.35em;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: bold;
  border-radius: 8px 0px 0px 8px;
  text-decoration: none;
  position: relative;
}
.view-recipes-all > .view-content .views-row .views-field-category a:after,
.view-recipes-category > .view-content .views-row .views-field-category a:after {
  left: 100%;
  top: 43%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #59aa4d;
  border-width: 17.5px;
  margin-top: -15px;
}
.view-recipes-all > .view-content .views-row .views-field-title,
.view-recipes-category > .view-content .views-row .views-field-title {
  margin-top: 1em;
}
.view-recipes-all > .view-content .views-row .views-field-title a,
.view-recipes-category > .view-content .views-row .views-field-title a {
  color: #0A0A0A;
  text-decoration: none;
}
.view-recipes-all > .view-content .views-row .views-field-uid,
.view-recipes-category > .view-content .views-row .views-field-uid {
  color: #0A0A0A;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.view-recipes-all > .view-content .views-row .views-field-uid .views-label,
.view-recipes-category > .view-content .views-row .views-field-uid .views-label {
  font-weight: bold;
}
.view-recipes-all > .view-content .views-row .views-field-uid .views-label:before,
.view-recipes-category > .view-content .views-row .views-field-uid .views-label:before {
  content: "—";
  margin-right: 5px;
}
.view-recipes-all > .view-content .views-row .views-field-uid .field-content,
.view-recipes-category > .view-content .views-row .views-field-uid .field-content {
  font-weight: 500;
  display: inline;
}
.view-recipes-all > .view-content .views-row .views-field-uid .field-content a,
.view-recipes-category > .view-content .views-row .views-field-uid .field-content a {
  color: #0A0A0A;
}
.view-recipes-all > .view-content .views-row .views-field-time-preparation,
.view-recipes-category > .view-content .views-row .views-field-time-preparation {
  font-weight: 500;
  position: absolute;
  bottom: 0.9em;
  right: 2rem;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  display: none;
}
.view-recipes-all > .view-content .views-row .views-field-time-preparation:before,
.view-recipes-category > .view-content .views-row .views-field-time-preparation:before {
  content: url(../images/time_JM_V1.svg);
  display: inline-block;
  width: 25px;
  height: 25px;
}
.view-recipes-all > .view-content .views-row .views-field-time-preparation .field-content,
.view-recipes-category > .view-content .views-row .views-field-time-preparation .field-content {
  margin-top: -1rem;
}
.view-recipes-all > ul.pager,
.view-recipes-category > ul.pager {
  margin: 3rem auto;
}
.view-recipes-all > ul.pager li,
.view-recipes-category > ul.pager li {
  display: inline-block;
}
.view-recipes-all > ul.pager li a,
.view-recipes-category > ul.pager li a {
  background: #59aa4d;
  color: #FFFFFF;
  border-width: 0px;
  padding: 1.5rem 3rem;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  body.page-node-type-recipe article.recipe > .content #recipe-group-quickinfo > .field {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 1199px) and (min-width: 480px) and (max-width: 1920px) and (-ms-high-contrast: active), screen and (max-width: 1199px) and (min-width: 480px) and (max-width: 1920px) and (-ms-high-contrast: none) {
  body.page-node-type-recipe article.recipe > .content #recipe-group-quickinfo > .field {
    -webkit-flex-basis: 24%;
        -ms-flex-preferred-size: 24%;
            flex-basis: 24%;
  }
}
@media (max-width: 991px) {
  body.page-node-type-recipe article.recipe > .content #recipe-group-left {
    padding: 3em;
    left: 0px;
  }
  body.page-node-type-recipe article.recipe > .content #recipe-group-right {
    padding: 3rem;
  }
  body.page-node-type-recipe article.recipe > .content #recipe-group-quickinfo > .field {
    font-size: 1.8rem;
    line-height: 2.1rem;
  }
  body.page-node-type-recipe article.recipe > .content #recipe-group-quickinfo > .field:nth-of-type(5) {
    margin: 0 0 30px 0;
  }
  body.page-node-type-recipe #block-views-block-related-recipes-block-1 {
    padding-left: 0px;
    padding-right: 0px;
  }
  body.page-node-type-recipe #block-views-block-related-recipes-block-1 .view-related-recipes > .view-header,
body.page-node-type-recipe #block-views-block-related-recipes-block-1 .view-related-recipes > .view-content {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  body.path-recipes .view-recipes-all > .view-filters > .views-exposed-form > .form--inline .form-item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    border-bottom: solid 1px #F1EEEE;
  }
  body.path-recipes .view-recipes-all > .view-filters > .views-exposed-form > .form--inline .form-item legend {
    display: none;
  }
  body.path-recipes .view-recipes-all > .view-filters > .views-exposed-form > .form--inline .form-item.checkbox {
    line-height: 2rem;
    border-width: 0px;
  }
}
@media (max-width: 767px) {
  body.page-node-type-recipe article.recipe > .content #recipe-group-left {
    margin: 2rem 0;
    padding: 5rem 2rem;
    left: 0px;
  }
  body.page-node-type-recipe article.recipe > .content #recipe-group-right {
    padding: 1rem;
  }
  body.page-node-type-recipe article.recipe > .content #recipe-group-quickinfo > .field {
    font-size: 1.8rem;
    line-height: 2.1rem;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    margin: 0 0 50px 0;
  }
  body.page-node-type-recipe article.recipe > .content #recipe-group-quickinfo > .field:before {
    height: 80px;
    display: block;
    width: 80px;
    margin: 0 auto 10px;
  }
  body.page-node-type-recipe article.recipe > .content #recipe-group-quickinfo > .field:nth-of-type(5) {
    margin: 0 auto 30px;
  }
  body.page-node-type-recipe article.recipe > .content #recipe-group-quickinfo .field--name-serves:before {
    margin: 0 auto -10px;
  }
  body.page-node-type-recipe article.recipe > .content #recipe-group-quickinfo .field--name-time-cooling:before {
    width: 50px;
  }
  body.page-node-type-recipe article.recipe > .content #recipe-group-tips {
    padding: 8rem 2rem;
  }
}
.no-results {
  position: relative;
}
.no-results .value {
  font-size: 35px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .no-results .value {
    position: absolute;
    right: 145px;
    top: -54px;
  }
}

/*
 * Product Page Content Type
 *
 */
body.path-products #page > .main-container .region-header {
  background-image: url(../images/island-farms-products-hero.jpg);
  background-position: center;
  margin-bottom: 6rem;
}

body.path-taxonomy-term-creams #page > .main-container .region-header,
body.path-taxonomy-term-crèmes #page > .main-container .region-header {
  background-position: center;
  margin-bottom: 6rem;
}

body.path-taxonomy-term-flavoured-milks #page > .main-container .region-header,
body.path-taxonomy-term-crèmes #page > .main-container .region-header {
  background-position: center;
  margin-bottom: 6rem;
}

body.path-taxonomy-term-milks #page > .main-container .region-header,
body.path-taxonomy-term-laits #page > .main-container .region-header {
  background-position: center;
  margin-bottom: 6rem;
}

body.page-node-type-regional-product #page > header {
  padding-left: 0;
  padding-right: 0;
}

body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
@media (max-width: 991px) {
  body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products {
    position: relative;
    bottom: -80px;
    height: 330px;
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products {
    position: relative;
    bottom: -20px;
    height: 240px;
    margin: 0 0 10px;
  }
}
body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul {
  padding: 0px;
  margin: 0px;
  text-align: center;
}
@media (max-width: 991px) {
  body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul {
    margin: 1em auto 3em;
  }
}
body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul li {
  list-style-type: none;
  margin: 1em 0;
  font-weight: 700;
  display: inline-block;
}
@media (min-width: 1920px) {
  body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991px) {
  body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul li {
    display: inline-block;
  }
}
body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul li > .paragraph--type--prg-product-variation .field--name-format {
  padding: 0.4em 1em 0.4em;
  cursor: pointer;
}
@media (max-width: 767px) {
  body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul li > .paragraph--type--prg-product-variation .field--name-format {
    color: #0A0A0A;
  }
}
body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul li > div.product {
  padding: 1.5rem 0px;
  cursor: pointer;
}
@media (min-width: 992px) {
  body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul li > div.product {
    text-indent: 3rem;
  }
}
body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul li > div.product > div {
  padding: 0.4em 1.6em !important;
  min-width: 15rem;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  cursor: pointer;
  color: #fff;
}
body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul li > div.product-active {
  -webkit-filter: none;
          filter: none;
  text-indent: 0px;
  padding: 0;
}
body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul li > div.product-active > div {
  font-size: 2rem;
  padding: 0.4em 1em 0.4em;
  border-radius: 10px;
  text-transform: none;
}
body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul li > div.product-active > div:before, body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul li > div.product-active > div:after {
  -webkit-transform: none !important;
          transform: none !important;
}
body.page-node-type-regional-product #page > .main-container {
  padding: 0;
  border-radius: 0px;
}
body.page-node-type-regional-product #page > .main-container .region-header {
  padding: 2em 2em 18em;
  margin: 0;
  position: relative;
}
@media (max-width: 767px) {
  body.page-node-type-regional-product #page > .main-container #product-group-nutrition {
    margin-top: 10em;
  }
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .block-views-blocknutrition-label-product-header-block {
  margin-top: 5rem;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 3rem;
  height: 6rem;
  width: 6rem;
  text-align: center;
  margin: 2rem auto;
  cursor: pointer;
  background-color: #59aa4d;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .disclaimer {
  font-size: 0.7em;
  line-height: 1.6rem;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition > div > .field--name-ingredients,
body.page-node-type-regional-product #page > .main-container #product-group-nutrition > div > .field--name-contains {
  margin-bottom: 15px;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition > div > .field--name-ingredients > .field--label,
body.page-node-type-regional-product #page > .main-container #product-group-nutrition > div > .field--name-contains > .field--label {
  font-weight: bolder;
  display: inline;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition > div > .field--name-ingredients > .field--label:after,
body.page-node-type-regional-product #page > .main-container #product-group-nutrition > div > .field--name-contains > .field--label:after {
  content: ":";
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition > div > .field--name-ingredients .field--item,
body.page-node-type-regional-product #page > .main-container #product-group-nutrition > div > .field--name-contains .field--item {
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.05px;
  display: inline;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition > div > .field--name-ingredients .field--item *,
body.page-node-type-regional-product #page > .main-container #product-group-nutrition > div > .field--name-contains .field--item * {
  display: inline;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition > div > .field--name-ingredients .field--item ul,
body.page-node-type-regional-product #page > .main-container #product-group-nutrition > div > .field--name-contains .field--item ul {
  padding-left: 0px;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition > div > .field--name-ingredients .field--item ul li,
body.page-node-type-regional-product #page > .main-container #product-group-nutrition > div > .field--name-contains .field--item ul li {
  padding-right: 5px;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition > div > .field--name-ingredients .field--item ul li:not(:first-child):before,
body.page-node-type-regional-product #page > .main-container #product-group-nutrition > div > .field--name-contains .field--item ul li:not(:first-child):before {
  content: "•";
  padding-right: 5px;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label {
  position: relative;
  overflow: hidden;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label.collapse[aria-expanded=false] {
  display: block;
  height: 365px !important;
  overflow: hidden;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label.collapsing[aria-expanded=false] {
  min-height: 365px !important;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label:not([aria-expanded=true]):after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 160px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: linear-gradient(rgba(255, 255, 255, 0), #FFFFFF);
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field .views-label {
  font-weight: bold;
  font-size: 1.2em;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content {
  font-size: 110%;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol-facts .field__item {
  font-size: 0.8em;
  line-height: 1.9em;
  letter-spacing: 0.5px;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol-facts .field__item.primary {
  font-weight: 600;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-2col-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 0.3rem 0 0;
  border-top: 4px solid #2c2c2c;
  border-bottom: 4px solid #2c2c2c;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-2col-title .field__label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  margin-right: 0.8em;
  font-size: 0.8em;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-2col-title .field__label.primary {
  font-weight: 600;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-2col-title .field__dv {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0.7em;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-2col-title .field__dv.primary {
  font-weight: 600;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-2col-dv {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 0.3rem 0 0;
  border-bottom: 2px solid #818181;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-2col-dv .field__label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  margin-right: 0.8em;
  font-size: 0.8em;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-2col-dv .field__label.primary {
  font-weight: 600;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-2col-dv .field__dv {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0.7em;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-2col-dv .field__dv.primary {
  font-weight: 600;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-2col-dv .field__item {
  font-size: 0.7em;
  line-height: 2;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-2col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 0.3rem 0 0;
  border-bottom: 2px solid #818181;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-2col.primary-last {
  border-bottom: 4px solid #2c2c2c;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-2col .field__label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  margin-right: 0.8em;
  font-size: 0.8em;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-2col .field__label.primary {
  font-weight: 600;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-2col .field__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 0.7em;
  line-height: 2em;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-3col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 0.3rem 0 0;
  border-bottom: 2px solid #818181;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-3col .field__label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  margin-right: 0.8em;
  font-size: 0.8em;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-3col .field__label.primary {
  font-weight: 600;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-3col .field__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  font-size: 0.7em;
  line-height: 2.1em;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-3col .field__dv {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0.7em;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-3col .field__dv.primary {
  font-weight: 600;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 0.3rem 0;
  border-bottom: 2px solid #818181;
}
@media screen and (min-width: 992px) and (max-width: 1919px) and (-ms-high-contrast: active), screen and (min-width: 992px) and (max-width: 1919px) and (-ms-high-contrast: none) {
  body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol {
    padding: 1 0 1.5rem 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 1920px) and (-ms-high-contrast: active), screen and (min-width: 480px) and (max-width: 1920px) and (-ms-high-contrast: none) {
  body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol {
    min-height: 80px;
    max-height: 100px;
  }
}
@media screen and (min-width: 1920px) and (-ms-high-contrast: active), screen and (min-width: 1920px) and (-ms-high-contrast: none) {
  body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol {
    min-height: 80px;
    max-height: 100px;
  }
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol .field-1col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0.5em;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol .field-1col .field-row-border {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 2px solid #818181;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol .field-1col .field-row-border .field__label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  margin-right: 0.8em;
  font-size: 0.8em;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol .field-1col .field-row-border .field__label.primary {
  font-weight: 600;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol .field-1col .field-row-border .field__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol .field-1col .field-row-border .field__dv {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0.7em;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol .field-1col .field-row-border .field__dv.primary {
  font-weight: 600;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol .field-1col .field-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 480px) and (max-width: 1920px) and (-ms-high-contrast: active), screen and (min-width: 480px) and (max-width: 1920px) and (-ms-high-contrast: none) {
  body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol .field-1col .field-row {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}
@media screen and (min-width: 1920px) and (-ms-high-contrast: active), screen and (min-width: 1920px) and (-ms-high-contrast: none) {
  body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol .field-1col .field-row {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol .field-1col .field-row .field__label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  margin-right: 0.8em;
  font-size: 0.7em;
  line-height: 2.2em;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol .field-1col .field-row .field__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  font-size: 0.7em;
  line-height: 2.2em;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol .field-1col-dv {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0.5em;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol .field-1col-dv .field-row-border {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 2px solid #818181;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol .field-1col-dv .field-row-border.no-border {
  border-bottom-width: 0px;
  margin-top: 2px;
  margin-bottom: -4px;
}
@media screen and (min-width: 480px) and (max-width: 1920px) and (-ms-high-contrast: active), screen and (min-width: 480px) and (max-width: 1920px) and (-ms-high-contrast: none) {
  body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol .field-1col-dv .field-row-border {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}
@media screen and (min-width: 1920px) and (-ms-high-contrast: active), screen and (min-width: 1920px) and (-ms-high-contrast: none) {
  body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol .field-1col-dv .field-row-border {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol .field-1col-dv .field-row-border .field__label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  margin-right: 0.8em;
  font-size: 0.7em;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol .field-1col-dv .field-row-border .field__label.primary {
  font-weight: 600;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol .field-1col-dv .field-row-border .field__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  font-size: 0.7em;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol .field-1col-dv .field-row-border .field__dv {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0.7em;
}
@media screen and (min-width: 480px) and (max-width: 1920px) and (-ms-high-contrast: active), screen and (min-width: 480px) and (max-width: 1920px) and (-ms-high-contrast: none) {
  body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol .field-1col-dv .field-row-border .field__dv {
    text-align: right;
  }
}
@media screen and (min-width: 1920px) and (-ms-high-contrast: active), screen and (min-width: 1920px) and (-ms-high-contrast: none) {
  body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol .field-1col-dv .field-row-border .field__dv {
    text-align: right;
  }
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol .field-1col-dv .field-row-border .field__dv.primary {
  font-weight: 600;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol .field-1col-dv .field-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol .field-1col-dv .field-row .field__label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  margin-right: 0.8em;
  font-size: 0.7em;
  line-height: 2.2em;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol .field-1col-dv .field-row .field__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  font-size: 0.7em;
  line-height: 2.2em;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol .field-dv-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol .field-dv-col .field__dv {
  font-size: 0.7em;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fullcol .field-dv-col .field__dv.primary {
  font-weight: 600;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-calories {
  border-top: solid 2px;
  border-bottom: none;
  font-size: 1.25em;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-calories .field__label.primary {
  margin-right: 0px;
  padding-right: 0.8em;
  border-bottom: solid 4px;
  font-weight: bolder;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-calories .field__item {
  border-bottom: solid 4px;
  font-weight: bolder;
  line-height: 1.6;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-fat,
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field-carb {
  border-bottom: none;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .nutrition-message {
  border-bottom-width: 0px;
  border-top: solid 4px #0A0A0A;
  margin-top: -2px;
  font-size: 0.9em;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .nutrition-message .field__label {
  display: inline-block;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition .nutrition-label > .view-content > .views-row > .views-field > span.field-content .nutrition-message .field__label b {
  margin-left: 3px;
}
body.page-node-type-regional-product #page > .main-container #product-group-nutrition {
  padding-top: 3em;
}
body.page-node-type-regional-product #page > .main-container #product-group-keyfacts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 7em 0 0;
  padding: 5em;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 100%;
  background: #59aa4d;
  position: relative;
}
@media (max-width: 991px) {
  body.page-node-type-regional-product #page > .main-container #product-group-keyfacts {
    padding: 0em 2em;
  }
}
@media (max-width: 767px) {
  body.page-node-type-regional-product #page > .main-container #product-group-keyfacts {
    padding: 1em;
  }
}
body.page-node-type-regional-product #page > .main-container #product-group-keyfacts:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  top: 0;
  background: transparent;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.8);
}
body.page-node-type-regional-product #page > .main-container #product-group-keyfacts .field--name-field-regional-product-attribute {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
@media (max-width: 991px) {
  body.page-node-type-regional-product #page > .main-container #product-group-keyfacts .field--name-field-regional-product-attribute {
    margin: 100px auto;
  }
}
@media (max-width: 991px) {
  body.page-node-type-regional-product #page > .main-container #product-group-keyfacts .field--name-field-regional-product-attribute {
    margin: 3em auto 2em;
  }
}
body.page-node-type-regional-product #page > .main-container #product-group-keyfacts .field--name-field-regional-product-attribute .field--label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 1em;
}
body.page-node-type-regional-product #page > .main-container #product-group-keyfacts .field--name-field-regional-product-attribute .field--items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 45px;
}
body.page-node-type-regional-product #page > .main-container #product-group-keyfacts .field--name-field-regional-product-attribute .field--items .field--item {
  margin-bottom: 0.9em;
  position: relative;
}
body.page-node-type-regional-product #page > .main-container #product-group-keyfacts .field--name-field-regional-product-attribute .field--items .field--item::before {
  position: absolute;
  content: "";
  left: -40px;
  top: 3px;
  right: 0;
  height: 3em;
  background: url(../images/icon-pin.png) no-repeat;
}
body.page-node-type-regional-product #page > .main-container #product-group-keyfacts .field--name-field-regional-product-attribute .field--items .field--item a {
  color: #FFFFFF;
  font-size: 1em;
  line-height: 1.6em;
}
body.page-node-type-regional-product #page > .main-container #product-group-keyfacts .field--name-field-regional-product-other-att {
  margin-top: 3rem;
  padding: 1rem 5rem;
}
body.page-node-type-regional-product #page > .main-container #product-group-keyfacts .field--name-field-regional-product-other-att:before {
  content: "";
  display: block;
  border-top: 4px solid #FFFFFF;
  border-radius: 6px;
}
body.page-node-type-regional-product #page > .main-container #product-group-keyfacts .field--name-field-regional-product-other-att .field--item {
  margin-bottom: 3rem;
  font-weight: 400;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.page-node-type-regional-product #page > .main-container #product-group-keyfacts .field--name-field-regional-product-other-att .field--item:before {
  content: "•";
  display: inline-block;
  margin-right: 2rem;
}
body.page-node-type-regional-product #page > .main-container #product-group-keyfacts .field--name-field-regional-product-other-att .field--item:first-child {
  padding-top: 3rem;
}
body.page-node-type-regional-product #page > .main-container #product-group-keyfacts .field--name-field-legal-note {
  margin-top: 5rem;
  margin-bottom: -8rem;
  padding: 1rem;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body.page-node-type-regional-product #page > .main-container #product-group-keyfacts .field--name-field-legal-note {
    margin-bottom: 1em;
  }
}
body.page-node-type-regional-product #page > .main-container #product-group-keyfacts .field--name-field-legal-note .product-legal-notes {
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.75rem;
}
body.page-node-type-regional-product #page > .main-container #product-group-availability {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 5em;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 100%;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  body.page-node-type-regional-product #page > .main-container #product-group-availability {
    padding: 3em 2em;
  }
}
body.page-node-type-regional-product #page > .main-container #product-group-availability .field--label {
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: 700;
  margin-bottom: 1em;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 480px) and (max-width: 1920px) and (-ms-high-contrast: active), screen and (min-width: 480px) and (max-width: 1920px) and (-ms-high-contrast: none) {
  body.page-node-type-regional-product #page > .main-container #product-group-availability .field--label {
    margin-bottom: 0;
  }
}
body.page-node-type-regional-product #page > .main-container #product-group-availability .field--label::before {
  content: url(../images/pin-local.svg);
  display: inline-block;
  width: 30px;
  margin-right: 10px;
}
@media screen and (min-width: 480px) and (max-width: 1920px) and (-ms-high-contrast: active), screen and (min-width: 480px) and (max-width: 1920px) and (-ms-high-contrast: none) {
  body.page-node-type-regional-product #page > .main-container #product-group-availability .field--label::before {
    position: relative;
    top: -50px;
  }
}
@media screen and (min-width: 1920px) and (-ms-high-contrast: active), screen and (min-width: 1920px) and (-ms-high-contrast: none) {
  body.page-node-type-regional-product #page > .main-container #product-group-availability .field--label::before {
    position: relative;
    top: -50px;
  }
}
body.page-node-type-regional-product #page > .main-container #product-group-availability .field--items .field--item {
  position: relative;
  margin-left: 1.5em;
}
body.page-node-type-regional-product #page > .main-container #product-group-availability .field--items .field--item::before {
  content: "•";
  position: absolute;
  left: -20px;
  color: #59aa4d;
  top: -2px;
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
}
body.page-node-type-regional-product #page > .main-container #block-views-block-products-recipes-with-product-content-block-1 {
  color: #FFFFFF;
  padding: 5em 2em 4em;
  background: #59aa4d;
  margin: 0 -20px;
}
@media (max-width: 991px) {
  body.page-node-type-regional-product #page > .main-container #block-views-block-products-recipes-with-product-content-block-1 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body.page-node-type-regional-product #page > .main-container .block-views-blockproducts-you-may-like-block-1 {
  margin: 6em 0px 4em;
}
body.page-node-type-regional-product #page > .main-container .block-views-blockproducts-you-may-like-block-1 .block-title {
  text-align: center;
  margin: 2rem auto;
  font-weight: 700;
}
@media (max-width: 767px) {
  body.page-node-type-regional-product #page > .main-container .block-views-blockproducts-you-may-like-block-1 .block-title {
    padding: 0 2rem;
  }
}

body.path-taxonomy-regional_product_category .view-product-category .view-header .field--name-description {
  color: #0A0A0A;
  text-align: center;
  margin-bottom: 3em;
  font-size: 2.5rem;
  line-height: 4rem;
}
@media (max-width: 767px) {
  body.path-taxonomy-regional_product_category .view-product-category .view-header .field--name-description {
    padding: 0 1em;
  }
}
body.path-taxonomy-regional_product_category .view-product-category .view-header .field--name-description p {
  font-family: "Open Sans", sans-serif;
}
body.path-taxonomy-regional_product_category .view-product-category .view-footer {
  margin: 5em 0px;
}
body.path-taxonomy-regional_product_category .view-product-category .view-footer .field--name-field-rp-attribute-header {
  text-align: center;
  color: #59aa4d;
}
body.path-taxonomy-regional_product_category .view-product-category .view-footer .field--name-field-regional-product-attribute {
  margin-top: 3rem;
}
@media (max-width: 991px) {
  body.path-taxonomy-regional_product_category .view-product-category .view-footer .field--name-field-regional-product-attribute {
    padding: 0 1.8em;
  }
}
body.path-taxonomy-regional_product_category .view-product-category .view-footer .field--name-field-regional-product-attribute .field--name-image.icon-checkmark img {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
body.path-taxonomy-regional_product_category .view-product-category .view-footer .field--name-field-regional-product-attribute .field--name-image img {
  margin: 0 auto;
}
body.path-taxonomy-regional_product_category .view-product-category .view-footer .field--name-field-regional-product-attribute .field--name-name {
  text-align: center;
  color: #59aa4d;
}
body.path-taxonomy-regional_product_category .view-product-category .view-footer .field--name-field-legal-text {
  margin-top: 8rem;
  margin-bottom: -8em;
  text-align: left;
  font-style: italic;
  font-size: 0.6em;
}
body.path-taxonomy-regional_product_category #block-views-block-products-recipes-with-product-category-block-1 {
  color: #FFFFFF;
  padding: 5em 2em 4em;
  background: #59aa4d;
  margin: 0 -20px 1em;
}
@media (max-width: 991px) {
  body.path-taxonomy-regional_product_category #block-views-block-products-recipes-with-product-category-block-1 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

body.path-product-finder > #page > .main-container .region-header {
  background: url(../images/farmers-home-hero.jpg);
  background-position: center;
}
body.path-product-finder .view-product-category > .view-filters {
  display: block;
  margin: 6rem 2rem 2rem;
  text-align: center;
}
body.path-product-finder .view-product-category > .view-filters .form-actions {
  display: none;
}
body.path-product-finder .view-product-category > .view-filters .form--inline > .form-item {
  float: none;
}
body.path-product-finder .view-product-category > .view-filters .form--inline > .form-item label {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
body.path-product-finder .view-product-category > .view-filters .form--inline > .form-item legend {
  border-width: 0px;
}
body.path-product-finder .view-product-category > .view-filters .form--inline > .form-item .select-wrapper {
  color: #59aa4d;
  background: none;
  cursor: pointer;
  position: relative;
  margin-left: 2rem;
}
body.path-product-finder .view-product-category > .view-filters .form--inline > .form-item .select-wrapper select {
  color: #59aa4d;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border-width: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
  font-weight: 900;
  background-image: none;
}
body.path-product-finder .view-product-category > .view-filters .form--inline > .form-item .select-wrapper select option {
  background-color: transparent;
  background-image: none;
  padding: 2rem;
  font-size: 16px;
  color: #59aa4d;
}
body.path-product-finder .view-product-category > .view-filters .form--inline > .form-item .select-wrapper .selectize-control {
  display: block;
  color: #59aa4d;
}
body.path-product-finder .view-product-category > .view-filters .form--inline > .form-item .select-wrapper .selectize-control:hover .selectize-input {
  color: #59aa4d;
}
body.path-product-finder .view-product-category > .view-filters .form--inline > .form-item .select-wrapper .selectize-control .selectize-input {
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  padding: 0px;
  padding-right: 60px;
  color: #59aa4d;
  font-weight: 900;
  background: none;
  border-width: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.path-product-finder .view-product-category > .view-filters .form--inline > .form-item .select-wrapper .selectize-control .selectize-input > .item {
  line-height: initial;
}
body.path-product-finder .view-product-category > .view-filters .form--inline > .form-item .select-wrapper .selectize-control .selectize-input > input {
  display: none !important;
}
body.path-product-finder .view-product-category > .view-filters .form--inline > .form-item .select-wrapper .selectize-control .selectize-input:after {
  content: none !important;
  display: none !important;
}
body.path-product-finder .view-product-category > .view-filters .form--inline > .form-item .select-wrapper .selectize-control .selectize-dropdown {
  min-height: 260px;
  min-width: 300px;
  padding: 1rem;
  font-size: 2rem;
  border-radius: 4px;
}
body.path-product-finder .view-product-category > .view-filters .form--inline > .form-item .select-wrapper .selectize-control .selectize-dropdown .selectize-dropdown-content {
  max-height: 380px;
}
body.path-product-finder .view-product-category > .view-filters .form--inline > .form-item .select-wrapper .selectize-control .selectize-dropdown [data-selectable] {
  padding: 1.5rem;
}
@media (max-width: 400px) {
  body.path-product-finder .view-product-category > .view-filters .form--inline > .form-item .select-wrapper .selectize-control .selectize-dropdown {
    left: -50px !important;
  }
}
body.path-product-finder .view-product-category > .view-filters .form--inline > .form-item .select-wrapper .selectize-control:after {
  content: none !important;
  display: none !important;
}
body.path-product-finder .view-product-category > .view-filters .form--inline > .form-item .select-wrapper:after {
  color: #59aa4d;
  content: "\e026";
  font-family: "Glyphicons Halflings";
  line-height: 1;
  margin: 5px;
  position: absolute;
  right: 0;
  top: 10px;
  pointer-events: none;
}
@media (max-width: 991px) {
  body.path-product-finder .view-product-category > .view-filters .form--inline > .form-item .select-wrapper:after {
    top: 0px;
  }
}
body.path-product-finder .view-product-category > .view-filters .form--inline > .form-item .select-wrapper:hover:after,
body.path-product-finder .view-product-category > .view-filters .form--inline > .form-item .select-wrapper:hover select {
  color: #59aa4d;
}

@media (min-width: 992px) {
  .view-products-you-may-like.limit-rows-on-desktop > .view-content .views-row:nth-child(n+4),
.view-product-category.limit-rows-on-desktop > .view-content .views-row:nth-child(n+4) {
    display: none;
  }
}
.view-products-you-may-like > .view-filters,
.view-product-category > .view-filters {
  display: none;
}
.view-products-you-may-like > .view-content,
.view-product-category > .view-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  text-align: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.view-products-you-may-like > .view-content .views-infinite-scroll-content-wrapper,
.view-product-category > .view-content .views-infinite-scroll-content-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.view-products-you-may-like > .view-content > h3,
.view-product-category > .view-content > h3 {
  text-align: left;
  margin: 12rem 1rem 4rem;
}
@media only screen and (min-width: 480px) {
  .view-products-you-may-like > .view-content > h3,
.view-product-category > .view-content > h3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}
.view-products-you-may-like > .view-content > h3 > a,
.view-product-category > .view-content > h3 > a {
  color: #0A0A0A;
  text-decoration: none;
}
.view-products-you-may-like > .view-content .views-row,
.view-product-category > .view-content .views-row {
  padding: 2rem 4.5rem;
  position: relative;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  color: #0A0A0A;
  margin-bottom: 6rem;
}
.view-products-you-may-like > .view-content .views-row .views-field,
.view-product-category > .view-content .views-row .views-field {
  position: relative;
  z-index: 1;
}
.view-products-you-may-like > .view-content .views-row .views-field-image-package .field-content,
.view-product-category > .view-content .views-row .views-field-image-package .field-content {
  min-height: 200px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .view-products-you-may-like > .view-content .views-row .views-field-image-package .field-content a,
.view-product-category > .view-content .views-row .views-field-image-package .field-content a {
    width: 100%;
  }
}
.view-products-you-may-like > .view-content .views-row .views-field-image-package .field-content a img,
.view-product-category > .view-content .views-row .views-field-image-package .field-content a img {
  margin: 0 auto;
  max-width: 80%;
  width: auto;
  max-height: 500px;
  min-height: 1px;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (min-width: 1920px) {
  .view-products-you-may-like > .view-content .views-row .views-field-image-package .field-content a img,
.view-product-category > .view-content .views-row .views-field-image-package .field-content a img {
    max-width: 80%;
  }
}
.view-products-you-may-like > .view-content .views-row .views-field-title,
.view-product-category > .view-content .views-row .views-field-title {
  padding-bottom: 2rem;
  border-bottom: solid 2px #0A0A0A;
}
.view-products-you-may-like > .view-content .views-row .views-field-title a,
.view-product-category > .view-content .views-row .views-field-title a {
  text-decoration: none;
  color: inherit;
  display: block;
  min-height: 9rem;
  font-weight: 700;
}
.view-products-you-may-like > .view-content .views-row .views-field-products,
.view-product-category > .view-content .views-row .views-field-products {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  min-height: 100px;
}
.view-products-you-may-like > .view-content .views-row .views-field-products > .views-label,
.view-product-category > .view-content .views-row .views-field-products > .views-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.view-products-you-may-like > .view-content .views-row .views-field-products > .field-content,
.view-product-category > .view-content .views-row .views-field-products > .field-content {
  text-align: left;
}
.view-products-you-may-like > .view-content .views-row .views-field-products > .field-content > div,
.view-product-category > .view-content .views-row .views-field-products > .field-content > div {
  margin-right: 2rem;
  display: inline;
  float: left;
}
.view-products-you-may-like > .view-content .views-row .views-field-products > .field-content > div div,
.view-product-category > .view-content .views-row .views-field-products > .field-content > div div {
  display: inline;
}
.view-products-you-may-like > .view-content .views-row .use-product-color-hover-gradient,
.view-product-category > .view-content .views-row .use-product-color-hover-gradient {
  background: #eef5eb;
  position: absolute;
  bottom: 0rem;
  left: 2rem;
  right: 2rem;
  height: 40rem;
  z-index: 0;
  border-radius: 8px;
}
.view-products-you-may-like > .view-content .views-row .use-product-color-hover-gradient a,
.view-product-category > .view-content .views-row .use-product-color-hover-gradient a {
  display: block;
  height: 100%;
}
.view-products-you-may-like > .view-content .views-row:hover,
.view-product-category > .view-content .views-row:hover {
  color: #FFFFFF;
}
.view-products-you-may-like > .view-content .views-row:hover .views-field-title,
.view-product-category > .view-content .views-row:hover .views-field-title {
  border-bottom-color: #FFFFFF;
}
.view-products-you-may-like > ul.pager,
.view-product-category > ul.pager {
  margin: 3rem auto;
}
.view-products-you-may-like > ul.pager li,
.view-product-category > ul.pager li {
  display: inline-block;
}
.view-products-you-may-like > ul.pager li a,
.view-product-category > ul.pager li a {
  background: #59aa4d;
  color: #FFFFFF;
  border-width: 0px;
  padding: 1.5rem 3rem;
  text-transform: uppercase;
}

.related-recipes-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.related-recipes-block > .view-header {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 32%;
      -ms-flex-preferred-size: 32%;
          flex-basis: 32%;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.related-recipes-block > .view-header > div.view-header-container {
  padding: 2em 1em 3em 3em;
}
.related-recipes-block > .view-header > div.view-header-container h2 {
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .related-recipes-block > .view-header > div.view-header-container h2 {
    margin: 0 50px 40px;
  }
}
.related-recipes-block > .view-header > div.view-header-container .related-recipe-heading {
  margin-bottom: 0.5em;
  font-weight: 700;
}
.related-recipes-block > .view-header > div.view-header-container .related-recipe-heading span.term-name {
  text-transform: lowercase;
}
.related-recipes-block > .view-header > div.view-header-container a.btn-primary {
  background-color: #3d3d3d;
  color: #eef5eb;
  border: none;
}
.related-recipes-block > .view-header > div.view-header-container a.btn-primary:hover {
  background-color: #2c2c2c;
  border: none;
}
@media (max-width: 991px) {
  .related-recipes-block > .view-header {
    text-align: center;
  }
  .related-recipes-block > .view-header > div.view-header-container {
    padding: 2rem;
  }
}
.related-recipes-block > .view-footer div.view-footer-container a.btn-primary {
  background-color: #3d3d3d;
  color: #eef5eb;
  border: none;
}
.related-recipes-block > .view-footer div.view-footer-container a.btn-primary:hover {
  background-color: #2c2c2c;
  border: none;
}
.related-recipes-block > .view-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 64%;
      -ms-flex-preferred-size: 64%;
          flex-basis: 64%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.related-recipes-block > .view-content .views-row {
  padding: 1em;
  position: relative;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
@media (min-width: 992px) {
  .related-recipes-block > .view-content .views-row:nth-child(n+3) {
    display: none;
  }
}
.related-recipes-block > .view-content .views-row .views-field-term-node-tid {
  position: absolute;
  top: 50px;
}
.related-recipes-block > .view-content .views-row .views-field-term-node-tid a {
  color: #3d3d3d;
  background: #eef5eb;
  text-transform: uppercase;
  padding: 0.5em 0.75em 0.35em;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: bold;
  border-radius: 0px;
  text-decoration: none;
  position: relative;
}
.related-recipes-block > .view-content .views-row .views-field-term-node-tid a:after {
  left: 100%;
  top: 44%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #eef5eb;
  border-width: 17.5px;
  margin-top: -15px;
}
.related-recipes-block > .view-content .views-row .views-field-title {
  margin: 1em 0 0.5em;
}
.related-recipes-block > .view-content .views-row .views-field-title a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .related-recipes-block > .view-content .views-row .views-field-title a {
    font-size: 1em;
  }
}
.related-recipes-block > .view-content .views-row .views-field-uid {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.related-recipes-block > .view-content .views-row .views-field-uid .views-label {
  font-weight: bold;
}
.related-recipes-block > .view-content .views-row .views-field-uid .views-label:before {
  content: "—";
  margin-right: 5px;
}
.related-recipes-block > .view-content .views-row .views-field-uid .field-content {
  display: inline;
}
.related-recipes-block > .view-content .views-row .views-field-uid .field-content a {
  color: #FFFFFF;
}
.related-recipes-block > .view-content .views-row .views-field-time-preparation {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  display: none;
}
@media (max-width: 991px) {
  .related-recipes-block > .view-content .views-row .views-field-time-preparation {
    bottom: 0;
    right: 0;
    left: unset;
  }
}
.related-recipes-block > .view-content .views-row .views-field-time-preparation:before {
  content: url(../images/time_JM_V1_white.svg);
  display: inline-block;
  width: 25px;
  height: 25px;
}
.related-recipes-block > .view-content .views-row .views-field-time-preparation > .field-content {
  margin-top: -10px;
}
@media (max-width: 991px) {
  .related-recipes-block > .view-content .views-row .views-field-time-preparation > .field-content {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .related-recipes-block > .view-content {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .related-recipes-block > .view-content ul.slick-dots {
    display: none !important;
  }
  .related-recipes-block > .view-content .views-row {
    margin: 0px 2rem;
    padding: 0px;
    max-width: 270px;
    min-height: 340px;
  }
  .related-recipes-block > .view-content .views-row .views-field-term-node-tid {
    top: 20px;
  }
  .related-recipes-block > .view-content .views-row .views-field-preparation {
    bottom: 0px;
    right: 0px;
    font-size: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .related-recipes-block > .view-content .views-row img {
    max-width: 270px !important;
  }
}

.view-our-products .view-header {
  margin-bottom: 8rem;
}
@media (max-width: 991px) {
  .view-our-products .view-header {
    margin-bottom: 3rem;
  }
}
.view-our-products .view-content .views-row {
  width: 47%;
  margin: 1.5%;
  color: #3d3d3d;
  background: #eef5eb;
  padding: 4rem 7rem;
  position: relative;
  border-radius: 8px;
  min-height: 400px;
  border-width: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.view-our-products .view-content .views-row:hover {
  background: #eef5eb url(../images/header-grain.png) no-repeat bottom right;
  background-blend-mode: screen;
  background-size: cover;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.view-our-products .view-content .views-row:hover .views-field-field-teaser-title div a {
  color: #59aa4d;
}
.view-our-products .view-content .views-row:hover .views-field-field-teaser-title div:after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.view-our-products .view-content .views-row .views-field-image {
  margin-left: -7rem;
}
.view-our-products .view-content .views-row .views-field-field-teaser-title span {
  font-size: 2.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}
.view-our-products .view-content .views-row .views-field-field-teaser-title div {
  margin-bottom: 0.5em;
}
.view-our-products .view-content .views-row .views-field-field-teaser-title div a {
  color: #59aa4d;
  font-size: 1.8em;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 991px) {
  .view-our-products .view-content .views-row .views-field-field-teaser-title div a {
    font-size: 1.8em;
  }
}
@media (max-width: 767px) {
  .view-our-products .view-content .views-row .views-field-field-teaser-title div a {
    font-size: 1.4em;
  }
}
.view-our-products .view-content .views-row .views-field-field-teaser-title div a:hover {
  color: #59aa4d;
}
.view-our-products .view-content .views-row .views-field-field-teaser-title div:after {
  color: #eef5eb;
  content: "\e092";
  font-family: "Glyphicons Halflings";
  line-height: 1;
  margin: 5px;
  position: relative;
  top: -8px;
  left: 10px;
  pointer-events: pointer;
  display: inline-block;
  font-size: 1.25rem;
  background: #58aa4c;
  padding: 0.75em;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .view-our-products .view-content .views-row .views-field-field-teaser-title div:after {
    top: -6px;
  }
}
.view-our-products .view-content .views-row .views-field-field-teaser-text {
  margin-bottom: 8rem;
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  color: #3d3d3d;
  -webkit-font-smoothing: antialiased;
}
.view-our-products .view-content .views-row .views-field-tid .field-content a,
.view-our-products .view-content .views-row .views-field-nothing .field-content a {
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
@media (max-width: 768px) {
  .view-our-products .view-content .masonry-item {
    width: 98%;
    margin: 1%;
  }
}

body.page-node-type-product-old article.product > .content {
  margin-top: 6em;
}
body.page-node-type-product-old article.product > .content #product-group-nutrition #block-views-block-nutrition-label-product-header-block > .form-group > .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
body.page-node-type-product-old article.product > .content #product-group-nutrition #block-views-block-nutrition-label-product-header-block > .form-group > .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field .field__label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 85%;
      -ms-flex-preferred-size: 85%;
          flex-basis: 85%;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.page-node-type-product-old article.product > .content #product-group-nutrition #block-views-block-nutrition-label-product-header-block > .form-group > .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field .field__label .primary {
  font-weight: bold;
}
body.page-node-type-product-old article.product > .content #product-group-nutrition #block-views-block-nutrition-label-product-header-block > .form-group > .nutrition-label > .view-content > .views-row > .views-field > span.field-content .field .field__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 15%;
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
body.page-node-type-product-old article.product > .content #product-group-nutrition .field--name-field-product-ingredients > .field--label {
  margin-bottom: 3rem;
}
body.page-node-type-product-old article.product > .content #product-group-nutrition .field--name-field-nutrition-facts {
  margin-top: 6rem;
  position: relative;
  overflow: hidden;
}
body.page-node-type-product-old article.product > .content #product-group-nutrition .field--name-field-nutrition-facts.collapse[aria-expanded=false] {
  display: block;
  height: 340px !important;
  overflow: hidden;
}
body.page-node-type-product-old article.product > .content #product-group-nutrition .field--name-field-nutrition-facts.collapsing[aria-expanded=false] {
  min-height: 340px !important;
}
body.page-node-type-product-old article.product > .content #product-group-nutrition .field--name-field-nutrition-facts:not([aria-expanded=true]):after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 160px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: linear-gradient(rgba(255, 255, 255, 0), #FFFFFF);
}
body.page-node-type-product-old article.product > .content #product-group-nutrition .field--name-field-nutrition-facts h1 {
  margin-bottom: 3px;
}
body.page-node-type-product-old article.product > .content #product-group-nutrition .field--name-field-nutrition-facts .field {
  display: inline-block;
}
body.page-node-type-product-old article.product > .content #product-group-nutrition .field--name-field-nutrition-facts table {
  width: 100%;
}
body.page-node-type-product-old article.product > .content #product-group-nutrition .field--name-field-nutrition-facts table thead tr th {
  padding: 0.1em 0;
  border-top: 3px solid #0A0A0A;
  border-bottom: 3px solid #0A0A0A;
}
body.page-node-type-product-old article.product > .content #product-group-nutrition .field--name-field-nutrition-facts table tbody tr td {
  border-bottom: 1px solid #0A0A0A;
  padding: 0.2em 0px;
}
body.page-node-type-product-old article.product > .content #product-group-nutrition .field--name-field-nutrition-facts table .align-right {
  float: none;
  text-align: right;
}
body.page-node-type-product-old article.product > .content #product-group-nutrition .field--name-field-nutrition-facts table .hide {
  display: none;
}
body.page-node-type-product-old article.product > .content #product-group-nutrition .field--name-field-nutrition-facts table tr.indent td {
  padding-left: 1em;
}
body.page-node-type-product-old article.product > .content #product-group-nutrition .field--name-field-nutrition-facts table .double-border tr td {
  border-bottom-width: 3px;
}
body.page-node-type-product-old article.product > .content #product-group-nutrition .nutrition-button {
  display: block;
  padding: 1.5rem;
  border-radius: 50%;
  color: #fff;
  font-size: 4rem;
  height: 6rem;
  width: 6rem;
  text-align: center;
  margin: 2rem auto;
  cursor: pointer;
}
body.page-node-type-product-old article.product > .content #product-group-keyfacts {
  margin: 6em -2rem 0px;
  padding: 6em 0px 4em;
  color: #FFFFFF;
  position: relative;
}
body.page-node-type-product-old article.product > .content #product-group-keyfacts:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  top: 0;
  background: transparent;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.8);
}
body.page-node-type-product-old article.product > .content #product-group-keyfacts > div {
  position: relative;
  z-index: 1;
}
body.page-node-type-product-old article.product > .content #product-group-keyfacts .field--name-field-product-attribute > .field--label {
  margin-bottom: 6rem;
}
body.page-node-type-product-old article.product > .content #product-group-keyfacts .field--name-field-product-attribute > .field--items .field--item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 4rem;
}
body.page-node-type-product-old article.product > .content #product-group-keyfacts .field--name-field-product-attribute > .field--items .field--item > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
body.page-node-type-product-old article.product > .content #product-group-keyfacts .field--name-field-product-attribute > .field--items .field--item > div .field--name-field-key-facts-image {
  -webkit-flex-basis: 150px;
      -ms-flex-preferred-size: 150px;
          flex-basis: 150px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page-node-type-product-old article.product > .content #product-group-keyfacts .field--name-field-product-attribute > .field--items .field--item > div .field--name-field-key-facts-image img {
  max-height: 100px;
}
body.page-node-type-product-old article.product > .content #product-group-keyfacts .field--name-field-product-attribute > .field--items .field--item > div h4 {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
body.page-node-type-product-old article.product > .content #product-group-keyfacts .field--name-field-product-other-attribute {
  margin-top: 3rem;
  padding: 1rem 5rem;
}
body.page-node-type-product-old article.product > .content #product-group-keyfacts .field--name-field-product-other-attribute:before {
  content: "";
  display: block;
  border-top: 4px solid #FFFFFF;
  border-radius: 6px;
}
body.page-node-type-product-old article.product > .content #product-group-keyfacts .field--name-field-product-other-attribute .field--item {
  margin-bottom: 3rem;
  font-weight: 400;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.page-node-type-product-old article.product > .content #product-group-keyfacts .field--name-field-product-other-attribute .field--item:before {
  content: "•";
  display: inline-block;
  margin-right: 2rem;
}
body.page-node-type-product-old article.product > .content #product-group-keyfacts .field--name-field-product-other-attribute .field--item:first-child {
  padding-top: 3rem;
}
body.page-node-type-product-old article.product > .content #product-group-keyfacts .field--name-field-legal-note {
  margin-top: 5rem;
  margin-bottom: -8rem;
  padding: 1rem 5rem;
}
body.page-node-type-product-old article.product > .content #product-group-keyfacts .field--name-field-legal-note .product-legal-notes {
  font-size: 1.5rem;
  line-height: 1.75rem;
}
body.page-node-type-product-old article.product > .content #product-group-availability {
  margin: 6em 0px;
}
body.page-node-type-product-old article.product > .content #product-group-availability .field--name-field-product-availability > .field--label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}
body.page-node-type-product-old article.product > .content #product-group-availability .field--name-field-product-availability > .field--label:before {
  content: url(../images/product_availability_JM_V1.svg);
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
body.page-node-type-product-old article.product > .content #product-group-availability .field--name-field-product-availability > .field--items {
  padding-left: 10px;
}
body.page-node-type-product-old article.product > .content #product-group-availability .field--name-field-product-availability > .field--items .field--item {
  margin-bottom: 1.5rem;
  font-weight: 600;
}
body.page-node-type-product-old article.product > .content #product-group-availability .field--name-field-product-availability > .field--items .field--item:before {
  content: "•";
  display: inline-block;
  margin-right: 2rem;
}
body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 {
  color: #FFFFFF;
  padding: 5em 2em 4em;
  background: #0a0a0a url("../images/related-recipes-grain.png") no-repeat bottom left;
  margin: 0 -20px;
}
@media (max-width: 991px) {
  body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products > .view-header {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 32%;
      -ms-flex-preferred-size: 32%;
          flex-basis: 32%;
}
body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products > .view-header > div.view-header-container {
  padding: 2em 1em 3em 3em;
}
body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products > .view-header > div.view-header-container .related-recipe-heading {
  margin-bottom: 0.5em;
  font-weight: 700;
}
body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products > .view-header > div.view-header-container .related-recipe-heading span.term-name {
  text-transform: lowercase;
}
@media (max-width: 991px) {
  body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products > .view-header {
    text-align: center;
  }
  body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products > .view-header > div.view-header-container {
    padding: 2rem;
  }
}
body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products > .view-content {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 64%;
      -ms-flex-preferred-size: 64%;
          flex-basis: 64%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products > .view-content .views-row {
  padding: 1em;
  position: relative;
}
@media (min-width: 992px) {
  body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products > .view-content .views-row:nth-child(n+3) {
    display: none;
  }
}
body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products > .view-content .views-row .views-field-term-node-tid {
  position: absolute;
  top: 50px;
}
body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products > .view-content .views-row .views-field-term-node-tid a {
  color: #FFFFFF;
  background: #0A0A0A;
  text-transform: uppercase;
  padding: 0.5em 0.75em 0.35em;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: bold;
  border-radius: 0px;
  text-decoration: none;
  position: relative;
}
body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products > .view-content .views-row .views-field-term-node-tid a:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #0A0A0A;
  border-width: 14px;
  margin-top: -14px;
}
body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products > .view-content .views-row .views-field-title {
  margin-top: 1em;
}
body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products > .view-content .views-row .views-field-title a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 700;
}
body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products > .view-content .views-row .views-field-field-author {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.08em;
}
body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products > .view-content .views-row .views-field-field-author .views-label {
  font-weight: bold;
}
body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products > .view-content .views-row .views-field-field-author .views-label:before {
  content: "—";
  margin-right: 5px;
}
body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products > .view-content .views-row .views-field-field-author .field-content {
  display: inline;
}
body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products > .view-content .views-row .views-field-field-author .field-content a {
  color: #FFFFFF;
}
body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products > .view-content .views-row .views-field-field-preparation-time {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}
body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products > .view-content .views-row .views-field-field-preparation-time:before {
  content: url(../images/time_JM_V1_white.svg);
  display: inline-block;
  width: 25px;
  height: 25px;
}
body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products > .view-content .views-row .views-field-field-preparation-time > .field-content {
  margin-top: -10px;
}
@media (max-width: 991px) {
  body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products > .view-content {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products > .view-content ul.slick-dots {
    display: none !important;
  }
  body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products > .view-content .views-row {
    margin: 0px 2rem;
    padding: 0px;
    max-width: 270px;
  }
  body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products > .view-content .views-row .views-field-term-node-tid {
    top: 20px;
  }
  body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products > .view-content .views-row .views-field-field-preparation-time {
    bottom: 0px;
    right: 0px;
    font-size: 12px;
  }
  body.page-node-type-product-old #block-views-block-products-related-with-products-block-1 .view-products-related-with-products > .view-content .views-row img {
    max-width: 270px !important;
  }
}
body.page-node-type-product-old #block-views-block-products-related-products-block-1,
body.page-node-type-product-old #block-views-block-products-you-may-like-block-1,
body.page-node-type-product-old #block-views-block-products-you-may-like-block-2 {
  margin: 6em 0px;
}
body.page-node-type-product-old #block-views-block-products-related-products-block-1 h2.block-title,
body.page-node-type-product-old #block-views-block-products-you-may-like-block-1 h2.block-title,
body.page-node-type-product-old #block-views-block-products-you-may-like-block-2 h2.block-title {
  text-align: center;
  margin: 2rem auto;
}

.product-header-block {
  padding-top: 20rem;
  padding-bottom: 0rem;
  margin-bottom: 0rem;
}
.product-header-block .view-content .views-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.product-header-block .view-content .views-row .group-right .views-field-title {
  font-size: 7.5rem;
  line-height: 8.5rem;
  margin-bottom: 3rem;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}
.product-header-block .view-content .views-row .group-right .views-field-description {
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  line-height: 3.3rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.product-header-block .view-content .views-row .group-right .views-field-description .product-legal-notes {
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.product-header-block .view-content .views-row .views-field-products-1 {
  position: relative;
  top: -50px;
  padding-left: 0px;
  padding-right: 0px;
}
.product-header-block .view-content .views-row .views-field-products-1 .field-content .paragraph--type--prg-product-variation {
  visibility: hidden;
}
.product-header-block .view-content .views-row .views-field-products-1 .field-content .paragraph--type--prg-product-variation.product-active {
  visibility: visible;
}
.product-header-block .view-content .views-row .views-field-products-1 .field--name-image img:not(.affix):not(.affix-bottom) {
  top: 100px;
  position: absolute;
}
.product-header-block .view-content .views-row .views-field-products {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.product-header-block .view-content .views-row .views-field-products ul {
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.product-header-block .view-content .views-row .views-field-products ul li {
  list-style-type: none;
  margin: 0px;
  font-weight: 700;
}
.product-header-block .view-content .views-row .views-field-products ul li > div.product {
  padding: 1.5rem 0px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .product-header-block .view-content .views-row .views-field-products ul li > div.product {
    text-indent: 3rem;
  }
}
.product-header-block .view-content .views-row .views-field-products ul li > div.product > div {
  padding: 0.4em 1.6em !important;
  min-width: 15rem;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
.product-header-block .view-content .views-row .views-field-products ul li > div.product-active {
  text-indent: 0px;
}
.product-header-block .view-content .views-row .views-field-products ul li > div.product-active > div {
  background-color: #FFFFFF;
}
.product-header-block .view-content .views-row .views-field-products ul li > div.product-active > div:before, .product-header-block .view-content .views-row .views-field-products ul li > div.product-active > div:after {
  -webkit-transform: none !important;
          transform: none !important;
}

body.path-taxonomy-product_category .view-products-category > .view-filters,
body.page-node-type-product-old .view-products-related-products > .view-filters,
body.page-node-type-product-old .view-products-you-may-like > .view-filters,
body.path-product-finder .view-product-availability-product-category-old > .view-filters,
body.page-node-type-page-landing .view-products-category > .view-filters {
  display: none;
}
body.path-taxonomy-product_category .view-products-category > .view-content,
body.page-node-type-product-old .view-products-related-products > .view-content,
body.page-node-type-product-old .view-products-you-may-like > .view-content,
body.path-product-finder .view-product-availability-product-category-old > .view-content,
body.page-node-type-page-landing .view-products-category > .view-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  text-align: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
body.path-taxonomy-product_category .view-products-category > .view-content .views-infinite-scroll-content-wrapper,
body.page-node-type-product-old .view-products-related-products > .view-content .views-infinite-scroll-content-wrapper,
body.page-node-type-product-old .view-products-you-may-like > .view-content .views-infinite-scroll-content-wrapper,
body.path-product-finder .view-product-availability-product-category-old > .view-content .views-infinite-scroll-content-wrapper,
body.page-node-type-page-landing .view-products-category > .view-content .views-infinite-scroll-content-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
body.path-taxonomy-product_category .view-products-category > .view-content > h3,
body.page-node-type-product-old .view-products-related-products > .view-content > h3,
body.page-node-type-product-old .view-products-you-may-like > .view-content > h3,
body.path-product-finder .view-product-availability-product-category-old > .view-content > h3,
body.page-node-type-page-landing .view-products-category > .view-content > h3 {
  text-align: left;
  margin: 12rem 1rem 4rem;
}
@media only screen and (min-width: 480px) {
  body.path-taxonomy-product_category .view-products-category > .view-content > h3,
body.page-node-type-product-old .view-products-related-products > .view-content > h3,
body.page-node-type-product-old .view-products-you-may-like > .view-content > h3,
body.path-product-finder .view-product-availability-product-category-old > .view-content > h3,
body.page-node-type-page-landing .view-products-category > .view-content > h3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}
body.path-taxonomy-product_category .view-products-category > .view-content > h3 > a,
body.page-node-type-product-old .view-products-related-products > .view-content > h3 > a,
body.page-node-type-product-old .view-products-you-may-like > .view-content > h3 > a,
body.path-product-finder .view-product-availability-product-category-old > .view-content > h3 > a,
body.page-node-type-page-landing .view-products-category > .view-content > h3 > a {
  color: #0A0A0A;
  text-decoration: none;
  font-weight: 700;
}
body.path-taxonomy-product_category .view-products-category > .view-content .views-row,
body.page-node-type-product-old .view-products-related-products > .view-content .views-row,
body.page-node-type-product-old .view-products-you-may-like > .view-content .views-row,
body.path-product-finder .view-product-availability-product-category-old > .view-content .views-row,
body.page-node-type-page-landing .view-products-category > .view-content .views-row {
  padding: 2rem 4.5rem;
  position: relative;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  color: #0A0A0A;
  margin-bottom: 6rem;
}
body.path-taxonomy-product_category .view-products-category > .view-content .views-row .views-field,
body.page-node-type-product-old .view-products-related-products > .view-content .views-row .views-field,
body.page-node-type-product-old .view-products-you-may-like > .view-content .views-row .views-field,
body.path-product-finder .view-product-availability-product-category-old > .view-content .views-row .views-field,
body.page-node-type-page-landing .view-products-category > .view-content .views-row .views-field {
  position: relative;
  z-index: 1;
}
body.path-taxonomy-product_category .view-products-category > .view-content .views-row .views-field-field-product-variation .paragraph--view-mode--product-variations-image .field--name-field-product-image,
body.page-node-type-product-old .view-products-related-products > .view-content .views-row .views-field-field-product-variation .paragraph--view-mode--product-variations-image .field--name-field-product-image,
body.page-node-type-product-old .view-products-you-may-like > .view-content .views-row .views-field-field-product-variation .paragraph--view-mode--product-variations-image .field--name-field-product-image,
body.path-product-finder .view-product-availability-product-category-old > .view-content .views-row .views-field-field-product-variation .paragraph--view-mode--product-variations-image .field--name-field-product-image,
body.page-node-type-page-landing .view-products-category > .view-content .views-row .views-field-field-product-variation .paragraph--view-mode--product-variations-image .field--name-field-product-image {
  min-height: 200px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
body.path-taxonomy-product_category .view-products-category > .view-content .views-row .views-field-field-product-variation .paragraph--view-mode--product-variations-image img,
body.page-node-type-product-old .view-products-related-products > .view-content .views-row .views-field-field-product-variation .paragraph--view-mode--product-variations-image img,
body.page-node-type-product-old .view-products-you-may-like > .view-content .views-row .views-field-field-product-variation .paragraph--view-mode--product-variations-image img,
body.path-product-finder .view-product-availability-product-category-old > .view-content .views-row .views-field-field-product-variation .paragraph--view-mode--product-variations-image img,
body.page-node-type-page-landing .view-products-category > .view-content .views-row .views-field-field-product-variation .paragraph--view-mode--product-variations-image img {
  margin: 0 auto;
  max-width: 70%;
  width: auto;
  max-height: 450px;
  min-height: 1px;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (min-width: 1920px) {
  body.path-taxonomy-product_category .view-products-category > .view-content .views-row .views-field-field-product-variation .paragraph--view-mode--product-variations-image img,
body.page-node-type-product-old .view-products-related-products > .view-content .views-row .views-field-field-product-variation .paragraph--view-mode--product-variations-image img,
body.page-node-type-product-old .view-products-you-may-like > .view-content .views-row .views-field-field-product-variation .paragraph--view-mode--product-variations-image img,
body.path-product-finder .view-product-availability-product-category-old > .view-content .views-row .views-field-field-product-variation .paragraph--view-mode--product-variations-image img,
body.page-node-type-page-landing .view-products-category > .view-content .views-row .views-field-field-product-variation .paragraph--view-mode--product-variations-image img {
    max-width: 40%;
  }
}
body.path-taxonomy-product_category .view-products-category > .view-content .views-row .views-field-title,
body.page-node-type-product-old .view-products-related-products > .view-content .views-row .views-field-title,
body.page-node-type-product-old .view-products-you-may-like > .view-content .views-row .views-field-title,
body.path-product-finder .view-product-availability-product-category-old > .view-content .views-row .views-field-title,
body.page-node-type-page-landing .view-products-category > .view-content .views-row .views-field-title {
  padding-bottom: 2rem;
  border-bottom: solid 2px #0A0A0A;
}
body.path-taxonomy-product_category .view-products-category > .view-content .views-row .views-field-title a,
body.page-node-type-product-old .view-products-related-products > .view-content .views-row .views-field-title a,
body.page-node-type-product-old .view-products-you-may-like > .view-content .views-row .views-field-title a,
body.path-product-finder .view-product-availability-product-category-old > .view-content .views-row .views-field-title a,
body.page-node-type-page-landing .view-products-category > .view-content .views-row .views-field-title a {
  text-decoration: none;
  color: inherit;
  display: block;
  min-height: 6rem;
  font-weight: 700;
}
body.path-taxonomy-product_category .view-products-category > .view-content .views-row .views-field-field-product-variation-1,
body.page-node-type-product-old .view-products-related-products > .view-content .views-row .views-field-field-product-variation-1,
body.page-node-type-product-old .view-products-you-may-like > .view-content .views-row .views-field-field-product-variation-1,
body.path-product-finder .view-product-availability-product-category-old > .view-content .views-row .views-field-field-product-variation-1,
body.page-node-type-page-landing .view-products-category > .view-content .views-row .views-field-field-product-variation-1 {
  font-size: 1.6rem;
  font-weight: 600;
}
body.path-taxonomy-product_category .view-products-category > .view-content .views-row .views-field-field-product-variation-1 > .views-label,
body.page-node-type-product-old .view-products-related-products > .view-content .views-row .views-field-field-product-variation-1 > .views-label,
body.page-node-type-product-old .view-products-you-may-like > .view-content .views-row .views-field-field-product-variation-1 > .views-label,
body.path-product-finder .view-product-availability-product-category-old > .view-content .views-row .views-field-field-product-variation-1 > .views-label,
body.page-node-type-page-landing .view-products-category > .view-content .views-row .views-field-field-product-variation-1 > .views-label {
  float: left;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
body.path-taxonomy-product_category .view-products-category > .view-content .views-row .views-field-field-product-variation-1 > .field-content,
body.page-node-type-product-old .view-products-related-products > .view-content .views-row .views-field-field-product-variation-1 > .field-content,
body.page-node-type-product-old .view-products-you-may-like > .view-content .views-row .views-field-field-product-variation-1 > .field-content,
body.path-product-finder .view-product-availability-product-category-old > .view-content .views-row .views-field-field-product-variation-1 > .field-content,
body.page-node-type-page-landing .view-products-category > .view-content .views-row .views-field-field-product-variation-1 > .field-content {
  float: right;
}
body.path-taxonomy-product_category .view-products-category > .view-content .views-row .views-field-field-product-variation-1 > .field-content > div,
body.page-node-type-product-old .view-products-related-products > .view-content .views-row .views-field-field-product-variation-1 > .field-content > div,
body.page-node-type-product-old .view-products-you-may-like > .view-content .views-row .views-field-field-product-variation-1 > .field-content > div,
body.path-product-finder .view-product-availability-product-category-old > .view-content .views-row .views-field-field-product-variation-1 > .field-content > div,
body.page-node-type-page-landing .view-products-category > .view-content .views-row .views-field-field-product-variation-1 > .field-content > div {
  margin-left: 1rem;
  display: inline;
  float: left;
}
body.path-taxonomy-product_category .view-products-category > .view-content .views-row .views-field-field-product-variation-1 > .field-content > div:first-child,
body.page-node-type-product-old .view-products-related-products > .view-content .views-row .views-field-field-product-variation-1 > .field-content > div:first-child,
body.page-node-type-product-old .view-products-you-may-like > .view-content .views-row .views-field-field-product-variation-1 > .field-content > div:first-child,
body.path-product-finder .view-product-availability-product-category-old > .view-content .views-row .views-field-field-product-variation-1 > .field-content > div:first-child,
body.page-node-type-page-landing .view-products-category > .view-content .views-row .views-field-field-product-variation-1 > .field-content > div:first-child {
  margin-left: 0;
}
body.path-taxonomy-product_category .view-products-category > .view-content .views-row .views-field-field-product-variation-1 > .field-content > div div,
body.page-node-type-product-old .view-products-related-products > .view-content .views-row .views-field-field-product-variation-1 > .field-content > div div,
body.page-node-type-product-old .view-products-you-may-like > .view-content .views-row .views-field-field-product-variation-1 > .field-content > div div,
body.path-product-finder .view-product-availability-product-category-old > .view-content .views-row .views-field-field-product-variation-1 > .field-content > div div,
body.page-node-type-page-landing .view-products-category > .view-content .views-row .views-field-field-product-variation-1 > .field-content > div div {
  display: inline;
}
body.path-taxonomy-product_category .view-products-category > .view-content .views-row .use-product-color-hover-gradient,
body.page-node-type-product-old .view-products-related-products > .view-content .views-row .use-product-color-hover-gradient,
body.page-node-type-product-old .view-products-you-may-like > .view-content .views-row .use-product-color-hover-gradient,
body.path-product-finder .view-product-availability-product-category-old > .view-content .views-row .use-product-color-hover-gradient,
body.page-node-type-page-landing .view-products-category > .view-content .views-row .use-product-color-hover-gradient {
  background: #E3E3E3;
  position: absolute;
  bottom: 0rem;
  left: 2rem;
  right: 2rem;
  height: 40rem;
  z-index: 0;
  border-radius: 8px;
}
body.path-taxonomy-product_category .view-products-category > .view-content .views-row .use-product-color-hover-gradient a,
body.page-node-type-product-old .view-products-related-products > .view-content .views-row .use-product-color-hover-gradient a,
body.page-node-type-product-old .view-products-you-may-like > .view-content .views-row .use-product-color-hover-gradient a,
body.path-product-finder .view-product-availability-product-category-old > .view-content .views-row .use-product-color-hover-gradient a,
body.page-node-type-page-landing .view-products-category > .view-content .views-row .use-product-color-hover-gradient a {
  display: block;
  height: 100%;
}
body.path-taxonomy-product_category .view-products-category > .view-content .views-row:hover,
body.page-node-type-product-old .view-products-related-products > .view-content .views-row:hover,
body.page-node-type-product-old .view-products-you-may-like > .view-content .views-row:hover,
body.path-product-finder .view-product-availability-product-category-old > .view-content .views-row:hover,
body.page-node-type-page-landing .view-products-category > .view-content .views-row:hover {
  color: #FFFFFF;
}
body.path-taxonomy-product_category .view-products-category > .view-content .views-row:hover .views-field-title,
body.page-node-type-product-old .view-products-related-products > .view-content .views-row:hover .views-field-title,
body.page-node-type-product-old .view-products-you-may-like > .view-content .views-row:hover .views-field-title,
body.path-product-finder .view-product-availability-product-category-old > .view-content .views-row:hover .views-field-title,
body.page-node-type-page-landing .view-products-category > .view-content .views-row:hover .views-field-title {
  border-bottom-color: #FFFFFF;
}
body.path-taxonomy-product_category .view-products-category > ul.pager,
body.page-node-type-product-old .view-products-related-products > ul.pager,
body.page-node-type-product-old .view-products-you-may-like > ul.pager,
body.path-product-finder .view-product-availability-product-category-old > ul.pager,
body.page-node-type-page-landing .view-products-category > ul.pager {
  margin: 3rem auto;
}
body.path-taxonomy-product_category .view-products-category > ul.pager li,
body.page-node-type-product-old .view-products-related-products > ul.pager li,
body.page-node-type-product-old .view-products-you-may-like > ul.pager li,
body.path-product-finder .view-product-availability-product-category-old > ul.pager li,
body.page-node-type-page-landing .view-products-category > ul.pager li {
  display: inline-block;
}
body.path-taxonomy-product_category .view-products-category > ul.pager li a,
body.page-node-type-product-old .view-products-related-products > ul.pager li a,
body.page-node-type-product-old .view-products-you-may-like > ul.pager li a,
body.path-product-finder .view-product-availability-product-category-old > ul.pager li a,
body.page-node-type-page-landing .view-products-category > ul.pager li a {
  background: #59aa4d;
  color: #FFFFFF;
  border-width: 0px;
  padding: 1.5rem 3rem;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  body.page-node-type-regional-product .view-products-you-may-like {
    margin: 0px;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  body.page-node-type-regional-product .view-products-you-may-like > .view-content .views-row {
    padding: 2rem 3.5rem !important;
    float: none;
    display: inline-block !important;
    vertical-align: bottom;
    max-width: 300px;
  }
  body.page-node-type-regional-product .view-products-you-may-like > .view-content .views-row .views-field-field-product-variation .paragraph--view-mode--product-variations-image img {
    max-width: 100%;
    max-height: 360px;
    width: auto;
  }
  body.page-node-type-regional-product .view-products-you-may-like > .view-content .views-row .use-product-color-hover-gradient {
    left: 1rem !important;
    right: 1rem !important;
  }
}

body.path-taxonomy-product_category #product-category-description {
  padding-bottom: 10rem;
}
body.path-taxonomy-product_category #product-category-description .field--name-description {
  font-weight: 600;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  line-height: 46px;
}
body.path-taxonomy-product_category #product-category-description .field--name-description h3 {
  padding-bottom: 20px;
}
body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 {
  color: #FFFFFF;
  padding: 5em 2em 4em;
  background: #0a0a0a url("../images/related-recipes-grain.png") no-repeat bottom left;
  margin: 0 -20px;
}
@media (max-width: 991px) {
  body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-header {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 32%;
      -ms-flex-preferred-size: 32%;
          flex-basis: 32%;
}
body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-header > div.view-header-container {
  padding: 2em 1em 3em 3em;
}
body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-header > div.view-header-container .related-recipe-heading {
  margin-bottom: 0.5em;
  font-weight: 700;
}
body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-header > div.view-header-container .related-recipe-heading span.term-name {
  text-transform: lowercase;
}
@media (max-width: 991px) {
  body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-header {
    text-align: center;
  }
  body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-header > div.view-header-container {
    padding: 2rem;
  }
}
body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 64%;
      -ms-flex-preferred-size: 64%;
          flex-basis: 64%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row {
  padding: 1em;
  position: relative;
}
@media (min-width: 992px) {
  body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row:nth-child(n+3) {
    display: none;
  }
}
body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-term-node-tid {
  position: absolute;
  top: 50px;
}
body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-term-node-tid a {
  color: #FFFFFF;
  background: #0A0A0A;
  text-transform: uppercase;
  padding: 0.5em 0.75em 0.35em;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: bold;
  border-radius: 0px;
  text-decoration: none;
  position: relative;
}
body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-term-node-tid a:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #0A0A0A;
  border-width: 14px;
  margin-top: -14px;
}
body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-title {
  margin-top: 1em;
}
body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-title a {
  color: #FFFFFF;
  text-decoration: none;
}
body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-field-author {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.08em;
}
body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-field-author .views-label {
  font-weight: bold;
}
body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-field-author .views-label:before {
  content: "—";
  margin-right: 5px;
}
body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-field-author .field-content {
  display: inline;
}
body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-field-author .field-content a {
  color: #FFFFFF;
}
body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-field-preparation-time {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}
body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-field-preparation-time:before {
  content: url(../images/time_JM_V1_white.svg);
  display: inline-block;
  width: 25px;
  height: 25px;
}
body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-field-preparation-time > .field-content {
  margin-top: -10px;
}
@media (max-width: 991px) {
  body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content ul.slick-dots {
    display: none !important;
  }
  body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row {
    margin: 0px 2rem;
    padding: 0px;
    max-width: 270px;
  }
  body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-term-node-tid {
    top: 20px;
  }
  body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-field-preparation-time {
    bottom: 0px;
    right: 0px;
    font-size: 12px;
  }
  body.path-taxonomy-product_category #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row img {
    max-width: 270px !important;
  }
}
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block {
  padding: 15rem 0 5rem;
}
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block .view-filters {
  display: none;
}
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block .view-header {
  text-align: center;
  margin-bottom: 8rem;
}
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block .view-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  text-align: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block .view-content .views-infinite-scroll-content-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block .view-content > h3 {
  text-align: left;
  margin: 12rem 1rem 4rem;
}
@media only screen and (min-width: 480px) {
  body.path-taxonomy-product_category #block-views-block-regional-brand-products-block .view-content > h3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block .view-content > h3 > a {
  color: #0A0A0A;
  text-decoration: none;
}
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block .view-content .views-row {
  padding: 2rem 4.5rem;
  position: relative;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  color: #0A0A0A;
  margin-bottom: 6rem;
}
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block .view-content .views-row:focus {
  outline: 0px;
}
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block .view-content .views-row .views-field {
  position: relative;
  z-index: 1;
}
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block .view-content .views-row .views-field-image .field-content {
  min-height: 200px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block .view-content .views-row .views-field-image img {
  margin: 0 auto;
  max-width: 70%;
  width: auto;
  max-height: 450px;
  min-height: 1px;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (min-width: 1920px) {
  body.path-taxonomy-product_category #block-views-block-regional-brand-products-block .view-content .views-row .views-field-image img {
    max-width: 40%;
  }
}
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block .view-content .views-row .views-field-title {
  padding-bottom: 2rem;
  border-bottom: solid 2px #0A0A0A;
}
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block .view-content .views-row .views-field-title a {
  text-decoration: none;
  color: inherit;
  display: block;
  min-height: 6rem;
}
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block .view-content .views-row .views-field-field-regional-brand-formats {
  font-size: 1.6rem;
  font-weight: 600;
}
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block .view-content .views-row .views-field-field-regional-brand-formats > .views-label {
  float: left;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block .view-content .views-row .views-field-field-regional-brand-formats > .field-content {
  float: right;
}
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block .view-content .views-row .views-field-field-regional-brand-formats > .field-content > ul {
  margin: 0px;
  padding: 0px;
}
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block .view-content .views-row .views-field-field-regional-brand-formats > .field-content > ul li {
  margin-left: 1rem;
  display: inline;
}
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block .view-content .views-row .views-field-nid {
  background: #E3E3E3;
  position: absolute;
  bottom: 0rem;
  left: 2rem;
  right: 2rem;
  height: 40rem;
  z-index: 0;
  border-radius: 8px;
}
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block .view-content .views-row .views-field-nid a {
  display: block;
  height: 100%;
}
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block > ul.pager {
  margin: 3rem auto;
}
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block > ul.pager li {
  display: inline-block;
}
body.path-taxonomy-product_category #block-views-block-regional-brand-products-block > ul.pager li a {
  background: #59aa4d;
  color: #FFFFFF;
  border-width: 0px;
  padding: 1.5rem 3rem;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  body.path-taxonomy-product_category #block-views-block-regional-brand-products-block {
    margin: 0px -1rem;
  }
  body.path-taxonomy-product_category #block-views-block-regional-brand-products-block .view-content .views-row {
    padding: 2rem 3.5rem !important;
    float: none;
    display: inline-block !important;
    vertical-align: bottom;
    max-width: 300px;
  }
  body.path-taxonomy-product_category #block-views-block-regional-brand-products-block .view-content .views-row .views-field-image .field-content img {
    max-width: 100%;
    max-height: 360px;
    width: auto;
  }
  body.path-taxonomy-product_category #block-views-block-regional-brand-products-block .view-content .views-row .views-field-nid {
    left: 1rem !important;
    right: 1rem !important;
  }
}

#block-exposedformproduct-availability-product-categorypage-1 {
  margin: 6rem 2rem 2rem;
  text-align: center;
}
#block-exposedformproduct-availability-product-categorypage-1 .form-actions {
  display: none;
}
#block-exposedformproduct-availability-product-categorypage-1 .form--inline > .form-item {
  float: none;
}
#block-exposedformproduct-availability-product-categorypage-1 .form--inline > .form-item label {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
#block-exposedformproduct-availability-product-categorypage-1 .form--inline > .form-item legend {
  border-width: 0px;
}
#block-exposedformproduct-availability-product-categorypage-1 .form--inline > .form-item .select-wrapper {
  color: #59aa4d;
  background: none;
  cursor: pointer;
  position: relative;
  margin-left: 2rem;
}
#block-exposedformproduct-availability-product-categorypage-1 .form--inline > .form-item .select-wrapper select {
  color: #59aa4d;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border-width: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
  font-weight: 900;
  background-image: none;
}
#block-exposedformproduct-availability-product-categorypage-1 .form--inline > .form-item .select-wrapper select option {
  background-color: transparent;
  background-image: none;
  padding: 2rem;
  font-size: 18px;
  color: #59aa4d;
}
#block-exposedformproduct-availability-product-categorypage-1 .form--inline > .form-item .select-wrapper .selectize-control {
  display: block;
  color: #59aa4d;
}
#block-exposedformproduct-availability-product-categorypage-1 .form--inline > .form-item .select-wrapper .selectize-control:hover .selectize-input {
  color: #59aa4d;
}
#block-exposedformproduct-availability-product-categorypage-1 .form--inline > .form-item .select-wrapper .selectize-control .selectize-input {
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  padding: 0px;
  padding-right: 60px;
  color: #59aa4d;
  font-weight: 900;
  background: none;
  border-width: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#block-exposedformproduct-availability-product-categorypage-1 .form--inline > .form-item .select-wrapper .selectize-control .selectize-input > .item {
  line-height: initial;
}
#block-exposedformproduct-availability-product-categorypage-1 .form--inline > .form-item .select-wrapper .selectize-control .selectize-input > input {
  display: none !important;
}
#block-exposedformproduct-availability-product-categorypage-1 .form--inline > .form-item .select-wrapper .selectize-control .selectize-input:after {
  content: none !important;
  display: none !important;
}
#block-exposedformproduct-availability-product-categorypage-1 .form--inline > .form-item .select-wrapper .selectize-control .selectize-dropdown {
  min-height: 400px;
  min-width: 300px;
  padding: 1rem;
  font-size: 2rem;
  border-radius: 4px;
}
#block-exposedformproduct-availability-product-categorypage-1 .form--inline > .form-item .select-wrapper .selectize-control .selectize-dropdown .selectize-dropdown-content {
  max-height: 380px;
}
#block-exposedformproduct-availability-product-categorypage-1 .form--inline > .form-item .select-wrapper .selectize-control .selectize-dropdown [data-selectable] {
  padding: 1.5rem;
}
@media (max-width: 400px) {
  #block-exposedformproduct-availability-product-categorypage-1 .form--inline > .form-item .select-wrapper .selectize-control .selectize-dropdown {
    left: -50px !important;
  }
}
#block-exposedformproduct-availability-product-categorypage-1 .form--inline > .form-item .select-wrapper .selectize-control:after {
  content: none !important;
  display: none !important;
}
#block-exposedformproduct-availability-product-categorypage-1 .form--inline > .form-item .select-wrapper:after {
  color: #59aa4d;
  content: "\e026";
  font-family: "Glyphicons Halflings";
  line-height: 1;
  margin: 5px;
  position: absolute;
  right: 0;
  top: 25px;
  pointer-events: none;
}
#block-exposedformproduct-availability-product-categorypage-1 .form--inline > .form-item .select-wrapper:hover:after,
#block-exposedformproduct-availability-product-categorypage-1 .form--inline > .form-item .select-wrapper:hover select {
  color: #59aa4d;
}

.view-homepage-product-categories {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
}
.view-homepage-product-categories .view-content .views-row {
  background: #59aa4d url("../images/header-grain.png") no-repeat center top;
  color: #FFFFFF;
}
.view-homepage-product-categories.view-display-id-block_2 .view-content .views-row {
  padding-top: 40px;
  padding-bottom: 30px;
}
.view-homepage-product-categories.view-display-id-block_2 .view-footer {
  padding-left: 8rem;
  padding-bottom: 2rem;
}
.view-homepage-product-categories.view-display-id-block_2 .view-footer a {
  display: inline-block;
}
.view-homepage-product-categories.view-display-id-block_2 .view-footer a:after {
  color: #FFFFFF;
  content: "\e092";
  font-family: "Glyphicons Halflings";
  line-height: 1;
  margin: 5px;
  position: relative;
  top: -0.25em;
  left: 0.5em;
  pointer-events: none;
  display: inline-block;
  font-size: 0.75rem;
  background: #59aa4d;
  padding: 0.75em;
  border-radius: 50%;
}
@media (min-width: 1920px) {
  .view-homepage-product-categories .views-field-field-teaser-title .field-content br {
    display: none;
  }
}

.view-products-category .key-facts-category-page {
  padding: 15rem 0;
}
.view-products-category .key-facts-category-page .field--name-field-attributes-heading {
  text-align: center;
  margin-bottom: 5rem;
}
.view-products-category .key-facts-category-page .field--name-field-attributes-list .field--item {
  text-align: center;
  padding: 1rem;
}
.view-products-category .key-facts-category-page .field--name-field-attributes-list .field--item img {
  margin: 0 auto;
}
.view-products-category .key-facts-category-page .field--name-field-legal-note {
  margin-top: 8rem;
  margin-bottom: -13rem;
  text-align: left;
}
.view-products-category .key-facts-category-page .field--name-field-legal-note .product-legal-notes {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

@media (max-width: 991px) {
  body.page-node-type-regional-product #page > .main-container .region-header {
    padding-bottom: 0em;
    margin: 0;
  }
  .product-header-block .view-content .views-row .views-field-products-1 {
    top: 30px;
  }
  .product-header-block .view-content .views-row .views-field-products-1 .field-content .paragraph--type--prg-product-variation:not(.product-active) {
    display: none;
  }
  .product-header-block .view-content .views-row .views-field-products-1 .field-content .paragraph--type--prg-product-variation img {
    max-width: 100% !important;
    margin: 0 auto;
  }
  #block-exposedformproduct-availability-product-categorypage-1 .select-wrapper:after {
    top: 10px !important;
  }
  #block-views-block-products-related-with-products-block-1 {
    padding-left: 0px;
    padding-right: 0px;
  }
  #block-views-block-products-related-with-products-block-1 .view-products-related-with-products .view-header,
#block-views-block-products-related-with-products-block-1 .view-products-related-with-products .view-content {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  body.page-node-type-regional-product .product-header-block {
    padding-top: 20em;
    padding-bottom: 0rem;
    margin-bottom: -30rem;
  }
  body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul {
    padding: 0px;
    margin: 0px;
    margin: 1em auto 3em;
    text-align: center;
  }
  body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul li {
    list-style-type: none;
    margin: 0px;
    display: inline-block;
    font-weight: 700;
  }
  body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul li > div {
    text-indent: 0rem;
    padding: 1.5rem 0.5rem;
    cursor: pointer;
  }
  body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul li > div > div {
    min-width: 0rem !important;
  }
  body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul li > div.product-active > div:before, body.page-node-type-regional-product .product-header-block .view-content .views-row .views-field-products ul li > div.product-active > div:after {
    display: none !important;
  }
}
/*
 * Coupons Module
 *
 */
.coupons {
  padding-top: 5em;
  color: #fff;
}
.coupons img {
  border-radius: 0;
}
.coupons .get-this-coupon {
  border-radius: 50%;
  -webkit-clip-path: circle(220px at center);
          clip-path: circle(220px at center);
  background-color: #0A0A0A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#141414), to(#323232));
  background-image: linear-gradient(to bottom, #141414 0%, #323232 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF141414", endColorstr="#FF323232", GradientType=0);
  background-repeat: repeat-x;
  width: 450px;
  height: 450px;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.coupons .get-this-coupon .row {
  height: 50%;
  padding: 0 52px;
}
.coupons .get-this-coupon svg {
  fill: #0A0A0A;
}
.coupons .see-all-offers {
  color: #0A0A0A;
}

@media (max-width: 1199px) {
  .coupons .get-this-coupon {
    width: 450px;
    height: 450px;
    -webkit-clip-path: circle(170px at center);
            clip-path: circle(170px at center);
  }
  .coupons .get-this-coupon .coupon-image img {
    width: 60%;
  }
  .coupons .get-this-coupon .row:first-child {
    height: 57%;
  }
  .coupons .get-this-coupon .row:last-child {
    height: 43%;
  }
}
@media (max-width: 767px) {
  .coupons .get-this-coupon {
    width: 300px;
    height: 300px;
    -webkit-clip-path: circle(170px at center);
            clip-path: circle(170px at center);
  }
  .coupons .get-this-coupon .coupon-image img {
    width: 60%;
  }
  .coupons .get-this-coupon .row:first-child {
    height: 57%;
  }
  .coupons .get-this-coupon .row:first-child .description h4 {
    font-size: 15px;
  }
  .coupons .get-this-coupon .row:first-child .description p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 16px;
  }
  .coupons .get-this-coupon .row:last-child {
    height: 43%;
  }
}
/*
 * Site Alert Module
 *
 */
div.view-site-alerts {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #0A0A0A;
  font-size: 18px;
  color: #FFFFFF;
  clear: both;
  position: relative;
  max-height: 82px;
  width: auto;
  margin: 1em 1em 0px;
  z-index: 8;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  border-width: 0px;
  padding: 0px 15px;
  min-height: 70px;
}
div.view-site-alerts > .container {
  max-width: 100%;
}
div.view-site-alerts .slick-slide {
  width: 100%;
}
div.view-site-alerts .views-field-title a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.4em;
}
div.view-site-alerts .views-field-title a:focus {
  outline: none;
}
div.view-site-alerts .views-field-title a:hover span:after {
  background-color: #59aa4d;
}
div.view-site-alerts .views-field-title a h3 {
  display: inline-block;
  margin-top: 0px;
}
@media (min-width: 768px) {
  div.view-site-alerts .views-field-title a h3 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  div.view-site-alerts .views-field-title a span {
    border-bottom-width: 0px;
  }
  div.view-site-alerts .views-field-title a span:after {
    font-size: 0.7rem !important;
  }
}
div.view-site-alerts .views-field-title a span:after {
  color: #FFFFFF;
  content: "\e092";
  font-family: "Glyphicons Halflings";
  line-height: 1;
  margin: 5px 15px 5px 5px;
  position: relative;
  top: 0rem;
  pointer-events: none;
  display: inline-block;
  font-size: 1.25rem;
  background: #59aa4d;
  padding: 0.75em;
  border-radius: 50%;
}
div.view-site-alerts .views-field-title a img {
  display: inline-block;
  margin-right: 30px;
  border-radius: 0px;
  max-height: 100px;
  margin-top: -10px;
  width: auto;
}
@media (max-width: 767px) {
  div.view-site-alerts .views-field-title a img {
    display: none;
  }
}
div.view-site-alerts .close-sitealerts {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #FFFFFF;
  z-index: 9999;
}
@media (max-width: 767px) {
  div.view-site-alerts .close-sitealerts {
    font-size: 2em;
  }
}
div.view-site-alerts.hidden {
  display: none;
}

.site-alerts-pager {
  width: 19%;
  margin-right: 1%;
  float: left;
  padding: 5px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-alerts-pager button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  position: relative;
  top: 2px;
}

.site-alerts .view-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-alerts .view-content .slick-list .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  height: 100%;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  div.view-site-alerts {
    margin: 1em 0.75em 2em;
  }
  div.view-site-alerts .slick-slide {
    max-width: 991px;
  }
  div.view-site-alerts .slick-slider {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  div.view-site-alerts .views-field-title a {
    font-size: 0.8em;
  }
  div.view-site-alerts .views-field-title a h3 {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
body #page {
  position: relative;
}
body #page > .main-container {
  position: relative;
  top: -2rem;
  margin-bottom: -2rem;
  border-bottom: solid 3px #FFFFFF;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  body #page > .main-container {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  body #page > .main-container {
    padding-top: 0;
  }
}
body #page > .scrolled-menu {
  display: none;
}
body #page > header, body #page .scrolled-menu {
  padding-left: 2rem;
  padding-right: 2rem;
  z-index: 20;
  top: 2rem;
}
body #page > header.mh-head, body #page .scrolled-menu.mh-head {
  background: none !important;
  margin: 0 auto;
}
body #page > header.mh-head.mh-sticky.mh-scrolledout, body #page .scrolled-menu.mh-head.mh-sticky.mh-scrolledout {
  -webkit-transform: translate3d(0, -55%, 0) !important;
  transform: translate3d(0, -55%, 0) !important;
}
body #page > header > nav.navbar.mh-head li.search-item a, body #page .scrolled-menu > nav.navbar.mh-head li.search-item a {
  text-indent: -9999px; /* The good ole fashioned */
  background-image: url("../images/recherche_JM_V1_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  display: block;
  height: auto;
  top: 15px;
  max-height: 25px;
  border-bottom-width: 0px;
}
body #page > header > nav.navbar.mh-head li.search-item:hover,
body #page > header > nav.navbar.mh-head li.search-item .active, body #page .scrolled-menu > nav.navbar.mh-head li.search-item:hover,
body #page .scrolled-menu > nav.navbar.mh-head li.search-item .active {
  border-bottom-width: 0px !important;
}
body #page > header > nav.navbar.mh-head li.search-item .menu-drop > div.container, body #page .scrolled-menu > nav.navbar.mh-head li.search-item .menu-drop > div.container {
  display: none;
}
body #page > header > nav.navbar.mh-head li.availability-item, body #page .scrolled-menu > nav.navbar.mh-head li.availability-item {
  display: none;
  border-left: 2px solid;
  margin-left: 20px;
  padding-left: 20px;
}
body #page > header > nav.navbar.mh-head li.availability-item a, body #page .scrolled-menu > nav.navbar.mh-head li.availability-item a {
  text-indent: -9999px; /* The good ole fashioned */
  background-image: url("../images/product_availability_JM_V1_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  display: block;
  height: auto;
  top: 15px;
  max-height: 25px;
  border-bottom-width: 0px;
  padding: 10px;
  font-size: 1px;
}
body #page > header > nav.navbar.mh-head li.availability-item:hover,
body #page > header > nav.navbar.mh-head li.availability-item .active, body #page .scrolled-menu > nav.navbar.mh-head li.availability-item:hover,
body #page .scrolled-menu > nav.navbar.mh-head li.availability-item .active {
  border-bottom-width: 0px !important;
}
@media (max-width: 991px) {
  body #page .main-container .region-header {
    min-height: 240px;
  }
}
body #page .main-container .region-header > .header-container {
  z-index: 1;
  position: relative;
}
body #page .main-container .region-header > .svg-container {
  position: absolute;
  bottom: -15px;
  left: 0px;
  right: 0px;
}
body #page .main-container .region-header .page-header {
  padding-top: 15rem;
  margin-top: 0px;
  text-align: center;
  border-bottom-width: 0px;
}
body #page .main-container .region-header .recipe-header-block {
  /*padding-top: 20rem;
  padding-bottom: 10rem;*/
}
body #page .main-container .region-header .recipe-header-block .views-field-field-recipe-category a {
  /*color: $white;
  background: $black;
  text-transform: uppercase;
  padding: 0.5em 0.75em 0.35em;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: bold;
  border-radius: 8px 0px 0px 8px;
  text-decoration: none;
  position: relative;*/
}
body #page .main-container .region-header .recipe-header-block .views-field-field-recipe-category a:after {
  /*left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: $black;
  border-width: 15px;
  margin-top: -15px;*/
}
body #page .main-container .region-header .recipe-header-block .views-field-field-author {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.08em;
}
body #page .main-container .region-header .recipe-header-block .views-field-field-author .views-label {
  font-weight: bold;
}
body #page .main-container .region-header .recipe-header-block .views-field-field-author .views-label:before {
  content: "—";
  margin-right: 5px;
}
body #page .main-container .region-header .recipe-header-block .views-field-field-author .field-content {
  display: inline;
}
body #page .main-container .region-header .recipe-header-block .view-footer {
  /*position: absolute;
  left: 0px;
  right: 0px;
  bottom: -16rem;
  text-align: center;*/
}
body #page .main-container .region-header .recipe-header-block .view-footer h5 {
  /*text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;*/
}
body #page .main-container .region-header .recipe-header-block .view-footer ul {
  /*list-style-type: none;
  padding: 0px;
  margin: 0px auto;
  display: table;
  border-spacing: 2rem 0rem;
  width: 100%;*/
}
body #page .main-container .region-header .recipe-header-block .view-footer ul li {
  /*display: inline-block;
  max-width: 33%;
  padding: 0px 0.75rem;*/
}
body #page .main-container .region-header .recipe-header-block .view-footer ul li h2 {
  /*display: none; // Node Teaser Title should be removed*/
}
body #page .main-container .region-header .recipe-header-block .view-footer ul li a img {
  /*max-width: 100%;
  height: auto;*/
}
/*
 * Main Menu Block
 *
 */
body #block-natrel-main-menu .navbar-header {
  display: none;
}
body #block-natrel-main-menu ul.navbar-nav {
  float: none;
  margin: 0 auto;
  text-align: center;
}
body #block-natrel-main-menu ul.navbar-nav > li {
  -webkit-flex: 1;
          flex: 1;
  -ms-flex: 1;
  float: none;
  text-align: center;
  padding-top: 2rem;
}
body #block-natrel-main-menu ul.navbar-nav > li a {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  display: inline-block;
  padding: 10px 0px 5px;
}
body #block-natrel-main-menu ul.navbar-nav > li a:hover, body #block-natrel-main-menu ul.navbar-nav > li a:focus {
  background-color: transparent;
  border-bottom: solid #FFFFFF 2px;
}
body #block-natrel-main-menu ul.navbar-nav > li.logo-item {
  -webkit-flex: 1 0 200px;
          flex: 1 0 200px;
  -ms-flex: 1 0 200px;
}
body #block-natrel-main-menu ul.navbar-nav > li.logo-item a {
  font-size: 0px;
  background-image: url("../images/logo-natrel-en.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  display: block;
  min-height: 45px;
  height: auto;
  border-bottom-width: 0px;
}
body #block-natrel-main-menu ul.navbar-nav > li.search-item a {
  font-size: 0px;
  background-image: url("../images/recherche_JM_V1_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  display: block;
  height: auto;
  top: 5px;
  max-height: 25px;
  border-bottom-width: 0px;
  max-width: 40px;
}

/*
 * Secondary Navigation (Top of page)
 *
 */
body #secondarynavigation {
  text-align: right;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-family: "Open Sans", sans-serif;
  margin-bottom: -1.5rem;
  margin-top: 1.5rem;
}
body #secondarynavigation > nav#block-secondarynavigation,
body #secondarynavigation > section.language-switcher-language-url {
  display: inline-block;
}
body #secondarynavigation > nav#block-secondarynavigation > .contextual,
body #secondarynavigation > section.language-switcher-language-url > .contextual {
  display: none;
}
body #secondarynavigation > nav#block-secondarynavigation > ul,
body #secondarynavigation > section.language-switcher-language-url > ul {
  display: inline-block;
  padding: 0px;
  margin: 0px;
}
body #secondarynavigation > nav#block-secondarynavigation > ul li,
body #secondarynavigation > section.language-switcher-language-url > ul li {
  display: inline-block;
}
body #secondarynavigation > nav#block-secondarynavigation > ul li a,
body #secondarynavigation > section.language-switcher-language-url > ul li a {
  display: inline;
  color: #0A0A0A;
  font-size: 1.6rem;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
}
body #secondarynavigation > nav#block-secondarynavigation > ul li a:hover,
body #secondarynavigation > section.language-switcher-language-url > ul li a:hover {
  background-color: transparent;
}
body #secondarynavigation > nav#block-secondarynavigation > ul li:hover,
body #secondarynavigation > section.language-switcher-language-url > ul li:hover {
  background-color: transparent;
}
body #secondarynavigation > nav#block-secondarynavigation li.availability-item:before {
  content: url(../images/product_availability_JM_V1.svg);
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: -10px;
}
body #secondarynavigation > section.language-switcher-language-url > ul li.is-active, body #secondarynavigation > section.language-switcher-language-url > ul li[data-drupal-link-system-path="system/404"] {
  display: none;
}
body #secondarynavigation > section.language-switcher-language-url > ul li a {
  margin-right: 0px;
}

.navbar-mobile {
  background-color: #59aa4d;
  width: 100%;
  min-height: 85px;
  position: fixed !important;
  z-index: 1000;
}
.navbar-mobile > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  list-style: none;
}
.navbar-mobile > ul li a {
  color: #FFFFFF;
}
.navbar-mobile > ul li a img {
  max-height: 45px;
  border-radius: 0;
}
.navbar-mobile > ul li a:hover, .navbar-mobile > ul li a:active, .navbar-mobile > ul li a:focus {
  color: #FFFFFF;
}
.navbar-mobile > ul li a i {
  padding: 0 4px;
  font-size: 30px;
  margin-top: 4px;
  top: 1px;
  position: relative;
}
.navbar-mobile > ul li.mobile-logo {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.navbar-mobile > ul li.mobile-search img {
  width: 30px;
}
@media screen and (min-width: 991px) {
  .navbar-mobile {
    display: none;
  }
}

@media (max-width: 992px) {
  .mm-page {
    padding-top: 85px;
  }
}

.mm-menu {
  background-color: #59aa4d !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
  .mm-menu_fullscreen {
    width: 45% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(45%, 0) !important;
    transform: translate(45%, 0) !important;
    -webkit-transform: translate3d(45%, 0, 0) !important;
    transform: translate3d(45%, 0, 0) !important;
  }
}

.mm-panels {
  top: 130px !important;
}
.mm-panels .mm-panel_opened:not(#mm-0) {
  top: 40px !important;
}
.mm-panels .menu.menu--mobile-menu {
  position: relative !important;
  color: #fff !important;
}

.mm-navbars_top {
  height: 130px;
  border-bottom: 0 !important;
  padding-top: 30px !important;
}

.mm-navbar.mm-navbar_has-btns {
  height: 120px;
}

.mm-btn.mm-btn_prev.mm-navbar__btn {
  margin-top: 80px;
  margin-left: 20px;
}

.mm-navbar__title {
  margin-top: 80px;
  padding-left: 20px !important;
  text-align: left;
  font-size: 40px !important;
  height: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #fff !important;
}

.mm-btn.mm-btn_close.mm-navbar__btn {
  left: 10px;
  top: -10px;
}

.mm-btn_clear:after, .mm-btn_clear:before, .mm-btn_close:after, .mm-btn_close:before {
  width: 10px !important;
  height: 10px !important;
  border: 5px solid #fff !important;
}

.mm-menu .mm-btn:before {
  left: 16px !important;
  border-color: #fff !important;
}

.mm-menu .mm-btn:first-child:before {
  z-index: 2;
}

.mm-menu .mm-btn:first-child:after {
  content: "";
  display: block;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: auto !important;
  right: auto !important;
  left: 6px !important;
  background-color: #2c2c2c !important;
  border-radius: 50% !important;
  border: none !important;
  width: 25px !important;
  height: 25px !important;
  z-index: 1;
}

.mm-btn_close:before {
  border-right: none !important;
  border-bottom: none !important;
  right: 2px !important;
}

.mm-btn_close:after {
  border-left: none !important;
  border-top: none !important;
  right: 20px !important;
}

.mm-listitem .mm-btn_next:before {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: auto !important;
  left: auto !important;
  right: 14px !important;
  background-color: #eef5eb !important;
  border-radius: 50% !important;
  border: none !important;
  width: 25px !important;
  height: 25px !important;
}

.mm-menu_theme-black .mm-listview .mm-btn_next:after {
  border-color: #59aa4d !important;
}

.mm-menu_theme-black {
  border: none !important;
  color: #FFFFFF !important;
}

.mm-listitem > a, .mm-listitem .mm-btn_fullwidth + a, .mm-listitem .mm-btn_fullwidth + span {
  font-size: 24px;
  font-weight: bold;
}

#mm-1 .mm-listitem .mm-btn_fullwidth + span {
  padding: 10px 10px 10px 0 !important;
}

#mm-0.mm-panel, #mm-1.mm-panel, #mm-2.mm-panel, #mm-3.mm-panel {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#mm-0.mm-menu_shadow-panels, #mm-1.mm-menu_shadow-panels, #mm-2.mm-menu_shadow-panels, #mm-3.mm-menu_shadow-panels {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#mm-0 .mm-listitem {
  padding: 5px 0;
}
#mm-0 .mm-listitem.availability-item {
  padding-left: 20px !important;
  margin-top: 20px;
}
#mm-0 .mm-listitem.availability-item:before {
  content: "";
  background: url(../images/product_availability_JM_V1_white.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
}
#mm-0 .mm-listitem.availability-item a {
  font-size: 20px !important;
}
#mm-0 .mm-listitem.faq-item a {
  font-size: 26px !important;
  padding-top: 3px;
  padding-bottom: 3px;
}
#mm-0 .mm-listitem.language-switcher a {
  font-size: 26px !important;
  padding-top: 3px;
  padding-bottom: 3px;
}
#mm-0 .mm-listitem > a, #mm-0 .mm-listitem a, #mm-0 .mm-listitem span {
  font-size: 35px;
  font-weight: bold;
}

li.mm-listitem.mm-listitem_divider {
  background: none;
}

li.mm-listitem.mm-listitem_divider span:last-child {
  padding-left: 0 !important;
  font-size: 13px !important;
  font-weight: bold;
  color: gray;
}

.menu.menu--mobile-menu {
  list-style: none;
  color: transparent;
  position: absolute;
}
.menu.menu--mobile-menu li a {
  color: transparent;
}

#mm-0 .menu.menu--mobile-menu li a {
  color: #fff;
}

.navbar {
  left: 0px;
  padding-top: 20px;
  min-height: 90px;
  width: 100%;
  z-index: 3;
  border: 0;
}
.navbar.mh-head {
  background: none; /* Hiding background for now */
}
.navbar ul {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navbar ul li {
  list-style: none;
  position: static;
  border-bottom: 2px solid transparent;
}
.navbar ul li a {
  color: white;
  font-size: 16px;
  -webkit-transition: color 100ms linear;
  transition: color 100ms linear;
  line-height: 36px;
  display: block;
  font-weight: 600;
  position: relative;
}
.navbar ul li a.active, .navbar ul li a:focus, .navbar ul li a:hover {
  border-bottom: 2px solid #FFFFFF;
  background: transparent;
}
.navbar ul li a.active:after, .navbar ul li a:focus:after, .navbar ul li a:hover:after {
  background-color: transparent;
}
.navbar ul li a.search {
  font-size: 20px;
}
.navbar ul li a.search:after {
  display: none;
}
.navbar ul li.active.lvl-0 > a {
  border-bottom: 2px solid #FFFFFF;
  background: transparent;
}
.navbar ul li.active.lvl-0 > a:after {
  background-color: transparent;
}
.navbar ul li.active:not(.lvl-0) > a {
  border-bottom: 2px solid #FFFFFF;
  background: transparent;
}
.navbar ul li.active:not(.lvl-0) > a:after {
  background-color: transparent;
}
.navbar ul.nav {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.navbar .bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.navbar .bar .scrolled-menu-logo {
  width: 210px;
  margin-right: 180px;
}
.navbar .bar .scrolled-menu-logo:before {
  content: "";
  position: absolute;
  display: block;
  margin-top: 10px;
  width: 210px;
  height: 35px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .navbar .bar .scrolled-menu-logo {
    margin-right: 60px;
  }
}
.navbar .bar .nav .logo-item {
  -webkit-flex: 1 0 200px;
          flex: 1 0 200px;
  -ms-flex: 1 0 200px;
}
.navbar .bar .nav .logo-item a {
  font-size: 0px;
  background-image: url("../images/logo-islandfarms.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 220px;
  display: block;
  min-height: 75px;
  height: auto;
  border-bottom-width: 0px;
}
.navbar .bar .nav .logo-item a:hover, .navbar .bar .nav .logo-item a:focus, .navbar .bar .nav .logo-item a:active {
  border: none !important;
}
.navbar .bar .nav .lvl-0 > a {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #FFFFFF;
  display: inline-block;
  padding: 10px 15px 5px;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
}
.navbar .bar .nav .lvl-0 > a:hover, .navbar .bar .nav .lvl-0 > a:focus, .navbar .bar .nav .lvl-0 > a:active {
  color: #FFFFFF !important;
  background-color: transparent;
  border-bottom: solid #FFFFFF 2px;
}
.navbar .bar .nav .lvl-1 {
  border-bottom: 2px solid transparent;
}
.navbar .bar .nav .lvl-1:hover, .navbar .bar .nav .lvl-1:focus, .navbar .bar .nav .lvl-1:active {
  color: #FFFFFF !important;
  background-color: transparent;
  border-bottom: none;
}
.navbar .bar .nav .expanded .menu-drop {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden !important;
  padding-top: 100px;
  background-color: #59aa4d;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar .bar .nav .expanded .menu-drop.visible {
  visibility: visible;
}
.navbar .bar .nav .expanded .menu-drop.hidden {
  visibility: hidden;
}
.navbar .bar .nav .expanded.hover .menu-drop {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  visibility: visible !important;
}
.navbar .bar .nav .lvl-4 > a {
  font-size: 16px;
  margin-left: 20px;
  color: white;
  line-height: 30px;
}
.navbar .bar .nav .lvl-4 > a:after {
  height: 0px;
}
.navbar .bar .nav .lvl-4 > a:hover {
  text-decoration: none !important;
  color: #155da5;
}
.navbar .bar .nav .lvl-4 > a:hover:after {
  background-color: transparent;
}
.navbar .bar .nav .lvl-3 > a {
  font-size: 18px;
  color: white;
  line-height: 30px;
}
.navbar .bar .nav .lvl-3 > a:after {
  height: 0px;
}
.navbar .bar .nav .lvl-3 > a:hover {
  text-decoration: none !important;
  color: #155da5;
}
.navbar .bar .nav .lvl-3 > a:hover:after {
  background-color: transparent;
}
.navbar .bar .nav .lvl-2 {
  margin-bottom: 30px;
}
.navbar .bar .nav .lvl-2 > a {
  font-size: 13px;
  color: gray;
}
.navbar .bar .nav .lvl-2 > a:after {
  height: 0px;
}
.navbar .bar .nav .lvl-2 > a:hover {
  text-decoration: none !important;
  color: #155da5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .bar .nav .lvl-2 > a {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.navbar .bar .nav .lvl-1 {
  padding: 0 15px;
  margin: 30px 0;
}
.navbar .bar .nav .lvl-1 ul {
  display: block;
  text-align: left;
}
.navbar .bar .nav .lvl-1 > a {
  font-size: 16px;
  margin-bottom: 15px;
  border-bottom: 2px solid transparent;
}
.navbar .bar .nav .lvl-1 > a:hover {
  text-decoration: none !important;
  border-bottom: 2px solid #fff;
}
.navbar .bar .nav .lvl-1 > a:hover:after {
  background: transparent;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .bar .nav .lvl-1 > a {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.navbar .bar .nav .lvl-0:nth-child(2) .lvl-2 {
  margin-bottom: 20px;
}
.navbar .bar .search-button li a {
  padding: 10px 15px;
}
@media (min-width: 991px) {
  .navbar .bar .btn-link {
    display: none;
  }
}
.navbar.fixed {
  background: transparent;
  border-radius: 0;
}
.navbar > .menu-btn {
  position: absolute;
  right: 0;
  padding: 0;
  display: none;
  color: gray;
  outline: 0;
}
.navbar > .menu-btn:focus {
  outline: 0;
}
.navbar > .menu-btn .fa {
  color: gray;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
}
@media (min-width: 1920px) {
  .navbar ul li.logo-item {
    -webkit-flex: 0.5 0 200px !important;
        -ms-flex: 0.5 0 200px !important;
            flex: 0.5 0 200px !important;
  }
}
@media (min-width: 1101px) and (max-width: 1270px) {
  .navbar ul li.logo-item {
    -webkit-flex: 1 0 200px !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
@media (min-width: 991px) and (max-width: 1100px) {
  .navbar ul li a {
    padding: 10px 5px 5px !important;
  }
  .navbar ul li.logo-item {
    -webkit-flex: 1 0 200px !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar ul li a {
    font-size: 14px;
  }
  .navbar ul li a:after {
    left: 15px;
    right: 15px;
  }
}
.navbar.fixed {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 150ms linear;
  transition: -webkit-transform 150ms linear;
  transition: transform 150ms linear;
  transition: transform 150ms linear, -webkit-transform 150ms linear;
}
.navbar.fixed.slide-in {
  position: fixed;
  top: 0;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  padding-top: 10px;
  min-height: 70px;
  background-color: #59aa4d;
}
.navbar.fixed.slide-in li.logo-item a {
  min-height: 50px !important;
}
.navbar.fixed.slide-in li.availability-item {
  display: block !important;
}
.navbar.fixed.slide-in li.search-item {
  max-width: 25px;
  margin-left: 5px;
  top: 17px;
}
.navbar.fixed.slide-in.slide-out {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media (max-width: 991px) {
  #navbar {
    display: none;
  }
}

.mobile-menu {
  border: 0px;
  background: transparent;
  padding: 0 15px;
  padding-top: 40px;
}
.mobile-menu:nth-child(3) {
  padding-top: 0px;
}
.mobile-menu:last-child {
  padding-top: 20px;
}
.mobile-menu .menu-list .list-group {
  list-style: none;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
}
.mobile-menu .menu-list .list-group .menu-block {
  font-size: 14px;
  border-bottom: 1px solid gray;
  /*&:last-child{
  border-bottom: 0px;
  }*/
}
.mobile-menu .menu-list .list-group .menu-block.menu-object {
  border-top: 2px solid yellow;
}
.mobile-menu .menu-list .list-group .menu-block.menu-object span.list-group-menu-item {
  padding-top: 0px;
}
.mobile-menu .menu-list .list-group .menu-block.menu-object div:first-child {
  margin: 20px 0px;
}
.mobile-menu .menu-list .list-group .menu-block.menu-object:last-child {
  border-top: 0px;
}
.mobile-menu .menu-list .list-group .menu-block.careers .btn {
  margin-bottom: 15px;
}
.mobile-menu .menu-list .list-group .menu-block.meta ul {
  list-style: none;
  padding-left: 0px;
}
.mobile-menu .menu-list .list-group .menu-block.meta ul li a {
  color: yellow;
}
.mobile-menu .menu-list .list-group .menu-block.meta ul li img {
  width: 75%;
  padding: 10px 0px;
}
.mobile-menu .menu-list .list-group .menu-option {
  border-bottom: 1px solid #5e6167;
  border-top: 2px solid white;
  padding: 5px 0px;
}
.mobile-menu .menu-list .list-group .menu-option ul {
  list-style: none;
  width: 100%;
  padding-left: 0px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-menu .menu-list .list-group .menu-option ul li {
  padding: 5px;
  /*&.lvl-1{
  display: none;
  }*/
}
.mobile-menu .menu-list .list-group .collapsible {
  width: 100%;
}
.mobile-menu .menu-list .list-group .list-group-item {
  color: gray;
  background-color: transparent;
  border: 0px;
  padding: 10px 0px;
}
.mobile-menu .menu-list .list-group .list-group-item.list-group-menu-item {
  font-size: 18px;
}
.mobile-menu .menu-list .list-group .list-group-item.list-group-menu-option:focus, .mobile-menu .menu-list .list-group .list-group-item.list-group-menu-option.focus, .mobile-menu .menu-list .list-group .list-group-item.list-group-menu-option:hover, .mobile-menu .menu-list .list-group .list-group-item.list-group-menu-option:active, .mobile-menu .menu-list .list-group .list-group-item.list-group-menu-option.active {
  text-decoration: none !important;
}
.mobile-menu .menu-list .list-group .form-group .form-control {
  background-color: #fff;
  color: #35383D;
  font-weight: 500;
  padding: 25px 15px;
}
.mobile-menu .menu-list .menu.nav {
  margin-bottom: 20px;
  padding-left: 0;
}
.mobile-menu .menu-list .menu.nav .lvl-0 {
  font-size: 14px;
  border-bottom: 1px solid gray;
}
.mobile-menu .menu-list .menu.nav .lvl-0.menu-object {
  border-top: 2px solid gray;
}
.mobile-menu .menu-list .menu.nav .lvl-0.menu-object span.list-group-menu-item {
  padding-top: 0px;
}
.mobile-menu .menu-list .menu.nav .lvl-0.menu-object div:first-child {
  margin: 20px 0px;
}
.mobile-menu .menu-list .menu.nav .lvl-0.menu-object:last-child {
  border-top: 0px;
}
.mobile-menu .menu-list .menu.nav .lvl-0.careers .btn {
  margin-bottom: 15px;
}
.mobile-menu .menu-list .menu.nav .lvl-0.meta ul {
  list-style: none;
  padding-left: 0px;
}
.mobile-menu .menu-list .menu.nav .lvl-0.meta ul li a {
  color: yellow;
}
.mobile-menu .menu-list .menu.nav .lvl-0.meta ul li img {
  width: 75%;
  padding: 10px 0px;
}
.mobile-menu .menu-list .menu.nav .lvl-0:last-child {
  border-bottom: 0px;
}
.mobile-menu .menu-list footer-mobile-menu a {
  font-size: 14px;
}

.tabs {
  margin-bottom: 20px;
}
.tabs ul li a:hover, .tabs ul li a:active, .tabs ul li a:focus {
  color: red;
}
.tabs ul li.active a {
  color: #fff;
}
.tabs ul li.active a:hover, .tabs ul li.active a:active, .tabs ul li.active a:focus {
  color: red;
}

body.page-home > #page > .main-container .region-header {
  background-position: center top !important;
}

.page-homepage .heading-section .ajax-throbber,
.page-homepage .block-natrel-homepage-product .ajax-throbber,
.page-accueil .heading-section .ajax-throbber,
.page-accueil .block-natrel-homepage-product .ajax-throbber {
  display: none !important;
}
.page-homepage .page-header,
.page-accueil .page-header {
  margin-bottom: 8rem;
}
@media screen and (min-width: 1200px) {
  .page-homepage .view-homepage-product.page-homepage-promo-block,
.page-accueil .view-homepage-product.page-homepage-promo-block {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1920px) {
  .page-homepage .view-homepage-product.page-homepage-promo-block,
.page-accueil .view-homepage-product.page-homepage-promo-block {
    margin-top: 12rem;
  }
}
@media (max-width: 767px) {
  .page-homepage .view-homepage-product.page-homepage-promo-block,
.page-accueil .view-homepage-product.page-homepage-promo-block {
    margin-top: 6rem;
  }
}

.paragraph--type--row {
  margin-bottom: 0rem;
}
@media screen and (min-width: 1200px) {
  .paragraph--type--row {
    margin-top: 0rem;
  }
}

.view-homepage-product {
  min-height: 400px;
  padding: 8rem 10rem;
  margin-top: 5rem;
  margin-bottom: 10rem;
  position: relative;
  z-index: 2;
}
.view-homepage-product.page-homepage-promo-block {
  padding: 4rem 10rem;
  margin-bottom: 6rem;
  margin-top: 0rem;
}
@media screen and (min-width: 1200px) {
  .view-homepage-product {
    margin-top: 38rem;
  }
  .view-homepage-product.page-homepage-promo-block {
    margin-top: 10rem;
  }
}
.view-homepage-product .view-content .views-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .view-homepage-product .view-content .views-row {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.view-homepage-product .view-content .views-row .product-backdrop {
  position: absolute;
  border-radius: 8px 8px;
  top: 0rem;
  bottom: 0rem;
  left: 0;
  right: 0;
  z-index: -1;
}
.view-homepage-product .view-content .views-row .group-1,
.view-homepage-product .view-content .views-row .group-3 {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  top: 10%;
  padding: 2rem 0px;
}
.view-homepage-product .view-content .views-row .group-1 .views-field-title,
.view-homepage-product .view-content .views-row .group-3 .views-field-title {
  padding-bottom: 4rem;
  border-bottom: solid 2px #FFFFFF;
}
.view-homepage-product .view-content .views-row .group-1 .views-field-title.no-availability,
.view-homepage-product .view-content .views-row .group-3 .views-field-title.no-availability {
  padding-bottom: 2px;
  border-bottom-width: 0px;
}
.view-homepage-product .view-content .views-row .group-1 .views-field-title h2 a,
.view-homepage-product .view-content .views-row .group-3 .views-field-title h2 a {
  color: #FFFFFF;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  font-size: 4.5rem;
  line-height: 4rem;
}
.view-homepage-product .view-content .views-row .group-1 .views-field-description,
.view-homepage-product .view-content .views-row .group-3 .views-field-description {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 2rem;
  line-height: 2.8rem;
}
.view-homepage-product .view-content .views-row .group-1 .views-field-description .product-legal-notes,
.view-homepage-product .view-content .views-row .group-3 .views-field-description .product-legal-notes {
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.view-homepage-product .view-content .views-row .group-1 .views-field-field-product-variation-1,
.view-homepage-product .view-content .views-row .group-3 .views-field-field-product-variation-1 {
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
}
.view-homepage-product .view-content .views-row .group-1 .views-field-field-product-variation-1 > .views-label,
.view-homepage-product .view-content .views-row .group-3 .views-field-field-product-variation-1 > .views-label {
  float: left;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.view-homepage-product .view-content .views-row .group-1 .views-field-field-product-variation-1 > .field-content,
.view-homepage-product .view-content .views-row .group-3 .views-field-field-product-variation-1 > .field-content {
  float: right;
}
.view-homepage-product .view-content .views-row .group-1 .views-field-field-product-variation-1 > .field-content > div,
.view-homepage-product .view-content .views-row .group-3 .views-field-field-product-variation-1 > .field-content > div {
  margin-left: 1rem;
  display: inline-block;
}
.view-homepage-product .view-content .views-row .group-1 .views-field-field-product-variation-1 > .field-content > div div,
.view-homepage-product .view-content .views-row .group-3 .views-field-field-product-variation-1 > .field-content > div div {
  display: inline;
}
.view-homepage-product .view-content .views-row .group-1 .btn-natrel-gooey-wrapper,
.view-homepage-product .view-content .views-row .group-3 .btn-natrel-gooey-wrapper {
  margin-top: 3rem;
  margin-left: -2.25rem;
  border-radius: 0px;
}
.view-homepage-product .view-content .views-row .group-1 .btn-natrel-gooey-wrapper a,
.view-homepage-product .view-content .views-row .group-3 .btn-natrel-gooey-wrapper a {
  background-color: #FFFFFF;
  padding: 0.8em 2em 0.6em !important;
  font-size: 1.5rem !important;
}
.view-homepage-product .view-content .views-row .group-1 .views-field-promo-section .promo-line,
.view-homepage-product .view-content .views-row .group-3 .views-field-promo-section .promo-line {
  font-weight: 600;
}
@media (max-width: 991px) {
  .view-homepage-product .view-content .views-row .group-1 .views-field-promo-section .promo-line,
.view-homepage-product .view-content .views-row .group-3 .views-field-promo-section .promo-line {
    display: inline !important;
  }
}
.view-homepage-product .view-content .views-row .group-1 .views-field-promo-section .promo-line.bold,
.view-homepage-product .view-content .views-row .group-1 .views-field-promo-section .promo-line .bold,
.view-homepage-product .view-content .views-row .group-3 .views-field-promo-section .promo-line.bold,
.view-homepage-product .view-content .views-row .group-3 .views-field-promo-section .promo-line .bold {
  font-weight: 900;
}
.view-homepage-product .view-content .views-row .group-1 .views-field-promo-section .promo-line.uppercase,
.view-homepage-product .view-content .views-row .group-1 .views-field-promo-section .promo-line .uppercase,
.view-homepage-product .view-content .views-row .group-3 .views-field-promo-section .promo-line.uppercase,
.view-homepage-product .view-content .views-row .group-3 .views-field-promo-section .promo-line .uppercase {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .view-homepage-product .view-content .views-row .group-1 .views-field-promo-section .promo-line.rebate,
.view-homepage-product .view-content .views-row .group-1 .views-field-promo-section .promo-line .rebate,
.view-homepage-product .view-content .views-row .group-3 .views-field-promo-section .promo-line.rebate,
.view-homepage-product .view-content .views-row .group-3 .views-field-promo-section .promo-line .rebate {
    text-indent: -7px;
  }
}
.view-homepage-product .view-content .views-row .group-1 .views-field-promo-section .promo-line.promo-line-3,
.view-homepage-product .view-content .views-row .group-3 .views-field-promo-section .promo-line.promo-line-3 {
  line-height: 3.5rem;
}
@media (min-width: 768px) {
  .view-homepage-product .view-content .views-row .group-1 .views-field-promo-section .promo-line.line-break,
.view-homepage-product .view-content .views-row .group-1 .views-field-promo-section .promo-line .line-break,
.view-homepage-product .view-content .views-row .group-3 .views-field-promo-section .promo-line.line-break,
.view-homepage-product .view-content .views-row .group-3 .views-field-promo-section .promo-line .line-break {
    display: block;
    clear: left;
  }
}
.view-homepage-product .view-content .views-row .group-1 .field-content .views-field-title-title {
  text-transform: uppercase;
  margin: 0;
  font-size: 5.3rem;
  line-height: 5.3rem;
}
.view-homepage-product .view-content .views-row .group-1 .field-content .views-field-title-label {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 2.6rem;
  line-height: 0px;
  -webkit-font-smoothing: antialiased;
}
.view-homepage-product .view-content .views-row .group-2 {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  position: relative;
}
.view-homepage-product .view-content .views-row .group-2 .field-content {
  position: absolute;
  bottom: -12rem;
  left: 0px;
  right: 0px;
}
.view-homepage-product .view-content .views-row .group-2 .field-content img {
  margin: 0 auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .view-homepage-product .view-content .views-row .group-2 .field-content img {
    max-height: 390px;
    width: auto;
  }
}
.view-homepage-product .view-content .views-row .group-2 .field-content img:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.view-homepage-product .view-content .views-row .group-2.group-2-promo {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.view-homepage-product .view-content .views-row .group-2.group-2-promo .field-content {
  bottom: -22rem;
}
.view-homepage-product .view-content .views-row .group-2.group-2-promo-whipped {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.view-homepage-product .view-content .views-row .group-2.group-2-promo-whipped .field-content {
  bottom: -10rem;
}

@media (max-width: 992px) {
  .view-homepage-product .view-content .views-row .group-2,
.view-homepage-product .view-content .views-row .group-2.group-2-promo,
.view-homepage-product .view-content .views-row .group-2.group-2-promo-whipped {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    margin-top: -12rem;
  }
  .view-homepage-product .view-content .views-row .group-2 .field-content,
.view-homepage-product .view-content .views-row .group-2.group-2-promo .field-content,
.view-homepage-product .view-content .views-row .group-2.group-2-promo-whipped .field-content {
    position: relative;
    bottom: 0px;
  }
}
@media (max-width: 768px) {
  .view-homepage-product,
.view-homepage-product.page-homepage-promo-block {
    padding: 5rem;
    margin-bottom: 2rem;
  }
}
.page-homepage .product-categories-group,
.page-accueil .product-categories-group {
  margin: 4rem 0;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 480px) {
  .page-homepage .product-categories-group,
.page-accueil .product-categories-group {
    max-width: calc(480px - 1rem);
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .page-homepage .product-categories-group,
.page-accueil .product-categories-group {
    max-width: calc(768px - 1rem);
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .page-homepage .product-categories-group,
.page-accueil .product-categories-group {
    max-width: calc(992px - 1rem);
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .page-homepage .product-categories-group,
.page-accueil .product-categories-group {
    max-width: calc(1200px - 1rem);
    width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .page-homepage .product-categories-group,
.page-accueil .product-categories-group {
    max-width: calc(1920px - 1rem);
    width: 100%;
  }
}
.page-homepage .product-categories-group > .field,
.page-accueil .product-categories-group > .field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .page-homepage .product-categories-group > .field .field--item,
.page-accueil .product-categories-group > .field .field--item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}
.page-homepage .product-categories-group > .field .field--item:first-child,
.page-accueil .product-categories-group > .field .field--item:first-child {
  padding-right: 40px;
}
.page-homepage .product-categories-group > .field .field--item:last-child,
.page-accueil .product-categories-group > .field .field--item:last-child {
  padding-left: 40px;
}
.page-homepage .product-categories-group > .field .field--item .views-element-container,
.page-accueil .product-categories-group > .field .field--item .views-element-container {
  height: 100%;
}
.page-homepage .product-categories-group .view-content .views-row:hover,
.page-accueil .product-categories-group .view-content .views-row:hover {
  color: #0A0A0A;
  background: #F1EEEE;
}
@media (max-width: 767px) {
  .page-homepage .product-categories-group .views-field-field-teaser-title,
.page-accueil .product-categories-group .views-field-field-teaser-title {
    text-align: center;
  }
  .page-homepage .product-categories-group .views-field-field-teaser-title h3:after,
.page-accueil .product-categories-group .views-field-field-teaser-title h3:after {
    font-size: 0.5rem;
  }
  .page-homepage .product-categories-group > .field .field--item,
.page-accueil .product-categories-group > .field .field--item {
    padding: 0px !important;
    width: 100%;
  }
  .page-homepage .product-categories-group > .field .field--item .view-content .views-row,
.page-accueil .product-categories-group > .field .field--item .view-content .views-row {
    padding: 5rem !important;
  }
  .page-homepage .product-categories-group > .field .field--item .view-content .views-row .views-field-field-teaser-image,
.page-accueil .product-categories-group > .field .field--item .view-content .views-row .views-field-field-teaser-image {
    margin-left: -5rem;
  }
}

.block-best-milk {
  margin-right: auto;
  margin-left: auto;
  padding-top: 12rem;
  padding-bottom: 6rem;
}
@media only screen and (min-width: 480px) {
  .block-best-milk {
    max-width: calc(480px - 1rem);
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .block-best-milk {
    max-width: calc(768px - 1rem);
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .block-best-milk {
    max-width: calc(992px - 1rem);
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .block-best-milk {
    max-width: calc(1200px - 1rem);
    width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .block-best-milk {
    max-width: calc(1920px - 1rem);
    width: 100%;
  }
}

.sliding-popup-bottom .eu-cookie-compliance-banner .find-more-button-processed {
  display: none;
}
.sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-message p {
  font-size: 16px;
  font-family: Open sans;
  font-weight: 400;
  color: white;
}
.sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-message p a {
  color: #ffffff;
  text-decoration: underline;
}
.sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-buttons {
  margin-top: 1%;
}
.sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-buttons .agree-button {
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: #ffffff;
  font-size: 16px;
  font-family: Open sans;
  color: #4F9F44;
  text-shadow: 0px 0px 0 #ffffff;
  font-weight: normal;
}

.sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content {
  margin: 0 auto;
  max-width: 80%;
  -webkit-flex-basis: 80%;
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  width: 100%;
  position: relative;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 15px 0;
}
.sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-message {
  float: none;
  margin: 5px 10px 0 0;
  max-width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20%;
}
.sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-buttons .agree-button {
  margin-top: 0;
}

@media (max-width: 600px) {
  .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-message {
    padding-right: 0em;
  }
  .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-message p {
    font-size: 12px;
    display: inline-block;
    line-height: 24px;
  }
  .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-buttons {
    width: 100%;
  }
  .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-buttons .agree-button {
    font-size: 12px;
    margin-top: 5px;
    width: 100%;
    padding: 0px;
  }
}
body.page-node-type-page-landing > #page > .main-container .region-header .page-header,
body.page-node-type-event > #page > .main-container .region-header .page-header,
body.page-node-type-news > #page > .main-container .region-header .page-header,
body.page-node-type-page-newsevents > #page > .main-container .region-header .page-header {
  padding: 0;
  padding-top: 15rem;
  margin: 0;
  border-bottom-width: 0;
  text-align: center;
}
@media screen and (min-width: 991px) {
  body.page-node-type-page-landing > #page > .main-container .region-header,
body.page-node-type-event > #page > .main-container .region-header,
body.page-node-type-news > #page > .main-container .region-header,
body.page-node-type-page-newsevents > #page > .main-container .region-header {
    padding: 5em 2em 15em;
  }
  body.page-node-type-page-landing > #page > .main-container .region-header .page-header,
body.page-node-type-event > #page > .main-container .region-header .page-header,
body.page-node-type-news > #page > .main-container .region-header .page-header,
body.page-node-type-page-newsevents > #page > .main-container .region-header .page-header {
    font-size: 10rem;
  }
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content,
body.page-node-type-event > #page > .main-container .region-content > article > div.content,
body.page-node-type-news > #page > .main-container .region-content > article > div.content,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0px 2rem;
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .field--name-field-paragraphs,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .field--name-field-paragraphs,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .field--name-field-paragraphs,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .field--name-field-paragraphs {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row + .paragraph--type--prg-views-reference .view-products-category,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row + .paragraph--type--prg-views-reference .view-products-category,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row + .paragraph--type--prg-views-reference .view-products-category,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row + .paragraph--type--prg-views-reference .view-products-category {
  margin-top: -8em;
}
@media screen and (max-width: 991px) {
  body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row + .paragraph--type--prg-views-reference .view-products-category,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row + .paragraph--type--prg-views-reference .view-products-category,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row + .paragraph--type--prg-views-reference .view-products-category,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row + .paragraph--type--prg-views-reference .view-products-category {
    margin-top: 2em;
  }
}
@media screen and (max-width: 991px) {
  body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row.mobile-flip,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row.mobile-flip,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row.mobile-flip,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row.mobile-flip {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 991px) {
  body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row {
    margin-top: 10rem;
  }
}
@media screen and (min-width: 992px) {
  body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row {
    margin-bottom: 10em;
  }
  body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row:last-child,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row:last-child,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row:last-child,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row:last-child {
    margin-bottom: 3em;
  }
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 1em;
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph .field--name-field-copy,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph .field--name-field-copy,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph .field--name-field-copy,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph .field--name-field-copy {
  width: 100%;
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph .field--name-field-copy h5,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph .field--name-field-copy h5,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph .field--name-field-copy h5,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph .field--name-field-copy h5 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph .field--name-field-copy img.align-left,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph .field--name-field-copy img.align-left,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph .field--name-field-copy img.align-left,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph .field--name-field-copy img.align-left {
  margin-right: 5rem;
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph .field--name-field-copy a,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph .field--name-field-copy a,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph .field--name-field-copy a,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph .field--name-field-copy a {
  color: #59aa4d;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph .field--name-field-copy a:after,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph .field--name-field-copy a:after,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph .field--name-field-copy a:after,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph .field--name-field-copy a:after {
  content: "\e092";
  font-family: "Glyphicons Halflings";
  line-height: 1;
  margin: 5px;
  position: relative;
  top: 0em;
  left: 0.5em;
  pointer-events: none;
  display: inline-block;
  font-size: 1rem;
  background: #59aa4d;
  padding: 0.6em;
  border-radius: 50%;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph .field--name-field-copy img.align-left,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph .field--name-field-copy img.align-left,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph .field--name-field-copy img.align-left,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph .field--name-field-copy img.align-left {
    float: none;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-copy,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-copy,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-copy,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-copy {
    padding: 0px 2em;
  }
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.align-to-left-paragraph,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.align-to-left-paragraph,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.align-to-left-paragraph,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.align-to-left-paragraph {
  padding-top: 1em;
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.icon-group h2, body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.icon-group h3,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.icon-group h2,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.icon-group h3,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.icon-group h2,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.icon-group h3,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.icon-group h2,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.icon-group h3 {
  margin: 1rem 0px;
}
@media screen and (max-width: 768px) {
  body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.icon-group .field--name-field-copy,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.icon-group .field--name-field-copy,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.icon-group .field--name-field-copy,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.icon-group .field--name-field-copy {
    text-align: center;
    margin-top: 3rem;
  }
  body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.icon-group img,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.icon-group img,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.icon-group img,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.icon-group img {
    max-width: 50%;
  }
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image {
  padding: 0px;
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image > a,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image > a,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image > a,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image > a {
  display: block;
  overflow: hidden;
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image .field--name-field-prg-image,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image .field--name-field-prg-image,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image .field--name-field-prg-image,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image .field--name-field-prg-image {
  overflow: hidden;
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image:not(.shift-left):not(.shift-right),
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image:not(.shift-left):not(.shift-right),
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image:not(.shift-left):not(.shift-right),
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image:not(.shift-left):not(.shift-right) {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image.shift-left,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image.shift-left,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image.shift-left,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image.shift-left {
  margin-left: -4rem;
  margin-right: 4rem;
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image.shift-left img,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image.shift-left img,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image.shift-left img,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image.shift-left img {
  border-radius: 0px 8px 8px 0px;
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image.shift-right,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image.shift-right,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image.shift-right,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image.shift-right {
  position: relative;
  right: -6rem;
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image.shift-right img,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image.shift-right img,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image.shift-right img,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-image.shift-right img {
  border-radius: 8px 0px 0px 8px;
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image {
  padding: 10rem 0px;
  border-radius: 8px;
  background-color: #0A0A0A;
  color: #FFFFFF;
  text-shadow: #333 1px 1px 3px;
  text-align: center;
  position: relative;
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image:before,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image:before,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image:before,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image:before {
  content: "";
  z-index: 0;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(10, 10, 10, 0.2);
  border-radius: 8px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image {
    padding: 25rem 0px;
  }
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image > .container,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image > .container,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image > .container,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image > .container {
  z-index: 1;
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image.promo-image-section,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image.promo-image-section,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image.promo-image-section,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image.promo-image-section {
  padding: 3rem 0px 12rem;
  border-radius: 8px 8px 0px 0px;
  background-color: transparent;
  color: #FFFFFF;
  text-shadow: #333 1px 1px 3px;
  text-align: center;
  position: relative;
  background-size: auto !important;
  background-repeat: no-repeat;
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image.promo-image-section:before,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image.promo-image-section:before,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image.promo-image-section:before,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image.promo-image-section:before {
  content: "";
  z-index: 0;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: transparent;
  border-radius: 8px;
  position: absolute;
}
@media screen and (min-width: 1199px) {
  body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image.promo-image-section,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image.promo-image-section,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image.promo-image-section,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image.promo-image-section {
    padding: 6rem 0px 6rem;
    background-size: contain !important;
  }
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image.promo-image-section > .container,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image.promo-image-section > .container,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image.promo-image-section > .container,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image.promo-image-section > .container {
  z-index: 1;
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image.promo-image-section > .container img,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image.promo-image-section > .container img,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image.promo-image-section > .container img,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image.promo-image-section > .container img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image.promo-image-section > .container img,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image.promo-image-section > .container img,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image.promo-image-section > .container img,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-image.promo-image-section > .container img {
    margin-top: 5rem;
  }
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-video,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-video,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-video,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-video {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-video,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-video,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-video,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-video {
    padding: 20rem 2em;
  }
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-video.shift-left,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-video.shift-left,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-video.shift-left,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-video.shift-left {
  margin-left: -4rem;
  margin-right: 4rem;
  border-radius: 0px 8px 8px 0px;
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-video.shift-right,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-video.shift-right,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-video.shift-right,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--row > div.paragraph.paragraph--type--prg-section-video.shift-right {
  position: relative;
  right: -6rem;
  border-radius: 8px 0px 0px 8px;
}
body.page-node-type-page-landing > #page > .main-container .region-content > article > div.content > .paragraph--type--prg-views-reference,
body.page-node-type-event > #page > .main-container .region-content > article > div.content > .paragraph--type--prg-views-reference,
body.page-node-type-news > #page > .main-container .region-content > article > div.content > .paragraph--type--prg-views-reference,
body.page-node-type-page-newsevents > #page > .main-container .region-content > article > div.content > .paragraph--type--prg-views-reference {
  width: 100%;
}

.content > .paragraph--type--row div.paragraph.paragraph--type--prg-copy {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 769px) {
  .content > .paragraph--type--row div.paragraph.paragraph--type--prg-copy .field.field--name-field-copy {
    width: auto !important;
    min-width: 460px !important;
  }
}

body.path-faq > #page > .main-container .region-header {
  background-image: url(../images/island-farms-home-hero.jpg);
  background-position: center top;
}
@media screen and (min-width: 480px) and (max-width: 767px) and (-ms-high-contrast: active), screen and (min-width: 480px) and (max-width: 767px) and (-ms-high-contrast: none) {
  body.path-faq > #page > .main-container .region-content {
    padding: 0 1em;
  }
}
@media (max-width: 991px) {
  body.path-faq > #page > .main-container .region-content {
    padding: 0 1.2em;
  }
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 480px) {
  body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page {
    max-width: calc(480px - 1rem);
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page {
    max-width: calc(768px - 1rem);
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page {
    max-width: calc(992px - 1rem);
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page {
    max-width: calc(1200px - 1rem);
    width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page {
    max-width: calc(1920px - 1rem);
    width: 100%;
  }
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page > .view-header {
  position: relative;
}
@media only screen and (min-width: 992px) {
  body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page > .view-header {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1920px) {
  body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page > .view-header {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 16.6666666667%;
    -webkit-flex-basis: 16.6666666667%;
            flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page > .view-header .faq-nodes-block li a {
  display: block;
  background-color: transparent;
  color: #0A0A0A;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 1.4rem;
  margin-left: 2.2rem;
  text-decoration: none;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page > .view-header .faq-nodes-block li.active a {
  color: #59aa4d;
  margin-left: 0px;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page > .view-header .faq-nodes-block li.active a:before {
  content: "—";
  margin-right: 0.55rem;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page > .view-header .faq-nodes-block.affix {
  top: 90px;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page > .view-header .faq-nodes-block.affix-top {
  top: 0px;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page > .view-header .faq-nodes-block.affix-top ul li:first-child a {
  color: #59aa4d;
  margin-left: 0px;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page > .view-header .faq-nodes-block.affix-top ul li:first-child a:before {
  content: "—";
  margin-right: 0.55rem;
}
@media only screen and (min-width: 480px) {
  body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page > .view-content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page > .view-content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 66.6666666667%;
    -webkit-flex-basis: 66.6666666667%;
            flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media only screen and (min-width: 1920px) {
  body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page > .view-content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page > .view-content .views-row {
  margin-bottom: 8rem;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page > .view-content .views-row .views-field-title {
  margin-bottom: 1rem;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page > .view-content .views-row .field--name-field-heading {
  display: none;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page > .view-content .views-row .field--name-field-question {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  font-weight: 700;
  cursor: pointer;
  border-bottom: 2px solid #F1EEEE;
  padding-bottom: 2rem;
  margin-top: 5rem;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page > .view-content .views-row .field--name-field-question .faq-button-wrapper {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page > .view-content .views-row .field--name-field-question .faq-button-wrapper span.faq-button {
  background: #59aa4d;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page > .view-content .views-row .field--name-field-question .faq-button-wrapper span.faq-button:after {
  color: #FFFFFF;
  content: "+";
  font-weight: 400;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 3rem;
  line-height: 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page > .view-content .views-row .field--name-field-question[aria-expanded=true] {
  border-width: 0px;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page > .view-content .views-row .field--name-field-question[aria-expanded=true] span.faq-button:after {
  content: "-";
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page > .view-content .views-row .field--name-field-answer {
  border-radius: 8px;
  font-weight: 400;
  background-color: #F1EEEE;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page > .view-content .views-row .field--name-field-answer > .answer-wrapper {
  padding: 4rem;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page .view-filters {
  display: none;
}
@media (max-width: 991px) {
  body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page .view-filters {
    display: block;
  }
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page #views-exposed-form-faq-faq-page {
  margin: 4rem 2rem 2rem;
  text-align: center;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page #views-exposed-form-faq-faq-page .form--inline > .form-item {
  float: none;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page #views-exposed-form-faq-faq-page .form--inline > .form-item label {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page #views-exposed-form-faq-faq-page .form--inline > .form-item legend {
  border-width: 0px;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper {
  color: #59aa4d;
  background: none;
  cursor: pointer;
  position: relative;
  max-width: 350px;
  margin: 0px auto;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper select {
  color: #59aa4d;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border-width: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
  font-weight: 900;
  background-image: none;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper select option {
  background-color: transparent;
  background-image: none;
  padding: 2rem;
  font-size: 18px;
  color: #59aa4d;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper .selectize-control {
  display: block;
  color: #59aa4d;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper .selectize-control:hover .selectize-input {
  color: #59aa4d;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper .selectize-control .selectize-input {
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  padding: 0px;
  padding-right: 60px;
  color: #59aa4d;
  font-weight: 900;
  background: none;
  border-width: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper .selectize-control .selectize-input > input {
  display: none !important;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper .selectize-control .selectize-input:after {
  content: none !important;
  display: none !important;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper .selectize-control .selectize-dropdown {
  min-height: 200px;
  min-width: 200px;
  padding: 1rem;
  font-size: 2rem;
  border-radius: 4px;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper .selectize-control .selectize-dropdown .selectize-dropdown-content {
  max-height: 380px;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper .selectize-control .selectize-dropdown [data-selectable] {
  padding: 1.5rem;
}
@media (max-width: 400px) {
  body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper .selectize-control .selectize-dropdown {
    left: -50px !important;
  }
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper .selectize-control:after {
  content: none !important;
  display: none !important;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper:after {
  color: #59aa4d;
  content: "\e026";
  font-family: "Glyphicons Halflings";
  line-height: 1;
  margin: 5px;
  position: absolute;
  right: 0;
  top: -3px;
  pointer-events: none;
}
body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper:hover:after, body.path-faq > #page > .main-container .region-content .view-faq.view-display-id-faq_page #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper:hover select {
  color: #59aa4d;
}

#block-exposedformsearchpage-solr-search {
  padding-top: 15rem;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 480px) {
  #block-exposedformsearchpage-solr-search {
    max-width: calc(480px - 1rem);
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #block-exposedformsearchpage-solr-search {
    max-width: calc(768px - 1rem);
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  #block-exposedformsearchpage-solr-search {
    max-width: calc(992px - 1rem);
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  #block-exposedformsearchpage-solr-search {
    max-width: calc(1200px - 1rem);
    width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  #block-exposedformsearchpage-solr-search {
    max-width: calc(1920px - 1rem);
    width: 100%;
  }
}
#block-exposedformsearchpage-solr-search .search-block-header {
  display: none;
}
#block-exposedformsearchpage-solr-search .search-form-inner form > .form--inline {
  display: block;
  width: 100%;
  position: relative;
}
#block-exposedformsearchpage-solr-search .search-form-inner form > .form--inline > .form-item {
  display: block;
}
#block-exposedformsearchpage-solr-search .search-form-inner form > .form--inline > .form-item > .input-group {
  display: block;
}
#block-exposedformsearchpage-solr-search .search-form-inner .control-label {
  display: none;
}
#block-exposedformsearchpage-solr-search .search-form-inner input[type=text] {
  display: block;
  width: 100%;
  font-size: 6rem;
  color: #FFFFFF;
  outline: none;
  background: none;
  border: 0;
  border-bottom: 2px solid #957e7e;
  margin: 0;
  padding: 1rem 0px;
  border-radius: 0px;
  height: auto;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
}
#block-exposedformsearchpage-solr-search .search-form-inner input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
#block-exposedformsearchpage-solr-search .search-form-inner input[type=text]:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-bottom-color: #c3b6b6;
}
@media (max-width: 767px) {
  #block-exposedformsearchpage-solr-search .search-form-inner input[type=text] {
    font-size: 3rem;
  }
}
#block-exposedformsearchpage-solr-search .search-form-inner .input-group-addon {
  display: none;
}
#block-exposedformsearchpage-solr-search .search-form-inner #edit-submit-search {
  border: none;
  position: absolute;
  right: 0;
  top: 16%;
  background-color: #59aa4d;
  background-image: url(../images/recherche_JM_V1_white.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 15px 15px;
  width: 70px;
  height: 70px;
  text-indent: -10000px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 10;
  border-radius: 50%;
}
@media (max-width: 767px) {
  #block-exposedformsearchpage-solr-search .search-form-inner #edit-submit-search {
    background-size: 25px;
    width: 45px;
    height: 45px;
    background-position: 10px 10px;
  }
}
#block-exposedformsearchpage-solr-search .search-form-inner #edit-reset {
  display: none;
}

#block-views-block-search-block-combined-search .view-header,
#block-views-block-search-block-combined-search .view-filters,
#block-views-block-search-block-combined-search .view-content,
#block-views-block-search-block-combined-search .view-footer,
#block-views-block-search-block-combined-search .no-results-search,
#block-views-block-search-block-combined-search .suggestion-text,
#block-views-block-search-block-combined-search .footer-text {
  display: none;
}
#block-views-block-search-block-combined-search .view-empty {
  opacity: 0.4;
  text-align: center;
  margin: -5rem 0px 10rem;
}

body.path-search h1.page-header,
body.path-recherche h1.page-header {
  display: none;
}
body.path-search .region-content > .views-element-container.form-group .view-search .views-infinite-scroll-content-wrapper,
body.path-recherche .region-content > .views-element-container.form-group .view-search .views-infinite-scroll-content-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
body.path-search .region-content > .views-element-container.form-group .view-search .view-header,
body.path-recherche .region-content > .views-element-container.form-group .view-search .view-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
body.path-search .region-content > .views-element-container.form-group .view-search .view-header h3,
body.path-recherche .region-content > .views-element-container.form-group .view-search .view-header h3 {
  margin-bottom: 8rem;
}
body.path-search .region-content > .views-element-container.form-group .view-search .view-content,
body.path-recherche .region-content > .views-element-container.form-group .view-search .view-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  text-align: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
body.path-search .region-content > .views-element-container.form-group .view-search .view-content > h3,
body.path-recherche .region-content > .views-element-container.form-group .view-search .view-content > h3 {
  text-align: left;
  margin: 12rem 1rem 4rem;
}
@media only screen and (min-width: 480px) {
  body.path-search .region-content > .views-element-container.form-group .view-search .view-content > h3,
body.path-recherche .region-content > .views-element-container.form-group .view-search .view-content > h3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}
body.path-search .region-content > .views-element-container.form-group .view-search .view-content > h3 > a,
body.path-recherche .region-content > .views-element-container.form-group .view-search .view-content > h3 > a {
  color: #0A0A0A;
  text-decoration: none;
}
body.path-search .region-content > .views-element-container.form-group .view-search .view-content .views-row,
body.path-recherche .region-content > .views-element-container.form-group .view-search .view-content .views-row {
  padding: 2rem 4.5rem;
  position: relative;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  color: #0A0A0A;
  margin-bottom: 6rem;
}
body.path-search .region-content > .views-element-container.form-group .view-search .view-content .views-row .views-field,
body.path-recherche .region-content > .views-element-container.form-group .view-search .view-content .views-row .views-field {
  position: relative;
  z-index: 1;
}
body.path-search .region-content > .views-element-container.form-group .view-search .view-content .views-row .views-field-field-product-variation .paragraph--view-mode--product-variations-image .field--name-field-product-image,
body.path-recherche .region-content > .views-element-container.form-group .view-search .view-content .views-row .views-field-field-product-variation .paragraph--view-mode--product-variations-image .field--name-field-product-image {
  min-height: 200px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
body.path-search .region-content > .views-element-container.form-group .view-search .view-content .views-row .views-field-field-product-variation .paragraph--view-mode--product-variations-image img,
body.path-recherche .region-content > .views-element-container.form-group .view-search .view-content .views-row .views-field-field-product-variation .paragraph--view-mode--product-variations-image img {
  margin: 0 auto;
  max-width: 70%;
  width: auto;
  max-height: 450px;
  min-height: 1px;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (min-width: 1920px) {
  body.path-search .region-content > .views-element-container.form-group .view-search .view-content .views-row .views-field-field-product-variation .paragraph--view-mode--product-variations-image img,
body.path-recherche .region-content > .views-element-container.form-group .view-search .view-content .views-row .views-field-field-product-variation .paragraph--view-mode--product-variations-image img {
    max-width: 40%;
  }
}
body.path-search .region-content > .views-element-container.form-group .view-search .view-content .views-row .views-field-title,
body.path-recherche .region-content > .views-element-container.form-group .view-search .view-content .views-row .views-field-title {
  padding-bottom: 2rem;
  border-bottom: solid 2px #0A0A0A;
}
body.path-search .region-content > .views-element-container.form-group .view-search .view-content .views-row .views-field-title a,
body.path-recherche .region-content > .views-element-container.form-group .view-search .view-content .views-row .views-field-title a {
  text-decoration: none;
  color: inherit;
  display: block;
  min-height: 6rem;
}
body.path-search .region-content > .views-element-container.form-group .view-search .view-content .views-row .views-field-field-product-variation-1,
body.path-recherche .region-content > .views-element-container.form-group .view-search .view-content .views-row .views-field-field-product-variation-1 {
  font-size: 1.6rem;
  font-weight: 600;
}
body.path-search .region-content > .views-element-container.form-group .view-search .view-content .views-row .views-field-field-product-variation-1 > .views-label,
body.path-recherche .region-content > .views-element-container.form-group .view-search .view-content .views-row .views-field-field-product-variation-1 > .views-label {
  float: left;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
body.path-search .region-content > .views-element-container.form-group .view-search .view-content .views-row .views-field-field-product-variation-1 > .field-content,
body.path-recherche .region-content > .views-element-container.form-group .view-search .view-content .views-row .views-field-field-product-variation-1 > .field-content {
  float: right;
}
body.path-search .region-content > .views-element-container.form-group .view-search .view-content .views-row .views-field-field-product-variation-1 > .field-content > div,
body.path-recherche .region-content > .views-element-container.form-group .view-search .view-content .views-row .views-field-field-product-variation-1 > .field-content > div {
  margin-left: 1rem;
  display: inline;
}
body.path-search .region-content > .views-element-container.form-group .view-search .view-content .views-row .views-field-field-product-variation-1 > .field-content > div div,
body.path-recherche .region-content > .views-element-container.form-group .view-search .view-content .views-row .views-field-field-product-variation-1 > .field-content > div div {
  display: inline;
}
body.path-search .region-content > .views-element-container.form-group .view-search .view-content .views-row .use-product-color-hover-gradient,
body.path-recherche .region-content > .views-element-container.form-group .view-search .view-content .views-row .use-product-color-hover-gradient {
  background: #E3E3E3;
  position: absolute;
  bottom: 0rem;
  left: 2rem;
  right: 2rem;
  height: 40rem;
  z-index: 0;
  border-radius: 8px;
}
body.path-search .region-content > .views-element-container.form-group .view-search .view-content .views-row .use-product-color-hover-gradient a,
body.path-recherche .region-content > .views-element-container.form-group .view-search .view-content .views-row .use-product-color-hover-gradient a {
  display: block;
  height: 100%;
}
body.path-search .region-content > .views-element-container.form-group .view-search .view-content .views-row:hover,
body.path-recherche .region-content > .views-element-container.form-group .view-search .view-content .views-row:hover {
  color: #FFFFFF;
}
body.path-search .region-content > .views-element-container.form-group .view-search .view-content .views-row:hover .views-field-title,
body.path-recherche .region-content > .views-element-container.form-group .view-search .view-content .views-row:hover .views-field-title {
  border-bottom-color: #FFFFFF;
}
body.path-search .view-display-id-block_recipe_search,
body.path-recherche .view-display-id-block_recipe_search {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
body.path-search .view-display-id-block_recipe_search .view-filters,
body.path-recherche .view-display-id-block_recipe_search .view-filters {
  display: none;
}
body.path-search .view-display-id-block_recipe_search .view-header h3,
body.path-recherche .view-display-id-block_recipe_search .view-header h3 {
  margin-bottom: 6rem;
  margin-top: 10rem;
}
body.path-search .view-display-id-block_recipe_search .view-content,
body.path-recherche .view-display-id-block_recipe_search .view-content {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
body.path-search .view-display-id-block_recipe_search .view-content .views-infinite-scroll-content-wrapper,
body.path-recherche .view-display-id-block_recipe_search .view-content .views-infinite-scroll-content-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
body.path-search .view-display-id-block_recipe_search .view-content .views-row,
body.path-recherche .view-display-id-block_recipe_search .view-content .views-row {
  padding: 1em;
  margin-bottom: 2em;
  position: relative;
}
body.path-search .view-display-id-block_recipe_search .view-content .views-row .views-field-field-recipe-category,
body.path-recherche .view-display-id-block_recipe_search .view-content .views-row .views-field-field-recipe-category {
  position: absolute;
  top: 50px;
  left: 10px;
}
body.path-search .view-display-id-block_recipe_search .view-content .views-row .views-field-field-recipe-category a,
body.path-recherche .view-display-id-block_recipe_search .view-content .views-row .views-field-field-recipe-category a {
  color: #FFFFFF;
  background: #0A0A0A;
  text-transform: uppercase;
  padding: 0.5em 0.75em 0.35em;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: bold;
  border-radius: 4px 0px 0px 4px;
  text-decoration: none;
  position: relative;
}
body.path-search .view-display-id-block_recipe_search .view-content .views-row .views-field-field-recipe-category a:after,
body.path-recherche .view-display-id-block_recipe_search .view-content .views-row .views-field-field-recipe-category a:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #0A0A0A;
  border-width: 14px;
  margin-top: -14px;
}
body.path-search .view-display-id-block_recipe_search .view-content .views-row .views-field-title,
body.path-recherche .view-display-id-block_recipe_search .view-content .views-row .views-field-title {
  margin-top: 1em;
}
body.path-search .view-display-id-block_recipe_search .view-content .views-row .views-field-title a,
body.path-recherche .view-display-id-block_recipe_search .view-content .views-row .views-field-title a {
  color: #0A0A0A;
  text-decoration: none;
}
body.path-search .view-display-id-block_recipe_search .view-content .views-row .views-field-field-author,
body.path-recherche .view-display-id-block_recipe_search .view-content .views-row .views-field-field-author {
  color: #0A0A0A;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.04em;
}
body.path-search .view-display-id-block_recipe_search .view-content .views-row .views-field-field-author .views-label,
body.path-recherche .view-display-id-block_recipe_search .view-content .views-row .views-field-field-author .views-label {
  font-weight: bold;
}
body.path-search .view-display-id-block_recipe_search .view-content .views-row .views-field-field-author .views-label:before,
body.path-recherche .view-display-id-block_recipe_search .view-content .views-row .views-field-field-author .views-label:before {
  content: "—";
  margin-right: 5px;
}
body.path-search .view-display-id-block_recipe_search .view-content .views-row .views-field-field-author .field-content,
body.path-recherche .view-display-id-block_recipe_search .view-content .views-row .views-field-field-author .field-content {
  font-weight: 500;
  display: inline;
}
body.path-search .view-display-id-block_recipe_search .view-content .views-row .views-field-field-author .field-content a,
body.path-recherche .view-display-id-block_recipe_search .view-content .views-row .views-field-field-author .field-content a {
  color: #0A0A0A;
}
body.path-search .view-display-id-block_recipe_search .view-content .views-row .views-field-field-preparation-time,
body.path-recherche .view-display-id-block_recipe_search .view-content .views-row .views-field-field-preparation-time {
  font-weight: 500;
  position: absolute;
  bottom: 1.5em;
  right: 2rem;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
}
body.path-search .view-display-id-block_recipe_search .view-content .views-row .views-field-field-preparation-time:before,
body.path-recherche .view-display-id-block_recipe_search .view-content .views-row .views-field-field-preparation-time:before {
  content: url(../images/time_JM_V1.svg);
  display: inline-block;
  width: 25px;
  height: 25px;
}
body.path-search .view-display-id-block_recipe_search .view-content .views-row .views-field-field-preparation-time .field-content,
body.path-recherche .view-display-id-block_recipe_search .view-content .views-row .views-field-field-preparation-time .field-content {
  margin-top: -1rem;
  display: block;
}
body.path-search .view-display-id-block_recipe_search > ul.pager,
body.path-recherche .view-display-id-block_recipe_search > ul.pager {
  margin: 3rem auto;
}
body.path-search .view-display-id-block_recipe_search > ul.pager li,
body.path-recherche .view-display-id-block_recipe_search > ul.pager li {
  display: inline-block;
}
body.path-search .view-display-id-block_recipe_search > ul.pager li a,
body.path-recherche .view-display-id-block_recipe_search > ul.pager li a {
  background: #59aa4d;
  color: #FFFFFF;
  border-width: 0px;
  padding: 1.5rem 3rem;
  text-transform: uppercase;
}
body.path-search .view-display-id-block_other_search,
body.path-recherche .view-display-id-block_other_search {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
body.path-search .view-display-id-block_other_search .views-infinite-scroll-content-wrapper,
body.path-recherche .view-display-id-block_other_search .views-infinite-scroll-content-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
body.path-search .view-display-id-block_other_search .view-filters,
body.path-recherche .view-display-id-block_other_search .view-filters {
  display: none;
}
body.path-search .view-display-id-block_other_search .view-header h3,
body.path-recherche .view-display-id-block_other_search .view-header h3 {
  margin-bottom: 6rem;
  margin-top: 10rem;
}
body.path-search .view-display-id-block_other_search .view-content,
body.path-recherche .view-display-id-block_other_search .view-content {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
body.path-search .view-display-id-block_other_search .view-content .views-row,
body.path-recherche .view-display-id-block_other_search .view-content .views-row {
  padding: 2rem;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body.path-search .view-display-id-block_other_search .view-content .views-row .views-field-field-header-image,
body.path-recherche .view-display-id-block_other_search .view-content .views-row .views-field-field-header-image {
  padding-right: 1.5rem;
}
body.path-search .view-display-id-block_other_search .view-content .views-row .views-field-nothing a,
body.path-recherche .view-display-id-block_other_search .view-content .views-row .views-field-nothing a {
  text-decoration: none;
  color: #0A0A0A;
}
body.path-search .view-display-id-block_other_search .view-content .views-row h5,
body.path-recherche .view-display-id-block_other_search .view-content .views-row h5 {
  margin-top: -0.25rem;
  text-transform: uppercase;
  font-weight: 900;
  opacity: 0.4;
  font-size: 1.5rem;
  margin-bottom: -0.5rem;
}
body.path-search ul.pager,
body.path-recherche ul.pager {
  margin: 1.5rem auto;
}
body.path-search ul.pager li,
body.path-recherche ul.pager li {
  display: inline-block;
}
body.path-search ul.pager li a,
body.path-recherche ul.pager li a {
  background: #59aa4d;
  color: #FFFFFF;
  border-width: 0px;
  padding: 1.5rem 3rem;
  text-transform: uppercase;
}

body:not(.path-search):not(.path-recherche) #block-exposedformsearchpage-solr-search {
  display: none;
  padding: 8rem 4rem;
}
body:not(.path-search):not(.path-recherche) #block-exposedformsearchpage-solr-search > .contextual {
  display: none !important;
}
body:not(.path-search):not(.path-recherche) .search-api-autocomplete-search {
  display: none !important;
}

body #page footer .region-footer .agropur-hub-footer--wrapper {
  padding: 0px 2rem;
}
body #page footer .region-footer .agropur-hub-footer--wrapper a:hover {
  color: #FFFFFF;
}
body #page footer .region-footer .agropur-hub-footer--wrapper .menu-left a:hover {
  color: #FFFFFF;
}
body #page footer .region-footer .agropur-hub-footer--wrapper .field--name-links .field__item a:hover {
  color: #FFFFFF;
}
body #page footer .region-footer .agropur-hub-footer--wrapper .logo a.link > svg {
  max-height: 40px;
  position: relative;
  top: 6px;
}

.news-misc {
  padding: 3em 0px;
  color: #FFFFFF;
  background: none;
  margin: 0px -2.5rem;
  position: relative;
}
.news-misc > .container > .row {
  margin: 0px;
}
.news-misc > .container > .row > .col-xs-12 > .row {
  text-align: left;
}
@media (max-width: 767px) {
  .news-misc > .container > .row > .col-xs-12 > .row {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 480px) and (-ms-high-contrast: active), screen and (min-width: 480px) and (-ms-high-contrast: none) {
  .news-misc > .container > .row > .col-xs-12 > .row > #block-views-block-footer-teaser-blocks-block-1 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.news-misc > .container > .row .view-footer-teaser-blocks {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.news-misc > .container > .row .view-footer-teaser-blocks .view-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.news-misc > .container > .row .view-footer-teaser-blocks .view-content .views-row {
  padding: 0px 30px;
  margin-bottom: 50px;
}
.news-misc > .container > .row .view-footer-teaser-blocks .view-content .views-row .field--name-body {
  font-size: 0.7em;
  line-height: 1.4em;
}
.news-misc > .container > .row .view-footer-teaser-blocks .view-content .views-row h3 {
  margin-bottom: 0.7em;
  font-weight: 700;
}
.news-misc .btn-natrel-with-arrow:after {
  content: "\e131";
  font-family: "Glyphicons Halflings";
  line-height: 1;
  position: relative;
  top: 2px;
  left: 2px;
  pointer-events: none;
  display: inline-block;
  font-weight: normal;
}
.news-misc .follow-us {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
}
.news-misc .follow-us li {
  padding: 0 5px;
  color: #0A0A0A;
}
.news-misc .follow-us li a {
  cursor: pointer;
}
.news-misc .follow-us li .fas {
  color: #FFFFFF;
}
.news-misc .follow-us li .fab {
  color: #59aa4d;
}
@media screen and (max-width: 768px) {
  .news-misc {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.dairy-farmers .dfc-link {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.dairy-farmers .dfc-link:after {
  content: "";
  position: absolute;
  background: url("../images/DFC_EN.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 0px;
  bottom: 0px;
  width: 71px;
  height: 108px;
}
.dairy-farmers .dfc-link:lang(fr):after {
  background: url("../images/PLC_FR.svg");
}

#natrel-video-modal {
  /*  .vjs-poster {
      position: absolute !important;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
    }*/
}
#natrel-video-modal .modal-content {
  border-radius: 0;
  border: 0;
  background-color: transparent;
}
#natrel-video-modal .modal-content button.close {
  color: #FFFFFF;
  opacity: 1;
  z-index: 1000;
  font-size: 2em;
  position: relative;
}
#natrel-video-modal .modal-content button.close:hover {
  color: #FFFFFF;
  opacity: 1;
}
#natrel-video-modal .modal-dialog {
  margin-top: 15vh;
  margin-bottom: 0;
  height: 70vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  width: 100%;
  max-width: 1200px;
}
#natrel-video-modal.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
#natrel-video-modal.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
#natrel-video-modal .modal-body {
  padding: 0;
}
#natrel-video-modal .video-js .vjs-dock-text {
  display: none;
}

.natrel-video-gallery-block > .container:first-child {
  margin-top: 3rem;
  padding: 12rem 0 0 0;
  border-top: 1px solid #ddd;
}
.natrel-video-gallery-block > .container:first-child h2 {
  margin-bottom: 5rem;
}

.view-video-gallery .view-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.view-video-gallery .view-content .views-row {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-bottom: 10rem;
}
.view-video-gallery .video.teaser {
  position: relative;
  cursor: pointer;
}
.view-video-gallery .video.teaser:hover .field--name-image {
  opacity: 0.9;
}
.view-video-gallery .video.teaser .field--name-image {
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  opacity: 1;
}
.view-video-gallery .video.teaser h4 {
  padding-left: 0.5rem;
}
.view-video-gallery .video.teaser .arrow {
  position: absolute;
  top: 20px;
  left: -5px;
  z-index: 1;
}
.view-video-gallery .video.teaser .arrow > span {
  display: block;
  color: #FFFFFF;
  background-color: #0073C4;
  text-transform: uppercase;
  padding: 0.5em 1.2em 0.5em;
  font-size: 13px;
  font-size: 1.1;
  border-radius: 0px;
  text-decoration: none;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .view-video-gallery .view-content .views-row {
    margin-bottom: 4rem;
  }
}

body.path-404 > #page > .main-container .region-header {
  background-image: url(../images/island-farms-home-hero.jpg);
  background-position: center top;
}
body.path-404 > #page > .main-container .region-content {
  margin-bottom: 10rem;
}

body.path-user > #page > .main-container .region-header {
  background-image: url(../images/island-farms-home-hero.jpg);
  background-position: center top;
}
body.path-user > #page > .main-container .region-content > .tabs {
  display: none;
}
@media only screen and (min-width: 768px) {
  body.path-user > #page > .main-container .user-login-form {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 66.6666666667%;
    -webkit-flex-basis: 66.6666666667%;
            flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

body.path-private-job-postings > #page > .main-container .region-header {
  background-image: url(../images/island-farms-home-hero.jpg);
  background-position: center top;
}
@media screen and (min-width: 480px) and (max-width: 767px) and (-ms-high-contrast: active), screen and (min-width: 480px) and (max-width: 767px) and (-ms-high-contrast: none) {
  body.path-private-job-postings > #page > .main-container .region-content {
    padding: 0 1em;
  }
}
@media (max-width: 991px) {
  body.path-private-job-postings > #page > .main-container .region-content {
    padding: 0 1.2em;
  }
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 480px) {
  body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers {
    max-width: calc(480px - 1rem);
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers {
    max-width: calc(768px - 1rem);
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers {
    max-width: calc(992px - 1rem);
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers {
    max-width: calc(1200px - 1rem);
    width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers {
    max-width: calc(1920px - 1rem);
    width: 100%;
  }
}
@media only screen and (min-width: 480px) {
  body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers > .view-content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers > .view-content .views-row {
  margin-bottom: 8rem;
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers > .view-content .views-row .views-field-title {
  margin-bottom: 1rem;
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers > .view-content .views-row .field--name-field-heading {
  display: none;
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers > .view-content .views-row .field--name-field-question {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  font-weight: 700;
  cursor: pointer;
  border-bottom: 2px solid #F1EEEE;
  padding-bottom: 2rem;
  margin-top: 5rem;
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers > .view-content .views-row .field--name-field-question .faq-button-wrapper {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers > .view-content .views-row .field--name-field-question .faq-button-wrapper span.faq-button {
  background: #59aa4d;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers > .view-content .views-row .field--name-field-question .faq-button-wrapper span.faq-button:after {
  color: #FFFFFF;
  content: "+";
  font-weight: 400;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 3rem;
  line-height: 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers > .view-content .views-row .field--name-field-question[aria-expanded=true] {
  border-width: 0px;
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers > .view-content .views-row .field--name-field-question[aria-expanded=true] span.faq-button:after {
  content: "-";
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers > .view-content .views-row .field--name-field-answer {
  border-radius: 8px;
  font-weight: 400;
  background-color: #F1EEEE;
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers > .view-content .views-row .field--name-field-answer > .answer-wrapper {
  padding: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers > .view-content .views-row .field--name-field-answer > .answer-wrapper .field--label {
  font-weight: 700;
  display: block;
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers > .view-content .views-row .field--name-field-answer > .answer-wrapper > div:last-child {
  border-top: solid 1px #0A0A0A;
  margin-top: 15px;
  padding-top: 15px;
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers .view-filters {
  display: none;
}
@media (max-width: 991px) {
  body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers .view-filters {
    display: block;
  }
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers #views-exposed-form-faq-faq-page {
  margin: 4rem 2rem 2rem;
  text-align: center;
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers #views-exposed-form-faq-faq-page .form--inline > .form-item {
  float: none;
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers #views-exposed-form-faq-faq-page .form--inline > .form-item label {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers #views-exposed-form-faq-faq-page .form--inline > .form-item legend {
  border-width: 0px;
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper {
  color: #59aa4d;
  background: none;
  cursor: pointer;
  position: relative;
  max-width: 350px;
  margin: 0px auto;
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper select {
  color: #59aa4d;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border-width: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
  font-weight: 900;
  background-image: none;
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper select option {
  background-color: transparent;
  background-image: none;
  padding: 2rem;
  font-size: 18px;
  color: #59aa4d;
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper .selectize-control {
  display: block;
  color: #59aa4d;
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper .selectize-control:hover .selectize-input {
  color: #59aa4d;
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper .selectize-control .selectize-input {
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  padding: 0px;
  padding-right: 60px;
  color: #59aa4d;
  font-weight: 900;
  background: none;
  border-width: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper .selectize-control .selectize-input > input {
  display: none !important;
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper .selectize-control .selectize-input:after {
  content: none !important;
  display: none !important;
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper .selectize-control .selectize-dropdown {
  min-height: 200px;
  min-width: 200px;
  padding: 1rem;
  font-size: 2rem;
  border-radius: 4px;
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper .selectize-control .selectize-dropdown .selectize-dropdown-content {
  max-height: 380px;
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper .selectize-control .selectize-dropdown [data-selectable] {
  padding: 1.5rem;
}
@media (max-width: 400px) {
  body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper .selectize-control .selectize-dropdown {
    left: -50px !important;
  }
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper .selectize-control:after {
  content: none !important;
  display: none !important;
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper:after {
  color: #59aa4d;
  content: "\e026";
  font-family: "Glyphicons Halflings";
  line-height: 1;
  margin: 5px;
  position: absolute;
  right: 0;
  top: -3px;
  pointer-events: none;
}
body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper:hover:after, body.path-private-job-postings > #page > .main-container .region-content .view-display-id-careers #views-exposed-form-faq-faq-page .form--inline > .form-item .select-wrapper:hover select {
  color: #59aa4d;
}

/*
*
*scss for Contest FORM
*
*/
.path-agropur-contest-page #page .main-container .region-header {
  background-position: bottom !important;
}
.path-agropur-contest-page .contest-over .title, .path-agropur-contest-page .thank-you .title {
  padding: 4rem 0 12rem 0;
  text-align: center;
}
@media (max-width: 991px) {
  .path-agropur-contest-page .contest-over .title, .path-agropur-contest-page .thank-you .title {
    padding: 2rem 0 4rem 0;
  }
}
@media (max-width: 767px) {
  .path-agropur-contest-page .contest-over .title, .path-agropur-contest-page .thank-you .title {
    padding: 1rem 0 2rem 0;
  }
}
.path-agropur-contest-page .contest-img {
  padding-right: 20px;
}
@media (max-width: 991px) {
  .path-agropur-contest-page .contest-img {
    padding-right: 0;
    padding-bottom: 40px;
  }
}
.path-agropur-contest-page .contest-form .title {
  font-size: 5rem;
  line-height: 4rem;
  font-weight: 900;
  margin-bottom: 0.7em;
  margin-top: 6rem;
  margin-bottom: 1rem;
  text-align: center;
}
.path-agropur-contest-page .inner-contest-form {
  margin: auto;
}
.path-agropur-contest-page .agropur-contest-page-form .form-item-first-name label, .path-agropur-contest-page .agropur-contest-page-form .form-item-last-name label, .path-agropur-contest-page .agropur-contest-page-form .form-item-email-address label {
  display: inline-block;
  margin-bottom: 5px;
  max-width: 100%;
}
.path-agropur-contest-page .agropur-contest-page-form .form-item-postal-address-label {
  font-weight: 700;
}
.path-agropur-contest-page .agropur-contest-page-form .form-item-subtitle {
  text-align: center;
  margin-bottom: 6rem;
  font-weight: bold;
  font-size: 2.7rem;
}
.path-agropur-contest-page .agropur-contest-page-form .form-item-street-number label, .path-agropur-contest-page .agropur-contest-page-form .form-item-apartment-number label, .path-agropur-contest-page .agropur-contest-page-form .form-item-street-name label, .path-agropur-contest-page .agropur-contest-page-form .form-item-canada-postal-code-postal-code label {
  display: none;
}
.path-agropur-contest-page .agropur-contest-page-form .form-item-street-number input, .path-agropur-contest-page .agropur-contest-page-form .form-item-apartment-number input, .path-agropur-contest-page .agropur-contest-page-form .form-item-street-name input, .path-agropur-contest-page .agropur-contest-page-form .form-item-canada-postal-code-postal-code input {
  max-width: 47%;
  float: left;
  margin: 0.7rem;
}
@media (max-width: 991px) {
  .path-agropur-contest-page .agropur-contest-page-form .form-item-street-number input, .path-agropur-contest-page .agropur-contest-page-form .form-item-apartment-number input, .path-agropur-contest-page .agropur-contest-page-form .form-item-street-name input, .path-agropur-contest-page .agropur-contest-page-form .form-item-canada-postal-code-postal-code input {
    max-width: 100%;
    float: none;
    margin: 0.5rem 0;
  }
}
.path-agropur-contest-page .agropur-contest-page-form .form-type-checkbox {
  padding-right: 20px;
  clear: both;
}
.path-agropur-contest-page .agropur-contest-page-form .form-type-checkbox label {
  font-size: 1.7rem;
  color: #818181;
  margin-top: 20px;
  margin-left: 20px;
  font-style: italic;
  text-indent: -20px;
  width: 100%;
}
@media (max-width: 991px) {
  .path-agropur-contest-page .agropur-contest-page-form .form-type-checkbox label {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.path-agropur-contest-page .agropur-contest-page-form .form-type-checkbox label input[type=checkbox] {
  position: static;
  vertical-align: middle;
  min-width: 26px;
  min-height: 16px;
  margin: -4px 5px 0 -20px;
  width: 35px;
  height: 25px;
  zoom: 1.1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .path-agropur-contest-page .agropur-contest-page-form .form-type-checkbox label input[type=checkbox] {
    margin: 0px 4px 0 -20px;
  }
}
@media (min-width: 1920px) {
  .path-agropur-contest-page .agropur-contest-page-form .form-type-checkbox label input[type=checkbox] {
    position: static;
    vertical-align: middle;
    min-width: 26px;
    min-height: 16px;
    margin: -4px 3px 0 -20px;
    width: 35px;
    height: 25px;
    zoom: 1.16;
  }
}
.path-agropur-contest-page .agropur-contest-page-form #edit-actions .form-submit {
  margin-top: 10px;
  width: 100%;
}
.path-agropur-contest-page .agropur-contest-page-form #edit-message {
  font-size: 5rem;
  line-height: 4rem;
  font-weight: 900;
  margin-bottom: 0.7em;
  margin-top: 6rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media (max-width: 991px) {
  .path-agropur-contest-page .agropur-contest-page-form .g-recaptcha > div {
    margin: auto;
  }
}
.path-agropur-contest-page .rules {
  text-align: center;
  font-size: 1.5rem;
  color: black;
  font-weight: 300;
  max-width: 70%;
  margin: auto;
  line-height: 2.5rem;
}
@media (max-width: 991px) {
  .path-agropur-contest-page .rules {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .path-agropur-contest-page .rules {
    max-width: 100%;
    text-align: left;
  }
}

body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 {
  color: #FFFFFF;
  padding: 5em 2em 4em;
  background: #0a0a0a url("../images/related-recipes-grain.png") no-repeat bottom left;
  margin: 0 -20px;
}
@media (max-width: 991px) {
  body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-header {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 32%;
      -ms-flex-preferred-size: 32%;
          flex-basis: 32%;
}
body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-header > div.view-header-container {
  padding: 2em 1em 3em 3em;
}
body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-header > div.view-header-container .related-recipe-heading {
  margin-bottom: 0.5em;
}
body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-header > div.view-header-container .related-recipe-heading span.term-name {
  text-transform: lowercase;
}
@media (max-width: 991px) {
  body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-header {
    text-align: center;
  }
  body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-header > div.view-header-container {
    padding: 2rem;
  }
}
body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 64%;
      -ms-flex-preferred-size: 64%;
          flex-basis: 64%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row {
  padding: 1em;
  position: relative;
}
@media (min-width: 992px) {
  body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row:nth-child(n+3) {
    display: none;
  }
}
body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-term-node-tid {
  position: absolute;
  top: 50px;
}
body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-term-node-tid a {
  color: #FFFFFF;
  background: #0A0A0A;
  text-transform: uppercase;
  padding: 0.5em 0.75em 0.35em;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: bold;
  border-radius: 0px;
  text-decoration: none;
  position: relative;
}
body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-term-node-tid a:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #0A0A0A;
  border-width: 14px;
  margin-top: -14px;
}
body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-title {
  margin-top: 1em;
}
body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-title a {
  color: #FFFFFF;
  text-decoration: none;
}
body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-authors {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.08em;
}
body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-authors .views-label {
  font-weight: bold;
}
body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-authors .views-label:before {
  content: "—";
  margin-right: 5px;
}
body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-authors .field-content {
  display: inline;
}
body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-authors .field-content a {
  color: #FFFFFF;
}
body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-time-preparation {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}
body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-time-preparation:before {
  content: url(../images/time_JM_V1_white.svg);
  display: inline-block;
  width: 25px;
  height: 25px;
}
body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-time-preparation > .field-content {
  margin-top: -10px;
}
@media (max-width: 991px) {
  body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content ul.slick-dots {
    display: none !important;
  }
  body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row {
    margin: 0px 2rem;
    padding: 0px;
    max-width: 270px;
  }
  body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-term-node-tid {
    top: 20px;
  }
  body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row .views-field-time-preparation {
    bottom: 0px;
    right: 0px;
    font-size: 12px;
  }
  body.path-agropur-contest-page #block-views-block-product-category-recipes-with-products-block-1 .view-product-category-recipes-with-products > .view-content .views-row img {
    max-width: 270px !important;
  }
}

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