@charset "UTF-8";
/* ÔëÑ 568px */
/* ÔëÑ 768px	48em */
/* ÔëÑ 1024px	64em */
/* ÔëÑ 1280px	80em */
/* ÔëÑ 1920px 120em */
/*!
Pure v2.1.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE
*/
/*!
normalize.css v | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*csslint important:false*/
/* ==========================================================================
   Pure Base Extras
   ========================================================================== */
/**
 * Extra rules that Pure adds on top of Normalize.css
 */
html {
  font-family: sans-serif; }

/**
 * Always hide an element when it has the `hidden` HTML attribute.
 */
.hidden,
[hidden] {
  display: none !important; }

/**
 * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
 * aspect ratio.
 */
.pure-img {
  max-width: 100%;
  height: auto;
  display: block; }

/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
.pure-g {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
    /*
    Sets the font stack to fonts known to work properly with the above letter
    and word spacings. See: https://github.com/pure-css/pure/issues/41/

    The following font stack makes Pure Grids work on all known environments.

    * FreeSans: Ships with many Linux distros, including Ubuntu

    * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
      Arial to get picked up by the browser, even though neither is available
      in Chrome OS.

    * Droid Sans: Ships with all versions of Android.

    * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
    */
  /*font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;*/
  /* Use flexbox when possible to avoid `letter-spacing` side-effects. */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /* Prevents distributing space between rows */
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 48em) {
  /* 768px */
  .pure-g {
    width: 100%; } }
@media (min-width: 64em) {
  /* 1024px */
  .pure-g {
    width: 100%; } }
@media (min-width: 80em) {
  /* 1280px */
  .pure-g {
    width: 1230px; }

  .pure-g .pure-g {
    width: 100%; } }
.pure-box {
  padding-left: 15px;
  padding-right: 15px; }

/* IE10 display: -ms-flexbox (and display: flex in IE 11) does not work inside a table; fall back to block and rely on font hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .pure-g {
    display: block; } }
/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus,
.pure-g {
  word-spacing: -0.43em; }

.pure-u {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.pure-g [class*="pure-u"] {
  /*font-family: sans-serif;*/ }

.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

.pure-u-1-24 {
  width: 4.1667%; }

.pure-u-1-12,
.pure-u-2-24 {
  width: 8.3333%; }

.pure-u-1-8,
.pure-u-3-24 {
  width: 12.5000%; }

.pure-u-1-6,
.pure-u-4-24 {
  width: 16.6667%; }

.pure-u-1-5 {
  width: 20%; }

.pure-u-5-24 {
  width: 20.8333%; }

.pure-u-1-4,
.pure-u-6-24 {
  width: 25%; }

.pure-u-7-24 {
  width: 29.1667%; }

.pure-u-1-3,
.pure-u-8-24 {
  width: 33.3333%; }

.pure-u-3-8,
.pure-u-9-24 {
  width: 37.5000%; }

.pure-u-2-5 {
  width: 40%; }

.pure-u-5-12,
.pure-u-10-24 {
  width: 41.6667%; }

.pure-u-11-24 {
  width: 45.8333%; }

.pure-u-1-2,
.pure-u-12-24 {
  width: 50%; }

.pure-u-13-24 {
  width: 54.1667%; }

.pure-u-7-12,
.pure-u-14-24 {
  width: 58.3333%; }

.pure-u-3-5 {
  width: 60%; }

.pure-u-5-8,
.pure-u-15-24 {
  width: 62.5000%; }

.pure-u-2-3,
.pure-u-16-24 {
  width: 66.6667%; }

.pure-u-17-24 {
  width: 70.8333%; }

.pure-u-3-4,
.pure-u-18-24 {
  width: 75%; }

.pure-u-19-24 {
  width: 79.1667%; }

.pure-u-4-5 {
  width: 80%; }

.pure-u-5-6,
.pure-u-20-24 {
  width: 83.3333%; }

.pure-u-7-8,
.pure-u-21-24 {
  width: 87.5000%; }

.pure-u-11-12,
.pure-u-22-24 {
  width: 91.6667%; }

.pure-u-23-24 {
  width: 95.8333%; }

.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
  width: 100%; }

.pure-button {
  /* Structure */
  display: inline-block;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Firefox: Get rid of the inner focus border */
.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Inherit .pure-g styles */
.pure-button-group {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */ }

.opera-only :-o-prefocus,
.pure-button-group {
  word-spacing: -0.43em; }

.pure-button-group .pure-button {
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

/*csslint outline-none:false*/
.pure-button {
  font-family: inherit;
  font-size: 100%;
  padding: 0.5em 1em;
  color: rgba(0, 0, 0, 0.8);
  border: none transparent;
  background-color: #E6E6E6;
  text-decoration: none;
  border-radius: 2px; }

.pure-button-hover,
.pure-button:hover,
.pure-button:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1)); }

.pure-button:focus {
  outline: 0; }

.pure-button-active,
.pure-button:active {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  border-color: #000; }

.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
  border: none;
  background-image: none;
  opacity: 0.40;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none; }

.pure-button-hidden {
  display: none; }

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
  background-color: #0078e7;
  color: #fff; }

/* Button Groups */
.pure-button-group .pure-button {
  margin: 0;
  border-radius: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2); }

.pure-button-group .pure-button:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.pure-button-group .pure-button:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: none; }

/*csslint box-model:false*/
/*
Box-model set to false because we're setting a height on select elements, which
also have border and padding. This is done because some browsers don't render
the padding. We explicitly set the box-model for select elements to border-box,
so we can ignore the csslint warning.
*/
.pure-form input[type="text"],
.pure-form input[type="password"],
.pure-form input[type="email"],
.pure-form input[type="url"],
.pure-form input[type="date"],
.pure-form input[type="month"],
.pure-form input[type="time"],
.pure-form input[type="datetime"],
.pure-form input[type="datetime-local"],
.pure-form input[type="week"],
.pure-form input[type="number"],
.pure-form input[type="search"],
.pure-form input[type="tel"],
.pure-form input[type="color"],
.pure-form select,
.pure-form textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 3px #ddd;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form input:not([type]) {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 3px #ddd;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
.pure-form input[type="color"] {
  padding: 0.2em 0.5em; }

.pure-form input[type="text"]:focus,
.pure-form input[type="password"]:focus,
.pure-form input[type="email"]:focus,
.pure-form input[type="url"]:focus,
.pure-form input[type="date"]:focus,
.pure-form input[type="month"]:focus,
.pure-form input[type="time"]:focus,
.pure-form input[type="datetime"]:focus,
.pure-form input[type="datetime-local"]:focus,
.pure-form input[type="week"]:focus,
.pure-form input[type="number"]:focus,
.pure-form input[type="search"]:focus,
.pure-form input[type="tel"]:focus,
.pure-form input[type="color"]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
  outline: 0;
  border-color: #129FEA; }

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form input:not([type]):focus {
  outline: 0;
  border-color: #129FEA; }

.pure-form input[type="file"]:focus,
.pure-form input[type="radio"]:focus,
.pure-form input[type="checkbox"]:focus {
  outline: thin solid #129FEA;
  outline: 1px auto #129FEA; }

.pure-form .pure-checkbox,
.pure-form .pure-radio {
  margin: 0.5em 0;
  display: block; }

.pure-form input[type="text"][disabled],
.pure-form input[type="password"][disabled],
.pure-form input[type="email"][disabled],
.pure-form input[type="url"][disabled],
.pure-form input[type="date"][disabled],
.pure-form input[type="month"][disabled],
.pure-form input[type="time"][disabled],
.pure-form input[type="datetime"][disabled],
.pure-form input[type="datetime-local"][disabled],
.pure-form input[type="week"][disabled],
.pure-form input[type="number"][disabled],
.pure-form input[type="search"][disabled],
.pure-form input[type="tel"][disabled],
.pure-form input[type="color"][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3; }

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3; }

.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
  background-color: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc; }

.pure-form input:focus:invalid,
.pure-form textarea:focus:invalid,
.pure-form select:focus:invalid {
  color: #b94a48;
  border-color: #e9322d; }

.pure-form input[type="file"]:focus:invalid:focus,
.pure-form input[type="radio"]:focus:invalid:focus,
.pure-form input[type="checkbox"]:focus:invalid:focus {
  outline-color: #e9322d; }

.pure-form select {
  /* Normalizes the height; padding is not sufficient. */
  height: 2.25em;
  border: 1px solid #ccc;
  background-color: white; }

.pure-form select[multiple] {
  height: auto; }

.pure-form label {
  margin: 0.5em 0 0.2em; }

.pure-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0; }

.pure-form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5; }

.pure-form-stacked input[type="text"],
.pure-form-stacked input[type="password"],
.pure-form-stacked input[type="email"],
.pure-form-stacked input[type="url"],
.pure-form-stacked input[type="date"],
.pure-form-stacked input[type="month"],
.pure-form-stacked input[type="time"],
.pure-form-stacked input[type="datetime"],
.pure-form-stacked input[type="datetime-local"],
.pure-form-stacked input[type="week"],
.pure-form-stacked input[type="number"],
.pure-form-stacked input[type="search"],
.pure-form-stacked input[type="tel"],
.pure-form-stacked input[type="color"],
.pure-form-stacked input[type="file"],
.pure-form-stacked select,
.pure-form-stacked label,
.pure-form-stacked textarea {
  display: block;
  margin: 0.25em 0; }

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form-stacked input:not([type]) {
  display: block;
  margin: 0.25em 0; }

.pure-form-aligned input,
.pure-form-aligned textarea,
.pure-form-aligned select,
.pure-form-message-inline {
  display: inline-block;
  vertical-align: middle; }

.pure-form-aligned textarea {
  vertical-align: top; }

/* Aligned Forms */
.pure-form-aligned .pure-control-group {
  margin-bottom: 0.5em; }

.pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0; }

.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 11em; }

/* Rounded Inputs */
.pure-form input.pure-input-rounded,
.pure-form .pure-input-rounded {
  border-radius: 2em;
  padding: 0.5em 1em; }

/* Grouped Inputs */
.pure-form .pure-group fieldset {
  margin-bottom: 10px; }

.pure-form .pure-group input,
.pure-form .pure-group textarea {
  display: block;
  padding: 10px;
  margin: 0 0 -1px;
  border-radius: 0;
  position: relative;
  top: -1px; }

.pure-form .pure-group input:focus,
.pure-form .pure-group textarea:focus {
  z-index: 3; }

.pure-form .pure-group input:first-child,
.pure-form .pure-group textarea:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
  margin: 0; }

.pure-form .pure-group input:first-child:last-child,
.pure-form .pure-group textarea:first-child:last-child {
  top: 1px;
  border-radius: 4px;
  margin: 0; }

.pure-form .pure-group input:last-child,
.pure-form .pure-group textarea:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
  margin: 0; }

