/*************************************
Include scss files for the build
**************************************/
/* main: ../master.scss */
/*
* Variables
*
* This file is to be used for all variables
* on the site.
*
*/
/*************************************
Foundation and Grid Variables
**************************************/
/*************************************
Fonts
- Make sure fallbacks are included
- e.g. $open-sans : 'Open Sans', Arial, Helvetica, sans-serif;
**************************************/
/* Futura */
/* Goudy */
/* Relation */
/*************************************
Colors
**************************************/
/***********************
Brand Colors
***********************/
/* Brand Vanilla Color */
/*************************************
Typography Spacing
**************************************/
/*************************************
Animation
**************************************/
/* main: ../master.scss */
/* main: ../master.scss */
/* main: ../master.scss */
@import url("https://fonts.googleapis.com/css2?family=Lexend+Exa:wght@100..900&amp;family=Sorts+Mill+Goudy&amp;display=swap");
/* main: ../master.scss */
/*
 * minified normalize
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  outline: none !important;
}

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

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

sub, sup {
  font-size: 0.6180625rem;
  vertical-align: baseline;
  position: relative;
  top: -0.375rem;
}

sub {
  top: 0.375rem;
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

/* main: ../master.scss */
* {
  box-sizing: border-box;
}

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.row.expanded {
  max-width: none;
}

.collapse > .column, .collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.column, .columns {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 741px) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

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

.small-5 {
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

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

.small-8 {
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

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

.small-11 {
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.small-up-1 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-1 > .column, .small-up-1 > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.small-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.small-up-2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-2 > .column, .small-up-2 > .columns {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.small-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.small-up-3 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-3 > .column, .small-up-3 > .columns {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.small-up-4 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-4 > .column, .small-up-4 > .columns {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.small-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.small-up-5 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-5 > .column, .small-up-5 > .columns {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.small-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.small-up-6 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-6 > .column, .small-up-6 > .columns {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 741px) {
  .medium-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .medium-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
}
@media screen and (min-width: 741px) and (min-width: 741px) {
  .medium-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.row.medium-unstack .column, .row.medium-unstack .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (min-width: 741px) {
  .row.medium-unstack .column, .row.medium-unstack .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 741px) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 980px) {
  .large-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .large-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
}
@media screen and (min-width: 980px) and (min-width: 980px) {
  .large-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.row.large-unstack .column, .row.large-unstack .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (min-width: 980px) {
  .row.large-unstack .column, .row.large-unstack .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 980px) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 1441px) {
  .xlarge-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .xlarge-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .xlarge-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .xlarge-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .xlarge-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .xlarge-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .xlarge-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .xlarge-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .xlarge-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .xlarge-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .xlarge-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .xlarge-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xlarge-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .xlarge-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .xlarge-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xlarge-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .xlarge-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }
}
@media screen and (min-width: 1441px) and (min-width: 1441px) {
  .xlarge-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.row.xlarge-unstack .column, .row.xlarge-unstack .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (min-width: 1441px) {
  .row.xlarge-unstack .column, .row.xlarge-unstack .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 1441px) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 1921px) {
  .xxlarge-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .xxlarge-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xxlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .xxlarge-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xxlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .xxlarge-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .xxlarge-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .xxlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .xxlarge-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xxlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .xxlarge-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .xxlarge-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .xxlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .xxlarge-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xxlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .xxlarge-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .xxlarge-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .xxlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .xxlarge-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xxlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .xxlarge-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .xxlarge-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xxlarge-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .xxlarge-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xxlarge-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .xxlarge-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xxlarge-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .xxlarge-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xxlarge-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .xxlarge-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xxlarge-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .xxlarge-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
    float: left;
  }
}
@media screen and (min-width: 1921px) and (min-width: 1921px) {
  .xxlarge-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.row.xxlarge-unstack .column, .row.xxlarge-unstack .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (min-width: 1921px) {
  .row.xxlarge-unstack .column, .row.xxlarge-unstack .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 1921px) {
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.shrink {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.column.align-top, .align-top.columns {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.column.align-bottom, .align-bottom.columns {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.column.align-middle, .align-middle.columns {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.column.align-stretch, .align-stretch.columns {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

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

@media screen and (min-width: 741px) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 980px) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 1441px) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 1921px) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}

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

.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 740px) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 741px) {
  .show-for-small-only {
    display: none !important;
  }
}
@media screen and (min-width: 741px) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 740px) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 741px) and (max-width: 979px) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 740px), screen and (min-width: 980px) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media screen and (min-width: 980px) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 979px) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 980px) and (max-width: 1440px) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 979px), screen and (min-width: 1441px) {
  .show-for-large-only {
    display: none !important;
  }
}
@media screen and (min-width: 1441px) {
  .hide-for-xlarge {
    display: none !important;
  }
}
@media screen and (max-width: 1440px) {
  .show-for-xlarge {
    display: none !important;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1920px) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}
@media screen and (max-width: 1440px), screen and (min-width: 1921px) {
  .show-for-xlarge-only {
    display: none !important;
  }
}
@media screen and (min-width: 1921px) {
  .hide-for-xxlarge {
    display: none !important;
  }
}
@media screen and (max-width: 1920px) {
  .show-for-xxlarge {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.clearfix::after {
  clear: both;
}

.align-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

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

.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

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

.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

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

.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.align-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.small {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.small {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.small {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.small {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.small {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.small {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

@media screen and (min-width: 741px) {
  .medium {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 980px) {
  .large {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .large {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .large {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .large {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .large {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .large {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 1441px) {
  .xlarge {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .xlarge {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .xlarge {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .xlarge {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .xlarge {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .xlarge {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 1921px) {
  .xxlarge {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .xxlarge {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .xxlarge {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .xxlarge {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .xxlarge {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .xxlarge {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
/* main: ../master.scss */
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #ff0000;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: rgb(46.75, 46.75, 46.75);
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: rgb(46.75, 46.75, 46.75);
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* main: ../master.scss */
/**
 * Swiper 6.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 9, 2020
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* main: ../master.scss */
/*************************************
WordPress Specifics
**************************************/
.alignleft, .alignright {
  display: inline-block;
}

.alignleft {
  float: left;
  margin: 0 20px 5px 0;
}

.alignright {
  float: right;
  margin: 0 0 5px 20px;
}

.alignnone {
  margin: 5px 0 15px 0;
}

.aligncenter {
  display: block;
  margin: 15px auto;
}

.wp-caption {
  background: rgba(0, 0, 0, 0.1);
  border: 1px rgba(0, 0, 0, 0.3) solid;
  padding: 15px;
  font-size: 0.85em;
  text-align: center;
}

.wp-caption img {
  border: 1px rgba(0, 0, 0, 0.3) solid;
  margin: 0 auto 15px auto;
  max-width: 98.5%;
  width: auto;
}

/* main: ../master.scss */
@font-face {
  font-family: "icomoon";
  src: url("../eot/icomoonb35b.eot");
  src: url("../eot/icomoonb35b.eot#iefix") format("embedded-opentype"), url("../ttf/icomoonb35b.ttf") format("truetype"), url("../woff/icomoonb35b.woff") format("woff"), url("../svg/icomoonb35b.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]::before,
[class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e900";
}

.icon-arrow-black:before {
  content: "\e901";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-o:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-check:before {
  content: "\f00c";
}

.icon-close:before {
  content: "\f00d";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-times:before {
  content: "\f00d";
}

.icon-play:before {
  content: "\f04b";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-facebook-f:before {
  content: "\f09a";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-youtube:before {
  content: "\f16a";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-yelp:before {
  content: "\f1e9";
}

.icon-pinterest:before {
  content: "\f231";
}

/* main: ../master.scss */
/*
* Globals
*
* This file is to be used for all styling specific
* to site's global elements. This includes any partials,
* ui/ux elements that aren't part of a form, etc.
*
*/
hr {
  border: 0;
  height: 0;
  border-top: 1px solid #aaaaaa;
}

table tbody tr td {
  border-bottom: 1px solid #eeeeee;
}
@media only screen and (min-width: 741px) {
  table tbody tr td {
    border-bottom: 1px dashed #eeeeee;
  }
}

.global-header__inner li,
.global-footer__inner li {
  list-style: none;
}

.home .global-wrapper__inner {
  overflow: hidden;
}

a:not(.sbi_photo):not(.svg-icon) {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #25458D;
  border-bottom: 1px solid #25458D;
}
a:not(.sbi_photo):not(.svg-icon):hover {
  color: #4679EC;
  border-bottom: 1px solid #4679EC;
}

.shadow {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}

.meta {
  font-family: "Sorts Mill Goudy", serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1.25;
}

iframe,
.wp-video {
  max-width: 100%;
}

.separator {
  margin: 0 0.25rem;
}

.font-light {
  color: #ffffff;
}
.font-light *:not(.button):not(a):not(table) {
  color: #ffffff;
}

*:focus {
  outline: blue !important;
}

.flag {
  display: block;
  background-color: #ffffff;
  padding: 0.5rem 1.25rem;
  padding-right: 5.5vw;
  filter: drop-shadow(0 2px 4px rgba(73, 60, 53, 0.25));
}
.flag::before, .flag::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
  border-right: 30px solid #ffffff;
  width: 0;
  height: 0;
  right: 100%;
  top: 0;
}
.flag::after {
  border-top: 30px solid transparent;
  border-left: 30px solid transparent;
  border-right: 30px solid #ffffff;
  border-bottom: 0;
  bottom: 0;
  top: auto;
}
.flag p {
  margin-top: 0;
  line-height: 1;
  text-transform: uppercase;
  color: #25458D;
}

.flag-product {
  display: inline-block;
  background-color: #CD5643;
  padding: 0.5rem;
  margin-top: 0;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
  filter: drop-shadow(0 1px 6px rgba(73, 60, 53, 0.25));
}
.flag-product::before, .flag-product::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 16px solid transparent;
  border-right: 16px solid transparent;
  border-left: 16px solid #CD5643;
  width: 0;
  height: 0;
  left: 100%;
  top: 0;
}
.flag-product::after {
  border-top: 16px solid transparent;
  border-right: 16px solid transparent;
  border-left: 16px solid #CD5643;
  border-bottom: 0;
  bottom: 0;
  top: auto;
}
.flag-product.flag-large {
  font-size: 1.25rem;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
@media only screen and (min-width: 980px) {
  .flag-product.flag-large {
    font-size: 1.5rem;
    padding: 0.75rem 0.75rem 0.75rem 1.5rem;
  }
}
.flag-product.flag-large::before {
  border-bottom: 26px solid transparent;
  border-right: 26px solid transparent;
  border-left: 26px solid #CD5643;
}
.flag-product.flag-large::after {
  border-top: 26px solid transparent;
  border-right: 26px solid transparent;
  border-left: 26px solid #CD5643;
}

.overlay {
  position: relative;
}

@media only screen and (min-width: 741px) {
  .vert-col {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .vert-col .vert-row {
    display: flex;
    align-items: center;
    height: 50%;
  }
}

.landing__filters {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 740px) {
  .landing__filters .row .row {
    flex-direction: column !important;
  }
  .landing__filters .row .row .columns {
    margin-top: 0.75rem;
  }
  .landing__filters .row .row .columns + .columns {
    margin-top: 1.75rem;
  }
}
.landing__filters x {
  margin-right: 0.5rem;
}
.landing__filters input,
.landing__filters button,
.landing__filters select {
  margin-bottom: 0 !important;
  font-size: 16px;
  font-weight: 700;
}
.landing__filters input:focus,
.landing__filters button:focus,
.landing__filters select:focus {
  padding-left: 10px !important;
}
.landing__filters .select__wrapper {
  position: relative;
}
.landing__filters .select__wrapper::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 32px;
  width: 32px;
  background-image: url("../svg/select-arrow.svg");
  pointer-events: none;
}
.landing__filters .select__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 40px);
  height: 2px;
  background: #ffffff;
  bottom: 0;
  left: 0;
}
.landing__filters .select__wrapper select {
  padding-left: 10px;
  padding-right: 50px;
  min-width: 200px;
  background: 0 !important;
  -webkit-appearance: none;
  font-family: "futura-pt", Helvetica, Arial, Verdana, Geneva, sans-serif;
}
.landing__filters input {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  background: 0;
  font-family: "futura-pt", Helvetica, Arial, Verdana, Geneva, sans-serif;
  border-radius: 0 !important;
}
.landing__filters input:focus {
  background: 0;
}
.landing__filters input::placeholder {
  color: #ffffff;
}
.landing__filters input {
  border-bottom: 2px solid #ffffff;
}
.landing__filters button {
  transition: all 0.3s ease-in-out;
  background: 0;
  text-indent: -9999px;
  background-image: url("../svg/search-icon.svg");
  width: 32px;
  height: 32px;
  background-size: cover;
  background-position: center;
  border: 0;
  background-size: 24px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: 5px;
  cursor: pointer;
}
.landing__filters button:hover {
  transform: scale(1.075);
}
.landing__filters .columns + .columns {
  margin-left: 1rem;
}

.border-bottom {
  border-bottom: 1px solid #493C35;
}

.restricted-height {
  max-height: 600px;
  overflow: auto;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ffffff;
  opacity: 1;
  margin: 0 5px;
}
.swiper-pagination-bullet:hover, .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4679EC;
}

#back-top-top {
  position: fixed;
  bottom: 2rem;
  right: 4rem;
  width: 52px;
  height: 53px;
  background-image: url("../svg/back-top-top.svg");
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  background-color: transparent;
  border: 0 !important;
  display: none;
}
#back-top-top.active {
  display: block;
}

/*************************************
Content Spacing
**************************************/
#global-content {
  padding-top: 60px;
}
#global-content html.scrolled {
  padding-top: 80px;
}
@media only screen and (min-width: 741px) {
  #global-content {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 980px) {
  #global-content {
    padding-top: 80px;
  }
}

.global-header__inner,
.global-footer__upper,
.global-footer__lower,
.block-newsletter .block-inner__wrapper,
.block-banner .swiper-slide,
.recipe-landing__listing,
.recipe-landing__filters,
.landing-featured,
.recipe-intro,
.recipe-card,
.post-pagination__wrapper {
  padding-left: 3vw;
  padding-right: 3vw;
}
@media only screen and (min-width: 741px) {
  .global-header__inner,
  .global-footer__upper,
  .global-footer__lower,
  .block-newsletter .block-inner__wrapper,
  .block-banner .swiper-slide,
  .recipe-landing__listing,
  .recipe-landing__filters,
  .landing-featured,
  .recipe-intro,
  .recipe-card,
  .post-pagination__wrapper {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media only screen and (min-width: 980px) {
  .global-header__inner,
  .global-footer__upper,
  .global-footer__lower,
  .block-newsletter .block-inner__wrapper,
  .block-banner .swiper-slide,
  .recipe-landing__listing,
  .recipe-landing__filters,
  .landing-featured,
  .recipe-intro,
  .recipe-card,
  .post-pagination__wrapper {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

.wrapper-spacing {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 741px) {
  .wrapper-spacing {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.post-item {
  display: flex;
  align-items: stretch;
  position: relative;
}
.post-item > a {
  display: block;
  background: #ffffff;
  box-shadow: 0 2px 14px rgba(73, 60, 53, 0.3);
  border: 0 !important;
  padding: 1.25rem 0 4.75rem 0;
  overflow: hidden;
}
.post-item > a:hover .post-item__thumb {
  transform: scale(1.05);
}
.post-item .post-item__title {
  padding: 0 2rem;
}
.post-item .post-item__thumb {
  transition: all 0.3s ease-in-out;
  background-size: cover;
  background-position: center;
  padding-bottom: 69%;
  margin: 1rem 0;
  border: 10px solid #ffffff;
}
.post-item .post-item__content {
  padding: 0 2rem;
}
.post-item .read-more {
  position: absolute;
  bottom: 1.75rem;
  left: 2.5rem;
}
@media only screen and (min-width: 741px) {
  .post-item .read-more {
    bottom: 2rem;
    left: 3rem;
  }
}

/*************************************
BlueBell Tip
**************************************/
.bb-tip {
  width: 80%;
  max-width: 1024px;
  margin: auto;
}
@media only screen and (max-width: 740px) {
  .bb-tip {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 740px) {
  .bb-tip .bb-tip__title {
    text-align: center;
  }
}
.bb-tip .bb-tip__row {
  padding: 1.25rem 5%;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .bb-tip .bb-tip__row {
    padding-top: 1.75rem;
  }
  .bb-tip .bb-tip__row .columns + .columns {
    margin-top: 0.5rem;
  }
}
.bb-tip .bb-tip__image {
  display: block;
  position: absolute;
  left: -40px;
  background: #FCD37C;
  width: 66px;
  height: 66px;
  text-align: center;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.bb-tip .bb-tip__image img {
  max-width: 50px;
  max-height: 50px;
}
@media only screen and (max-width: 740px) {
  .bb-tip .bb-tip__image {
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.landing-featured {
  padding-top: 4rem;
  padding-bottom: 3.5rem;
}
@media only screen and (min-width: 741px) {
  .landing-featured {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
}
.landing-featured .landing-featured__image {
  position: relative;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 740px) {
  .landing-featured .landing-featured__image {
    padding-bottom: 80%;
  }
}
.landing-featured .landing-featured__image .flag-product {
  position: absolute;
  left: 0;
  top: 2rem;
}
.landing-featured .landing-featured__content {
  padding: 2.5rem 8vw 2rem;
}
@media only screen and (min-width: 741px) {
  .landing-featured .landing-featured__content {
    padding: 4.5rem 8vw;
  }
}
.landing-featured h2 {
  margin-top: 0;
}
.landing-featured * + .byline {
  margin-top: 0.75rem;
}
.landing-featured * + .button {
  margin-top: 2rem !important;
}

button.exclude {
  border: 0;
  background: 0;
  -webkit-appearance: none;
}

/*************************************
Buttons
**************************************/
input[type=submit], [class*=button]:not(.swiper-button-prev):not(.swiper-button-next):not(.block-buttons):not([class*=swiper-navi]):not([class*=sharethis]),
button:not(.search-btn):not(.modaal-close):not([id*=accordion]):not([role=tab]):not([class*=swiper-navi]):not(.cli-modal-close):not(.search):not(.state-trigger):not(.exclude) {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(#000000);
  -moz-transform: translate3d(#000000);
  -ms-transform: translate3d(#000000);
  -o-transform: translate3d(#000000);
  transform: translate3d(#000000);
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.125;
  margin: 0 0 1.11111rem;
  position: relative;
  padding: 15px 30px;
  outline: none;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  border: 3px solid #25458D;
  border-radius: 4px;
  font-family: "futura-pt", Helvetica, Arial, Verdana, Geneva, sans-serif;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-color: #25458D;
}
input[type=submit]:hover, [class*=button]:hover:not(.swiper-button-prev):not(.swiper-button-next):not(.block-buttons):not([class*=swiper-navi]):not([class*=sharethis]),
button:hover:not(.search-btn):not(.modaal-close):not([id*=accordion]):not([role=tab]):not([class*=swiper-navi]):not(.cli-modal-close):not(.search):not(.state-trigger):not(.exclude) {
  background-color: #ffffff;
  color: #25458D;
  border: 3px solid #25458D;
  border-radius: 4px;
}

button.load-more {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  pointer-events: auto;
}
button.load-more.hidden {
  opacity: 0;
  transform: scale(0);
  visibility: hidden;
  pointer-events: none;
}

/* main: ../master.scss */
/*
 *  Dark Background Colors and Light Text
 */
.bg-white,
.block-bg-white {
  background-color: #ffffff;
}
.bg-white.bg-contain,
.block-bg-white.bg-contain {
  background-color: transparent;
}
.bg-white.bg-contain .block-container__bg,
.block-bg-white.bg-contain .block-container__bg {
  background-color: #ffffff;
}

.bg-black,
.block-bg-black {
  background-color: #000000;
}
.bg-black.bg-contain,
.block-bg-black.bg-contain {
  background-color: transparent;
}
.bg-black.bg-contain .block-container__bg,
.block-bg-black.bg-contain .block-container__bg {
  background-color: #000000;
}

.bg-gray-light,
.block-bg-gray-light {
  background-color: #eeeeee;
}
.bg-gray-light.bg-contain,
.block-bg-gray-light.bg-contain {
  background-color: transparent;
}
.bg-gray-light.bg-contain .block-container__bg,
.block-bg-gray-light.bg-contain .block-container__bg {
  background-color: #eeeeee;
}

.bg-gray-med,
.block-bg-gray-med {
  background-color: #aaaaaa;
}
.bg-gray-med.bg-contain,
.block-bg-gray-med.bg-contain {
  background-color: transparent;
}
.bg-gray-med.bg-contain .block-container__bg,
.block-bg-gray-med.bg-contain .block-container__bg {
  background-color: #aaaaaa;
}

.bg-gray-dark,
.block-bg-gray-dark {
  background-color: #444444;
}
.bg-gray-dark.bg-contain,
.block-bg-gray-dark.bg-contain {
  background-color: transparent;
}
.bg-gray-dark.bg-contain .block-container__bg,
.block-bg-gray-dark.bg-contain .block-container__bg {
  background-color: #444444;
}

.bg-block-bg-none,
.block-bg-block-bg-none {
  background-color: #ffffff;
}
.bg-block-bg-none.bg-contain,
.block-bg-block-bg-none.bg-contain {
  background-color: transparent;
}
.bg-block-bg-none.bg-contain .block-container__bg,
.block-bg-block-bg-none.bg-contain .block-container__bg {
  background-color: #ffffff;
}

.bg-cream,
.block-bg-cream {
  background-color: #FFE39D;
}
.bg-cream.bg-contain,
.block-bg-cream.bg-contain {
  background-color: transparent;
}
.bg-cream.bg-contain .block-container__bg,
.block-bg-cream.bg-contain .block-container__bg {
  background-color: #FFE39D;
}

.bg-blue,
.block-bg-blue {
  background-color: #25458D;
}
.bg-blue.bg-contain,
.block-bg-blue.bg-contain {
  background-color: transparent;
}
.bg-blue.bg-contain .block-container__bg,
.block-bg-blue.bg-contain .block-container__bg {
  background-color: #25458D;
}

.bg-yellow-light,
.block-bg-yellow-light {
  background-color: #FFFAEE;
}
.bg-yellow-light.bg-contain,
.block-bg-yellow-light.bg-contain {
  background-color: transparent;
}
.bg-yellow-light.bg-contain .block-container__bg,
.block-bg-yellow-light.bg-contain .block-container__bg {
  background-color: #FFFAEE;
}

.bg-image:not(.block-banner):not(.dark-text) *:not(.button):not(a):not(table),
.bg-image:not(.block-banner):not(.dark-text) .block-inner *:not(.button):not(a):not(table),
.block-bg-image *:not(.button):not(a):not(table),
.block-bg-image .block-inner *:not(.button):not(a):not(table) {
  color: #ffffff;
}
.bg-image:not(.block-banner):not(.dark-text) .button,
.bg-image:not(.block-banner):not(.dark-text) .block-inner .button,
.block-bg-image .button,
.block-bg-image .block-inner .button {
  background: #ffffff !important;
  color: #25458D !important;
}
.bg-image:not(.block-banner):not(.dark-text) .button:hover,
.bg-image:not(.block-banner):not(.dark-text) .block-inner .button:hover,
.block-bg-image .button:hover,
.block-bg-image .block-inner .button:hover {
  background: #25458D !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.bg-video:not(.block-banner):not(.dark-text) *:not(.button):not(a):not(table),
.bg-video:not(.block-banner):not(.dark-text) .block-inner *:not(.button):not(a):not(table),
.block-bg-video *:not(.button):not(a):not(table),
.block-bg-video .block-inner *:not(.button):not(a):not(table) {
  color: #ffffff;
}
.bg-video:not(.block-banner):not(.dark-text) .button,
.bg-video:not(.block-banner):not(.dark-text) .block-inner .button,
.block-bg-video .button,
.block-bg-video .block-inner .button {
  background: #ffffff !important;
  color: #25458D !important;
}
.bg-video:not(.block-banner):not(.dark-text) .button:hover,
.bg-video:not(.block-banner):not(.dark-text) .block-inner .button:hover,
.block-bg-video .button:hover,
.block-bg-video .block-inner .button:hover {
  background: #25458D !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.bg-gray-med:not(.block-banner):not(.dark-text) *:not(.button):not(a):not(table),
.bg-gray-med:not(.block-banner):not(.dark-text) .block-inner *:not(.button):not(a):not(table),
.block-bg-gray-med *:not(.button):not(a):not(table),
.block-bg-gray-med .block-inner *:not(.button):not(a):not(table) {
  color: #ffffff;
}
.bg-gray-med:not(.block-banner):not(.dark-text) .button,
.bg-gray-med:not(.block-banner):not(.dark-text) .block-inner .button,
.block-bg-gray-med .button,
.block-bg-gray-med .block-inner .button {
  background: #ffffff !important;
  color: #25458D !important;
}
.bg-gray-med:not(.block-banner):not(.dark-text) .button:hover,
.bg-gray-med:not(.block-banner):not(.dark-text) .block-inner .button:hover,
.block-bg-gray-med .button:hover,
.block-bg-gray-med .block-inner .button:hover {
  background: #25458D !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.bg-gray-dark:not(.block-banner):not(.dark-text) *:not(.button):not(a):not(table),
.bg-gray-dark:not(.block-banner):not(.dark-text) .block-inner *:not(.button):not(a):not(table),
.block-bg-gray-dark *:not(.button):not(a):not(table),
.block-bg-gray-dark .block-inner *:not(.button):not(a):not(table) {
  color: #ffffff;
}
.bg-gray-dark:not(.block-banner):not(.dark-text) .button,
.bg-gray-dark:not(.block-banner):not(.dark-text) .block-inner .button,
.block-bg-gray-dark .button,
.block-bg-gray-dark .block-inner .button {
  background: #ffffff !important;
  color: #25458D !important;
}
.bg-gray-dark:not(.block-banner):not(.dark-text) .button:hover,
.bg-gray-dark:not(.block-banner):not(.dark-text) .block-inner .button:hover,
.block-bg-gray-dark .button:hover,
.block-bg-gray-dark .block-inner .button:hover {
  background: #25458D !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.bg-gray-darkest:not(.block-banner):not(.dark-text) *:not(.button):not(a):not(table),
.bg-gray-darkest:not(.block-banner):not(.dark-text) .block-inner *:not(.button):not(a):not(table),
.block-bg-gray-darkest *:not(.button):not(a):not(table),
.block-bg-gray-darkest .block-inner *:not(.button):not(a):not(table) {
  color: #ffffff;
}
.bg-gray-darkest:not(.block-banner):not(.dark-text) .button,
.bg-gray-darkest:not(.block-banner):not(.dark-text) .block-inner .button,
.block-bg-gray-darkest .button,
.block-bg-gray-darkest .block-inner .button {
  background: #ffffff !important;
  color: #25458D !important;
}
.bg-gray-darkest:not(.block-banner):not(.dark-text) .button:hover,
.bg-gray-darkest:not(.block-banner):not(.dark-text) .block-inner .button:hover,
.block-bg-gray-darkest .button:hover,
.block-bg-gray-darkest .block-inner .button:hover {
  background: #25458D !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.bg-black:not(.block-banner):not(.dark-text) *:not(.button):not(a):not(table),
.bg-black:not(.block-banner):not(.dark-text) .block-inner *:not(.button):not(a):not(table),
.block-bg-black *:not(.button):not(a):not(table),
.block-bg-black .block-inner *:not(.button):not(a):not(table) {
  color: #ffffff;
}
.bg-black:not(.block-banner):not(.dark-text) .button,
.bg-black:not(.block-banner):not(.dark-text) .block-inner .button,
.block-bg-black .button,
.block-bg-black .block-inner .button {
  background: #ffffff !important;
  color: #25458D !important;
}
.bg-black:not(.block-banner):not(.dark-text) .button:hover,
.bg-black:not(.block-banner):not(.dark-text) .block-inner .button:hover,
.block-bg-black .button:hover,
.block-bg-black .block-inner .button:hover {
  background: #25458D !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.bg-blue:not(.block-banner):not(.dark-text) *:not(.button):not(a):not(table),
.bg-blue:not(.block-banner):not(.dark-text) .block-inner *:not(.button):not(a):not(table),
.block-bg-blue *:not(.button):not(a):not(table),
.block-bg-blue .block-inner *:not(.button):not(a):not(table) {
  color: #ffffff;
}
.bg-blue:not(.block-banner):not(.dark-text) .button,
.bg-blue:not(.block-banner):not(.dark-text) .block-inner .button,
.block-bg-blue .button,
.block-bg-blue .block-inner .button {
  background: #ffffff !important;
  color: #25458D !important;
}
.bg-blue:not(.block-banner):not(.dark-text) .button:hover,
.bg-blue:not(.block-banner):not(.dark-text) .block-inner .button:hover,
.block-bg-blue .button:hover,
.block-bg-blue .block-inner .button:hover {
  background: #25458D !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.bg-wood-texture-dark:not(.block-banner):not(.dark-text) *:not(.button):not(a):not(table),
.bg-wood-texture-dark:not(.block-banner):not(.dark-text) .block-inner *:not(.button):not(a):not(table),
.block-bg-wood-texture-dark *:not(.button):not(a):not(table),
.block-bg-wood-texture-dark .block-inner *:not(.button):not(a):not(table) {
  color: #ffffff;
}
.bg-wood-texture-dark:not(.block-banner):not(.dark-text) .button,
.bg-wood-texture-dark:not(.block-banner):not(.dark-text) .block-inner .button,
.block-bg-wood-texture-dark .button,
.block-bg-wood-texture-dark .block-inner .button {
  background: #ffffff !important;
  color: #25458D !important;
}
.bg-wood-texture-dark:not(.block-banner):not(.dark-text) .button:hover,
.bg-wood-texture-dark:not(.block-banner):not(.dark-text) .block-inner .button:hover,
.block-bg-wood-texture-dark .button:hover,
.block-bg-wood-texture-dark .block-inner .button:hover {
  background: #25458D !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.bg-wood-texture-blue:not(.block-banner):not(.dark-text) *:not(.button):not(a):not(table),
.bg-wood-texture-blue:not(.block-banner):not(.dark-text) .block-inner *:not(.button):not(a):not(table),
.block-bg-wood-texture-blue *:not(.button):not(a):not(table),
.block-bg-wood-texture-blue .block-inner *:not(.button):not(a):not(table) {
  color: #ffffff;
}
.bg-wood-texture-blue:not(.block-banner):not(.dark-text) .button,
.bg-wood-texture-blue:not(.block-banner):not(.dark-text) .block-inner .button,
.block-bg-wood-texture-blue .button,
.block-bg-wood-texture-blue .block-inner .button {
  background: #ffffff !important;
  color: #25458D !important;
}
.bg-wood-texture-blue:not(.block-banner):not(.dark-text) .button:hover,
.bg-wood-texture-blue:not(.block-banner):not(.dark-text) .block-inner .button:hover,
.block-bg-wood-texture-blue .button:hover,
.block-bg-wood-texture-blue .block-inner .button:hover {
  background: #25458D !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.bg-belle {
  background-color: #FFE39D;
  background-image: url("../png/belle-repeat.png");
  background-repeat: repeat-x !important;
  background-position: bottom left !important;
  background-size: auto !important;
}

.bg-wood-texture {
  background-color: #ffffff;
  background-image: url("../jpg/bb-wood-bkg-pattern.jpg");
  background-repeat: repeat !important;
  background-position: center !important;
}
@media only screen and (max-width: 740px) {
  .bg-wood-texture {
    background-size: auto !important;
  }
}
@media only screen and (min-width: 741px) {
  .bg-wood-texture {
    background-size: 50% !important;
    background-attachment: fixed;
  }
}

.bg-wood-texture-b {
  background-color: #ffffff;
  background-image: url("../jpg/bb-wood-bkg-pattern.jpg");
  background-repeat: repeat !important;
  background-position: center !important;
}
@media only screen and (max-width: 740px) {
  .bg-wood-texture-b {
    background-size: auto !important;
  }
}

.bg-wood-texture-dark {
  background-color: #ffffff;
  background-image: url("../jpg/bb-wood-texture-dark.jpg");
  background-repeat: repeat !important;
  background-position: center !important;
  background-size: auto;
}

.bg-wood-texture-blue {
  background-color: #ffffff;
  background-image: url("../jpg/bb-wood-texture-blue.jpg");
  background-repeat: repeat !important;
  background-position: center !important;
}
@media only screen and (max-width: 740px) {
  .bg-wood-texture-blue {
    background-size: auto !important;
  }
}
@media only screen and (min-width: 741px) {
  .bg-wood-texture-blue {
    background-size: 50% !important;
    background-attachment: fixed;
  }
}

.bg-overlay::before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

.bg-overlay-light::after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.4);
}

/* main: ../master.scss */
/*
* Forms
*
* This file is to be used for all styling specific
* to site's forms. This includes any overwrites of
* third party forms such as shopity forms, marketo, etc.
*/
/*************************************
Inputs
**************************************/
input, select {
  border: none;
  border-bottom: 1px solid #25458D;
  padding-top: 10px;
  padding-bottom: 6px;
  padding-left: 7px;
  margin-bottom: 20px;
  min-width: 40%;
  font-size: 1.125rem;
  transition: 0.1s ease-in all;
}
input:focus, select:focus {
  background-color: #f1f1f1;
  padding-left: 14px;
}

input[type=submit] {
  width: 125px !important;
  padding: 15px !important;
  margin-top: 25px !important;
}

input[type=checkbox], input[type=radio] {
  min-width: 4%;
  margin-bottom: 3px;
}

label {
  margin-top: 10px !important;
  line-height: 2 !important;
  display: inline-block;
}

select option {
  color: #222222 !important;
}

/*************************************
Gravity Forms
**************************************/
.gform_container .gform_validation_container {
  display: none;
}

/* main: ../master.scss */
/* main: ../master.scss */
/*
* Typography
*
* This file is to be used for all styling specific
* to site's typographic elements. This includes all
* h1 - h6 headings, li, p, and such. This file should
* start with any @font-face declarations.
*
*/
* + blockquote {
  margin-top: 1.618rem;
}

* + ul {
  margin-top: 1rem;
}

* + ol {
  margin-top: 1rem;
}

* + p {
  margin-top: 1rem;
}

* + h1 {
  margin-top: 3rem;
}

* + h2 {
  margin-top: 2.5rem;
}

* + h3 {
  margin-top: 2.25rem;
}

* + h4 {
  margin-top: 1.75rem;
}

* + h5 {
  margin-top: 1.5rem;
}

* + h6 {
  margin-top: 1.25rem;
}

h1 + h2 {
  margin-top: 1.375rem;
}

h1 + h3 {
  margin-top: 1rem;
}

h1 + h4 {
  margin-top: 0.75rem;
}

h1 + h5 {
  margin-top: 0.675rem;
}

h1 + h6 {
  margin-top: 1.25rem;
}

h1 + p {
  margin-top: 0.8333rem;
}

h2 + h3 {
  margin-top: 0;
}

h2 + h4 {
  margin-top: 0;
}

h2 + h5 {
  margin-top: 0.25rem;
}

h2 + h6 {
  margin-top: 0;
}

h2 + p {
  margin-top: 0.5rem;
}

h3 + h4 {
  margin-top: 0.375rem;
}

h3 + h5 {
  margin-top: 0.25rem;
}

h3 + h6 {
  margin-top: 0.125rem;
}

h3 + p {
  margin-top: 1.25rem;
}

h4 + h5 {
  margin-top: 0.25rem;
}

h4 + h6 {
  margin-top: 0.125rem;
}

h4 + p {
  margin-top: 1.25rem;
}

h5 + h6 {
  margin-top: 0.125rem;
}

h5 + p {
  margin-top: 1.25rem;
}

h5 + ul {
  margin-top: 0.5555rem;
}

h5 + ol {
  margin-top: 0.5555rem;
}

h5 + h4 {
  margin-top: 0.125rem;
}

h6 + p {
  margin-top: 1.75rem;
}

h6 + ul {
  margin-top: 1.75rem;
}

h6 + ol {
  margin-top: 1.75rem;
}

body {
  font-size: 100%;
  font-family: "futura-pt", Helvetica, Arial, Verdana, Geneva, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-size: 1.25rem;
  font-weight: normal;
  color: #493C35;
}
@media only screen and (max-width: 740px) {
  p {
    font-size: 1.25rem;
  }
}

p, li {
  color: #493C35;
}

small {
  font-size: 0.925rem;
  line-height: 1.125;
}

li {
  list-style: none;
  margin-bottom: 6px;
}

i.font-secondary, em.font-secondary {
  font-family: "relation-one", "Brush Script MT", cursive;
  font-style: normal !important;
}

x {
  font-family: "relation-one", "Brush Script MT", cursive;
  font-style: normal !important;
}

.global-wrapper__inner ul:not(.post-categories) {
  padding: 0;
  padding-left: 1.25rem;
  line-height: 1.375;
}
.global-wrapper__inner ul:not(.post-categories) li:not(.gfield):not([class*=gchoice]):not(.related-post) {
  list-style: none;
  padding-left: 1rem;
  position: relative;
  font-weight: 400;
  font-size: 1.1875rem;
}
.global-wrapper__inner ul:not(.post-categories) li:not(.gfield):not([class*=gchoice]):not(.related-post)::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #25458D;
  top: 0.5rem;
  border-radius: 50%;
  left: 0;
}
.global-wrapper__inner ul:not(.post-categories) li:not(.gfield):not([class*=gchoice]):not(.related-post) + li,
.global-wrapper__inner ul:not(.post-categories) li:not(.gfield):not([class*=gchoice]):not(.related-post) > ol,
.global-wrapper__inner ul:not(.post-categories) li:not(.gfield):not([class*=gchoice]):not(.related-post) > ul {
  margin-top: 0.75rem;
}
.global-wrapper__inner ol {
  padding-left: 2rem;
  counter-reset: li;
}
.global-wrapper__inner ol li {
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  list-style: none;
  padding-left: 2rem;
  font-size: 1.125rem;
}
.global-wrapper__inner ol li::before {
  color: #25458D;
  content: counter(li) ".";
  counter-increment: li;
  font-weight: 600;
  font-family: "relation-one", "Brush Script MT", cursive;
  left: 0;
  top: -0.5rem;
  position: absolute;
  text-align: center;
  width: 1.25rem;
  font-size: 1.75rem;
}
.global-wrapper__inner ol li + li {
  margin-top: 1rem;
}
.global-wrapper__inner ol li ol li::before,
.global-wrapper__inner ol ol li::before {
  content: counter(li, lower-alpha) ".";
}

.heading-display {
  font-family: "Sorts Mill Goudy", serif;
  font-size: 3.75rem;
  opacity: 0.3;
  text-transform: uppercase;
  line-height: 1.5;
}

h1,
.h1 {
  font-family: "Sorts Mill Goudy", serif;
  font-size: 3.75rem;
  line-height: 1.06;
  font-weight: 400;
  color: #25458D;
  letter-spacing: 0.025rem;
}
@media only screen and (max-width: 740px) {
  h1,
  .h1 {
    font-size: 3.5rem;
  }
  .banner h1,
  .banner .h1 {
    font-size: 2.5rem;
  }
}
h1 b,
.h1 b {
  font-weight: 500;
}
h1 i.font-secondary,
h1 em.font-secondary,
h1 x,
.h1 i.font-secondary,
.h1 em.font-secondary,
.h1 x {
  font-size: 4.0625rem;
  margin-right: -2px;
  margin-left: -2px;
  font-weight: normal;
}

h2,
.h2 {
  font-family: "futura-pt", Helvetica, Arial, Verdana, Geneva, sans-serif;
  font-size: 2.1875rem;
  line-height: 1.314;
  font-weight: 900;
  color: #25458D;
  position: relative;
  padding-top: 1rem;
}
@media only screen and (min-width: 741px) {
  h2,
  .h2 {
    font-size: 2.1875rem;
  }
}
h2.script,
.h2.script {
  font-family: "relation-one", "Brush Script MT", cursive;
  font-size: 4.0625rem;
  line-height: 0.8307;
  font-weight: 400;
}
h2 i.font-secondary,
h2 em.font-secondary,
h2 x,
.h2 i.font-secondary,
.h2 em.font-secondary,
.h2 x {
  font-size: 4.0625rem;
  font-weight: normal;
  line-height: 0.8307;
}

h3,
.h3 {
  font-family: "futura-pt", Helvetica, Arial, Verdana, Geneva, sans-serif;
  color: #25458D;
  font-size: 1.75rem;
  line-height: 1.214;
  font-weight: 900;
}
h3 i.font-secondary,
h3 em.font-secondary,
h3 x,
.h3 i.font-secondary,
.h3 em.font-secondary,
.h3 x {
  font-size: 4.0625rem;
  font-weight: normal;
  line-height: 1;
}

h4,
.h4 {
  font-family: "futura-pt", Helvetica, Arial, Verdana, Geneva, sans-serif;
  color: #25458D;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 900;
  text-transform: uppercase;
}
h4 i.font-secondary,
h4 em.font-secondary,
h4 x,
.h4 i.font-secondary,
.h4 em.font-secondary,
.h4 x {
  font-size: 2.625rem;
  margin-right: 5px;
  margin-left: -2px;
  font-weight: normal;
  text-transform: none;
}

h5,
.h5 {
  font-family: "relation-one", "Brush Script MT", cursive;
  font-size: 1.75rem;
  line-height: 0.7857;
  font-weight: 400;
  color: #493C35;
}
h5.small,
.h5.small {
  font-size: 1.5rem;
  line-height: 1.09;
}

h6,
.h6 {
  font-family: "futura-pt", Helvetica, Arial, Verdana, Geneva, sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
  color: #493C35;
}

h8 {
  font-family: "futura-pt", Helvetica, Arial, Verdana, Geneva, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
h8 .arrow {
  font-weight: 400;
  font-size: 1.25rem;
  margin-left: 5px;
  color: #4679EC;
  vertical-align: middle;
  margin-top: -4px;
  display: inline-block;
}

blockquote:not(.testimonial-blockquote) {
  background: url(../png/quote-marks.png) top center no-repeat;
  padding-top: 60px;
}

blockquote:not(.testimonial-blockquote),
blockquote:not(.testimonial-blockquote) p {
  font-family: "futura-pt", Helvetica, Arial, Verdana, Geneva, sans-serif;
  color: #25458D;
  font-size: 1.875rem;
  line-height: 1.333;
  font-weight: 700;
  text-align: center;
  padding-left: 3rem;
  padding-right: 3rem;
}
blockquote:not(.testimonial-blockquote) span,
blockquote:not(.testimonial-blockquote) p span {
  font-size: 1.125rem;
  line-height: 1.388;
}

/* main: ../master.scss */
.banner {
  position: relative;
  background-position: center;
  background-size: cover;
  padding-top: 60px;
}
@media only screen and (min-width: 741px) {
  .banner {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 980px) {
  .banner {
    padding-top: 80px;
  }
}
.banner h5 + h1 {
  margin-top: 0.25rem;
}

/* main: ../master.scss */
/*
* Header
*
* This file is to be used for all styling specific
* to site's header. This includes the menu and
* navigation
*
*/
.global-header {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  filter: drop-shadow(0 1px 11px rgba(73, 60, 53, 0.4));
}
.global-header .row {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 60px;
}
@media only screen and (min-width: 741px) {
  .global-header .row {
    height: 60px;
  }
}
@media only screen and (min-width: 980px) {
  .global-header .row {
    height: 80px;
  }
}
@media only screen and (min-width: 980px) {
  .global-header .row .columns.medium-10 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 741px) {
  html.scrolling body.home .global-header .row {
    height: 80px;
  }
}
.global-header__logo {
  z-index: 1;
}
.global-header__logo svg path,
.global-header__logo svg rect {
  transition: all 0.3s ease-in-out;
}
.global-header__logo a {
  display: block;
  border-bottom: none;
}
.global-header__logo a img {
  width: 120px;
  position: absolute;
  top: 6px;
}
@media only screen and (min-width: 980px) {
  .global-header__logo a img {
    width: 160px;
  }
}
@media only screen and (max-width: 979px) {
  .global-header__logo svg {
    max-width: 200px;
  }
}
.global-header .nav-utility {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.admin-bar .global-header {
  top: 46px;
}
@media only screen and (min-width: 783px) {
  body.admin-bar .global-header {
    top: 32px;
  }
}
.global-header__inner {
  position: relative;
}
.global-header .columns.medium-8 {
  position: relative;
}
@media only screen and (min-width: 741px) {
  .global-header .nav-global > .row > .columns:not(.nav-global__logo-col) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 741px) {
  .global-header .nav-global > .row > .columns.nav-global__logo-col {
    display: flex;
    align-items: center;
  }
}

.menu-wrapper .sub-menu {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transform: translate3d(-25%, -10px, 0);
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  position: absolute;
  top: calc(100% + 42px);
  display: block !important;
  margin: 0;
  background: #ffffff;
  padding: 0.75rem 20px;
  width: 200%;
  max-width: 240px;
  box-shadow: 0 2px 4px rgba(73, 60, 53, 0.25);
  filter: drop-shadow(0 2px 4px rgba(73, 60, 53, 0.25));
}
.menu-wrapper .sub-menu::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 16px solid #ffffff;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  position: absolute;
  top: -16px;
  margin: auto;
  left: 0;
  right: 0;
}
.menu-wrapper .menu-global-menu-container > ul > li + li {
  margin-left: 2.5vw;
}
.menu-wrapper .menu-global-menu-container ul {
  display: flex;
  justify-content: flex-end;
}
.menu-wrapper .menu-global-menu-container ul li {
  display: flex;
  position: relative;
  align-items: center;
  font-size: 1.375rem;
  font-weight: 700;
}
@media only screen and (max-width: 979px) {
  .menu-wrapper .menu-global-menu-container ul li {
    margin: 0 1.25vw;
  }
}
.menu-wrapper .menu-global-menu-container ul li.current_page_item > a, .menu-wrapper .menu-global-menu-container ul li.current-menu-item > a {
  color: #4679EC;
}
.menu-wrapper .menu-global-menu-container ul li a {
  text-decoration: none;
  border: 0 !important;
}
.menu-wrapper .menu-global-menu-container ul li.menu-item-has-children li {
  font-size: 0.975rem;
}
@media only screen and (min-width: 980px) {
  .menu-wrapper .menu-global-menu-container ul li.menu-item-has-children li {
    margin-bottom: 0.25rem;
  }
}
.menu-wrapper .menu-global-menu-container ul li.menu-item-has-children:hover::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 44px;
  top: 100%;
  background: transparent;
}
.menu-wrapper .menu-global-menu-container ul li.menu-item-has-children:hover .sub-menu {
  transform: translate3d(-25%, 0, 0);
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
  opacity: 1;
  margin: auto;
}

@media only screen and (max-width: 740px) {
  .nav-global__logo-col {
    display: flex;
    align-items: center;
    min-height: 60px;
  }
}

.menu-mobile-wrapper {
  background-color: #25458D;
  background-image: url("../png/belle-mobile.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 7rem 2.5rem 8rem;
  height: calc(100vh - 60px);
}
@media only screen and (max-width: 979px) {
  .menu-mobile-wrapper {
    -webkit-transition: all 0.375s ease-in-out;
    -moz-transition: all 0.375s ease-in-out;
    -o-transition: all 0.375s ease-in-out;
    transition: all 0.375s ease-in-out;
    text-align: left;
    position: fixed;
    width: 100%;
    left: 0;
    transform: translate3d(0, -10px, 0);
    top: 60px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }
}
@media only screen and (max-width: 979px) {
  html.menu-active .menu-mobile-wrapper {
    transform: translate3d(0, 0, 0);
    overflow: auto;
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (max-width: 979px) {
  .menu-mobile-wrapper .menu-mobile-menu-container ul {
    margin-top: 0;
  }
  .menu-mobile-wrapper .menu-mobile-menu-container ul .mobile-menu-trigger {
    display: none;
  }
  .menu-mobile-wrapper .menu-mobile-menu-container > ul > li {
    border-bottom: 1px solid rgba(255, 227, 157, 0.24);
    padding: 0 0.5rem;
  }
  .menu-mobile-wrapper .menu-mobile-menu-container > ul > li > a {
    position: relative;
    padding-bottom: 1rem;
    padding-top: 1rem;
    display: block;
    color: #FFE39D;
    font-weight: 700;
    font-size: 1.375rem;
  }
  .menu-mobile-wrapper .menu-mobile-menu-container > ul > li.menu-item-has-children {
    position: relative;
  }
  .menu-mobile-wrapper .menu-mobile-menu-container > ul > li.menu-item-has-children > .mobile-menu-trigger {
    transition: all 0.3s ease-in-out;
    transform: rotate(180deg);
    content: "";
    display: inline-block;
    position: absolute;
    height: 40px;
    width: 40px;
    right: 0;
    background-image: url("../svg/arrow-down.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    top: 0.75rem;
  }
  .menu-mobile-wrapper .menu-mobile-menu-container > ul > li.menu-item-has-children > a {
    width: calc(100% - 40px);
  }
  .menu-mobile-wrapper .menu-mobile-menu-container > ul > li .sub-menu {
    padding-left: 1.5rem;
    transition: all 0.5s ease-in-out;
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    position: relative;
    opacity: 0;
    visibility: hidden;
  }
  .menu-mobile-wrapper .menu-mobile-menu-container > ul > li .sub-menu li {
    margin-bottom: 0.5rem;
  }
  .menu-mobile-wrapper .menu-mobile-menu-container > ul > li .sub-menu li:last-child {
    margin-bottom: 1.5rem;
  }
  .menu-mobile-wrapper .menu-mobile-menu-container > ul > li .sub-menu li a {
    display: inline-block;
    color: #FFE39D;
    font-size: 1.125rem;
  }
  .menu-mobile-wrapper .menu-mobile-menu-container > ul > li.children-active > .mobile-menu-trigger {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  .menu-mobile-wrapper .menu-mobile-menu-container > ul > li.children-active .sub-menu {
    max-height: 100vh;
    overflow: auto;
    opacity: 1;
    visibility: visible;
  }
}

.menu-trigger {
  -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);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr="#FF493C35", endColorstr="#FF493C35");
  background-image: -owg-linear-gradient(top, #493C35 50%, #493C35 50%);
  background-image: -webkit-linear-gradient(top, #493C35 50%, #493C35 50%);
  background-image: -moz-linear-gradient(top, #493C35 50%, #493C35 50%);
  background-image: -o-linear-gradient(top, #493C35 50%, #493C35 50%);
  background-image: linear-gradient(top, #493C35 50%, #493C35 50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 3px;
  display: block;
  height: 60px;
  width: 60px;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  text-decoration: none;
  border-style: solid;
  border-width: 0;
  outline: none;
  border-bottom: 0 !important;
}
.menu-trigger::before, .menu-trigger::after {
  -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);
  -webkit-transition: top 0.3s ease-in-out, bottom 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s, 0.3s, 0s;
  -moz-transition: top 0.3s ease-in-out 0.3s, bottom 0.3s ease-in-out 0.3s, -moz-transform 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out 0.3s, bottom 0.3s ease-in-out 0.3s, -o-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out 0.3s, bottom 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out;
  content: "";
  display: block;
  width: 22px;
  height: 3px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
html.scrolling .menu-trigger {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr="#FF493C35", endColorstr="#FF493C35");
  background-image: -owg-linear-gradient(top, #493C35 50%, #493C35 50%);
  background-image: -webkit-linear-gradient(top, #493C35 50%, #493C35 50%);
  background-image: -moz-linear-gradient(top, #493C35 50%, #493C35 50%);
  background-image: -o-linear-gradient(top, #493C35 50%, #493C35 50%);
  background-image: linear-gradient(top, #493C35 50%, #493C35 50%);
}
html.scrolling .menu-trigger::before, html.scrolling .menu-trigger::after {
  background-color: #493C35;
}
.menu-trigger::before {
  top: -12px;
  background-color: #493C35;
}
.menu-trigger::after {
  bottom: -12px;
  background-color: #493C35;
}
.menu-trigger:hover, .menu-trigger:active {
  background-color: transparent;
}
html.menu-active .menu-trigger {
  -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);
  background-size: 18px 0;
  opacity: 1;
  visibility: visible;
}
html.menu-active .menu-trigger::before, html.menu-active .menu-trigger::after, html.menu-active .menu-trigger:visited::before, html.menu-active .menu-trigger:visited::after {
  -webkit-transition: top 0.3s ease-in-out, bottom 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transition-delay: 0s, 0s, 0.3s;
  -moz-transition: top 0.3s ease-in-out, bottom 0.3s ease-in-out, -moz-transform 0.3s ease-in-out 0.3s;
  -o-transition: top 0.3s ease-in-out, bottom 0.3s ease-in-out, -o-transform 0.3s ease-in-out 0.3s;
  transition: top 0.3s ease-in-out, bottom 0.3s ease-in-out, transform 0.3s ease-in-out 0.3s;
  width: 22px;
  background-color: #444444;
}
html.menu-active .menu-trigger:visited::before, html.menu-active .menu-trigger::before {
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(-45deg) translate3d(0, 0, 0);
  -ms-transform: rotate(-45deg) translate3d(0, 0, 0);
  -o-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
  top: 0;
}
html.menu-active .menu-trigger:visited::after, html.menu-active .menu-trigger::after {
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(45deg) translate3d(0, 0, 0);
  -ms-transform: rotate(45deg) translate3d(0, 0, 0);
  -o-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
  bottom: 0;
}

html.menu-active body::before {
  content: "";
  display: block;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
}

/* main: ../master.scss */
/*
* Footer
*
* This file is to be used for all styling specific
* to site's footer.
*
*/
.global-footer {
  position: relative;
  overflow: hidden;
}
.global-footer .logo-footer:not(.hide-for-medium) {
  margin-top: 1.2rem;
}
.global-footer .logo-footer:not(.hide-for-medium) a {
  border-bottom: none !important;
}
@media only screen and (max-width: 740px) {
  .global-footer .global-footer__upper .menu-wrapper {
    margin-top: 2.5rem;
  }
}
.global-footer .global-footer__upper * {
  color: #FFE39D;
  font-size: 1.25rem;
}
@media only screen and (min-width: 741px) {
  .global-footer .global-footer__upper * {
    font-size: 1.25rem;
  }
}
.global-footer .global-footer__upper ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 741px) {
  .global-footer .global-footer__upper ul {
    flex-direction: row;
  }
}
.global-footer .global-footer__upper li {
  display: block;
  margin: 0 1.5vw;
}
@media only screen and (max-width: 740px) {
  .global-footer .global-footer__upper li {
    margin-bottom: 1rem;
  }
}
.global-footer .global-footer__upper li a {
  font-weight: 700;
}
.global-footer .global-footer__upper li a:hover:not(svg-icon) {
  border-bottom: 1px solid #FFE39D;
}
.global-footer .global-footer__lower {
  border-top: 1px solid rgba(255, 227, 157, 0.24);
}
.global-footer .global-footer__lower * {
  color: #FFE39D;
}
.global-footer .global-footer__lower .icons-social {
  display: flex;
  justify-content: center;
}
.global-footer .global-footer__lower li {
  margin-left: 2.5vw !important;
}
.global-footer .global-footer__lower li a:hover:not(svg-icon) {
  border-bottom: 1px solid #FFE39D;
}
.global-footer .global-footer__lower li a.svg-icon {
  border: 0 !important;
}
.global-footer .global-footer__lower li a.svg-icon svg {
  transition: all 0.3s ease-in-out;
}
.global-footer .global-footer__lower li a.svg-icon:hover {
  border: 0 !important;
}
.global-footer .global-footer__lower li a.svg-icon:hover svg {
  transform: scale(1.125);
}

.global-footer__upper {
  padding-top: 47px;
  padding-bottom: 5px;
}
.global-footer__upper a:hover {
  border-bottom: none;
  text-decoration: none;
}
@media only screen and (max-width: 740px) {
  .global-footer__upper {
    padding-bottom: 25px;
  }
}

.global-footer__lower > .row {
  padding-top: 2px;
  padding-bottom: 2px;
}
.global-footer__lower > .row ul li + li {
  margin-left: 2vw;
}
.global-footer__lower > .row ul li:last-of-type {
  margin-right: 0;
}
.global-footer__lower .icons-social li {
  margin-left: 1vw !important;
}
.global-footer__lower .icons-social a {
  font-size: 22px;
}
@media only screen and (max-width: 979px) {
  .global-footer__lower .icons-social {
    text-align: center;
  }
}
.global-footer__lower .social-col {
  padding-top: 11px !important;
}
@media only screen and (max-width: 979px) {
  .global-footer__lower .social-col {
    margin-top: 1rem;
  }
}

.footer-menu li a {
  color: #FFE39D !important;
  text-decoration: none;
  border-bottom: none;
  font-size: 1.25rem;
  font-weight: bold;
}

.copyright {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 740px) {
  .copyright {
    text-align: center;
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
  }
}
.copyright * {
  color: #FFE39D !important;
}
.copyright p {
  font-size: 1rem;
}
.copyright a {
  font-size: 1.25rem;
}
@media only screen and (min-width: 741px) {
  .copyright a {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 740px) {
  .copyright .columns + .columns {
    margin-top: 1.15rem;
  }
}
.copyright .footer-menu__copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 741px) {
  .copyright .footer-menu__copyright {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 740px) {
  .copyright .footer-menu__copyright li {
    margin-bottom: 0.5rem;
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 741px) {
  .copyright .footer-menu__copyright a {
    opacity: 0.7;
  }
}
.copyright .footer-menu__copyright a:hover {
  opacity: 1;
}

.row-copyright {
  padding: 0 !important;
}
.row-copyright p {
  font-size: 0.75rem;
  opacity: 0.4;
}

/* main: ../master.scss */
/*
* Templates
*
* This file is to be used for all styling specific
* to site's templates. This may include single post
* types as well as archive pages.
*
*/
.page-template-products .banner {
  padding-top: 0;
}
.page-template-products .banner .row .columns:not(.banner__title-col) {
  display: flex;
  align-items: flex-end;
}
.page-template-products .banner h1 {
  color: #25458D !important;
}
.page-template-products .banner.bg-image {
  background-repeat: no-repeat;
  background-position: center right;
}
@media only screen and (max-width: 740px) {
  .page-template-products .banner.bg-image {
    background-position: 63% center;
    background-size: auto 100%;
  }
}
.page-template-products .banner .bg-mobile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.page-template-products .banner .banner-inner {
  position: relative;
}
.page-template-products .banner__title-col {
  padding-top: 3.5rem;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 741px) {
  .page-template-products .banner__title-col {
    padding-top: 6.5rem;
    padding-bottom: 4.5rem;
  }
}
.page-template-products .swiper-button-prev,
.page-template-products .swiper-button-next {
  transition: all 0.3s ease-in-out;
  height: 40px;
  width: 40px;
  border: 2px solid #25458D;
  border-radius: 50%;
}
.page-template-products .swiper-button-prev::after,
.page-template-products .swiper-button-next::after {
  font-size: 0.75rem;
  font-weight: bold;
}
.page-template-products .swiper-button-prev:hover,
.page-template-products .swiper-button-next:hover {
  background-color: #ffffff;
}
.page-template-products .listing-product .post-product {
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0);
  pointer-events: none;
  overflow: hidden;
}
.page-template-products .listing-product .post-product.active {
  display: block;
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  overflow: visible;
}
.page-template-products .listing-product .post-product.hidden {
  position: absolute;
}
.page-template-products .listing-product__row.bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-template-products .listing-product__row .columns {
  margin-bottom: 2.25rem;
}
@media only screen and (min-width: 741px) {
  .page-template-products .listing-product__row .columns {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 740px) {
  .page-template-products .listing-product__row .columns h3 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 740px) {
  .page-template-products .listing-product__row .post-item__content {
    margin-top: 0.25rem !important;
  }
}
.page-template-products .product-section__header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-attachment: scroll !important;
}
.page-template-products .product-section__header * {
  color: #ffffff !important;
}
.page-template-products .product-section__header + .row {
  margin-top: 0 !important;
  padding-top: 2rem;
}
@media only screen and (min-width: 741px) {
  .page-template-products .product-section__header + .row {
    padding-top: 4rem;
  }
}
.page-template-products .product-section__header.bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-template-products .filters-product__header {
  background-size: cover;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../jpg/bb-blue-wood-bkg-pattern-products.jpg");
  background-position: center;
  background-size: cover;
}
.page-template-products .filters-product__header * {
  color: #ffffff !important;
}
.page-template-products .filters-product__header h2 x {
  margin-right: 0.75rem;
}
.page-template-products .filters-product__filters * {
  color: #ffffff !important;
}
.page-template-products .filters-product__filters-terms {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0 !important;
}
.page-template-products .filters-product__filters-terms li {
  padding-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: flex;
  align-items: stretch;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 150px;
  min-height: 60px;
}
@media only screen and (max-width: 740px) {
  .page-template-products .filters-product__filters-terms li {
    min-width: 125px;
  }
  .page-template-products .filters-product__filters-terms li span {
    font-size: 0.875rem !important;
  }
}
@media only screen and (max-width: 979px) {
  .page-template-products .filters-product__filters-terms li {
    max-width: 166px;
  }
}
.page-template-products .filters-product__filters-terms li::before {
  display: none !important;
}
.page-template-products .filters-product__filters-terms .filter-term__trigger {
  width: 100%;
  display: block;
}
.page-template-products .filters-product__filters-terms .filter-term__trigger span {
  font-size: 1rem;
  font-weight: 700;
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-template-products .filters-product__filters-terms .filter-term__trigger:hover, .page-template-products .filters-product__filters-terms .filter-term__trigger.active {
  background-color: #FFE39D !important;
}
.page-template-products .filters-product__filters-terms .filter-term__trigger:hover span, .page-template-products .filters-product__filters-terms .filter-term__trigger.active span {
  color: #25458D !important;
  border-bottom-color: #25458D !important;
}
.page-template-products .filters-product__filters-terms .filter-term__trigger .filter-term__trigger-img {
  width: 100%;
  padding-bottom: 77.5%;
  position: relative;
  max-width: 200px;
  margin: auto;
}
@media only screen and (min-width: 1441px) {
  .page-template-products .filters-product__filters-terms .filter-term__trigger .filter-term__trigger-img {
    padding-bottom: 185px;
  }
}
.page-template-products .filters-product__filters-terms .filter-term__trigger .filter-term__trigger-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 2rem);
}
.page-template-products .filters-product__filters-terms .filter-term__trigger span {
  display: block;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
.page-template-products .filters-product__filters-terms .filter-term__trigger.no-image {
  background-color: #4679EC;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-template-products .filters-product__filters-terms .filter-term__trigger.no-image span {
  padding: 0;
  padding-bottom: 0.25rem;
  font-size: 1rem !important;
  border-bottom: 2px solid #ffffff;
}

#body .post-product .swiper-button-next,
#body .post-product .swiper-button-prev {
  background-position: center !important;
  background-repeat: no-repeat !important;
}
@media only screen and (max-width: 979px) {
  #body .post-product .swiper-button-next,
  #body .post-product .swiper-button-prev {
    background-size: 1.25rem !important;
  }
}
#body .post-product .swiper-button-next::after,
#body .post-product .swiper-button-prev::after {
  display: none !important;
}

#body .post-product .swiper-button-next {
  background-image: url("../svg/slide-arrow-right.svg") !important;
  right: 0.5rem;
}
@media only screen and (min-width: 741px) {
  #body .post-product .swiper-button-next {
    right: 1.75rem;
  }
}

#body .post-product .swiper-button-prev {
  background-image: url("../svg/slide-arrow-left.svg") !important;
  left: 0.5rem;
}
@media only screen and (min-width: 741px) {
  #body .post-product .swiper-button-prev {
    left: 1.75rem;
  }
}
@media only screen and (max-width: 979px) {
  #body .post-product .swiper-button-prev {
    background-size: 0.85rem !important;
  }
}

.single-product .banner {
  padding: 6rem 0 4rem;
}
.single-product .banner * + h1 {
  margin-top: 0;
}
@media only screen and (min-width: 741px) {
  .single-product .banner .single-product__intro {
    padding-right: 5%;
  }
}
@media only screen and (max-width: 740px) {
  .single-product .single-product__intro + .columns {
    margin-top: 2.5rem;
  }
}
.single-product .single-product__swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product .swiper-pagination-single-product,
.single-product .swiper-nutrition-pagination {
  position: relative;
  margin: auto;
  margin-top: 1rem;
}
.single-product .swiper-pagination-single-product .pagination-divider,
.single-product .swiper-nutrition-pagination .pagination-divider {
  margin: 0 1rem;
}
.single-product .swiper-pagination-single-product .swiper-pagination-bullet,
.single-product .swiper-nutrition-pagination .swiper-pagination-bullet {
  transition: all 0.3s ease-in-out;
  width: auto;
  height: auto;
  background: 0;
  opacity: 1;
  position: relative;
  border-radius: 0;
}
.single-product .swiper-pagination-single-product .swiper-pagination-bullet::after,
.single-product .swiper-nutrition-pagination .swiper-pagination-bullet::after {
  transition: all 0.3s ease-in-out;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: transparent;
}
.single-product .swiper-pagination-single-product .swiper-pagination-bullet + .swiper-pagination-bullet::before,
.single-product .swiper-nutrition-pagination .swiper-pagination-bullet + .swiper-pagination-bullet::before {
  content: "|";
  display: inline-block;
  margin: 0 1rem;
}
.single-product .swiper-pagination-single-product .swiper-pagination-bullet + .swiper-pagination-bullet::after,
.single-product .swiper-nutrition-pagination .swiper-pagination-bullet + .swiper-pagination-bullet::after {
  width: calc(100% - 42px);
  right: 0;
  position: absolute;
}
.single-product .swiper-pagination-single-product .swiper-pagination-bullet:hover::after, .single-product .swiper-pagination-single-product .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
.single-product .swiper-nutrition-pagination .swiper-pagination-bullet:hover::after,
.single-product .swiper-nutrition-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  height: 2px;
  background: #493C35;
}
.single-product .nutrition-trigger-row a {
  text-decoration: none;
  border-bottom: 0;
  display: inline-block;
  margin: auto;
}
.single-product .nutrition-trigger-row a span {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  border: 2px solid #25458D;
  border-radius: 50%;
  vertical-align: middle;
  margin-top: -7px;
  margin-left: 0.875rem;
}
.single-product .nutrition-trigger-row a span::before, .single-product .nutrition-trigger-row a span::after {
  transition: all 0.3s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 2px;
  background: #4679EC;
  transform: rotate(-60deg);
  top: 0;
  left: 5px;
  right: 0;
  bottom: 0;
  margin: auto;
}
.single-product .nutrition-trigger-row a span::after {
  transform: rotate(60deg);
  left: -5px;
}
.single-product .nutrition-hidden-row {
  display: none;
}
.single-product .nutrition-hidden-row > .columns {
  padding-top: 0.75rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 740px) {
  .single-product .nutrition-hidden-row > .columns .columns + .columns {
    margin-top: 1.5rem;
  }
}
.single-product .nutrition-hidden-row .row + .row {
  margin-top: 3rem;
}
.single-product .product-nutrion {
  padding-top: 1.675rem;
  padding-bottom: 1.375rem;
  position: relative;
}
.single-product .product-nutrion::after {
  content: "";
  display: block;
  position: absolute;
  border-top: 12px solid #FFE39D;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  left: 0;
  right: 0;
  top: 100%;
  width: 0;
  height: 0;
  margin: auto;
}
.single-product .product-nutrion.active::after {
  transition: all 0.3s ease-in-out;
  border-top-color: transparent;
}
.single-product .product-nutrion.active .nutrition-trigger-row a span::before {
  transform: rotate(-120deg);
}
.single-product .product-nutrion.active .nutrition-trigger-row a span::after {
  transform: rotate(120deg);
}
.single-product .product-nutrition-swiper .swiper-slide {
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.single-product .product-nutrition-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.single-product * + .footnote {
  margin-top: 2rem;
}

/****************
* Recipes
****************/
.recipe-landing__listing {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 741px) {
  .recipe-landing__listing {
    padding-top: 4rem;
  }
}
.recipe-landing__listing .row + .row {
  margin-top: 2rem;
}
@media only screen and (min-width: 741px) {
  .recipe-landing__listing .row + .row {
    margin-top: 4rem;
  }
}
.recipe-landing__listing .post-item {
  margin-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media only screen and (min-width: 980px) {
  .recipe-landing__listing .post-item {
    margin-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.single-recipe .recipe__header .recipe__header-image {
  display: flex;
}
.single-recipe .recipe__header .recipe__header-title {
  padding-top: 5.5rem;
  padding-bottom: 8rem;
  position: relative;
}
@media only screen and (min-width: 741px) {
  .single-recipe .recipe__header .recipe__header-title {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
.single-recipe .recipe__header .recipe__header-title h1 {
  margin-top: 0;
}
.single-recipe .recipe__header .recipe__header-title .byline {
  margin-top: 3px;
}
.single-recipe .recipe__header .article-image__featured {
  background-size: cover;
  background-position: center;
  width: 100%;
}
.single-recipe .recipe__header .article-image__featured img {
  opacity: 0;
  width: 100%;
  max-width: none;
}
.single-recipe .recipe__header .recipe__actions {
  position: absolute;
  bottom: 3rem;
  display: block;
  z-index: 1;
}
.single-recipe .recipe__header .recipe__actions .columns {
  display: flex;
  align-items: center;
}
.single-recipe .recipe__header .recipe__actions .columns span {
  color: #25458D;
}
.single-recipe .recipe__header .recipe__actions .columns .st-btn {
  background: transparent !important;
  border: 0 !important;
  padding: 0 5px !important;
}
.single-recipe .recipe__header .recipe__actions .columns a {
  border-bottom: 0;
  margin-left: 10px;
  display: inline-block;
}
.single-recipe .recipe__header .recipe__actions .columns a svg {
  max-width: 20px;
  margin-top: 4px;
}
.single-recipe #st-1 .st-btn {
  width: 32px;
  height: 32px;
}
.single-recipe #st-1 .st-btn > img {
  top: 0;
  width: 28px;
  height: 28px;
}
.single-recipe .recipe_content {
  padding: 4rem 5vw 5rem;
}
@media only screen and (min-width: 741px) {
  .single-recipe .recipe_content {
    padding: 6rem 0 7rem;
  }
}
.single-recipe .recipe-intro {
  padding-top: 4rem;
  padding-bottom: 8rem;
}
@media only screen and (min-width: 741px) {
  .single-recipe .recipe-intro {
    padding-top: 6rem;
    padding-bottom: 9rem;
  }
}
.single-recipe .recipe-card {
  padding-top: 8rem;
}
.single-recipe .recipe-card h2 x {
  margin-right: 10px;
}
.single-recipe .recipe-card .recipe-card__title {
  border-bottom: 1px solid #493C35;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
}
.single-recipe .recipe-card .recipe-card__title .recipe-card__title-col {
  position: relative;
}
.single-recipe .recipe-card .recipe-card__title .recipe-card__title-col::before {
  content: "";
  display: block;
  position: absolute;
  height: 56px;
  width: 60%;
  position: absolute;
  bottom: 100%;
  left: -5vw;
  border-radius: 10px 10px 0 0;
  background: #ffffff;
}
@media only screen and (min-width: 741px) {
  .single-recipe .recipe-card .recipe-card__title .recipe-card__title-col::before {
    width: calc(100% + 5rem);
  }
}
@media only screen and (min-width: 980px) {
  .single-recipe .recipe-card .recipe-card__title .recipe-card__title-col::before {
    left: -5.95rem;
  }
}
.single-recipe .recipe-card .recipe__how-to {
  background: #ffffff;
  padding: 0 5vw 4rem;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.375));
  border-radius: 0 10px 0 0;
}
@media only screen and (min-width: 980px) {
  .single-recipe .recipe-card .recipe__how-to {
    padding: 0 6rem 4rem;
  }
}
.single-recipe .recipe-card .recipe-card__content {
  max-height: 640px;
  overflow: auto;
}
@media only screen and (max-width: 740px) {
  .single-recipe .recipe-card .recipe-card__content {
    max-height: none;
  }
  .single-recipe .recipe-card .recipe-card__content .columns + .columns {
    margin-top: 2.5rem;
  }
}
.single-recipe .recipe-card .recipe-card__content ul {
  padding-left: 0 !important;
}
@media only screen and (max-width: 979px) {
  .single-recipe .recipe-card .recipe-card__content ul {
    padding-left: 0;
  }
}
.single-recipe .recipe-card .recipe-card__content ul li {
  padding-left: 0 !important;
}
.single-recipe .recipe-card .recipe-card__content ul li::before {
  display: none !important;
}
.single-recipe .recipe-card .recipe-card__content ol {
  padding-left: 0 !important;
}
@media only screen and (max-width: 979px) {
  .single-recipe .recipe-card .recipe-card__content ol {
    padding-left: 0;
  }
}
.single-recipe .recipe-card .recipe-card__content h3 + ol,
.single-recipe .recipe-card .recipe-card__content h3 + ul {
  margin-top: 2rem;
}
.single-recipe .recipe-card .recipe-card__content ol li {
  border-bottom: 1px solid #493C35;
  padding-bottom: 1.5rem;
}
.single-recipe .recipe-card .recipe-card__content ol li + li {
  margin-top: 1.5rem;
}
.single-recipe .recipe-card .recipe-card__content ol li:last-child {
  border-bottom: 0;
}
.single-recipe .recipe-card .recipe__cooking .columns {
  flex: 50%;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.single-recipe .recipe-card .recipe__cooking .row + .row .columns {
  border-bottom: 1px solid #493C35;
}
@media only screen and (max-width: 740px) {
  .single-recipe .recipe-card .recipe__cooking .row + .row .columns {
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

/*** Recipe Page Social Icons ***/
#st-1 .st-btn[data-network=facebook] {
  border-radius: 0;
  background: url("../svg/facebook.svg") 10px 0 no-repeat !important;
}
#st-1 .st-btn[data-network=facebook] img {
  display: none;
}

#st-1 .st-btn[data-network=twitter] {
  border-radius: 0;
  background: url("../svg/twitter.svg") 1px 0 no-repeat !important;
}
#st-1 .st-btn[data-network=twitter] img {
  display: none;
}

#st-1 .st-btn[data-network=pinterest] {
  border-radius: 0;
  background: url("../svg/pinterest.svg") 5px 0 no-repeat !important;
}
#st-1 .st-btn[data-network=pinterest] img {
  display: none;
}

.modaal-video {
  position: relative;
}
.modaal-video::before, .modaal-video::after {
  content: "";
  transition: all 0.3s ease-in-out;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  opacity: 0.75;
}
.modaal-video::before {
  border-left: 40px solid #ffffff;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  width: 0;
  height: 0;
  left: 11px;
  z-index: 1;
}
.modaal-video::after {
  width: 100px;
  height: 100px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 60px 15px rgba(37, 69, 141, 0.6);
  background: rgba(37, 69, 141, 0.3);
}
.modaal-video:hover {
  transform: scale(1.025);
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.375));
}
.modaal-video:hover.modaal-video::before, .modaal-video:hover.modaal-video::after, .modaal-video:hover.modaal-vimeo::before, .modaal-video:hover.modaal-vimeo::after {
  opacity: 1;
}

.archive-link__row {
  padding-top: 4rem;
  padding-bottom: 0.5rem;
}

.post-pagination__wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-attachment: inherit;
}
.post-pagination__wrapper * :not(h3):not(h5):not(span):not(.button) {
  color: #493C35 !important;
}
.post-pagination__wrapper .post-pagination h3 + span {
  margin-top: 0.75rem;
  display: inline-block;
}
.post-pagination__wrapper .post-pagination span.has-arrow {
  transition: all 0.3s ease-in-out;
  display: block;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 0 !important;
  color: #25458D;
}
.post-pagination__wrapper .post-pagination span.has-arrow::before, .post-pagination__wrapper .post-pagination span.has-arrow::after {
  margin-top: -5px;
  vertical-align: middle;
}
.post-pagination__wrapper .post-pagination img {
  transition: all 0.3s ease-in-out;
}
.post-pagination__wrapper .post-pagination > .columns {
  padding: 0 1rem;
  display: flex;
}
@media only screen and (min-width: 741px) {
  .post-pagination__wrapper .post-pagination > .columns {
    padding: 0 3rem 0 1.5rem;
  }
}
.post-pagination__wrapper .post-pagination > .columns + .columns {
  padding: 0 1rem;
}
@media only screen and (min-width: 741px) {
  .post-pagination__wrapper .post-pagination > .columns + .columns {
    padding: 0 1.5rem 0 3rem;
  }
}
.post-pagination__wrapper .post-pagination .prev-next-post__link {
  border-bottom: 1px solid #493C35;
  display: flex;
  flex-direction: column;
}
.post-pagination__wrapper .post-pagination .prev-next-post__link h3 {
  transition: all 0.3s ease-in-out;
  margin-top: 0;
  line-height: 1.25;
}
@media only screen and (max-width: 740px) {
  .post-pagination__wrapper .post-pagination .prev-next-post__link h3 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375;
  }
}
.post-pagination__wrapper .post-pagination .prev-next-post__link:hover {
  color: #493C35;
}
.post-pagination__wrapper .post-pagination .prev-next-post__link:hover h3 {
  color: #4679EC;
}
.post-pagination__wrapper .post-pagination .prev-next-post__link:hover img {
  transform: scale(1.025);
}
.post-pagination__wrapper .post-pagination .prev-next-post__link:hover span {
  opacity: 0.7;
}
.post-pagination__wrapper .post-pagination .prev-post__link span.has-arrow::before {
  content: "";
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  background-image: url("../svg/arrow-left.svg");
}
.post-pagination__wrapper .post-pagination .next-post__link span.has-arrow {
  align-self: flex-end;
}
.post-pagination__wrapper .post-pagination .next-post__link span.has-arrow::after {
  content: "";
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-left: 10px;
  background-image: url("../svg/arrow-right.svg");
}
.post-pagination__wrapper .post-pagination .post__link-row {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #493C35;
}
@media only screen and (min-width: 741px) {
  .post-pagination__wrapper .post-pagination .post__link-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 980px) {
  .post-pagination__wrapper .post-pagination .post__link-row .large-7 {
    padding-left: 2rem;
    padding-top: 1rem;
  }
}

/****************
* News
****************/
.page-template-page-templates .recipe-landing__listing .row-title x {
  margin-right: 0.5rem;
}

.post-item.post-news a {
  padding-top: 0;
  width: 100%;
}
.post-item.post-news .post-item__thumb {
  margin-top: 0;
}
.post-item.post-news .post-item__title span {
  display: block;
  color: #493C35 !important;
  margin-top: 1rem;
}
.post-item.post-news .post-item__title h5 + h4 {
  margin-top: 0.25rem;
}
.post-item.post-news .read-more {
  left: 3.5rem;
}

.post-header__row {
  padding-top: 4.25rem;
}
@media only screen and (min-width: 741px) {
  .post-header__row {
    padding-top: 6.25rem;
  }
}
.post-header__row h1 {
  margin-top: 0;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.post-header__row .article-image__featured {
  margin-top: 2rem;
  text-align: center;
}

.news__actions {
  display: block;
  z-index: 1;
  margin-top: 1rem;
}
.news__actions .columns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news__actions .columns span {
  color: #25458D;
}
.news__actions .columns .st-btn {
  background: transparent !important;
  border: 0 !important;
  padding: 0 5px !important;
}
.news__actions .columns a {
  border-bottom: 0;
  margin-left: 10px;
  display: inline-block;
}
.news__actions .columns a svg {
  max-width: 20px;
  margin-top: 4px;
}

.single-post .article.row {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 740px) {
  .single-post .article.row {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/***********
* careers
***********/
.production-facilities__inner,
.branch-facilities__inner {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.prod-facilities__items-header {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.prod-facilities__items-listing .collapse .columns + .columns {
  margin-top: 2rem;
}

.production-facilities__content {
  overflow: auto;
  padding-top: 1.5rem;
  max-width: 90%;
  margin: auto;
}
.production-facilities__content .wysiwyg {
  padding-right: 15%;
  padding-bottom: 1.5rem;
}

.states-btns {
  display: flex;
  justify-content: center;
  padding-bottom: 1rem;
  flex-wrap: wrap;
  padding-left: 3vw;
  padding-right: 3vw;
}
.states-btns button {
  -webkit-appearance: none;
  border: 0;
  background: 0;
  cursor: pointer;
  font-family: "futura-pt", Helvetica, Arial, Verdana, Geneva, sans-serif;
  color: #25458D;
  font-weight: 700;
}

.branch-state__list {
  border-bottom: 1px solid #493C35;
}

.branch-state__label {
  padding: 0.75rem 0;
  font-size: 1rem;
  font-family: "futura-pt", Helvetica, Arial, Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 0;
  border-top: 1px solid #493C35;
  position: relative;
}
.branch-state__label + .row {
  transition: all 0.3s ease-in-out;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
}
.branch-state__label::after {
  transition: all 0.3s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 7px;
  background-image: url("../svg/faq-arrow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 34px;
  height: 34px;
}
.branch-state__label:hover, .branch-state__label.active {
  color: #25458D;
}
.branch-state__label:hover:not(.active) {
  border-bottom: 0;
  border-top-color: #4679EC;
  color: #4679EC;
}
.branch-state__label:hover {
  border-bottom: 0;
}
.branch-state__label.active::after {
  transform: rotate(180deg);
}
.branch-state__label.active + .row {
  max-height: 600px;
  opacity: 1;
  visibility: visible;
}

.branch-location {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/***********
* Visit Us
***********/
.page-template-visit-us .block-banner .block-inner {
  position: relative;
}

.visit-bb-locations .visit-bb-locations__bar {
  display: block;
  position: relative;
  background: #25458D;
  padding: 1.25rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.visit-bb-locations .visit-bb-locations__bar .swiper-pagination-bullet {
  transition: all 0.3s ease-in-out;
  background: none;
  width: auto;
  height: auto;
  color: #ffffff;
  opacity: 1;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  font-size: 1.25rem;
}
.visit-bb-locations .visit-bb-locations__bar .swiper-pagination-bullet.swiper-pagination-bullet-active, .visit-bb-locations .visit-bb-locations__bar .swiper-pagination-bullet:hover {
  color: #FFE39D;
  border-bottom: 2px solid #FFE39D;
}
.visit-bb-locations .visit-bb-locations__container .swiper-slide .h1 {
  font-family: "relation-one", "Brush Script MT", cursive;
  margin-top: 0;
  padding-top: 0;
}
.visit-bb-locations .visit-bb-locations__container .swiper-slide .content-col {
  padding-top: 3rem;
  padding-bottom: 2.5rem;
  padding-left: 8.333%;
  padding-right: 8.333%;
}
.visit-bb-locations .visit-bb-locations__container .swiper-slide .btns {
  margin-top: 1.5rem;
}
.visit-bb-locations .visit-bb-locations__container .swiper-slide .btns .button + .button {
  background: #ffffff !important;
  border-color: #25458D !important;
  color: #25458D !important;
}
.visit-bb-locations .visit-bb-locations__container .swiper-slide .btns .button + .button:hover {
  background: #25458D !important;
  color: #ffffff !important;
}
.visit-bb-locations .visit-bb-locations__container .swiper-slide .image-col {
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 740px) {
  .visit-bb-locations .visit-bb-locations__container .swiper-slide .image-col {
    padding-bottom: 80%;
  }
}
.visit-bb-locations .visit-bb-locations__container .swiper-slide .location-hours {
  margin-top: 1.5rem;
  color: #493C35;
}
.visit-bb-locations .visit-bb-locations__container .swiper-slide .location-hours .columns + .columns {
  padding-left: 2.5rem;
}
.visit-bb-locations .visit-bb-locations__container .swiper-slide .location-hours h6,
.visit-bb-locations .visit-bb-locations__container .swiper-slide .location-contact h6 {
  color: #25458D;
}
.visit-bb-locations .visit-bb-locations__container .swiper-slide .hours-row {
  padding: 0.75rem 0;
  border-bottom: 1px solid #493C35;
}
.visit-bb-locations .visit-bb-locations__container .swiper-slide .hours-row:last-child {
  border-bottom: 0;
}
.visit-bb-locations .visit-bb-locations__container .swiper-slide .location-contact {
  margin-top: 1.5rem;
}
.visit-bb-locations .visit-bb-locations__container .swiper-slide .location-contact h6 + p {
  margin-top: 0.5rem;
}
.visit-bb-locations .visit-bb-locations__container .swiper-slide .location-updates {
  padding: 2.25rem 0;
}
.visit-bb-locations .visit-bb-locations__container .swiper-slide .location-updates + .location-plans {
  position: relative;
}
.visit-bb-locations .visit-bb-locations__container .swiper-slide .location-updates + .location-plans::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid #FFE39D;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.visit-bb-locations .visit-bb-locations__container .swiper-slide .location-plans {
  padding: 3.5rem 0;
}
.visit-bb-locations .shp-pagi-visit-template-plans {
  display: block;
  position: relative;
  padding: 2.25rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 741px) {
  .visit-bb-locations .shp-pagi-visit-template-plans {
    flex-direction: row;
    padding: 3.25rem 0;
  }
}
.visit-bb-locations .shp-pagi-visit-template-plans .swiper-pagination-bullet {
  background: none;
  width: auto;
  height: auto;
  font-weight: bold;
  position: relative;
  margin: 0 1vw;
  opacity: 1;
  color: #25458D;
}
@media only screen and (min-width: 741px) {
  .visit-bb-locations .shp-pagi-visit-template-plans .swiper-pagination-bullet:not(:first-child)::before {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    left: -1vw;
    height: 100%;
    width: 2px;
    background: #25458D;
  }
}
.visit-bb-locations .shp-pagi-visit-template-plans .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #4679EC;
  border-radius: 0;
}
@media only screen and (min-width: 741px) {
  .visit-bb-locations .shp-pagi-visit-template-plans .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-bottom: 1px solid #25458D;
  }
}
.visit-bb-locations .location-plans__wrapper {
  padding: 0 3vw;
}
.visit-bb-locations .location-plans__wrapper .plan-content-col {
  padding: 3rem 0;
  overflow: auto;
}
.visit-bb-locations .location-plans__wrapper .plan-content-col .bb-tip {
  width: 100%;
}
.visit-bb-locations .location-plans__wrapper .plan-content-col .restricted-height {
  max-height: calc(600px - 6rem);
  padding: 0 12%;
}
.visit-bb-locations .location-plans__wrapper .plan-image-col {
  background-size: cover;
  background-position: center;
  max-height: 600px;
}
.visit-bb-locations .location-plans__wrapper .plan-image-col img {
  max-height: 600px;
  opacity: 0;
}
.visit-bb-locations .location-plans__wrapper .faq-col {
  padding-top: 3rem;
}
@media only screen and (max-width: 740px) {
  .visit-bb-locations .location-plans__wrapper .faq-col {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.visit-bb-locations .location-plans__wrapper .faq-col h3, .visit-bb-locations .location-plans__wrapper .faq-col h2 {
  text-align: center;
}
.visit-bb-locations .location-plans__wrapper .faq-col .faq-item_q {
  padding: 0.75rem 0;
  padding-right: 44px;
  font-size: 1rem;
  font-family: "futura-pt", Helvetica, Arial, Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 0;
  border-top: 1px solid #493C35;
  position: relative;
  width: 100%;
  text-align: left;
}
.visit-bb-locations .location-plans__wrapper .faq-col .faq-item_q + .faq-item_a {
  transition: all 0.3s ease-in-out;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
}
.visit-bb-locations .location-plans__wrapper .faq-col .faq-item_q::after {
  transition: all 0.3s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 7px;
  background-image: url("../svg/faq-arrow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 34px;
  height: 34px;
}
.visit-bb-locations .location-plans__wrapper .faq-col .faq-item_q:hover, .visit-bb-locations .location-plans__wrapper .faq-col .faq-item_q.active {
  color: #25458D;
}
.visit-bb-locations .location-plans__wrapper .faq-col .faq-item_q:hover:not(.active) {
  border-bottom: 0;
  border-top-color: #4679EC;
  color: #4679EC;
}
.visit-bb-locations .location-plans__wrapper .faq-col .faq-item_q:hover {
  border-bottom: 0;
}
.visit-bb-locations .location-plans__wrapper .faq-col .faq-item_q.active::after {
  transform: rotate(180deg);
}
.visit-bb-locations .location-plans__wrapper .faq-col .faq-item_q.active + .faq-item_a {
  max-height: 600px;
  opacity: 1;
  visibility: visible;
}
.visit-bb-locations .location-plans__wrapper .faq-col .faq-item_a-spacing {
  padding: 0.5rem 0 1rem;
}
.visit-bb-locations .location-plans__wrapper .faq-tip__row {
  padding: 3rem 0;
}
.visit-bb-locations .location-plans__wrapper .faqs__list {
  margin-top: 2rem;
}

/**********************************************
* Where to Buy
***********************************************/
.banner-find {
  padding-top: 2.5rem;
  padding-bottom: 2.25rem;
}
.banner-find h1 {
  margin-top: 0;
}
.banner-find h6 {
  margin-top: 0;
}

.map-pin_svg {
  margin-right: 1.25rem;
}
.map-pin_svg svg {
  max-height: 60px;
}

.row-search {
  padding-top: 2.25rem;
}
.row-search > .columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.row-search button {
  font-family: "futura-pt", Helvetica, Arial, Verdana, Geneva, sans-serif !important;
  font-size: 1rem !important;
  padding: 16px 30px !important;
  margin: 0 !important;
}
.row-search button.bb-locate-button {
  border-color: #ffffff !important;
  margin: 0 2.5rem 0.5rem !important;
}
.row-search .bb-search_form-field + .bb-search_form-field {
  margin-left: 10px;
}

.bb-search_form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 979px) {
  .bb-search_form {
    justify-content: center;
  }
}
.bb-search_form select,
.bb-search_form input[type=text] {
  font-family: "futura-pt", Helvetica, Arial, Verdana, Geneva, sans-serif;
  height: 50px;
  margin: 0;
  color: #25458D !important;
  font-weight: 700;
  font-size: 1rem;
  height: 50px;
  margin: 0;
  padding-left: 10px !important;
}
.bb-search_form select:focus,
.bb-search_form input[type=text]:focus {
  padding-left: 10px !important;
}
.bb-search_form select::placeholder,
.bb-search_form input[type=text]::placeholder {
  color: #25458D !important;
  font-weight: 700;
}
.bb-search_form select {
  background-image: url("../png/arrow-down.png");
  background-color: #ffffff !important;
  padding-right: 2.5rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
  -webkit-appearance: none;
}
.bb-search_form .bb-search_form-field {
  margin-bottom: 0.5rem;
}
.bb-search_form-button {
  background-color: #ffffff !important;
  color: #25458D !important;
  border: 0 !important;
}
.bb-search_form-button:hover {
  background-color: #25458D !important;
  color: #ffffff !important;
}

.bb-map {
  padding: 3.25rem 0 2rem;
  text-align: center;
}
.bb-map img {
  width: 100%;
  max-width: 85%;
}

.row-disclaimer .columns {
  padding-top: 1.5rem;
}
.row-disclaimer p {
  font-size: 0.875rem;
}

.map-container {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 741px) {
  .map-container {
    flex-direction: row;
  }
}
.map-container #map {
  height: 600px !important;
  width: 100% !important;
}
@media only screen and (min-width: 741px) {
  .map-container #map {
    width: 55% !important;
    height: auto !important;
  }
}
@media only screen and (min-width: 980px) {
  .map-container #map {
    width: 65% !important;
  }
}
.map-container .map-locations {
  width: 100%;
}
@media only screen and (min-width: 741px) {
  .map-container .map-locations {
    width: 45%;
  }
}
@media only screen and (min-width: 980px) {
  .map-container .map-locations {
    width: 35%;
  }
}
.map-container .filter__location-type .row {
  padding: 1rem 3.5rem 1.25rem;
  border-top: 1px solid rgba(73, 60, 53, 0.3);
  border-bottom: 1px solid rgba(73, 60, 53, 0.3);
}
.map-container .filter__location-type .row .columns {
  margin-top: 1rem;
}
@media only screen and (min-width: 741px) {
  .map-container .filter__location-type .row .columns:nth-child(even) {
    padding-left: 3vw;
  }
}
.map-container .map-locations__list {
  max-height: 600px;
  min-height: 450px;
  overflow: auto;
}
.map-container .map-locations__list .location h4 a {
  border-bottom: 0;
  letter-spacing: 0.125rem;
}
.map-container .map-locations__list .location p {
  margin-top: 0.375rem;
  line-height: 1.38;
}
.map-container .location {
  padding: 1.75rem 2.5rem 0;
  border-bottom: 1px solid rgba(73, 60, 53, 0.3);
}
.map-container .location.active {
  background-color: #FFE39D;
}
.map-container .location .location__info {
  display: flex;
  justify-content: space-between;
}
.map-container .location .location__info .location__info-distance {
  min-width: 100px;
  text-align: right;
}
.map-container .icon-phone {
  background-image: url("../svg/icon-phone.svg");
  width: 42px;
  height: 42px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  border-bottoM: 0;
}
.map-container .icon-directions {
  background-image: url("../svg/icon-directions.svg");
  width: 42px;
  height: 42px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  border-bottom: 0;
}
.map-container .location__connect {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #493C35;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.map-container .location__info,
.map-container .location__connect {
  padding-left: 1rem;
  padding-right: 1rem;
}
.map-container .location__info h4,
.map-container .location__connect h4 {
  position: relative;
}
.map-container .location__connect-icons a + a {
  margin-left: 10px;
}
.map-container .location__connect-icons a {
  border-bottom: 0 !important;
}
.map-container .location__connect-icons a:hover {
  transform: scale(1.05);
  opacity: 0.7;
}
.map-container .color-circle {
  display: inline-block;
  margin-left: -20px;
  margin-top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
}
.map-container .filter__location-type-wrapper {
  padding: 1.5rem 0;
  text-align: center;
}
.map-container .filter__location-type-wrapper select {
  border-bottom: 3px solid #25458D;
  font-size: 1rem;
  font-weight: 700;
  color: #25458D;
  font-family: "futura-pt", Helvetica, Arial, Verdana, Geneva, sans-serif;
  letter-spacing: 0.0125rem;
  background-image: url("../png/arrow-down.png");
  padding-right: 3rem;
  background-repeat: no-repeat;
  background-position: right;
  -webkit-appearance: none;
  min-width: 254px;
}
.map-container .filter__location-type-wrapper select#filter__location-trigger {
  padding-left: 7px !important;
  background-color: transparent !important;
}
.map-container .gm-style-iw-t {
  bottom: 92px !important;
}
.map-container .gm-style-iw-t::after {
  content: "";
  display: block;
  background-image: url("../png/location-marker-dark-vanilla.png");
  box-shadow: none !important;
  height: 82px !important;
  width: 53px !important;
  transform: translate(-50%, -50%) rotate(0) !important;
  background-position: center;
  top: 32px !important;
}
.map-container .gm-style-iw-t .gm-style-iw {
  padding-top: 10px;
  padding-right: 10px;
  overflow: visible;
}
.map-container .location-card {
  padding: 0.5rem 1rem;
}
.map-container .location-card h4 {
  padding-right: 1rem;
}
.map-container .location-card h4,
.map-container .location-card p {
  font-family: "futura-pt", Helvetica, Arial, Verdana, Geneva, sans-serif;
  font-size: 1rem;
}
.map-container .location-card h4 + p {
  margin-top: 0.25rem;
}
.map-container .location-card .button {
  padding: 0.25rem 1rem !important;
  margin-bottom: 0 !important;
}
.map-container .location-card .location-card__title {
  max-width: 300px;
}
.map-container .location-card .location-card__title a {
  text-decoration: none;
  border-bottom: 0;
}
.map-container .location-card .location-card__phone {
  margin-top: 1.25rem;
  display: block;
}

body.searched-locations .hide-for-location {
  display: none;
}

body:not(.searched-locations) .show-for-location {
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

body.searched-locations .show-for-location {
  visibility: visible;
  opacity: 1;
  height: auto;
  width: 100%;
}

.page-template-find-bb .lds-roller {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-shadow: inset 0 0 300px 300px rgba(255, 255, 255, 0.4), 0 0 100vh 100vw rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}

.no-location_content {
  padding: 2rem;
}
.no-location_content .row + .row {
  margin-top: 2rem;
}

/** Instagram Plug-in Styling **/
#sb_instagram {
  padding-bottom: 24px !important;
}
#sb_instagram #sbi_images {
  padding-bottom: 15px !important;
}
#sb_instagram .sbi_photo {
  background-color: #cccccc;
  border: 8px solid #ffffff !important;
  box-shadow: 0 2px 14px #493C35;
}

/* main: ../master.scss */
/*
* All Content Blocks
*
* This file is to be used for all styling specific
* to content blocks.
*
*/
.block-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.block-container.block-bg-tile {
  background-size: auto;
  background-repeat: repeat;
  background-position: 0 0;
}
.block-container.block-bg-fixed {
  background-attachment: fixed;
}
.block-container .swiper-button-prev,
.block-container .swiper-button-next {
  transition: all 0.3s ease-in-out;
  height: 40px;
  width: 40px;
  border: 0;
  color: transparent;
  border-radius: 50%;
  background-image: url("../svg/arrow-left.svg");
}
.block-container .swiper-button-prev::after,
.block-container .swiper-button-next::after {
  display: none;
  font-size: 0.75rem;
  font-weight: bold;
}
.block-container .swiper-button-prev:hover,
.block-container .swiper-button-next:hover {
  background-color: #ffffff;
}
.block-container .swiper-button-next {
  transform: rotate(180deg);
}
@media only screen and (max-width: 740px) {
  .block-container .columns.small-12 + .columns {
    margin-top: 1.5rem;
  }
}
.block-container:not(.block-banner):not(.block-calltoaction):not(.block-columns-split):not(.block-slider-column):not(.block-media-content):not(.block-media):not(.block-cta-column) .block-inner {
  padding: 3.25rem 0;
}
@media only screen and (min-width: 741px) {
  .block-container:not(.block-banner):not(.block-calltoaction):not(.block-columns-split):not(.block-slider-column):not(.block-media-content):not(.block-media):not(.block-cta-column) .block-inner {
    padding: 3.75rem 0;
  }
}
.block-container .block-inner__wrapper {
  position: relative;
}
.block-container .row {
  width: 100%;
}
.block-container.height-full {
  height: 100vh;
  overflow: hidden;
}
.block-container.padding-top-remove .block-inner {
  padding-top: 0 !important;
}
.block-container.padding-bottom-remove .block-inner {
  padding-bottom: 0 !important;
}
.block-container.padding-sides-remove .block-inner__wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.block-container.sb-vertical-middle.height-full {
  display: flex;
  align-items: center;
}
.block-container.sb-vertical-middle.height-full .block-inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.block-container.sb-vertical-middle .alignable {
  align-items: center;
}
.block-container.sb-vertical-bottom.height-full {
  display: flex;
  align-items: flex-end;
}
.block-container.sb-vertical-bottom.height-full .block-inner {
  margin-left: auto;
  margin-right: auto;
}
.block-container.sb-vertical-bottom .alignable {
  align-items: flex-end;
}
.block-container .block-container__bg {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.block-container.bg-contain .block-inner,
.block-container.bg-contain .block-inner > div:not(.block-container__bg) {
  position: relative;
}
.block-container.bg-contain .block-inner::before,
.block-container.bg-contain .block-container__bg {
  z-index: 0;
  max-width: calc(100% - 2 * 3vw);
}
@media only screen and (min-width: 741px) {
  .block-container.bg-contain .block-inner::before,
  .block-container.bg-contain .block-container__bg {
    max-width: calc(100% - 2 * 3vw);
  }
}
@media only screen and (min-width: 980px) {
  .block-container.bg-contain .block-inner::before,
  .block-container.bg-contain .block-container__bg {
    max-width: none;
  }
}
.block-container.bg-contain.block-bg-tile .block-container__bg {
  background-size: auto;
  background-position: 0 0;
  background-repeat: repeat;
}
.block-container.bg-contain.block-bg-fixed .block-container__bg {
  background-attachment: fixed;
}
.block-container.animate-block .animatable {
  transition: all 0.75s ease-in-out;
  transform: translate3d(0, 30px, 0);
  opacity: 0;
}
.block-container.animate-block .animatable + .animatable {
  transition-delay: 0.25s;
}
.block-container.animate-block .animatable + .animatable + .animatable {
  transition-delay: 0.5s;
}
.block-container.animate-block .animatable + .animatable + .animatable + .animatable {
  transition-delay: 0.75s;
}
.block-container.animate-block.animated .animatable {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.block-link-video {
  display: block;
  position: relative;
}
.block-link-video::before, .block-link-video::after {
  content: "";
  transition: all 0.3s ease-in-out;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.7;
}
.block-link-video::before {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #ffffff;
}
.block-link-video::after {
  left: 7px;
  width: 0;
  height: 0;
  border-left: 30px solid #ffffff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.block-link-video:hover::before, .block-link-video:hover::after {
  opacity: 1;
}

.block-container.white + .block-container.white .block-inner {
  padding-top: 0;
}

.block-container.black + .block-container.black .block-inner {
  padding-top: 0;
}

.block-container.gray-light + .block-container.gray-light .block-inner {
  padding-top: 0;
}

.block-container.gray-med + .block-container.gray-med .block-inner {
  padding-top: 0;
}

.block-container.gray-dark + .block-container.gray-dark .block-inner {
  padding-top: 0;
}

.block-container.block-bg-none + .block-container.block-bg-none .block-inner {
  padding-top: 0;
}

.block-container.cream + .block-container.cream .block-inner {
  padding-top: 0;
}

.block-container.blue + .block-container.blue .block-inner {
  padding-top: 0;
}

.block-container.yellow-light + .block-container.yellow-light .block-inner {
  padding-top: 0;
}

/*************************************
Banner
**************************************/
.block-container.block-banner .block-inner,
.block-container.block-banner .block-inner__wrapper {
  padding: 0;
}
.block-container.block-banner .bg-mobile {
  position: absolute;
  height: 100%;
  width: 100%;
  background: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.block-container.block-banner .bg-mobile + * {
  position: relative;
}
.block-container.block-banner .swiper-pagination {
  margin: auto;
  bottom: 2rem;
  left: 0;
  right: 0;
}
.block-container.block-banner .swiper-slide {
  padding-right: 0 !important;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 740px) {
  .block-container.block-banner .swiper-slide.has-mobile-image {
    background: white !important;
  }
}
.block-container.block-banner .swiper-slide:hover .block-banner__link {
  color: #4679EC !important;
}
.block-container.block-banner .swiper-slide > .row {
  max-width: none;
}
.block-container.block-banner .swiper-slide .columns.slide__inner {
  min-height: 640px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-container.block-banner .block-animated-content {
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 61px 61px rgba(255, 255, 255, 0.8);
}
.block-container.block-banner .block-banner__link {
  transition: all 0.3s ease-in-out !important;
  display: block;
  position: absolute;
  bottom: 0;
  margin-bottom: 20px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 1px 9px rgba(0, 0, 0, 0.66);
  border-bottom: 0 !important;
}
.block-container.block-banner .block-banner__link::after {
  content: ">";
  display: inline-block;
  margin-left: 8px;
  vertical-align: center;
}
.block-container.block-banner .block-banner__link:hover {
  color: rgb(208.75, 221.5, 250.25);
}
.block-container.block-banner.height-full .swiper-wrapper {
  height: 100vh;
}
.block-container.block-banner.height-full .swiper-slide {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.block-container.block-banner .flag {
  position: absolute;
  right: 0;
  top: 3.25rem;
}
.block-container.block-banner .banner-simple {
  padding-top: 7rem;
  padding-bottom: 5.75rem;
}
@media only screen and (min-width: 741px) {
  .block-container.block-banner .banner-simple {
    padding-top: 12rem;
    padding-bottom: 8.75rem;
  }
}
.block-container.block-banner .banner-simple h1 {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.block-container.block-banner .banner-simple h1 + p {
  margin-top: 1.5rem;
}
.block-container.block-banner .banner-simple p {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.block-container.block-banner .banner-simple .columns {
  position: relative;
}
.block-container.block-banner .short .banner-simple {
  padding-top: 5rem;
  padding-bottom: 3.75rem;
}
@media only screen and (min-width: 741px) {
  .block-container.block-banner .short .banner-simple {
    padding-top: 6rem;
    padding-bottom: 5.25rem;
  }
}
.block-container.block-banner .swiper-button-prev {
  left: 3vw;
}
@media only screen and (min-width: 741px) {
  .block-container.block-banner .swiper-button-prev {
    left: 3vw;
  }
}
@media only screen and (min-width: 980px) {
  .block-container.block-banner .swiper-button-prev {
    left: 3vw;
  }
}
.block-container.block-banner .swiper-button-next {
  right: 3vw;
}
@media only screen and (min-width: 741px) {
  .block-container.block-banner .swiper-button-next {
    right: 3vw;
  }
}
@media only screen and (min-width: 980px) {
  .block-container.block-banner .swiper-button-next {
    right: 3vw;
  }
}

/*************************************
Call to Action
**************************************/
.block-container.block-calltoaction .button {
  margin-bottom: 0 !important;
}
.block-container.block-calltoaction .block-inner__wrapper {
  padding: 1rem 0 2.75rem;
}
@media only screen and (min-width: 741px) {
  .block-container.block-calltoaction .block-inner__wrapper {
    padding: 1.5rem 0 3.75rem;
  }
}
.block-container.block-calltoaction .block-inner__wrapper.no-image {
  padding: 2.5rem 0 2.75rem;
}
@media only screen and (min-width: 741px) {
  .block-container.block-calltoaction .block-inner__wrapper.no-image {
    padding: 5.5rem 0 5.75rem;
  }
}
.block-container.block-calltoaction .block-inner__wrapper.img-layout-lnr {
  position: relative;
}
@media only screen and (min-width: 741px) {
  .block-container.block-calltoaction .block-inner__wrapper.img-layout-lnr {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
}
.block-container.block-calltoaction .block-inner__wrapper.img-layout-lnr .columns {
  z-index: 2;
}
@media only screen and (max-width: 740px) {
  .block-container.block-calltoaction.bg-belle .block-inner__wrapper {
    padding: 2rem 2rem 6rem;
  }
}
.block-container.block-calltoaction .text-center * + .button {
  margin-top: 1.5rem !important;
}

@media only screen and (min-width: 741px) {
  .image-lnr {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    max-width: 33%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .image-lnr img {
    max-height: 100%;
  }
  .image-lnr.block-calltoaction__left-image {
    left: 0;
  }
  .image-lnr.block-calltoaction__right-image {
    right: 0;
  }
}

/*************************************
Columns Split / Slider Column
**************************************/
.block-container.block-columns-split .row,
.block-container.block-slider-column .row {
  max-width: none;
}
.block-container.block-columns-split .block-inner__wrapper,
.block-container.block-slider-column .block-inner__wrapper {
  padding-left: 0;
  padding-right: 0;
}
.block-container.block-columns-split .block-columns-split__slide-content,
.block-container.block-slider-column .block-columns-split__slide-content {
  max-width: 75%;
  margin: auto;
}
.block-container.block-columns-split .block-columns-split__col-full,
.block-container.block-slider-column .block-columns-split__col-full {
  padding-top: 2rem;
  padding-bottom: 3.5rem;
}
.block-container.block-columns-split .block-columns-split__col-full * + .button,
.block-container.block-slider-column .block-columns-split__col-full * + .button {
  margin-top: 1.75rem !important;
}
.block-container.block-columns-split .block-columns-split__col-split,
.block-container.block-slider-column .block-columns-split__col-split {
  display: flex;
  margin-top: 0 !important;
}
.block-container.block-columns-split .block-columns-split__col-split .block-columns-split__slide-content,
.block-container.block-slider-column .block-columns-split__col-split .block-columns-split__slide-content {
  position: relative;
  max-width: 480px;
}
.block-container.block-columns-split .vert-col,
.block-container.block-slider-column .vert-col {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.block-container.block-columns-split .vert-row,
.block-container.block-slider-column .vert-row {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 740px) {
  .block-container.block-columns-split .vert-row,
  .block-container.block-slider-column .vert-row {
    padding-top: 2.5rem;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media only screen and (min-width: 741px) {
  .block-container.block-columns-split .vert-row img,
  .block-container.block-slider-column .vert-row img {
    position: absolute;
  }
}
.block-container.block-columns-split .vert-row.vert-row__upper img,
.block-container.block-slider-column .vert-row.vert-row__upper img {
  bottom: 0;
  right: 60%;
  display: block;
}
.block-container.block-columns-split .vert-row.vert-row__lower img,
.block-container.block-slider-column .vert-row.vert-row__lower img {
  bottom: 0;
  left: 70%;
}
.block-container.block-columns-split .swiper-button-next,
.block-container.block-slider-column .swiper-button-next {
  right: 2%;
  margin-top: 0;
  top: 20%;
}
@media only screen and (min-width: 741px) {
  .block-container.block-columns-split .swiper-button-next,
  .block-container.block-slider-column .swiper-button-next {
    right: 10%;
  }
}
.block-container.block-columns-split .swiper-button-prev,
.block-container.block-slider-column .swiper-button-prev {
  left: 2%;
  margin-top: 0;
  top: 20%;
}
@media only screen and (min-width: 741px) {
  .block-container.block-columns-split .swiper-button-prev,
  .block-container.block-slider-column .swiper-button-prev {
    left: 10%;
  }
}

.block-container.block-slider-column .block-columns-split__col-full .row + .swiper-container {
  margin-top: 1.5rem;
}
.block-container.block-slider-column .bg-overlay {
  position: relative;
}
.block-container.block-slider-column .block-slider-column__column {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media only screen and (min-width: 741px) {
  .block-container.block-slider-column .block-slider-column__column {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }
}
.block-container.block-slider-column .block-slider-column__column-content {
  position: relative;
  z-index: 1;
}

/*************************************
Social
**************************************/
.block-container.block-social .row + .row {
  margin-top: 1rem;
}
.block-container.block-social #sb-instagram {
  padding-bottom: 0;
}
.block-container.block-social .block-social__icons a {
  max-width: 40px;
  max-height: 40px;
  display: block;
}
.block-container.block-social .block-social__icons .columns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-container.block-social .block-social__icons .h2 {
  padding-top: 0;
}
.block-container.block-social .block-social__icons .icons-social {
  display: flex;
  align-items: center;
  margin-top: 0 !important;
}
.block-container.block-social .block-social__icons .icons-social li {
  margin-top: 0 !important;
  margin-left: 5px;
  margin-right: 5px;
}
.block-container.block-social .block-social__icons .icons-social li::before {
  display: none !important;
}
.block-container.block-social .block-social__icons .icons-social li a {
  transition: all 0.3s ease-in-out;
}
.block-container.block-social .block-social__icons .icons-social li a:hover {
  transform: scale(1.125);
}

/*************************************
Media w/Content
**************************************/
.block-container.block-media-content .block-inner__wrapper.left-half .col-image, .block-container.block-media-content .block-inner__wrapper.right-half .col-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 740px) {
  .block-container.block-media-content .block-inner__wrapper.left-half .col-image, .block-container.block-media-content .block-inner__wrapper.right-half .col-image {
    position: relative;
  }
}
.block-container.block-media-content .block-inner__wrapper.left-half .col-image img, .block-container.block-media-content .block-inner__wrapper.right-half .col-image img {
  opacity: 0;
}
.block-container.block-media-content .block-inner__wrapper.left-half .columns:not(.col-image), .block-container.block-media-content .block-inner__wrapper.right-half .columns:not(.col-image) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 7vw;
  padding-right: 7vw;
  padding-top: 2rem;
  padding-bottom: 3rem;
  margin-top: 0;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
@media only screen and (min-width: 741px) {
  .block-container.block-media-content .block-inner__wrapper.left-half .columns:not(.col-image), .block-container.block-media-content .block-inner__wrapper.right-half .columns:not(.col-image) {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 740px) {
  .block-container.block-media-content .block-inner__wrapper.left-half .columns:not(.col-image).has-center-image, .block-container.block-media-content .block-inner__wrapper.right-half .columns:not(.col-image).has-center-image {
    padding-top: 6rem;
  }
}
.block-container.block-media-content .block-inner__wrapper.left-half .columns:not(.col-image) .button, .block-container.block-media-content .block-inner__wrapper.right-half .columns:not(.col-image) .button {
  margin-top: 1.5rem;
}
.block-container.block-media-content .block-inner__wrapper .block-media-content__center-image {
  position: absolute;
  bottom: -35px;
  transform: translate3d(-50%, 0px, 0px);
  left: 50%;
  z-index: 5;
}
@media only screen and (max-width: 740px) {
  .block-container.block-media-content .block-inner__wrapper .block-media-content__center-image {
    bottom: -70px;
    max-width: 160px;
  }
}
.block-container.block-media-content .block-inner__wrapper .block-media-content__center-image img {
  opacity: 1 !important;
}

/*************************************
Recipes
**************************************/
@media only screen and (max-width: 740px) {
  .block-container.block-recipes {
    overflow: hidden;
  }
}
.block-container.block-recipes .row + .row {
  margin-top: 3.75rem;
}
.block-container.block-recipes .swiper-container {
  padding-bottom: 50px;
  max-width: 90%;
  overflow: visible;
}
.block-container.block-recipes .swiper-slide {
  height: auto !important;
  display: flex;
}
.block-container.block-recipes .swiper-pagination-bullet {
  background: #25458D;
}
.block-container.block-recipes .swiper-pagination-bullet.swiper-pagination-bullet-active, .block-container.block-recipes .swiper-pagination-bullet:hover {
  background: #4679EC;
}

/*************************************
Products
**************************************/
.block-container.block-products .row + .row,
.listing-product .row + .row {
  margin-top: 3.75rem;
}
.block-container.block-products .swiper-slide,
.listing-product .swiper-slide {
  transition: opacity 0.3s ease-in-out;
  text-align: center;
  margin-bottom: 1.5rem;
  opacity: 0;
  padding-bottom: 66%;
}
.block-container.block-products .swiper-slide.swiper-slide-active,
.listing-product .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.block-container.block-products .swiper-slide img,
.listing-product .swiper-slide img {
  height: auto;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 70%;
  max-height: 70%;
}
.block-container.block-products h4,
.listing-product h4 {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.block-container.block-products .swiper-container + .post-item__content,
.listing-product .swiper-container + .post-item__content {
  margin-top: 1.25rem;
}
.block-container.block-products .swiper-button-prev,
.block-container.block-products .swiper-button-next,
.listing-product .swiper-button-prev,
.listing-product .swiper-button-next {
  border: 0 !important;
  background: 0 !important;
}
.block-container.block-products .swiper-button-prev::after,
.block-container.block-products .swiper-button-next::after,
.listing-product .swiper-button-prev::after,
.listing-product .swiper-button-next::after {
  display: block !important;
  color: #25458D;
}
.block-container.block-products .swiper-button-prev,
.listing-product .swiper-button-prev {
  left: 0;
}
.block-container.block-products .swiper-button-next,
.listing-product .swiper-button-next {
  transform: none;
  right: 0;
}
.block-container.block-products .post-item__content,
.listing-product .post-item__content {
  text-align: center;
}
.block-container.block-products .post-product__link,
.listing-product .post-product__link {
  padding-top: 3rem;
  display: block;
  border: 0 !important;
  position: relative;
}
@media only screen and (min-width: 741px) {
  .block-container.block-products .post-product__link,
  .listing-product .post-product__link {
    padding-top: 2rem;
  }
}
.block-container.block-products .post-product__link .flag-product,
.listing-product .post-product__link .flag-product {
  position: absolute;
  top: 0;
}
.block-container.block-products .post-product__link img,
.listing-product .post-product__link img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.block-container.block-products .post-product__link:hover img,
.listing-product .post-product__link:hover img {
  transform: scale(1.05);
}

@media only screen and (max-width: 979px) {
  .block-container.block-products .columns.post-product {
    margin-bottom: 4rem;
  }
}

/*************************************
Newsletter
**************************************/
.block-container.block-newsletter .content-col .content-col__inner {
  width: 75%;
  margin: auto;
}
.block-container.block-newsletter .form-col {
  text-align: right;
}
.block-container.block-newsletter .form-col .gform_wrapper {
  margin: 0;
}
.block-container.block-newsletter form[id*=gform_] {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.block-container.block-newsletter form[id*=gform_] li {
  padding-right: 0 !important;
}
.block-container.block-newsletter form[id*=gform_] .gform_body {
  width: auto;
  flex: 1;
}
.block-container.block-newsletter form[id*=gform_] .gform_body label {
  display: none;
}
.block-container.block-newsletter form[id*=gform_] .gform_body input {
  min-height: 54px !important;
  width: 100%;
  border-bottom: 0 !important;
  margin-bottom: 0;
  padding: 5px 10px !important;
  font-weight: bold;
  height: 54px;
}
.block-container.block-newsletter form[id*=gform_] .gform_footer {
  width: auto;
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 741px) {
  .block-container.block-newsletter form[id*=gform_] .gform_footer {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
.block-container.block-newsletter form[id*=gform_] .gform_footer input {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 740px) {
  .block-container.block-newsletter .columns + .columns {
    margin-top: 3rem;
  }
}

/*************************************
Media
**************************************/
.block-container.block-media .block-inner__wrapper {
  padding-left: 0;
  padding-right: 0;
}
.block-container.block-media .swiper-container .swiper-wrapper {
  align-items: stretch;
}
.block-container.block-media .swiper-container .swiper-slide {
  height: auto;
  padding-bottom: 50%;
  max-height: 700px;
}
.block-container.block-media .swiper-container .swiper-slide .row {
  position: relative;
}
.block-container.block-media .swiper-container .image-background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.block-container.block-media .swiper-container .image-background.modaal-video::before, .block-container.block-media .swiper-container .image-background.modaal-video::after, .block-container.block-media .swiper-container .image-background.modaal-vimeo::before, .block-container.block-media .swiper-container .image-background.modaal-vimeo::after {
  content: "";
  transition: all 0.3s ease-in-out;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  opacity: 0.75;
}
.block-container.block-media .swiper-container .image-background.modaal-video::before, .block-container.block-media .swiper-container .image-background.modaal-vimeo::before {
  border-left: 40px solid #ffffff;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  width: 0;
  height: 0;
  left: 11px;
  z-index: 1;
}
.block-container.block-media .swiper-container .image-background.modaal-video::after, .block-container.block-media .swiper-container .image-background.modaal-vimeo::after {
  width: 100px;
  height: 100px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 60px 15px rgba(37, 69, 141, 0.6);
  background: rgba(37, 69, 141, 0.3);
}
.block-container.block-media .swiper-container .image-background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.block-container.block-media .swiper-container .image-background + .row *:not(.button):not(button) {
  color: #eeeeee !important;
}
.block-container.block-media .swiper-container a.image-background:hover {
  transform: scale(1.05);
}
.block-container.block-media .swiper-container a.image-background:hover.modaal-video::before, .block-container.block-media .swiper-container a.image-background:hover.modaal-video::after, .block-container.block-media .swiper-container a.image-background:hover.modaal-vimeo::before, .block-container.block-media .swiper-container a.image-background:hover.modaal-vimeo::after {
  opacity: 1;
}

/*************************************
Gallery
**************************************/
.block-container.block-gallery .row + .row {
  margin-top: 3.5rem;
}
.block-container.block-gallery h4 {
  font-size: 1rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.block-container.block-gallery .gallery-row .columns {
  margin-bottom: 4rem;
}
.block-container.block-gallery .gallery-row .columns img {
  transition: all 0.3s ease-in-out;
}
.block-container.block-gallery .gallery-row .columns a {
  display: inline-block;
  border-bottom: 0 !important;
}
.block-container.block-gallery .gallery-row .columns a:hover img {
  transform: scale(1.1);
}

/*************************************
CTA Column
**************************************/
.block-container.block-cta-column .columns {
  padding-top: 3.75rem;
}
@media only screen and (min-width: 741px) {
  .block-container.block-cta-column .columns {
    padding: 3.25rem;
  }
}
.block-container.block-cta-column .btns__wrapper {
  margin-top: 1rem;
}
.block-container.block-cta-column .btns__wrapper .button {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.block-container.block-cta-column .block-columns-cta__img-lower {
  position: absolute;
  bottom: 0;
}
.block-container.block-cta-column .block-columns-cta__img-lower img {
  display: block;
}
.block-container.block-cta-column .block-columns-cta__column,
.block-container.block-cta-column .block-columns-cta__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.block-container.block-cta-column .block-columns-cta__col-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 7vw;
  padding-right: 7vw;
  padding-top: 2rem;
  padding-bottom: 3rem;
  margin-top: 0;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
@media only screen and (min-width: 741px) {
  .block-container.block-cta-column .block-columns-cta__col-content {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 740px) {
  .block-container.block-cta-column .block-columns-cta__col-content.has-center-image {
    padding-top: 6rem;
  }
}
.block-container.block-cta-column .block-columns-cta__col-content .button {
  margin-top: 1.5rem;
}

/* main: ../master.scss */
@keyframes filterResponseHide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    display: none;
  }
}
@keyframes filterResponseShow {
  0% {
    display: none;
  }
  30% {
    display: block;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    display: block;
  }
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #25458D;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* main: ../master.scss */
@-moz-keyframes POPIN {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes POPIN {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes POPIN {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes POPIN {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes POPIN {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes PULSE {
  0% {
    opacity: 0.5;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.5);
  }
}
@-webkit-keyframes PULSE {
  0% {
    opacity: 0.5;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.5);
  }
}
@-o-keyframes PULSE {
  0% {
    opacity: 0.5;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.5);
  }
}
@-ms-keyframes PULSE {
  0% {
    opacity: 0.5;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.5);
  }
}
@keyframes PULSE {
  0% {
    opacity: 0.5;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.5);
  }
}

/*# sourceMappingURL=master.min.css.map */