.pure-form .pure-group button {
  margin: 0.35em 0; }

.pure-form .pure-input-1 {
  width: 100%; }

.pure-form .pure-input-3-4 {
  width: 75%; }

.pure-form .pure-input-2-3 {
  width: 66%; }

.pure-form .pure-input-1-2 {
  width: 50%; }

.pure-form .pure-input-1-3 {
  width: 33%; }

.pure-form .pure-input-1-4 {
  width: 25%; }

/* Inline help for forms */
.pure-form-message-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em; }

/* Block help for forms */
.pure-form-message {
  display: block;
  color: #666;
  font-size: 0.875em; }

@media only screen and (max-width: 480px) {
  .pure-form button[type="submit"] {
    margin: 0.7em 0 0; }

  .pure-form input:not([type]),
  .pure-form input[type="text"],
  .pure-form input[type="password"],
  .pure-form input[type="email"],
  .pure-form input[type="url"],
  .pure-form input[type="date"],
  .pure-form input[type="month"],
  .pure-form input[type="time"],
  .pure-form input[type="datetime"],
  .pure-form input[type="datetime-local"],
  .pure-form input[type="week"],
  .pure-form input[type="number"],
  .pure-form input[type="search"],
  .pure-form input[type="tel"],
  .pure-form input[type="color"],
  .pure-form label {
    margin-bottom: 0.3em;
    display: block; }

  .pure-group input:not([type]),
  .pure-group input[type="text"],
  .pure-group input[type="password"],
  .pure-group input[type="email"],
  .pure-group input[type="url"],
  .pure-group input[type="date"],
  .pure-group input[type="month"],
  .pure-group input[type="time"],
  .pure-group input[type="datetime"],
  .pure-group input[type="datetime-local"],
  .pure-group input[type="week"],
  .pure-group input[type="number"],
  .pure-group input[type="search"],
  .pure-group input[type="tel"],
  .pure-group input[type="color"] {
    margin-bottom: 0; }

  .pure-form-aligned .pure-control-group label {
    margin-bottom: 0.3em;
    text-align: left;
    display: block;
    width: 100%; }

  .pure-form-aligned .pure-controls {
    margin: 1.5em 0 0 0; }

  .pure-form-message-inline,
  .pure-form-message {
    display: block;
    font-size: 0.75em;
    /* Increased bottom padding to make it group with its related input element. */
    padding: 0.2em 0 0.8em; } }
/*csslint adjoining-classes: false, box-model:false*/
.pure-menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pure-menu-fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3; }

.pure-menu-list,
.pure-menu-item {
  position: relative; }

.pure-menu-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.pure-menu-item {
  padding: 0;
  margin: 0;
  height: 100%; }

.pure-menu-link,
.pure-menu-heading {
  display: block;
  text-decoration: none;
  white-space: nowrap; }

/* HORIZONTAL MENU */
.pure-menu-horizontal {
  width: 100%;
  white-space: nowrap; }

.pure-menu-horizontal .pure-menu-list {
  display: inline-block; }

/* Initial menus should be inline-block so that they are horizontal */
.pure-menu-horizontal .pure-menu-item,
.pure-menu-horizontal .pure-menu-heading,
.pure-menu-horizontal .pure-menu-separator {
  display: inline-block;
  vertical-align: middle; }

/* Submenus should still be display: block; */
.pure-menu-item .pure-menu-item {
  display: block; }

.pure-menu-children {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 3; }

.pure-menu-horizontal .pure-menu-children {
  left: 0;
  top: auto;
  width: inherit; }

.pure-menu-allow-hover:hover > .pure-menu-children,
.pure-menu-active > .pure-menu-children {
  display: block;
  position: absolute; }

/* Vertical Menus - show the dropdown arrow */
.pure-menu-has-children > .pure-menu-link:after {
  padding-left: 0.5em;
  content: "\25B8";
  font-size: small; }

/* Horizontal Menus - show the dropdown arrow */
.pure-menu-horizontal .pure-menu-has-children > .pure-menu-link:after {
  content: "\25BE"; }

/* scrollable menus */
.pure-menu-scrollable {
  overflow-y: scroll;
  overflow-x: hidden; }

.pure-menu-scrollable .pure-menu-list {
  display: block; }

.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list {
  display: inline-block; }

.pure-menu-horizontal.pure-menu-scrollable {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  /* a little extra padding for this style to allow for scrollbars */
  padding: .5em 0; }

/* misc default styling */
.pure-menu-separator,
.pure-menu-horizontal .pure-menu-children .pure-menu-separator {
  background-color: #ccc;
  height: 1px;
  margin: .3em 0; }

.pure-menu-horizontal .pure-menu-separator {
  width: 1px;
  height: 1.3em;
  margin: 0 0.3em; }

/* Need to reset the separator since submenu is vertical */
.pure-menu-horizontal .pure-menu-children .pure-menu-separator {
  display: block;
  width: auto; }

.pure-menu-heading {
  text-transform: uppercase;
  color: #565d64; }

.pure-menu-link {
  color: #777; }

.pure-menu-children {
  background-color: #fff; }

.pure-menu-link,
.pure-menu-heading {
  padding: .5em 1em; }

.pure-menu-disabled {
  opacity: .5; }

.pure-menu-disabled .pure-menu-link:hover {
  background-color: transparent;
  cursor: default; }

.pure-menu-active > .pure-menu-link,
.pure-menu-link:hover,
.pure-menu-link:focus {
  background-color: #eee; }

.pure-menu-selected > .pure-menu-link,
.pure-menu-selected > .pure-menu-link:visited {
  color: #000; }

.pure-table {
  /* Remove spacing between table cells (from Normalize.css) */
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb; }

.pure-table caption {
  color: #000;
  font: italic 85%/1 arial, sans-serif;
  padding: 1em 0;
  text-align: center; }

.pure-table td,
.pure-table th {
  border-left: 1px solid #cbcbcb;
  /*  inner column border */
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  /*to make ths where the title is really long work*/
  padding: 0.5em 1em;
  /* cell padding */ }

.pure-table thead {
  background-color: #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: bottom; }

/*
striping:
   even - #fff (white)
   odd  - #f2f2f2 (light gray)
*/
.pure-table td {
  background-color: transparent; }

.pure-table-odd td {
  background-color: #f2f2f2; }

/* nth-child selector for modern browsers */
.pure-table-striped tr:nth-child(2n-1) td {
  background-color: #f2f2f2; }

/* BORDERED TABLES */
.pure-table-bordered td {
  border-bottom: 1px solid #cbcbcb; }

.pure-table-bordered tbody > tr:last-child > td {
  border-bottom-width: 0; }

/* HORIZONTAL BORDERED TABLES */
.pure-table-horizontal td,
.pure-table-horizontal th {
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #cbcbcb; }

.pure-table-horizontal tbody > tr:last-child > td {
  border-bottom-width: 0; }

/*!
Pure v2.1.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE
*/
@media screen and (min-width: 35.5em) {
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-1-2,
  .pure-u-sm-1-3,
  .pure-u-sm-2-3,
  .pure-u-sm-1-4,
  .pure-u-sm-3-4,
  .pure-u-sm-1-5,
  .pure-u-sm-2-5,
  .pure-u-sm-3-5,
  .pure-u-sm-4-5,
  .pure-u-sm-5-5,
  .pure-u-sm-1-6,
  .pure-u-sm-5-6,
  .pure-u-sm-1-8,
  .pure-u-sm-3-8,
  .pure-u-sm-5-8,
  .pure-u-sm-7-8,
  .pure-u-sm-1-12,
  .pure-u-sm-5-12,
  .pure-u-sm-7-12,
  .pure-u-sm-11-12,
  .pure-u-sm-1-24,
  .pure-u-sm-2-24,
  .pure-u-sm-3-24,
  .pure-u-sm-4-24,
  .pure-u-sm-5-24,
  .pure-u-sm-6-24,
  .pure-u-sm-7-24,
  .pure-u-sm-8-24,
  .pure-u-sm-9-24,
  .pure-u-sm-10-24,
  .pure-u-sm-11-24,
  .pure-u-sm-12-24,
  .pure-u-sm-13-24,
  .pure-u-sm-14-24,
  .pure-u-sm-15-24,
  .pure-u-sm-16-24,
  .pure-u-sm-17-24,
  .pure-u-sm-18-24,
  .pure-u-sm-19-24,
  .pure-u-sm-20-24,
  .pure-u-sm-21-24,
  .pure-u-sm-22-24,
  .pure-u-sm-23-24,
  .pure-u-sm-24-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  .pure-u-sm-1-24 {
    width: 4.1667%; }

  .pure-u-sm-1-12,
  .pure-u-sm-2-24 {
    width: 8.3333%; }

  .pure-u-sm-1-8,
  .pure-u-sm-3-24 {
    width: 12.5000%; }

  .pure-u-sm-1-6,
  .pure-u-sm-4-24 {
    width: 16.6667%; }

  .pure-u-sm-1-5 {
    width: 20%; }

  .pure-u-sm-5-24 {
    width: 20.8333%; }

  .pure-u-sm-1-4,
  .pure-u-sm-6-24 {
    width: 25%; }

  .pure-u-sm-7-24 {
    width: 29.1667%; }

  .pure-u-sm-1-3,
  .pure-u-sm-8-24 {
    width: 33.3333%; }

  .pure-u-sm-3-8,
  .pure-u-sm-9-24 {
    width: 37.5000%; }

  .pure-u-sm-2-5 {
    width: 40%; }

  .pure-u-sm-5-12,
  .pure-u-sm-10-24 {
    width: 41.6667%; }

  .pure-u-sm-11-24 {
    width: 45.8333%; }

  .pure-u-sm-1-2,
  .pure-u-sm-12-24 {
    width: 50%; }

  .pure-u-sm-13-24 {
    width: 54.1667%; }

  .pure-u-sm-7-12,
  .pure-u-sm-14-24 {
    width: 58.3333%; }

  .pure-u-sm-3-5 {
    width: 60%; }

  .pure-u-sm-5-8,
  .pure-u-sm-15-24 {
    width: 62.5000%; }

  .pure-u-sm-2-3,
  .pure-u-sm-16-24 {
    width: 66.6667%; }

  .pure-u-sm-17-24 {
    width: 70.8333%; }

  .pure-u-sm-3-4,
  .pure-u-sm-18-24 {
    width: 75%; }

  .pure-u-sm-19-24 {
    width: 79.1667%; }

  .pure-u-sm-4-5 {
    width: 80%; }

  .pure-u-sm-5-6,
  .pure-u-sm-20-24 {
    width: 83.3333%; }

  .pure-u-sm-7-8,
  .pure-u-sm-21-24 {
    width: 87.5000%; }

  .pure-u-sm-11-12,
  .pure-u-sm-22-24 {
    width: 91.6667%; }

  .pure-u-sm-23-24 {
    width: 95.8333%; }

  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-5-5,
  .pure-u-sm-24-24 {
    width: 100%; } }
@media screen and (min-width: 48em) {
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-1-2,
  .pure-u-md-1-3,
  .pure-u-md-2-3,
  .pure-u-md-1-4,
  .pure-u-md-3-4,
  .pure-u-md-1-5,
  .pure-u-md-2-5,
  .pure-u-md-3-5,
  .pure-u-md-4-5,
  .pure-u-md-5-5,
  .pure-u-md-1-6,
  .pure-u-md-5-6,
  .pure-u-md-1-8,
  .pure-u-md-3-8,
  .pure-u-md-5-8,
  .pure-u-md-7-8,
  .pure-u-md-1-12,
  .pure-u-md-5-12,
  .pure-u-md-7-12,
  .pure-u-md-11-12,
  .pure-u-md-1-24,
  .pure-u-md-2-24,
  .pure-u-md-3-24,
  .pure-u-md-4-24,
  .pure-u-md-5-24,
  .pure-u-md-6-24,
  .pure-u-md-7-24,
  .pure-u-md-8-24,
  .pure-u-md-9-24,
  .pure-u-md-10-24,
  .pure-u-md-11-24,
  .pure-u-md-12-24,
  .pure-u-md-13-24,
  .pure-u-md-14-24,
  .pure-u-md-15-24,
  .pure-u-md-16-24,
  .pure-u-md-17-24,
  .pure-u-md-18-24,
  .pure-u-md-19-24,
  .pure-u-md-20-24,
  .pure-u-md-21-24,
  .pure-u-md-22-24,
  .pure-u-md-23-24,
  .pure-u-md-24-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  .pure-u-md-1-24 {
    width: 4.1667%; }

  .pure-u-md-1-12,
  .pure-u-md-2-24 {
    width: 8.3333%; }

  .pure-u-md-1-8,
  .pure-u-md-3-24 {
    width: 12.5000%; }

  .pure-u-md-1-6,
  .pure-u-md-4-24 {
    width: 16.6667%; }

  .pure-u-md-1-5 {
    width: 20%; }

  .pure-u-md-5-24 {
    width: 20.8333%; }

  .pure-u-md-1-4,
  .pure-u-md-6-24 {
    width: 25%; }

  .pure-u-md-7-24 {
    width: 29.1667%; }

  .pure-u-md-1-3,
  .pure-u-md-8-24 {
    width: 33.3333%; }

  .pure-u-md-3-8,
  .pure-u-md-9-24 {
    width: 37.5000%; }

  .pure-u-md-2-5 {
    width: 40%; }

  .pure-u-md-5-12,
  .pure-u-md-10-24 {
    width: 41.6667%; }

  .pure-u-md-11-24 {
    width: 45.8333%; }

  .pure-u-md-1-2,
  .pure-u-md-12-24 {
    width: 50%; }

  .pure-u-md-13-24 {
    width: 54.1667%; }

  .pure-u-md-7-12,
  .pure-u-md-14-24 {
    width: 58.3333%; }

  .pure-u-md-3-5 {
    width: 60%; }

  .pure-u-md-5-8,
  .pure-u-md-15-24 {
    width: 62.5000%; }

  .pure-u-md-2-3,
  .pure-u-md-16-24 {
    width: 66.6667%; }

  .pure-u-md-17-24 {
    width: 70.8333%; }

  .pure-u-md-3-4,
  .pure-u-md-18-24 {
    width: 75%; }

  .pure-u-md-19-24 {
    width: 79.1667%; }

  .pure-u-md-4-5 {
    width: 80%; }

  .pure-u-md-5-6,
  .pure-u-md-20-24 {
    width: 83.3333%; }

  .pure-u-md-7-8,
  .pure-u-md-21-24 {
    width: 87.5000%; }

  .pure-u-md-11-12,
  .pure-u-md-22-24 {
    width: 91.6667%; }

  .pure-u-md-23-24 {
    width: 95.8333%; }

  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-5-5,
  .pure-u-md-24-24 {
    width: 100%; } }
@media screen and (min-width: 64em) {
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-1-2,
  .pure-u-lg-1-3,
  .pure-u-lg-2-3,
  .pure-u-lg-1-4,
  .pure-u-lg-3-4,
  .pure-u-lg-1-5,
  .pure-u-lg-2-5,
  .pure-u-lg-3-5,
  .pure-u-lg-4-5,
  .pure-u-lg-5-5,
  .pure-u-lg-1-6,
  .pure-u-lg-5-6,
  .pure-u-lg-1-8,
  .pure-u-lg-3-8,
  .pure-u-lg-5-8,
  .pure-u-lg-7-8,
  .pure-u-lg-1-12,
  .pure-u-lg-5-12,
  .pure-u-lg-7-12,
  .pure-u-lg-11-12,
  .pure-u-lg-1-24,
  .pure-u-lg-2-24,
  .pure-u-lg-3-24,
  .pure-u-lg-4-24,
  .pure-u-lg-5-24,
  .pure-u-lg-6-24,
  .pure-u-lg-7-24,
  .pure-u-lg-8-24,
  .pure-u-lg-9-24,
  .pure-u-lg-10-24,
  .pure-u-lg-11-24,
  .pure-u-lg-12-24,
  .pure-u-lg-13-24,
  .pure-u-lg-14-24,
  .pure-u-lg-15-24,
  .pure-u-lg-16-24,
  .pure-u-lg-17-24,
  .pure-u-lg-18-24,
  .pure-u-lg-19-24,
  .pure-u-lg-20-24,
  .pure-u-lg-21-24,
  .pure-u-lg-22-24,
  .pure-u-lg-23-24,
  .pure-u-lg-24-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  .pure-u-lg-1-24 {
    width: 4.1667%; }

  .pure-u-lg-1-12,
  .pure-u-lg-2-24 {
    width: 8.3333%; }

  .pure-u-lg-1-8,
  .pure-u-lg-3-24 {
    width: 12.5000%; }

  .pure-u-lg-1-6,
  .pure-u-lg-4-24 {
    width: 16.6667%; }

  .pure-u-lg-1-5 {
    width: 20%; }

  .pure-u-lg-5-24 {
    width: 20.8333%; }

  .pure-u-lg-1-4,
  .pure-u-lg-6-24 {
    width: 25%; }

  .pure-u-lg-7-24 {
    width: 29.1667%; }

  .pure-u-lg-1-3,
  .pure-u-lg-8-24 {
    width: 33.3333%; }

  .pure-u-lg-3-8,
  .pure-u-lg-9-24 {
    width: 37.5000%; }

  .pure-u-lg-2-5 {
    width: 40%; }

  .pure-u-lg-5-12,
  .pure-u-lg-10-24 {
    width: 41.6667%; }

  .pure-u-lg-11-24 {
    width: 45.8333%; }

  .pure-u-lg-1-2,
  .pure-u-lg-12-24 {
    width: 50%; }

  .pure-u-lg-13-24 {
    width: 54.1667%; }

  .pure-u-lg-7-12,
  .pure-u-lg-14-24 {
    width: 58.3333%; }

  .pure-u-lg-3-5 {
    width: 60%; }

  .pure-u-lg-5-8,
  .pure-u-lg-15-24 {
    width: 62.5000%; }

  .pure-u-lg-2-3,
  .pure-u-lg-16-24 {
    width: 66.6667%; }

  .pure-u-lg-17-24 {
    width: 70.8333%; }

  .pure-u-lg-3-4,
  .pure-u-lg-18-24 {
    width: 75%; }

  .pure-u-lg-19-24 {
    width: 79.1667%; }

  .pure-u-lg-4-5 {
    width: 80%; }

  .pure-u-lg-5-6,
  .pure-u-lg-20-24 {
    width: 83.3333%; }

  .pure-u-lg-7-8,
  .pure-u-lg-21-24 {
    width: 87.5000%; }

  .pure-u-lg-11-12,
  .pure-u-lg-22-24 {
    width: 91.6667%; }

  .pure-u-lg-23-24 {
    width: 95.8333%; }

  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-5-5,
  .pure-u-lg-24-24 {
    width: 100%; } }
@media screen and (min-width: 80em) {
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-1-2,
  .pure-u-xl-1-3,
  .pure-u-xl-2-3,
  .pure-u-xl-1-4,
  .pure-u-xl-3-4,
  .pure-u-xl-1-5,
  .pure-u-xl-2-5,
  .pure-u-xl-3-5,
  .pure-u-xl-4-5,
  .pure-u-xl-5-5,
  .pure-u-xl-1-6,
  .pure-u-xl-5-6,
  .pure-u-xl-1-8,
  .pure-u-xl-3-8,
  .pure-u-xl-5-8,
  .pure-u-xl-7-8,
  .pure-u-xl-1-12,
  .pure-u-xl-5-12,
  .pure-u-xl-7-12,
  .pure-u-xl-11-12,
  .pure-u-xl-1-24,
  .pure-u-xl-2-24,
  .pure-u-xl-3-24,
  .pure-u-xl-4-24,
  .pure-u-xl-5-24,
  .pure-u-xl-6-24,
  .pure-u-xl-7-24,
  .pure-u-xl-8-24,
  .pure-u-xl-9-24,
  .pure-u-xl-10-24,
  .pure-u-xl-11-24,
  .pure-u-xl-12-24,
  .pure-u-xl-13-24,
  .pure-u-xl-14-24,
  .pure-u-xl-15-24,
  .pure-u-xl-16-24,
  .pure-u-xl-17-24,
  .pure-u-xl-18-24,
  .pure-u-xl-19-24,
  .pure-u-xl-20-24,
  .pure-u-xl-21-24,
  .pure-u-xl-22-24,
  .pure-u-xl-23-24,
  .pure-u-xl-24-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  .pure-u-xl-1-24 {
    width: 4.1667%; }

  .pure-u-xl-1-12,
  .pure-u-xl-2-24 {
    width: 8.3333%; }

  .pure-u-xl-1-8,
  .pure-u-xl-3-24 {
    width: 12.5000%; }

  .pure-u-xl-1-6,
  .pure-u-xl-4-24 {
    width: 16.6667%; }

  .pure-u-xl-1-5 {
    width: 20%; }

  .pure-u-xl-5-24 {
    width: 20.8333%; }

  .pure-u-xl-1-4,
  .pure-u-xl-6-24 {
    width: 25%; }

  .pure-u-xl-7-24 {
    width: 29.1667%; }

  .pure-u-xl-1-3,
  .pure-u-xl-8-24 {
    width: 33.3333%; }

  .pure-u-xl-3-8,
  .pure-u-xl-9-24 {
    width: 37.5000%; }

  .pure-u-xl-2-5 {
    width: 40%; }

  .pure-u-xl-5-12,
  .pure-u-xl-10-24 {
    width: 41.6667%; }

  .pure-u-xl-11-24 {
    width: 45.8333%; }

  .pure-u-xl-1-2,
  .pure-u-xl-12-24 {
    width: 50%; }

  .pure-u-xl-13-24 {
    width: 54.1667%; }

  .pure-u-xl-7-12,
  .pure-u-xl-14-24 {
    width: 58.3333%; }

  .pure-u-xl-3-5 {
    width: 60%; }

  .pure-u-xl-5-8,
  .pure-u-xl-15-24 {
    width: 62.5000%; }

  .pure-u-xl-2-3,
  .pure-u-xl-16-24 {
    width: 66.6667%; }

  .pure-u-xl-17-24 {
    width: 70.8333%; }

  .pure-u-xl-3-4,
  .pure-u-xl-18-24 {
    width: 75%; }

  .pure-u-xl-19-24 {
    width: 79.1667%; }

  .pure-u-xl-4-5 {
    width: 80%; }

  .pure-u-xl-5-6,
  .pure-u-xl-20-24 {
    width: 83.3333%; }

  .pure-u-xl-7-8,
  .pure-u-xl-21-24 {
    width: 87.5000%; }

  .pure-u-xl-11-12,
  .pure-u-xl-22-24 {
    width: 91.6667%; }

  .pure-u-xl-23-24 {
    width: 95.8333%; }

  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-5-5,
  .pure-u-xl-24-24 {
    width: 100%; } }
@media screen and (min-width: 120em) {
  .pure-u-xxl-1,
  .pure-u-xxl-1-1,
  .pure-u-xxl-1-2,
  .pure-u-xxl-1-3,
  .pure-u-xxl-2-3,
  .pure-u-xxl-1-4,
  .pure-u-xxl-3-4,
  .pure-u-xxl-1-5,
  .pure-u-xxl-2-5,
  .pure-u-xxl-3-5,
  .pure-u-xxl-4-5,
  .pure-u-xxl-5-5,
  .pure-u-xxl-1-6,
  .pure-u-xxl-5-6,
  .pure-u-xxl-1-8,
  .pure-u-xxl-3-8,
  .pure-u-xxl-5-8,
  .pure-u-xxl-7-8,
  .pure-u-xxl-1-12,
  .pure-u-xxl-5-12,
  .pure-u-xxl-7-12,
  .pure-u-xxl-11-12,
  .pure-u-xxl-1-24,
  .pure-u-xxl-2-24,
  .pure-u-xxl-3-24,
  .pure-u-xxl-4-24,
  .pure-u-xxl-5-24,
  .pure-u-xxl-6-24,
  .pure-u-xxl-7-24,
  .pure-u-xxl-8-24,
  .pure-u-xxl-9-24,
  .pure-u-xxl-10-24,
  .pure-u-xxl-11-24,
  .pure-u-xxl-12-24,
  .pure-u-xxl-13-24,
  .pure-u-xxl-14-24,
  .pure-u-xxl-15-24,
  .pure-u-xxl-16-24,
  .pure-u-xxl-17-24,
  .pure-u-xxl-18-24,
  .pure-u-xxl-19-24,
  .pure-u-xxl-20-24,
  .pure-u-xxl-21-24,
  .pure-u-xxl-22-24,
  .pure-u-xxl-23-24,
  .pure-u-xxl-24-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  .pure-u-xxl-1-24 {
    width: 4.1667%; }

  .pure-u-xxl-1-12,
  .pure-u-xxl-2-24 {
    width: 8.3333%; }

  .pure-u-xxl-1-8,
  .pure-u-xxl-3-24 {
    width: 12.5000%; }

  .pure-u-xxl-1-6,
  .pure-u-xxl-4-24 {
    width: 16.6667%; }

  .pure-u-xxl-1-5 {
    width: 20%; }

  .pure-u-xxl-5-24 {
    width: 20.8333%; }

  .pure-u-xxl-1-4,
  .pure-u-xxl-6-24 {
    width: 25%; }

  .pure-u-xxl-7-24 {
    width: 29.1667%; }

  .pure-u-xxl-1-3,
  .pure-u-xxl-8-24 {
    width: 33.3333%; }

  .pure-u-xxl-3-8,
  .pure-u-xxl-9-24 {
    width: 37.5000%; }

  .pure-u-xxl-2-5 {
    width: 40%; }

  .pure-u-xxl-5-12,
  .pure-u-xxl-10-24 {
    width: 41.6667%; }

  .pure-u-xxl-11-24 {
    width: 45.8333%; }

  .pure-u-xxl-1-2,
  .pure-u-xxl-12-24 {
    width: 50%; }

  .pure-u-xxl-13-24 {
    width: 54.1667%; }

  .pure-u-xxl-7-12,
  .pure-u-xxl-14-24 {
    width: 58.3333%; }

  .pure-u-xxl-3-5 {
    width: 60%; }

  .pure-u-xxl-5-8,
  .pure-u-xxl-15-24 {
    width: 62.5000%; }

  .pure-u-xxl-2-3,
  .pure-u-xxl-16-24 {
    width: 66.6667%; }

  .pure-u-xxl-17-24 {
    width: 70.8333%; }

  .pure-u-xxl-3-4,
  .pure-u-xxl-18-24 {
    width: 75%; }

  .pure-u-xxl-19-24 {
    width: 79.1667%; }

  .pure-u-xxl-4-5 {
    width: 80%; }

  .pure-u-xxl-5-6,
  .pure-u-xxl-20-24 {
    width: 83.3333%; }

  .pure-u-xxl-7-8,
  .pure-u-xxl-21-24 {
    width: 87.5000%; }

  .pure-u-xxl-11-12,
  .pure-u-xxl-22-24 {
    width: 91.6667%; }

  .pure-u-xxl-23-24 {
    width: 95.8333%; }

  .pure-u-xxl-1,
  .pure-u-xxl-1-1,
  .pure-u-xxl-5-5,
  .pure-u-xxl-24-24 {
    width: 100%; } }
/*
$ghost: #ececec;
$snow: #f8f8f8;
$vapor: #cdcdcd;
$white-smoke: #c7c7c7;
$silver: #9b9b9b;
$smoke: #767676;
$gainsboro: #888888;
$iron: #d8d8d8;
$base: #EEEEEE;
$steel: #BBBBBB;
$aluminum: #999999;
$jumbo: #888888;
$monsoon: #7c7c7c;
$charcoal: #545454;
$tuatara: #444444;
$oil: #333333;
$midnight: #272c2f;
$jet: #1e2123;
$jetblack: #151718;
$black: #000000;
$blue: #118cc3;
$lightblue: #00ade6;
$fadedblue: #cfe8f3;
$babyblue: #a1d5e6;
$orange: #f26b21;
$red: #c30f31;
$success: #dff0d8;
$error: #f2dede;
*/
*::-webkit-input-placeholder {
  color: #a6a8ab; }

*:-moz-placeholder {
  /* FF 4-18 */
  color: #a6a8ab;
  opacity: 1; }

*::-moz-placeholder {
  /* FF 19+ */
  color: #a6a8ab;
  opacity: 1; }

*:-ms-input-placeholder {
  /* IE 10+ */
  color: #a6a8ab; }

*::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a6a8ab; }

*::placeholder {
  /* modern browser */
  color: #a6a8ab; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider Items */
section .nav-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -20px;
  z-index: 1; }
  @media screen and (min-width: 568px) {
    section .nav-arrows {
      margin-top: -30px; } }
  section .nav-arrows button {
    position: absolute;
    top: 0;
    background: transparent;
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer; }
    section .nav-arrows button:hover {
      background: rgba(255, 255, 255, 0.2); }
    section .nav-arrows button.slick-prev {
      left: 10px; }
    section .nav-arrows button.slick-next {
      right: 10px; }
    section .nav-arrows button i {
      color: #0a3366;
      font-size: 30px;
      padding: 0; }
    @media screen and (min-width: 568px) {
      section .nav-arrows button {
        width: 60px;
        height: 60px; }
        section .nav-arrows button.slick-prev {
          left: 40px; }
        section .nav-arrows button.slick-next {
          right: 40px; }
        section .nav-arrows button i {
          font-size: 40px; } }
section .nav-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  z-index: 1; }
  section .nav-dots .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    section .nav-dots .slick-dots li {
      margin: 0 4px 6px 4px;
      padding: 0;
      display: inline-block; }
      section .nav-dots .slick-dots li button {
        background: #ffffff;
        border: 1px solid #0a3366;
        width: 16px;
        height: 16px;
        padding: 0;
        text-indent: -9999px;
        font-size: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer; }
        section .nav-dots .slick-dots li button:hover {
          background: #0a3366; }
      section .nav-dots .slick-dots li.slick-active button {
        background: #0a3366; }
    section .nav-dots .slick-dots > li {
      display: inline-block; }
    section .nav-dots .slick-dots > li:only-child {
      display: none; }

/* Accordion Items */
@media screen and (max-width: 1023px) {
  .accordion {
    margin-bottom: 2px; } }
.accordion h2 {
  position: relative;
  background: #0a3366;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  padding: 25px 20px;
  text-align: center;
  cursor: pointer; }
  .accordion h2 .accordion-icon {
    position: absolute;
    top: 50%;
    right: 40px;
    font-size: 25px;
    color: #ffffff;
    margin-top: -10px; }
.accordion .set {
  font-size: 16px;
  line-height: 1.6;
  padding: 40px 20px; }
  @media screen and (max-width: 1023px) {
    .accordion .set {
      padding: 20px; } }

main section.products-list .product-box a.product:hover img {scale:1.05}
main section.products-list .product-box a.product img {scale:1}
main section.products-list .product-box {
  border: none;
  border-top: none;
  border-left: none; }
  @media screen and (min-width: 1024px) {
    main section.products-list .product-box:nth-of-type(3n) {
      border-right: none; } }
  main section.products-list .product-box a.product {
    position: relative;
    height: 100%;
    padding: 40px 20px 120px 20px;
    text-align: center;
    display: block; }
    main section.products-list .product-box a.product img {
      max-height: 160px;
      margin: 0 auto;
      display: block; }
      @media screen and (min-width: 1024px) {
        main section.products-list .product-box a.product img {
          max-height: 200px; } }
    main section.products-list .product-box a.product h2 {
      position: absolute;
      bottom: 30px;
      left: 0;
      right: 0;
      font-size: 20px;
      padding: 0 20px; }
    main section.products-list .product-box a.product span {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 40px 40px 20px 40px;
      background: #0a3366;
      font-family: "TFArrow-Extrabold";
      font-size: 74px;
      line-height: 0.7;
      color: #fff3a8;
      overflow-wrap: break-word;
      word-wrap: break-word;
      opacity: 0;
      filter: alpha(opacity=0); }
      @media screen and (min-width: 1024px) {
        main section.products-list .product-box a.product span {
          font-size: 80px; } }
      @media screen and (min-width: 1024px) and (max-width: 1199px) {
        main section.products-list .product-box a.product span {
          font-size: 74px; } }
      main section.products-list .product-box a.product span em {
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 20px;
        font-style: normal;
        display: block; }
        @media screen and (min-width: 1280px) {
          main section.products-list .product-box a.product span em {
            font-size: 22px; } }
    main section.products-list .product-box a.product:hover span, main section.products-list .product-box a.product:focus span {
      opacity: 1;
      filter: alpha(opacity=1);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
main section.product-container {
  padding: 40px 0; }
  @media screen and (min-width: 568px) {
    main section.product-container {
      padding: 80px 0; } }
  main section.product-container .product-left {
    padding-bottom: 40px;
    text-align: center; }
    @media screen and (min-width: 1280px) {
      main section.product-container .product-left {
        padding-bottom: 0; } }
  main section.product-container .product-right {
    text-align: center; }
    main section.product-container .product-right h1 {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 26px;
      line-height: 1.2;
      color: #000000;
      letter-spacing: 0;
      margin-bottom: 15px; }
      @media screen and (min-width: 768px) {
        main section.product-container .product-right h1 {
          font-size: 32px; } }
    main section.product-container .product-right .button {
      margin-top: 20px;
      display: inline-block; }
main section.product-information {
  padding-bottom: 100px; }
  @media screen and (min-width: 1024px) {
    main section.product-information {
      padding-bottom: 200px; } }
  main section.product-information .accordion h2:before {
    content: " ";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: -9px;
    border-bottom: 5px solid #0a3366; }
    @media screen and (max-width: 1023px) {
      main section.product-information .accordion h2:before {
        display: none; } }
  main section.product-information .accordion h2 .bg-vertical-border {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 12px; }
    @media screen and (max-width: 1023px) {
      main section.product-information .accordion h2 .bg-vertical-border {
        display: none; } }
  main section.product-information .accordion.product-nutrition .set .product-nutrition-details {
    border: 1px solid #0a3366;
    padding: 10px;
    max-width: 430px;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      main section.product-information .accordion.product-nutrition .set .product-nutrition-details {
        font-size: 16px;
        line-height: 1.6;
        padding: 10px 20px; } }
    main section.product-information .accordion.product-nutrition .set .product-nutrition-details .indented td:first-child {
      text-indent: 10px; }
    main section.product-information .accordion.product-nutrition .set .product-nutrition-details .nutrition-header {
      border-bottom: 1px solid #0a3366;
      margin: 0;
      padding: 0 0 10px 0; }
      main section.product-information .accordion.product-nutrition .set .product-nutrition-details .nutrition-header h4 {
        margin: 0;
        padding: 0;
        font-size: 1.25em; }
      main section.product-information .accordion.product-nutrition .set .product-nutrition-details .nutrition-header p {
        margin: 0;
        padding: 0; }
    main section.product-information .accordion.product-nutrition .set .product-nutrition-details .calories-header {
      font-size: 1.75em;
      text-transform: uppercase; }
    main section.product-information .accordion.product-nutrition .set .product-nutrition-details .nutrition-footer {
      padding: 10px 0 0 0;
      font-size: 0.8em;
      border-top: 1px solid #0a3366;
      margin: 10px 0 0 0; }
    main section.product-information .accordion.product-nutrition .set .product-nutrition-details table {
      width: 100%;
      border-collapse: collapse;
      text-align: left; }
      main section.product-information .accordion.product-nutrition .set .product-nutrition-details table ul {
        list-style: none;
        margin: 5px 0 10px 20px;
        padding: 0; }
      main section.product-information .accordion.product-nutrition .set .product-nutrition-details table tbody tr:first-child {
        border-bottom: 1px solid #0a3366; }
      main section.product-information .accordion.product-nutrition .set .product-nutrition-details table tbody tr th {
        padding: 10px 0; }
      main section.product-information .accordion.product-nutrition .set .product-nutrition-details table td {
        padding: 6px 0 0 0; }
      main section.product-information .accordion.product-nutrition .set .product-nutrition-details table tbody > tr th:last-child,
      main section.product-information .accordion.product-nutrition .set .product-nutrition-details table tbody > tr td:last-child {
        text-align: right; }
  main section.product-information .accordion.product-ingredients h2 {
    background: #0a3366; }
  main section.product-information .accordion.product-ingredients .set {
    text-align: center; }
  main section.product-information .accordion.product-wtb h2 {
    background: #0a3366; }
  main section.product-information .accordion.product-wtb .set ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    main section.product-information .accordion.product-wtb .set ul li {
      margin: 0;
      padding: 0;
      text-align: center; }
      main section.product-information .accordion.product-wtb .set ul li:nth-of-type(even) a {
        background: #f8f8f8; }
      main section.product-information .accordion.product-wtb .set ul li a {
        padding: 8px 0;
        display: block; }
        main section.product-information .accordion.product-wtb .set ul li a:hover, main section.product-information .accordion.product-wtb .set ul li a:focus {
          background: #fff7c3; }

.single-recipes main section.banner-striped {
  display: none; }
  @media screen and (min-width: 768px) {
    .single-recipes main section.banner-striped {
      height: 200px;
      display: block; } }
@media screen and (min-width: 768px) {
  .single-recipes main section.recipe-container {
    margin-top: -100px; } }
main section.recipes-list .recipe-box h2 {    text-align: center;
    background: #0a3366;
    color: #ffffff;
    padding: 10px;
font-size:18px;}
main section.recipes-list .recipe-box {margin-bottom:20px; padding:0 5px 0 5px}
main section.recipes-list .recipe-box a.recipe {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 380px;
  text-align: center;
  display: block; }
  @media screen and (min-width: 768px) {
    main section.recipes-list .recipe-box a.recipe {
      min-height: 380px; } }
  @media screen and (min-width: 1024px) {
    main section.recipes-list .recipe-box a.recipe {
      min-height: 350px; } }
  @media screen and (min-width: 1280px) {
    main section.recipes-list .recipe-box a.recipe {
      min-height: 400px; } }
  main section.recipes-list .recipe-box a.recipe span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 40px 20px 40px;
    opacity: 0;
    filter: alpha(opacity=0); }
    @media screen and (min-width: 1024px) {
      main section.recipes-list .recipe-box a.recipe span {
        padding: 40px 20px 20px 20px; } }
    @media screen and (min-width: 1280px) {
      main section.recipes-list .recipe-box a.recipe span {
        padding: 40px 40px 20px 40px; } }
    main section.recipes-list .recipe-box a.recipe span .pie {
      position: relative;
      width: 70px;
      height: 70px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid #4d9c2d;
      margin: 0 auto;
      margin-bottom: 30px; }
    main section.recipes-list .recipe-box a.recipe span .slice {
      clip-path: polygon(50% 0%, 50% 100%, 100% 100%, 100% 0%);
      position: absolute;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      width: 100%;
      height: 100%;
      z-index: 1; }
    main section.recipes-list .recipe-box a.recipe span .slice-fill {
      width: 100%;
      height: 100%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      background: #4d9c2d;
      clip-path: polygon(50% 0%, 50% 100%, 0% 100%, 0% 0%);
      position: absolute;
      z-index: 2; }
    main section.recipes-list .recipe-box a.recipe span .bg-fill {
      width: 100%;
      height: 100%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      background: #4d9c2d;
      position: absolute;
      display: none;
      z-index: 1;
      clip-path: polygon(50% 0%, 50% 100%, 0% 100%, 0% 0%);
      transform: rotate(180deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="1"] .slice-fill {
      transform: rotate(3.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="1"] {
      transform: rotate(3.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="2"] .slice-fill {
      transform: rotate(7.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="2"] {
      transform: rotate(7.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="3"] .slice-fill {
      transform: rotate(10.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="3"] {
      transform: rotate(10.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="4"] .slice-fill {
      transform: rotate(14.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="4"] {
      transform: rotate(14.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="5"] .slice-fill {
      transform: rotate(18deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="5"] {
      transform: rotate(18deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="6"] .slice-fill {
      transform: rotate(21.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="6"] {
      transform: rotate(21.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="7"] .slice-fill {
      transform: rotate(25.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="7"] {
      transform: rotate(25.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="8"] .slice-fill {
      transform: rotate(28.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="8"] {
      transform: rotate(28.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="9"] .slice-fill {
      transform: rotate(32.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="9"] {
      transform: rotate(32.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="10"] .slice-fill {
      transform: rotate(36deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="10"] {
      transform: rotate(36deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="11"] .slice-fill {
      transform: rotate(39.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="11"] {
      transform: rotate(39.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="12"] .slice-fill {
      transform: rotate(43.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="12"] {
      transform: rotate(43.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="13"] .slice-fill {
      transform: rotate(46.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="13"] {
      transform: rotate(46.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="14"] .slice-fill {
      transform: rotate(50.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="14"] {
      transform: rotate(50.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="15"] .slice-fill {
      transform: rotate(54deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="15"] {
      transform: rotate(54deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="16"] .slice-fill {
      transform: rotate(57.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="16"] {
      transform: rotate(57.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="17"] .slice-fill {
      transform: rotate(61.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="17"] {
      transform: rotate(61.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="18"] .slice-fill {
      transform: rotate(64.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="18"] {
      transform: rotate(64.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="19"] .slice-fill {
      transform: rotate(68.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="19"] {
      transform: rotate(68.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="20"] .slice-fill {
      transform: rotate(72deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="20"] {
      transform: rotate(72deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="21"] .slice-fill {
      transform: rotate(75.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="21"] {
      transform: rotate(75.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="22"] .slice-fill {
      transform: rotate(79.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="22"] {
      transform: rotate(79.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="23"] .slice-fill {
      transform: rotate(82.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="23"] {
      transform: rotate(82.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="24"] .slice-fill {
      transform: rotate(86.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="24"] {
      transform: rotate(86.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="25"] .slice-fill {
      transform: rotate(90deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="25"] {
      transform: rotate(90deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="26"] .slice-fill {
      transform: rotate(93.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="26"] {
      transform: rotate(93.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="27"] .slice-fill {
      transform: rotate(97.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="27"] {
      transform: rotate(97.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="28"] .slice-fill {
      transform: rotate(100.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="28"] {
      transform: rotate(100.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="29"] .slice-fill {
      transform: rotate(104.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="29"] {
      transform: rotate(104.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="30"] .slice-fill {
      transform: rotate(108deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="30"] {
      transform: rotate(108deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="31"] .slice-fill {
      transform: rotate(111.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="31"] {
      transform: rotate(111.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="32"] .slice-fill {
      transform: rotate(115.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="32"] {
      transform: rotate(115.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="33"] .slice-fill {
      transform: rotate(118.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="33"] {
      transform: rotate(118.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="34"] .slice-fill {
      transform: rotate(122.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="34"] {
      transform: rotate(122.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="35"] .slice-fill {
      transform: rotate(126deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="35"] {
      transform: rotate(126deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="36"] .slice-fill {
      transform: rotate(129.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="36"] {
      transform: rotate(129.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="37"] .slice-fill {
      transform: rotate(133.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="37"] {
      transform: rotate(133.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="38"] .slice-fill {
      transform: rotate(136.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="38"] {
      transform: rotate(136.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="39"] .slice-fill {
      transform: rotate(140.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="39"] {
      transform: rotate(140.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="40"] .slice-fill {
      transform: rotate(144deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="40"] {
      transform: rotate(144deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="41"] .slice-fill {
      transform: rotate(147.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="41"] {
      transform: rotate(147.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="42"] .slice-fill {
      transform: rotate(151.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="42"] {
      transform: rotate(151.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="43"] .slice-fill {
      transform: rotate(154.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="43"] {
      transform: rotate(154.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="44"] .slice-fill {
      transform: rotate(158.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="44"] {
      transform: rotate(158.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="45"] .slice-fill {
      transform: rotate(162deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="45"] {
      transform: rotate(162deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="46"] .slice-fill {
      transform: rotate(165.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="46"] {
      transform: rotate(165.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="47"] .slice-fill {
      transform: rotate(169.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="47"] {
      transform: rotate(169.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="48"] .slice-fill {
      transform: rotate(172.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="48"] {
      transform: rotate(172.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="49"] .slice-fill {
      transform: rotate(176.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="49"] {
      transform: rotate(176.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="50"] .slice-fill {
      transform: rotate(180deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="50"] {
      transform: rotate(180deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="51"] .slice-fill {
      transform: rotate(183.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="51"] {
      transform: rotate(183.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="51"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="51"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="52"] .slice-fill {
      transform: rotate(187.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="52"] {
      transform: rotate(187.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="52"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="52"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="53"] .slice-fill {
      transform: rotate(190.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="53"] {
      transform: rotate(190.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="53"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="53"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="54"] .slice-fill {
      transform: rotate(194.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="54"] {
      transform: rotate(194.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="54"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="54"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="55"] .slice-fill {
      transform: rotate(198deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="55"] {
      transform: rotate(198deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="55"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="55"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="56"] .slice-fill {
      transform: rotate(201.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="56"] {
      transform: rotate(201.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="56"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="56"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="57"] .slice-fill {
      transform: rotate(205.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="57"] {
      transform: rotate(205.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="57"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="57"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="58"] .slice-fill {
      transform: rotate(208.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="58"] {
      transform: rotate(208.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="58"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="58"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="59"] .slice-fill {
      transform: rotate(212.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="59"] {
      transform: rotate(212.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="59"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="59"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="60"] .slice-fill {
      transform: rotate(216deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="60"] {
      transform: rotate(216deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="60"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="60"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="61"] .slice-fill {
      transform: rotate(219.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="61"] {
      transform: rotate(219.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="61"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="61"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="62"] .slice-fill {
      transform: rotate(223.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="62"] {
      transform: rotate(223.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="62"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="62"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="63"] .slice-fill {
      transform: rotate(226.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="63"] {
      transform: rotate(226.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="63"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="63"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="64"] .slice-fill {
      transform: rotate(230.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="64"] {
      transform: rotate(230.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="64"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="64"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="65"] .slice-fill {
      transform: rotate(234deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="65"] {
      transform: rotate(234deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="65"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="65"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="66"] .slice-fill {
      transform: rotate(237.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="66"] {
      transform: rotate(237.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="66"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="66"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="67"] .slice-fill {
      transform: rotate(241.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="67"] {
      transform: rotate(241.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="67"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="67"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="68"] .slice-fill {
      transform: rotate(244.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="68"] {
      transform: rotate(244.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="68"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="68"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="69"] .slice-fill {
      transform: rotate(248.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="69"] {
      transform: rotate(248.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="69"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="69"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="70"] .slice-fill {
      transform: rotate(252deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="70"] {
      transform: rotate(252deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="70"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="70"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="71"] .slice-fill {
      transform: rotate(255.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="71"] {
      transform: rotate(255.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="71"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="71"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="72"] .slice-fill {
      transform: rotate(259.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="72"] {
      transform: rotate(259.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="72"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="72"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="73"] .slice-fill {
      transform: rotate(262.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="73"] {
      transform: rotate(262.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="73"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="73"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="74"] .slice-fill {
      transform: rotate(266.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="74"] {
      transform: rotate(266.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="74"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="74"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="75"] .slice-fill {
      transform: rotate(270deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="75"] {
      transform: rotate(270deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="75"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="75"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="76"] .slice-fill {
      transform: rotate(273.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="76"] {
      transform: rotate(273.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="76"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="76"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="77"] .slice-fill {
      transform: rotate(277.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="77"] {
      transform: rotate(277.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="77"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="77"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="78"] .slice-fill {
      transform: rotate(280.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="78"] {
      transform: rotate(280.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="78"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="78"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="79"] .slice-fill {
      transform: rotate(284.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="79"] {
      transform: rotate(284.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="79"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="79"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="80"] .slice-fill {
      transform: rotate(288deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="80"] {
      transform: rotate(288deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="80"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="80"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="81"] .slice-fill {
      transform: rotate(291.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="81"] {
      transform: rotate(291.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="81"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="81"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="82"] .slice-fill {
      transform: rotate(295.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="82"] {
      transform: rotate(295.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="82"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="82"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="83"] .slice-fill {
      transform: rotate(298.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="83"] {
      transform: rotate(298.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="83"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="83"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="84"] .slice-fill {
      transform: rotate(302.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="84"] {
      transform: rotate(302.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="84"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="84"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="85"] .slice-fill {
      transform: rotate(306deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="85"] {
      transform: rotate(306deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="85"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="85"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="86"] .slice-fill {
      transform: rotate(309.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="86"] {
      transform: rotate(309.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="86"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="86"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="87"] .slice-fill {
      transform: rotate(313.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="87"] {
      transform: rotate(313.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="87"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="87"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="88"] .slice-fill {
      transform: rotate(316.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="88"] {
      transform: rotate(316.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="88"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="88"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="89"] .slice-fill {
      transform: rotate(320.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="89"] {
      transform: rotate(320.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="89"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="89"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="90"] .slice-fill {
      transform: rotate(324deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="90"] {
      transform: rotate(324deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="90"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="90"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="91"] .slice-fill {
      transform: rotate(327.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="91"] {
      transform: rotate(327.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="91"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="91"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="92"] .slice-fill {
      transform: rotate(331.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="92"] {
      transform: rotate(331.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="92"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="92"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="93"] .slice-fill {
      transform: rotate(334.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="93"] {
      transform: rotate(334.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="93"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="93"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="94"] .slice-fill {
      transform: rotate(338.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="94"] {
      transform: rotate(338.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="94"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="94"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="95"] .slice-fill {
      transform: rotate(342deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="95"] {
      transform: rotate(342deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="95"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="95"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="96"] .slice-fill {
      transform: rotate(345.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="96"] {
      transform: rotate(345.6deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="96"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="96"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="97"] .slice-fill {
      transform: rotate(349.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="97"] {
      transform: rotate(349.2deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="97"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="97"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="98"] .slice-fill {
      transform: rotate(352.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="98"] {
      transform: rotate(352.8deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="98"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="98"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="99"] .slice-fill {
      transform: rotate(356.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="99"] {
      transform: rotate(356.4deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="99"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="99"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="100"] .slice-fill {
      transform: rotate(360deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-start="100"] {
      transform: rotate(360deg); }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="100"] {
      clip-path: none; }
    main section.recipes-list .recipe-box a.recipe span .slice[data-value="100"] .bg-fill {
      display: block; }
    main section.recipes-list .recipe-box a.recipe span h2 {
      font-weight: 300;
      color: #ffffff;
      font-size: 20px;
      line-height: 1.4; }
      @media screen and (min-width: 1280px) {
        main section.recipes-list .recipe-box a.recipe span h2 {
          font-size: 22px; } }
    main section.recipes-list .recipe-box a.recipe span em {
      position: absolute;
      bottom: 40px;
      left: 0;
      right: 0;
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      color: #fff3a8;
      font-size: 20px;
      font-style: normal;
      display: block; }
      @media screen and (min-width: 1280px) {
        main section.recipes-list .recipe-box a.recipe span em {
          font-size: 22px; } }
    main section.recipes-list .recipe-box a.recipe span p {
      position: absolute;
      top: 26px;
      left: 0;
      right: 0;
      color: #ffffff;
      margin: 0;
      font-size: 12px;
      font-weight: 300;
      text-align: center;
      z-index: 2; }
main section.recipes-list .recipe-box a.recipe img {scale:1}
  main section.recipes-list .recipe-box a.recipe:hover img, main section.recipes-list .recipe-box a.recipe:focus img {
    scale:1.05 }
    main section.recipes-list .recipe-box a.recipe:hover span, main section.recipes-list .recipe-box a.recipe:focus span {
      opacity: 1;
      filter: alpha(opacity=1);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
main section.recipe-container {
  padding: 0; }
  @media screen and (min-width: 568px) {
    main section.recipe-container {
      padding: 0 0 80px 0; } }
  @media screen and (max-width: 767px) {
    main section.recipe-container > .pure-g {
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      flex-direction: column-reverse; } }
  main section.recipe-container .recipe-share {
    text-align: right; }
    @media screen and (max-width: 767px) {
      main section.recipe-container .recipe-share {
        position: absolute;
        top: 25px;
        right: 20px;
        z-index: 1; } }
    main section.recipe-container .recipe-share .fb-share-button {
      position: relative;
      top: -15px;
      right: 10px;
      display: inline-block; }
    main section.recipe-container .recipe-share .twitter-share-button {
      position: relative;
      top: -7px;
      display: inline-block; }
  main section.recipe-container h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 26px;
    line-height: 1.2;
    background: #0a3366;
    color: #ffffff;
    letter-spacing: 0;
    padding: 30px 20px;
    margin: 0;
    text-align: center; }
    @media screen and (min-width: 768px) {
      main section.recipe-container h1 {
        font-size: 32px; } }
  @media screen and (max-width: 767px) {
    main section.recipe-container .recipe-left {
      margin-left: -15px;
      margin-right: -15px; } }
  main section.recipe-container .recipe-left .accordion.recipe-ingredients h2 {
    background: #0a3366; }
  main section.recipe-container .recipe-left .accordion.recipe-directions h2 {
    background: #0a3366;
    color: #ffffff; }
    main section.recipe-container .recipe-left .accordion.recipe-directions h2 .accordion-icon {
      color: #ffffff; }
  main section.recipe-container .recipe-left .accordion .set {
    padding: 20px; }
    main section.recipe-container .recipe-left .accordion .set ul,
    main section.recipe-container .recipe-left .accordion .set ol {
      margin: 0 0 25px 25px;
      padding: 0; }
      main section.recipe-container .recipe-left .accordion .set ul li,
      main section.recipe-container .recipe-left .accordion .set ol li {
        margin: 0;
        padding: 0 0 12px 10px; }
    main section.recipe-container .recipe-left .accordion .set ul {
      margin-left: 0;
      list-style: none; }
  main section.recipe-container .recipe-right {
    padding-bottom: 40px; }
    @media screen and (max-width: 767px) {
      main section.recipe-container .recipe-right {
        margin-left: -15px;
        margin-right: -15px; } }
    @media screen and (min-width: 1280px) {
      main section.recipe-container .recipe-right {
        padding-bottom: 0; } }
    main section.recipe-container .recipe-right h1 {
      display: block; }
      @media screen and (min-width: 768px) {
        main section.recipe-container .recipe-right h1 {
          display: none; } }
    main section.recipe-container .recipe-right img {
      display: block; }
    main section.recipe-container .recipe-right .recipe-times {
      background: #0a3366;
      font-size: 14px;
      padding: 10px 0;
      margin-bottom: 20px;
      text-align: center; }
      @media screen and (min-width: 568px) {
        main section.recipe-container .recipe-right .recipe-times {
          font-size: 16px; } }
      main section.recipe-container .recipe-right .recipe-times p {
        margin: 0;color:#ffffff; }
      main section.recipe-container .recipe-right .recipe-times span {
        font-weight: 500;
        display: block; }
    main section.recipe-container .recipe-right .recipe-meta {
      text-align: center; }
      @media screen and (max-width: 767px) {
        main section.recipe-container .recipe-right .recipe-meta {
          margin-left: 15px;
          margin-right: 15px; } }
      main section.recipe-container .recipe-right .recipe-meta p {
        text-align: left; }
      main section.recipe-container .recipe-right .recipe-meta .button {
        margin-top: 20px;
        display: inline-block; }
      main section.recipe-container .recipe-right .recipe-meta .recipe-product {
        padding: 20px 0;
        font-size: 20px;
        font-weight: 500; }
        main section.recipe-container .recipe-right .recipe-meta .recipe-product img {
          max-height: 200px;
          margin: 0 auto;
          margin-bottom: 30px; }
          @media screen and (min-width: 768px) {
            main section.recipe-container .recipe-right .recipe-meta .recipe-product img {
              max-height: 250px; } }
        main section.recipe-container .recipe-right .recipe-meta .recipe-product p {
          font-family: "TFArrow-Extrabold";
          font-weight: 400;
          font-size: 34px;
          color: #0a3366;
          margin: 0;
          text-align: center; }
          @media screen and (min-width: 768px) {
            main section.recipe-container .recipe-right .recipe-meta .recipe-product p {
              font-size: 40px; } }

/* COMMON */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clear {
  clear: both; }

.rel {
  position: relative; }

.abs {
  position: absolute; }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

img {
  max-width: 100%; }

a {
  color: #000000;
  text-decoration: none; }

a:hover, a:focus {
  color: #000000; }

p {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-nowrap {
  white-space: nowrap; }

.noPadding {
  padding: 0 !important; }

.noMargin {
  margin: 0 !important; }

a,
a img,
a span,
img,
button,
input[type='submit'] {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

@media screen and (min-width: 1200px) {
  .hide-from-desktop {
    display: none; } }

@media screen and (max-width: 767px) {
  .hide-from-mobile {
    display: none !important; } }

@media screen and (max-width: 1023px) {
  .hide-from-mobile-nav {
    display: none !important; } }

.desktop-view {
  display: none; }
  @media screen and (min-width: 1024px) {
    .desktop-view {
      display: block; } }

@media screen and (min-width: 1024px) {
  .mobile-view {
    display: none; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.modal-open {
  overflow: hidden; }

.col-centered {
  margin: 0 auto;
  float: none; }

.center-columns {
  justify-content: center; }

.column-reverse {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column-reverse; }

.row-reverse {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row-reverse; }

body {
  background-color: #ffffff;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 18px; } }
  body.nav-open {
    /* to prevent body from scrolling on mobile */
    position: fixed;
    overflow-y: hidden; }
    body.nav-open.modal-open {
      /* to prevent modal from appearing outside of window on mobile */
      position: relative; }
    body.nav-open header {
      height: 100%;
      overflow-x: hidden;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      bottom: 0;
      border-bottom: none; }
  body.home header.main-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    z-index: 1000; }
    @media screen and (max-width: 1023px) {
      body.home header.main-header {
        position: fixed; } }
  @media screen and (max-width: 1023px) {
    body.home header.header-scrolled {
      background: #0a3366; } }
  body.home header .bg-border {
    display: block; }
  body.home.nav-open header.main-header {
    background: #0a3366; }
  @media screen and (max-width: 1023px) {
    body.home main {
      padding-top: 0; } }

/**
 * Start: Header, Footer and Main Navigation
*/
header.main-header {
  position: relative;
  background: #0a3366;
  padding: 0 0 10px 0; }
  @media screen and (max-width: 1023px) {
    header.main-header {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      height: 95px;
      z-index: 99;
      padding: 0; } }
  header.main-header.header-scrolled {
    background: #0a3366;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
  header.main-header .bg-border {
    display: none; }
  header.main-header .wm-mobile {
    display: none; }
    @media screen and (max-width: 1023px) {
      header.main-header .wm-mobile {
        position: absolute;
        top: 0;
        left: 20px;
        display: block;
        z-index: 2; }
        header.main-header .wm-mobile img {
          width: 100px;
margin-top:30px; } }
  header.main-header .search-mobile {
    display: none; }
    @media screen and (max-width: 1023px) {
      header.main-header .search-mobile {
        position: absolute;
        top: 30px;
        right: 85px;
        font-size: 0;
        display: block;
        z-index: 2; }
        header.main-header .search-mobile img {
          width: 40px; } }
  header.main-header .custom-toggle {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 40px;
    right: 25px;
    display: none;
    z-index: 2; }
    @media screen and (max-width: 1023px) {
      header.main-header .custom-toggle {
        display: block; } }
    header.main-header .custom-toggle .bar {
      background-color: #ffffff;
      display: block;
      width: 38px;
      height: 3px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      border-radius: 100px;
      position: absolute;
      top: 8px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      header.main-header .custom-toggle .bar:first-child {
        top: 6px;
        width: 30px;
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px); }
      header.main-header .custom-toggle .bar:last-child {
        top: 10px;
        width: 30px;
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -ms-transform: translateY(6px);
        -o-transform: translateY(6px);
        transform: translateY(6px); }
    header.main-header .custom-toggle.x .bar {
      top: 5px;
      width: 30px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
      header.main-header .custom-toggle.x .bar:first-child {
        top: 5px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      header.main-header .custom-toggle.x .bar:last-child {
        top: 5px; }
  header.main-header #menu {
    position: relative;
    -webkit-transition: top 1000ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -moz-transition: top 1000ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -ms-transition: top 1000ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -o-transition: top 1000ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    transition: top 1000ms cubic-bezier(0.17, 0.04, 0.03, 0.94); }
    @media screen and (max-width: 1023px) {
      header.main-header #menu {
        top: -800px;
        overflow: hidden;
        background-color: #0a3366; } }
    header.main-header #menu.open {
      height: 100%;
      top: 95px; }
    @media screen and (max-width: 1023px) {
      header.main-header #menu .wm {
        display: none; } }
    header.main-header #menu .wm img {
      position: relative;
      top: 15px;
      width: 150px; }
    header.main-header #menu nav {
      position: relative;
      padding-top: 46px;
      padding-bottom: 0;
      text-align: right; }
      @media screen and (max-width: 1023px) {
        header.main-header #menu nav {
          padding-top: 20px;
          padding-bottom: 20px;
          text-align: center; } }
      header.main-header #menu nav ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        header.main-header #menu nav ul.menu {
          display: inline-block; }
        header.main-header #menu nav ul li {
          margin: 0;
          padding: 0 20px; }
          header.main-header #menu nav ul li a {
            position: relative;
            font-family: "Montserrat", sans-serif;
            color: #ffffff;
            font-size: 20px;
            line-height: 1.2;
            font-weight: 400;
            margin: 0;
            padding: 2px 0;
            letter-spacing: -0.03em;
            border-bottom: 2px solid transparent;
            text-transform: uppercase; }
            header.main-header #menu nav ul li a:hover, header.main-header #menu nav ul li a:focus {
              background: transparent;
              border-color: #fff3a8;
              text-decoration: none; }
          header.main-header #menu nav ul li.nav-search {
            padding: 0; }
            header.main-header #menu nav ul li.nav-search a {
              font-size: 0;
              padding: 0;
              border: none; }
              header.main-header #menu nav ul li.nav-search a img {
                width: 40px; }
              header.main-header #menu nav ul li.nav-search a:hover, header.main-header #menu nav ul li.nav-search a:focus {
                opacity: 0.9;
                filter: alpha(opacity=0.9);
                border-color: transparent; }
          header.main-header #menu nav ul li.nav-lang {
            padding: 0; }
            header.main-header #menu nav ul li.nav-lang div {
              padding: 0;
              border: none; }
              header.main-header #menu nav ul li.nav-lang div li.wpml-ls-current-language {
                display: none; }
              header.main-header #menu nav ul li.nav-lang div li a {
                top: 1px;
                font-size: 14px; }
    @media screen and (max-width: 1023px) {
      header.main-header #menu .primary-nav {
        background-color: #0a3366;
        margin-top: 0; }
        header.main-header #menu .primary-nav nav ul {
          width: 100%;
          display: inline-block; }
          header.main-header #menu .primary-nav nav ul li {
            padding: 10px 30px; }
            header.main-header #menu .primary-nav nav ul li a {
              font-size: 30px;
              padding: 0 0 20px 0;
              border-bottom: 1px solid #fff3a8; }
              header.main-header #menu .primary-nav nav ul li a:hover, header.main-header #menu .primary-nav nav ul li a:focus {
                color: #ffffff; }
            header.main-header #menu .primary-nav nav ul li.nav-search {
              display: none; }
            header.main-header #menu .primary-nav nav ul li.nav-lang a {
              top: 0;
              font-size: 30px;
              border: none; } }

footer {
  background: #0a3366;
  padding: 100px 0 50px 0;
  color: #ffffff; }
  @media screen and (max-width: 1023px) {
    footer {
      padding-top: 40px; } }
  footer .social {
    color: #ffffff;
    font-size: 30px;
    margin-right: 10px; }
    footer .social:hover, footer .social:focus {
      color: #fff3a8;
      text-decoration: none; }
  footer nav {
    margin: 20px 0 30px 0; }
    footer nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      footer nav ul li.pure-menu-item {
        margin: 0 0 14px 0;
        padding: 0; }
        footer nav ul li.pure-menu-item a {
          font-family: "Montserrat", sans-serif;
          color: #ffffff;
          font-size: 20px;
          line-height: 1.2;
          font-weight: 400;
          letter-spacing: -0.03em;
          text-transform: uppercase;
          margin: 0;
          padding: 0; }
          footer nav ul li.pure-menu-item a:hover, footer nav ul li.pure-menu-item a:focus {
            background: transparent;
            color: #fff3a8;
            text-decoration: none; }
  footer p {
    font-size: 14px; }
    footer p a {
      color: #ffffff;
      margin: 5px 0;
      display: block; }
      @media screen and (min-width: 568px) {
        footer p a {
          margin: 0 20px;
          display: inline-block; } }
      footer p a:hover, footer p a:focus {
        background: transparent;
        color: #fff3a8;
        text-decoration: none; }

h1 {
  font-family: "TFArrow-Extrabold";
  font-size: 40px;
  line-height: 1;
  color: #0a3366;
  letter-spacing: 0.045em; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 50px; } }
  @media screen and (min-width: 1024px) {
    h1 {
      font-size: 60px; } }

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 32px; } }

.button {
  position: relative;
  background: #0a3366;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 22px;
  padding: 8px 40px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  border: none;
  cursor: pointer; }
  .button:hover, .button:focus {
    color: #0a3366;
    background-color: #fff7c3;
    text-decoration: none; }

.bg-horizontal-border {
  height: 11px;
  background-image: linear-gradient(180deg, #ffffff 25%, #0a3366 25%, #0a3366 50%, #ffffff 50%, #ffffff 75%, #0a3366 75%, #0a3366 100%);
  background-size: 18.00px 18.00px;
  display: block; }

.bg-vertical-border {
  height: 75px;
  background-image: linear-gradient(90deg, #fff3a8 25%, #ffffff 25%, #ffffff 50%, #fff3a8 50%, #fff3a8 75%, #ffffff 75%, #ffffff 100%);
  background-size: 18.00px 18.00px;
  display: block; }

.badge {
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 150px; }
  @media screen and (min-width: 1024px) {
    .badge {
      bottom: -60px;
      width: 200px; } }

.swirls {
  width: 40px;
  margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    .swirls {
      width: 60px; } }



.search-container-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 144px;
  padding-top: 48px;
  background: #0a3366;
  text-align: center;
  z-index: 1001;
  display: none; }
  .search-container-overlay form {
    position: relative;
    width: 50%;
    margin: 0 auto; }
    .search-container-overlay form input[type="search"] {
      width: 100%;
      height: 50px;
      padding: 0 70px 0 30px;
      border: 1px solid #fff3a8;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px; }
    .search-container-overlay form button {
      position: absolute;
      top: -5px;
      right: 0;
      background: transparent;
      border: none;
      margin: 0;
      padding: 0;
      cursor: pointer; }
      .search-container-overlay form button img {
        width: 60px; }
  .search-container-overlay .close-search {
    position: absolute;
    top: 42px;
    right: 100px;
    font-size: 40px;
    color: #ffffff; }
    .search-container-overlay .close-search:hover, .search-container-overlay .close-search:focus {
      color: #fff3a8; }

@media screen and (max-width: 1023px) {
  main {
    padding-top: 95px;}
main section.hero .home-slider .item {background-size:cover !important; padding-bottom: 9.5%}
    /* mobile header height*/ } }
main section {
  position: relative; }
  main section.hero {
    position: relative;
    background: #ffffff; }
    main section.hero .home-slider .item {
      position: relative;
      background-size: cover;
      background-position: bottom center;
      min-height: 400px;
      /*padding-bottom: 9.5%*/; }
      @media screen and (min-width: 768px) {
        main section.hero .home-slider .item {
          padding-bottom: 0%; } }
      @media screen and (min-width: 1024px) {
        main section.hero .home-slider .item {
          min-height: 600px; } }
      @media screen and (min-width: 1280px) {
        main section.hero .home-slider .item {
          min-height: 800px; } }
      @media screen and (min-width: 1600px) {
        main section.hero .home-slider .item {
          min-height: 900px; } }
      @media screen and (min-width: 2000px) {
        main section.hero .home-slider .item {
          min-height: 1100px; } }
      @media screen and (max-width: 767px) {
        main section.hero .home-slider .item .mobile_alt_bg {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background-size: cover;
          background-position: bottom center; } }
      main section.hero .home-slider .item .cta {
        position: absolute;
        bottom: 25%;
        left: 0;
        right: 0;
        text-align: center; }
        main section.hero .home-slider .item .cta h1 {
          color: #ffffff;
          font-size: 50px;
          line-height: 1;
          letter-spacing: 0.075em;
          text-transform: uppercase;
          margin-bottom: 10px; }
          @media screen and (min-width: 568px) {
            main section.hero .home-slider .item .cta h1 {
              font-size: 50px;
              margin-bottom: 20px; } }
          @media screen and (min-width: 1024px) {
            main section.hero .home-slider .item .cta h1 {
              font-size: 80px; } }
  main section.home-products {
    padding: 100px 0 130px 0; }
    @media screen and (max-width: 1023px) {
      main section.home-products {
        padding: 60px 0 60px 0; } }
    main section.home-products .nav-arrows button.slick-prev {
      left: 0; }
    main section.home-products .nav-arrows button.slick-next {
      right: 0; }
    main section.home-products .nav-dots {
      bottom: -60px; }
    main section.home-products .home-product-left {
      position: relative; }
      main section.home-products .home-product-left .slider .item {
        padding: 0 60px; }
        main section.home-products .home-product-left .slider .item img {
          max-height: 250px;
          margin: 0 auto; }
    main section.home-products .home-product-right {
      padding-bottom: 20px;
      text-align: center; }
      @media screen and (max-width: 1023px) {
        main section.home-products .home-product-right {
          padding-top: 100px; } }
      @media screen and (min-width: 1024px) {
        main section.home-products .home-product-right {
          padding: 0 40px 20px 40px; } }
      main section.home-products .home-product-right h2 {
        margin-bottom: 10px; }
      main section.home-products .home-product-right p {
        margin-bottom: 30px; }
  main section.banner {
    background-size: cover;
    background-position: bottom left;
    min-height: 380px;
    font-size: 20px;
    letter-spacing: 0.045em;
    text-align: center; }
    @media screen and (min-width: 768px) {
      main section.banner {
        font-size: 22px; } }
    @media screen and (min-width: 1024px) {
      main section.banner {
        background-position: bottom center;
        min-height: 600px; } }
    @media screen and (min-width: 1280px) {
      main section.banner {
        background-position: bottom center;
        min-height: 600px; } }
    main section.banner .cta {
      padding: 40px 0 50px 0; }
      @media screen and (min-width: 768px) {
        main section.banner .cta {
          padding: 40px 100px 50px 100px; } }
      @media screen and (min-width: 1024px) {
        main section.banner .cta {
          position: relative;
          top: 50%;
          padding: 0 0 0 60px; } }
      main section.banner .cta h1 {
        margin-bottom: 10px; }
        @media screen and (min-width: 568px) {
          main section.banner .cta h1 {
            margin-bottom: 20px; } }
      main section.banner .cta .swirls {
        margin-bottom: 20px; }
  main section.banner-striped {
    background-image: linear-gradient(0deg, #fff3a8 25%, #ffffff 25%, #ffffff 50%, #fff3a8 50%, #fff3a8 75%, #ffffff 75%, #ffffff 100%);
    background-size: 18.00px 18.00px;
    text-align: center; }
    main section.banner-striped .cta {
      padding: 40px 0; }
      @media screen and (min-width: 768px) {
        main section.banner-striped .cta {
          padding: 40px 0; } }
      main section.banner-striped .cta h1 {
        color: #0a3366;
        margin-bottom: 10px; }
        @media screen and (min-width: 568px) {
          main section.banner-striped .cta h1 {
            margin-bottom: 20px; } }
      main section.banner-striped .cta .swirls {
        margin-bottom: 20px; }
  main section.search-container {
    padding: 50px 0 100px 0; }
    main section.search-container .search-form {
      position: relative;
      margin-bottom: 40px; }
      main section.search-container .search-form input[type="search"] {
        height: 41px;
        width: 100%;
        padding: 0 180px 0 20px;
        border: 1px solid #fff3a8;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px; }
      main section.search-container .search-form button {
        position: absolute;
        top: 0;
        right: 0; }
    main section.search-container .search-list {
      margin: 0;
      padding: 0;
      list-style: none; }
      main section.search-container .search-list li {
        margin: 0;
        padding: 0; }
        main section.search-container .search-list li:nth-of-type(even) a {
          background: #f8f8f8; }
        main section.search-container .search-list li span.fa-li {
          top: 36px;
          left: 8px; }
        main section.search-container .search-list li a {
          font-size: 18px;
          padding: 20px 20px 20px 50px;
          display: block; }
          main section.search-container .search-list li a:hover, main section.search-container .search-list li a:focus {
            background: #fff7c3; }
          @media screen and (min-width: 768px) {
            main section.search-container .search-list li a {
              font-size: 24px;
              padding: 30px 20px 30px 50px; } }

.nav-search {
  	/*
  	.search-text {
  		color: #222;
  		position:relative;
  		z-index:5;
  		transition: z-index 0.8s, width 0.5s, background 0.3s ease, border 0.3s;
  		height: 40px;
  		width: 0;
  		margin: 0;
  		padding: 5px 50px 5px 50px;
  		box-sizing: border-box;
  		font-size: 16px;
  		font-size: 1rem;
  		cursor: pointer;
  		border-radius: 30px;
  		border: 1px solid transparent;
  		background: $transparent url('../images/icon-search.svg') no-repeat right center;
  	  	background-size:40px;
  	}
  
  	.search-text {
  		&:focus {
  			z-index: 3; 
  			width: 200px;
  			border: 1px solid #666;  
  			background-color: white;
  			outline: none;
  			cursor:auto;
  			padding-right: 10px;
  		}
  	}
  
  	.button {
  		position: relative;
  		z-index: 4;
  		top: 17px;
  		right: 45px;
  		width: 40px;
  		height: 40px;
  		margin: 0;
  		padding: 0;
  		border: 0;
  		outline: 0;
  		border-radius: 30px;
  		cursor: pointer; 
  		background: none;
  	}
  
  	.search-text::-webkit-search-cancel-button {
  		cursor:pointer;
  	}
  	*/ }

/*# sourceMappingURL=styles.css.map */
